ringcentral-widgets
Version:
RingCentral Integration Widget Library
27 lines (23 loc) • 829 B
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
forward: "転送",
reply: "返信",
ignore: "無視",
toVoicemail: "ボイスメールへ",
answer: "電話に出る",
answerAndEnd: "応答して終了",
answerAndHold: "応答して保留"
}; // @key: @#@"forward"@#@ @source: @#@"Forward"@#@
// @key: @#@"reply"@#@ @source: @#@"Reply"@#@
// @key: @#@"ignore"@#@ @source: @#@"Ignore"@#@
// @key: @#@"toVoicemail"@#@ @source: @#@"To Voicemail"@#@
// @key: @#@"answer"@#@ @source: @#@"Answer"@#@
// @key: @#@"answerAndEnd"@#@ @source: @#@"Answer & End"@#@
// @key: @#@"answerAndHold"@#@ @source: @#@"Answer & Hold"@#@
exports["default"] = _default;
//# sourceMappingURL=ja-JP.js.map