ringcentral-widgets
Version:
RingCentral Integration Widget Library
83 lines (81 loc) • 4.83 kB
text/typescript
import { ASSISTED_USERS_MYSELF } from 'ringcentral-integration/modules/Meeting';
export default {
date: "日期",
time: "時間",
hours: "{howMany} 小時",
minutes: "{howMany} 分鐘",
today: "今天",
duration: "長度",
topic: "會議標題",
voIPOnly: "僅限網路音訊",
telephonyOnly: "僅限電話",
both: "電話和網路音訊",
thirdParty: "第三方音訊",
meetingId: "會議 ID",
password: "密碼",
video: "視訊",
audio: "音訊",
scheduleFor: "代表以下對象排程",
[ASSISTED_USERS_MYSELF]: "我本人",
meetingOptions: "會議選項",
meetingSettings: "會議設定",
rcMeetingSettings: "視訊會議設定",
audioOptions: "音訊選項",
recurringMeeting: "定期會議",
recurringNote: "注意:選擇「定期」時請啟用此選項",
joinBeforeHost: "允許參與者在主持人之前加入",
turnOffCamera: "關閉參與者的相機",
turnOffHostCamera: "主持人加入會議時請關閉攝影機",
requirePassword: "需要密碼",
enterPassword: "輸入密碼",
setPassword: "請設定密碼 *",
passwordEmptyError: "必須提供會議密碼",
rcmPasswordInvalidError: "您的密碼必須包含 1 到 10 個字元和數字,並且不得包含任何符號 (除 @、* 或 - 以外)",
rcmPasswordHintText: "您的密碼應包含 1 到 10 個字元和數字,並且不得包含任何符號 (除 @、* 或 - 以外)",
usePersonalMeetingId: "使用個人會議 ID",
pmiChangeConfirm: "如果您想變更個人會議, ",
changePmiSettings: "請變更 PMI 設定",
pmiSettingChangeAlert: "若您變更設定並排程此會議,相同的最新設定會套用至使用個人會議 ID 的所有會議。",
lockedTooltip: "此設定是由貴公司管理員負責管理",
when: "時間",
recurringDescribe: "請記得確認傳送給列席者的行事曆邀請中的定期或重複會議。"
};
// @key: @#@"date"@#@ @source: @#@"Date"@#@
// @key: @#@"time"@#@ @source: @#@"Time"@#@
// @key: @#@"hours"@#@ @source: @#@"{howMany} hr"@#@
// @key: @#@"minutes"@#@ @source: @#@"{howMany} min"@#@
// @key: @#@"today"@#@ @source: @#@"Today"@#@
// @key: @#@"duration"@#@ @source: @#@"Duration"@#@
// @key: @#@"topic"@#@ @source: @#@"Meeting title"@#@
// @key: @#@"voIPOnly"@#@ @source: @#@"Internet audio only"@#@
// @key: @#@"telephonyOnly"@#@ @source: @#@"Telephone only"@#@
// @key: @#@"both"@#@ @source: @#@"Telephone and Internet audio"@#@
// @key: @#@"thirdParty"@#@ @source: @#@"3rd party audio"@#@
// @key: @#@"meetingId"@#@ @source: @#@"Meeting ID"@#@
// @key: @#@"password"@#@ @source: @#@"Password"@#@
// @key: @#@"video"@#@ @source: @#@"Video"@#@
// @key: @#@"audio"@#@ @source: @#@"Audio"@#@
// @key: @#@"scheduleFor"@#@ @source: @#@"Schedule on behalf of"@#@
// @key: @#@"ASSISTED_USERS_MYSELF"@#@ @source: @#@"Myself"@#@
// @key: @#@"meetingOptions"@#@ @source: @#@"Meeting options"@#@
// @key: @#@"meetingSettings"@#@ @source: @#@"Meeting settings"@#@
// @key: @#@"rcMeetingSettings"@#@ @source: @#@"Video Meeting settings"@#@
// @key: @#@"audioOptions"@#@ @source: @#@"Audio options"@#@
// @key: @#@"recurringMeeting"@#@ @source: @#@"Recurring meeting"@#@
// @key: @#@"recurringNote"@#@ @source: @#@"Note: Enable this one when choosing \"Recurrence\""@#@
// @key: @#@"joinBeforeHost"@#@ @source: @#@"Allow participants to join before host"@#@
// @key: @#@"turnOffCamera"@#@ @source: @#@"Turn off camera for participants"@#@
// @key: @#@"turnOffHostCamera"@#@ @source: @#@"Turn off camera for host when joining meeting"@#@
// @key: @#@"requirePassword"@#@ @source: @#@"Require password"@#@
// @key: @#@"enterPassword"@#@ @source: @#@"Enter Password"@#@
// @key: @#@"setPassword"@#@ @source: @#@"Set password *"@#@
// @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: @#@"rcmPasswordHintText"@#@ @source: @#@"Your password should be 1-10 characters, numbers long and cannot have symbols except @, * or -"@#@
// @key: @#@"usePersonalMeetingId"@#@ @source: @#@"Use Personal Meeting ID"@#@
// @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."@#@
// @key: @#@"lockedTooltip"@#@ @source: @#@"This setting is managed by your company admin"@#@
// @key: @#@"when"@#@ @source: @#@"When"@#@
// @key: @#@"recurringDescribe"@#@ @source: @#@"Please remember to check recurrence or repeat in your calendar invitation to your attendees."@#@