ringcentral-widgets
Version:
RingCentral Integration Widget Library
77 lines (73 loc) • 4.36 kB
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
topic: "トピック",
when: "日時",
duration: "通話時間",
recurringMeeting: "定期的な会議",
recurringDescribe: "カレンダーの出席依頼で、参加者に定期的または繰り返し確認することを忘れないようにしてください。",
video: "ビデオ",
videoDescribe: "会議に参加する場合",
host: "ホストビデオオン",
participants: "参加者ビデオオン",
audioOptions: "オーディオオプション",
voIPOnly: "VoIPのみ",
both: "両方",
meetingOptions: "会議のオプション",
requirePassword: "会議のパスワードを要求する",
password: "パスワード",
rcmPasswordHintText: "パスワードは1~10文字で英数字と@*-のみ使用できます",
passwordEmptyError: "会議パスワードを必須にする",
rcmPasswordInvalidError: "パスワードは1~10文字で英数字と@*-のみ使用できます",
enableJoinBeforeHost: "ホストより前の参加を可能にする",
telephonyOnly: "電話通信のみ",
hostVideoOn: "ホストビデオオン",
participantVideoOn: "参加者ビデオオン",
recurringEvery: "すべて",
recurrenceType: "繰り返しのタイプ",
recurrenceEndDate: "終了日",
currentLocale: "日",
meetingId: "会議ID",
generateAutomatically: "自動生成",
usePmi: "個人会議ID (PMI):{meetingId}",
pmiChangeConfirm: "個人会議に変更を加える場合は、 ",
changePmiSettings: "PMI設定を変更します",
pmiSettingChangeAlert: "設定を変更してこの会議をスケジュールする場合は、個人会議IDのある会議すべてで同じ最新の設定が使用されます。"
}; // @key: @#@"topic"@#@ @source: @#@"Topic"@#@
// @key: @#@"when"@#@ @source: @#@"When"@#@
// @key: @#@"duration"@#@ @source: @#@"Duration"@#@
// @key: @#@"recurringMeeting"@#@ @source: @#@"Recurring Meeting"@#@
// @key: @#@"recurringDescribe"@#@ @source: @#@"Please remember to check recurrence or repeat in your calendar invitation to your attendees."@#@
// @key: @#@"video"@#@ @source: @#@"Video"@#@
// @key: @#@"videoDescribe"@#@ @source: @#@"When joining a meeting"@#@
// @key: @#@"host"@#@ @source: @#@"Host video on"@#@
// @key: @#@"participants"@#@ @source: @#@"Participant video on"@#@
// @key: @#@"audioOptions"@#@ @source: @#@"Audio options"@#@
// @key: @#@"voIPOnly"@#@ @source: @#@"VoIP Only"@#@
// @key: @#@"both"@#@ @source: @#@"Both"@#@
// @key: @#@"meetingOptions"@#@ @source: @#@"Meeting options"@#@
// @key: @#@"requirePassword"@#@ @source: @#@"Require meeting password"@#@
// @key: @#@"password"@#@ @source: @#@"Password"@#@
// @key: @#@"rcmPasswordHintText"@#@ @source: @#@"Your password should be 1-10 characters, numbers long and cannot have symbols except @, * or -"@#@
// @key: @#@"passwordEmptyError"@#@ @source: @#@"Meeting password required"@#@
// @key: @#@"rcmPasswordInvalidError"@#@ @source: @#@"Your password must be 1-10 characters, numbers long and cannot have symbols except @, * or -"@#@
// @key: @#@"enableJoinBeforeHost"@#@ @source: @#@"Enable join before host"@#@
// @key: @#@"telephonyOnly"@#@ @source: @#@"Telephony Only"@#@
// @key: @#@"hostVideoOn"@#@ @source: @#@"Host Video On"@#@
// @key: @#@"participantVideoOn"@#@ @source: @#@"Participant Video On"@#@
// @key: @#@"recurringEvery"@#@ @source: @#@"Every"@#@
// @key: @#@"recurrenceType"@#@ @source: @#@"Recurrence Type"@#@
// @key: @#@"recurrenceEndDate"@#@ @source: @#@"End Date"@#@
// @key: @#@"currentLocale"@#@ @source: @#@"Day(s)"@#@
// @key: @#@"meetingId"@#@ @source: @#@"Meeting ID"@#@
// @key: @#@"generateAutomatically"@#@ @source: @#@"Generate Automatically"@#@
// @key: @#@"usePmi"@#@ @source: @#@"Personal Meeting ID (PMI): {meetingId}"@#@
// @key: @#@"pmiChangeConfirm"@#@ @source: @#@"If you want to make changes for your personal meeting, "@#@
// @key: @#@"changePmiSettings"@#@ @source: @#@"change PMI settings"@#@
// @key: @#@"pmiSettingChangeAlert"@#@ @source: @#@"If you change the settings and schedule this meeting, all of meetings with Personal Meeting ID will use the same latest settings."@#@
exports["default"] = _default;
//# sourceMappingURL=ja-JP.js.map