ringcentral-widgets
Version:
RingCentral Integration Widget Library
17 lines (13 loc) • 434 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
ringing: "수신 통화",
callConnected: "통화 연결됨"
}; // @key: @#@"ringing"@#@ @source: @#@"Incoming call"@#@
// @key: @#@"callConnected"@#@ @source: @#@"Call connected"@#@
exports["default"] = _default;
//# sourceMappingURL=ko-KR.js.map