ringcentral-widgets
Version:
RingCentral Integration Widget Library
21 lines (17 loc) • 593 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
matched: "匹配",
other: "其他",
associated: "已关联项目",
foundFromServer: "从 {appName} 中找到"
}; // @key: @#@"matched"@#@ @source: @#@"Matched"@#@
// @key: @#@"other"@#@ @source: @#@"Other"@#@
// @key: @#@"associated"@#@ @source: @#@"Associated"@#@
// @key: @#@"foundFromServer"@#@ @source: @#@"Founds from {appName}"@#@
exports["default"] = _default;
//# sourceMappingURL=zh-CN.js.map