ringcentral-widgets
Version:
RingCentral Integration Widget Library
19 lines (15 loc) • 603 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
contactDetails: "連絡先の詳細",
loadingContact: "連絡先を読み込み中...",
contactNotFound: "連絡先が見つかりません。"
}; // @key: @#@"contactDetails"@#@ @source: @#@"Contact Details"@#@
// @key: @#@"loadingContact"@#@ @source: @#@"Loading contact..."@#@
// @key: @#@"contactNotFound"@#@ @source: @#@"Contact not found."@#@
exports["default"] = _default;
//# sourceMappingURL=ja-JP.js.map