ringcentral-widgets
Version:
RingCentral Integration Widget Library
49 lines (45 loc) • 1.75 kB
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
logging: "ログ記録中...",
logCall: "通話のログ記録",
editLog: "ログの編集",
select: "一致する記録の選択",
OnHold: "保留中",
Ringing: "呼び出し中",
CallConnected: "通話接続済み",
unknownUser: "不明なユーザー",
unknownNumber: "匿名",
unavailable: "利用不可",
viewDetails: "詳細の表示",
addEntity: "新規作成",
addLog: "ログ",
text: "テキスト",
call: "通話",
missedCall: "不在",
inboundCall: "着信",
outboundCall: "発信"
}; // @key: @#@"logging"@#@ @source: @#@"Logging..."@#@
// @key: @#@"logCall"@#@ @source: @#@"Log Call"@#@
// @key: @#@"editLog"@#@ @source: @#@"Edit Log"@#@
// @key: @#@"select"@#@ @source: @#@"Select a matching record"@#@
// @key: @#@"OnHold"@#@ @source: @#@"On Hold"@#@
// @key: @#@"Ringing"@#@ @source: @#@"Ringing"@#@
// @key: @#@"CallConnected"@#@ @source: @#@"Call Connected"@#@
// @key: @#@"unknownUser"@#@ @source: @#@"Unknown User"@#@
// @key: @#@"unknownNumber"@#@ @source: @#@"Anonymous"@#@
// @key: @#@"unavailable"@#@ @source: @#@"Unavailable"@#@
// @key: @#@"viewDetails"@#@ @source: @#@"View Details"@#@
// @key: @#@"addEntity"@#@ @source: @#@"Create New"@#@
// @key: @#@"addLog"@#@ @source: @#@"Log"@#@
// @key: @#@"text"@#@ @source: @#@"Text"@#@
// @key: @#@"call"@#@ @source: @#@"Call"@#@
// @key: @#@"missedCall"@#@ @source: @#@"Missed"@#@
// @key: @#@"inboundCall"@#@ @source: @#@"Inbound"@#@
// @key: @#@"outboundCall"@#@ @source: @#@"Outbound"@#@
exports["default"] = _default;
//# sourceMappingURL=ja-JP.js.map