ringcentral-widgets
Version:
RingCentral Integration Widget Library
21 lines (17 loc) • 602 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
noRecords: "最近の記録が見つかりません。",
inBound: "着信",
outBound: "発信",
missed: "不在着信"
}; // @key: @#@"noRecords"@#@ @source: @#@"No recent records found."@#@
// @key: @#@"inBound"@#@ @source: @#@"Inbound"@#@
// @key: @#@"outBound"@#@ @source: @#@"Outbound"@#@
// @key: @#@"missed"@#@ @source: @#@"Missed Call"@#@
exports["default"] = _default;
//# sourceMappingURL=ja-JP.js.map