ringcentral-widgets
Version:
RingCentral Integration Widget Library
49 lines (45 loc) • 4.45 kB
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
newConference: "新しい会議",
dialInNumber: "ダイヤルイン番号",
hostAccess: "ホストのアクセス",
participantsAccess: "参加者のアクセス",
addinalDialInNumbers: "追加のダイヤルイン番号",
selectNumbers: "番号の選択",
enableJoinBeforeHost: "ホストより前の参加を可能にする",
conferenceCommands: "会議コマンド",
conferenceOptions: "会議のオプション",
inviteWithGCalendar: "Googleカレンダーを使用して招待",
inviteWithText: "テキストで招待",
joinAsHost: "会議を起動",
internationalNumber: "国際ダイヤルイン番号:",
inviteText_att: "{brandName}電話会議に参加してください。\n\nダイヤルイン番号:{formattedDialInNumber} \n{additionalNumbersSection} \n参加者アクセス:{participantCode} \n\n国際ダイヤルイン番号が必要な場合は、{dialInNumbersLinks}にアクセスしてください。\n\nこの電話会議は{brandName} Conferencingによって提供されます。",
inviteText_bt: "{brandName}電話会議に参加してください。\n\nダイヤルイン番号:{formattedDialInNumber} \n{additionalNumbersSection} \n参加者アクセス:{participantCode} \n\n追加のダイヤルイン番号{dialInNumbersLinks}",
inviteText_rc: "{brandName}電話会議に参加してください。\n\nダイヤルイン番号:{formattedDialInNumber} \n{additionalNumbersSection} \n参加者アクセス:{participantCode} \n\n国際ダイヤルイン番号が必要な場合は、{dialInNumbersLinks}にアクセスしてください。\n\nこの電話会議は{brandName} Conferencingによって提供されます。",
inviteText_telus: "{brandName}電話会議に参加してください。\n\nダイヤルイン番号:{formattedDialInNumber} \n{additionalNumbersSection} \n参加者アクセス:{participantCode} \n\n追加のダイヤルイン番号{dialInNumbersLinks}",
saveAsDefault: "既定として保存"
}; // @key: @#@"newConference"@#@ @source: @#@"New Conference"@#@
// @key: @#@"dialInNumber"@#@ @source: @#@"Dial-in Number"@#@
// @key: @#@"hostAccess"@#@ @source: @#@"Host Access"@#@
// @key: @#@"participantsAccess"@#@ @source: @#@"Participants Access"@#@
// @key: @#@"addinalDialInNumbers"@#@ @source: @#@"Additional Dial-in Numbers"@#@
// @key: @#@"selectNumbers"@#@ @source: @#@"Select Numbers"@#@
// @key: @#@"enableJoinBeforeHost"@#@ @source: @#@"Enable join before Host"@#@
// @key: @#@"conferenceCommands"@#@ @source: @#@"Conference Commands"@#@
// @key: @#@"conferenceOptions"@#@ @source: @#@"Conference Options"@#@
// @key: @#@"inviteWithGCalendar"@#@ @source: @#@"Invite with Google Calendar"@#@
// @key: @#@"inviteWithText"@#@ @source: @#@"Invite with Text"@#@
// @key: @#@"joinAsHost"@#@ @source: @#@"Launch Conference"@#@
// @key: @#@"internationalNumber"@#@ @source: @#@"International Dial-in Numbers:"@#@
// @key: @#@"inviteText_att"@#@ @source: @#@"Please join the {brandName} conference.\n\nDial-In Number: {formattedDialInNumber} \n{additionalNumbersSection} \nParticipant Access: {participantCode} \n\nNeed an international dial-in phone number? Please visit {dialInNumbersLinks} \n\nThis conference call is brought to you by {brandName} Conferencing."@#@
// @key: @#@"inviteText_bt"@#@ @source: @#@"Please join the {brandName} conference.\n\nDial-In Number: {formattedDialInNumber} \n{additionalNumbersSection} \nParticipant Access: {participantCode} \n\nAdditional dial-in numbers {dialInNumbersLinks}"@#@
// @key: @#@"inviteText_rc"@#@ @source: @#@"Please join the {brandName} conference.\n\nDial-In Number: {formattedDialInNumber} \n{additionalNumbersSection} \nParticipant Access: {participantCode} \n\nNeed an international dial-in phone number? Please visit {dialInNumbersLinks} \n\nThis conference call is brought to you by {brandName} Conferencing."@#@
// @key: @#@"inviteText_telus"@#@ @source: @#@"Please join the {brandName} conference.\n\nDial-In Number: {formattedDialInNumber} \n{additionalNumbersSection} \nParticipant Access: {participantCode} \n\nAdditional dial-in numbers {dialInNumbersLinks}"@#@
// @key: @#@"saveAsDefault"@#@ @source: @#@"Save as default"@#@
exports["default"] = _default;
//# sourceMappingURL=ja-JP.js.map