ringcentral-widgets
Version:
RingCentral Integration Widget Library
19 lines (15 loc) • 694 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
sureToDeleteVoiceMail: "このボイスメールを削除しますか?",
sureToDeleteFax: "このFAXを削除しますか?",
doNotAskAgain: "次回から通知しない"
}; // @key: @#@"sureToDeleteVoiceMail"@#@ @source: @#@"Are you sure you want to delete this voicemail?"@#@
// @key: @#@"sureToDeleteFax"@#@ @source: @#@"Are you sure you want to delete this fax?"@#@
// @key: @#@"doNotAskAgain"@#@ @source: @#@"Don't ask me again"@#@
exports["default"] = _default;
//# sourceMappingURL=ja-JP.js.map