ringcentral-widgets
Version:
RingCentral Integration Widget Library
19 lines (15 loc) • 494 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
unknown: "알 수 없음",
anonymous: "익명",
activeCall: "활성 통화"
}; // @key: @#@"unknown"@#@ @source: @#@"Unknown"@#@
// @key: @#@"anonymous"@#@ @source: @#@"Anonymous"@#@
// @key: @#@"activeCall"@#@ @source: @#@"Active Call"@#@
exports["default"] = _default;
//# sourceMappingURL=ko-KR.js.map