ringcentral-widgets
Version:
RingCentral Integration Widget Library
27 lines (23 loc) • 818 B
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
createLog: "创建记录",
creating: "正在创建",
save: "保存",
saving: "正在保存",
saved: "已保存",
creatingFailed: "创建失败。",
savingFailed: "保存失败。"
}; // @key: @#@"createLog"@#@ @source: @#@"Create Log"@#@
// @key: @#@"creating"@#@ @source: @#@"Creating"@#@
// @key: @#@"save"@#@ @source: @#@"Save"@#@
// @key: @#@"saving"@#@ @source: @#@"Saving"@#@
// @key: @#@"saved"@#@ @source: @#@"Saved"@#@
// @key: @#@"creatingFailed"@#@ @source: @#@"Creating failed."@#@
// @key: @#@"savingFailed"@#@ @source: @#@"Saving failed."@#@
exports["default"] = _default;
//# sourceMappingURL=zh-CN.js.map