@azure/communication-react 1.18.0-alpha-202407191547 → 1.18.0-alpha-202407262302
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/communication-react.d.ts +15 -23
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-ChK7xe6Z.js → ChatMessageComponentAsRichTextEditBox-CmXCpkwp.js} +5 -33
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-CmXCpkwp.js.map +1 -0
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BLCHZv_g.js → RichTextSendBoxWrapper-DI4k0qyf.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BLCHZv_g.js.map → RichTextSendBoxWrapper-DI4k0qyf.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-BWVQuckY.js → index-BSczaURy.js} +184 -249
- package/dist/dist-cjs/communication-react/index-BSczaURy.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +3 -3
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +2 -2
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -3
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +2 -2
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +3 -5
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +8 -14
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +4 -35
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +1 -6
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.d.ts +8 -8
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +4 -4
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +14 -21
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js +17 -15
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Common.style.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js +1 -2
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +2 -5
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +3 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +2 -6
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +12 -57
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +64 -102
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +62 -100
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +62 -100
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +62 -100
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +62 -100
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +62 -100
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +65 -103
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +62 -100
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +62 -100
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +64 -102
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +69 -107
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +62 -100
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +68 -106
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +67 -105
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +65 -103
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +63 -101
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +62 -100
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +63 -101
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +64 -102
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +63 -101
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +10 -10
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +2 -6
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +1 -5
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +5 -10
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +5 -10
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +5 -10
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +5 -10
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +5 -10
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +5 -10
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +5 -10
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +5 -10
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +5 -10
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +5 -10
- package/package.json +7 -7
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-ChK7xe6Z.js.map +0 -1
- package/dist/dist-cjs/communication-react/index-BWVQuckY.js.map +0 -1
@@ -185,8 +185,8 @@
|
|
185
185
|
"failToSendTag": "送信できませんでした",
|
186
186
|
"editedTag": "編集済み",
|
187
187
|
"liveAuthorIntro": "{author} さんの発言",
|
188
|
-
"messageContentAriaText": "{
|
189
|
-
"messageContentMineAriaText": "{
|
188
|
+
"messageContentAriaText": "{author} が {message} と言いました",
|
189
|
+
"messageContentMineAriaText": "{message} と言いました",
|
190
190
|
"editBoxTextLimit": "メッセージが{limitNumber}文字の制限を超えています",
|
191
191
|
"editBoxPlaceholderText": "メッセージを編集する",
|
192
192
|
"newMessagesIndicator": "新しいメッセージ",
|
@@ -220,8 +220,7 @@
|
|
220
220
|
"richTextDeleteColumnMenu": "列の削除",
|
221
221
|
"richTextDeleteRowMenu": "行の削除",
|
222
222
|
"richTextDeleteTableMenu": "テーブルの削除",
|
223
|
-
"richTextToolbarMoreButtonAriaLabel": "その他のオプション"
|
224
|
-
"attachmentUploadsPendingError": "アップロードしています...お待ちください。"
|
223
|
+
"richTextToolbarMoreButtonAriaLabel": "その他のオプション"
|
225
224
|
},
|
226
225
|
"errorBar": {
|
227
226
|
"unableToReachChatService": "オフラインです",
|
@@ -238,7 +237,6 @@
|
|
238
237
|
"startScreenShareGeneric": "画面共有の開始中に問題が発生しました。",
|
239
238
|
"stopScreenShareGeneric": "画面の共有を停止できませんでした",
|
240
239
|
"callNetworkQualityLow": "ネットワークの品質が低くなっています。",
|
241
|
-
"teamsMeetingCallNetworkQualityLow": "ネットワークの品質が低くなっています。",
|
242
240
|
"callNoSpeakerFound": "スピーカーまたはヘッドフォンが見つかりません。音声デバイスを接続して通話を聞きます。",
|
243
241
|
"callNoMicrophoneFound": "マイクが見つかりません。オーディオ入力デバイスを接続します。",
|
244
242
|
"callMicrophoneAccessDenied": "マイクにアクセスできません。アドレス バーのロックをクリックして、この Web ページにアクセス許可を付与します。",
|
@@ -259,189 +257,160 @@
|
|
259
257
|
"failedToJoinCallInvalidMeetingLink": "会議に参加できません。リンクが無効です。",
|
260
258
|
"cameraFrozenForRemoteParticipants": "通話のユーザーにビデオの表示で問題が発生しています。デバイスとネットワークを確認してください。",
|
261
259
|
"unableToStartVideoEffect": "ビデオ効果を適用できません。",
|
262
|
-
"startSpotlightWhileMaxParticipantsAreSpotlighted": "最大数の参加者に既にスポットライトが設定されているため、参加者にスポットライトを開始できません。"
|
263
|
-
"mutedByRemoteParticipant": "他の参加者によってミュートにされました。"
|
260
|
+
"startSpotlightWhileMaxParticipantsAreSpotlighted": "最大数の参加者に既にスポットライトが設定されているため、参加者にスポットライトを開始できません。"
|
264
261
|
},
|
265
|
-
"
|
262
|
+
"notifications": {
|
263
|
+
"unableToReachChatService": {
|
264
|
+
"title": "オフラインです。",
|
265
|
+
"closeButtonAriaLabel": "閉じる"
|
266
|
+
},
|
267
|
+
"accessDenied": {
|
268
|
+
"title": "チャット サービスにアクセスできません",
|
269
|
+
"message": "指定されたユーザー資格情報をチェックしてください",
|
270
|
+
"closeButtonAriaLabel": "閉じる"
|
271
|
+
},
|
272
|
+
"userNotInChatThread": {
|
273
|
+
"title": "このチャット スレッドに参加しなくなりました。",
|
274
|
+
"closeButtonAriaLabel": "閉じる"
|
275
|
+
},
|
276
|
+
"sendMessageNotInChatThread": {
|
277
|
+
"title": "メッセージを送信できませんでした。",
|
278
|
+
"message": "このチャット スレッドにはもう参加していません",
|
279
|
+
"closeButtonAriaLabel": "閉じる"
|
280
|
+
},
|
281
|
+
"sendMessageGeneric": {
|
282
|
+
"title": "メッセージを送信できませんでした。",
|
283
|
+
"closeButtonAriaLabel": "閉じる"
|
284
|
+
},
|
266
285
|
"callingNetworkFailure": {
|
267
286
|
"title": "通話の接続に問題があります",
|
268
|
-
"message": "
|
269
|
-
"
|
287
|
+
"message": "オフラインのようです。ネットワーク接続をチェックしてから、もう一度お試しください。",
|
288
|
+
"closeButtonAriaLabel": "閉じる"
|
270
289
|
},
|
271
290
|
"startVideoGeneric": {
|
272
291
|
"title": "ビデオを開始できませんでした。",
|
273
|
-
"
|
292
|
+
"closeButtonAriaLabel": "閉じる"
|
274
293
|
},
|
275
294
|
"stopVideoGeneric": {
|
276
295
|
"title": "ビデオを停止できませんでした。",
|
277
|
-
"
|
296
|
+
"closeButtonAriaLabel": "閉じる"
|
278
297
|
},
|
279
298
|
"muteGeneric": {
|
280
299
|
"title": "マイクをミュートできませんでした。",
|
281
|
-
"
|
300
|
+
"closeButtonAriaLabel": "閉じる"
|
282
301
|
},
|
283
302
|
"unmuteGeneric": {
|
284
303
|
"title": "マイクのミュートを解除できませんでした。",
|
285
|
-
"
|
304
|
+
"closeButtonAriaLabel": "閉じる"
|
286
305
|
},
|
287
306
|
"speakingWhileMuted": {
|
288
307
|
"title": "ミュートにしています。",
|
289
|
-
"
|
308
|
+
"closeButtonAriaLabel": "閉じる"
|
290
309
|
},
|
291
310
|
"startScreenShareGeneric": {
|
292
311
|
"title": "画面共有の開始中に問題が発生しました。",
|
293
|
-
"
|
312
|
+
"closeButtonAriaLabel": "閉じる"
|
294
313
|
},
|
295
314
|
"stopScreenShareGeneric": {
|
296
315
|
"title": "画面の共有を停止できませんでした。",
|
297
|
-
"
|
316
|
+
"closeButtonAriaLabel": "閉じる"
|
298
317
|
},
|
299
318
|
"callNetworkQualityLow": {
|
300
319
|
"title": "ネットワークの品質が低くなっています。",
|
301
|
-
"
|
302
|
-
},
|
303
|
-
"teamsMeetingCallNetworkQualityLow": {
|
304
|
-
"title": "ネットワークの品質が低くなっています。",
|
305
|
-
"dismissButtonAriaLabel": "閉じる",
|
306
|
-
"message": "サウンドを向上させるには、電話からこの通話に参加してください。このデバイスで引き続き会議を表示できます。",
|
307
|
-
"primaryButtonLabel": "電話で参加"
|
320
|
+
"closeButtonAriaLabel": "閉じる"
|
308
321
|
},
|
309
322
|
"callNoSpeakerFound": {
|
310
323
|
"title": "スピーカーまたはヘッドフォンが見つかりません",
|
311
324
|
"message": "音声デバイスを接続して通話を聞いてください。",
|
312
|
-
"
|
325
|
+
"closeButtonAriaLabel": "閉じる"
|
313
326
|
},
|
314
327
|
"callNoMicrophoneFound": {
|
315
328
|
"title": "マイクが見つかりません",
|
316
329
|
"message": "オーディオ入力デバイスを接続します。",
|
317
|
-
"
|
330
|
+
"closeButtonAriaLabel": "閉じる"
|
318
331
|
},
|
319
332
|
"callMicrophoneAccessDenied": {
|
320
333
|
"title": "マイクにアクセスできません",
|
321
334
|
"message": "アドレス バーのロックをクリックして、この Web ページにアクセス許可を付与します。",
|
322
|
-
"
|
335
|
+
"closeButtonAriaLabel": "閉じる"
|
323
336
|
},
|
324
337
|
"callMicrophoneAccessDeniedSafari": {
|
325
338
|
"title": "マイクにアクセスできません",
|
326
339
|
"message": "ページを更新してアクセス許可を可能にするか、このブラウザーの設定を確認し、この Web サイトのアクセス許可が有効になっていることを確認してください。",
|
327
|
-
"
|
340
|
+
"closeButtonAriaLabel": "閉じる"
|
328
341
|
},
|
329
342
|
"callMicrophoneMutedBySystem": {
|
330
343
|
"title": "システムによってミュートになっています。",
|
331
|
-
"
|
344
|
+
"closeButtonAriaLabel": "閉じる"
|
332
345
|
},
|
333
346
|
"callMicrophoneUnmutedBySystem": {
|
334
347
|
"title": "マイクが回復し、システムによってミュートが解除されました。",
|
335
|
-
"
|
348
|
+
"closeButtonAriaLabel": "閉じる"
|
336
349
|
},
|
337
350
|
"callMacOsMicrophoneAccessDenied": {
|
338
351
|
"title": "マイクにアクセスできません",
|
339
352
|
"message": "macOS のプライバシー設定でマイクへのアクセス許可を付与します。",
|
340
|
-
"
|
353
|
+
"closeButtonAriaLabel": "閉じる"
|
341
354
|
},
|
342
355
|
"callLocalVideoFreeze": {
|
343
356
|
"title": "ネットワーク帯域幅が貧弱です",
|
344
357
|
"message": "通話中に他のユーザーのビデオが一時停止している可能性があります。",
|
345
|
-
"
|
358
|
+
"closeButtonAriaLabel": "閉じる"
|
346
359
|
},
|
347
360
|
"callCameraAccessDenied": {
|
348
361
|
"title": "カメラにアクセスできません",
|
349
362
|
"message": "アドレス バーのロックをクリックして、この Web ページにアクセス許可を付与します。",
|
350
|
-
"
|
363
|
+
"closeButtonAriaLabel": "閉じる"
|
351
364
|
},
|
352
365
|
"callCameraAccessDeniedSafari": {
|
353
366
|
"title": "カメラにアクセスできません",
|
354
367
|
"message": "ページを更新してアクセス許可を可能にするか、このブラウザーの設定を確認し、この Web サイトのアクセス許可が有効になっていることを確認してください。",
|
355
|
-
"
|
368
|
+
"closeButtonAriaLabel": "閉じる"
|
356
369
|
},
|
357
370
|
"callCameraAlreadyInUse": {
|
358
371
|
"title": "カメラにアクセスできません",
|
359
372
|
"message": "別のアプリケーションによって既に使用されている可能性があります。",
|
360
|
-
"
|
373
|
+
"closeButtonAriaLabel": "閉じる"
|
361
374
|
},
|
362
375
|
"callVideoStoppedBySystem": {
|
363
376
|
"title": "ビデオはシステムによって停止されました。",
|
364
|
-
"
|
377
|
+
"closeButtonAriaLabel": "閉じる"
|
365
378
|
},
|
366
379
|
"callVideoRecoveredBySystem": {
|
367
380
|
"title": "ビデオが再開されました。",
|
368
|
-
"
|
381
|
+
"closeButtonAriaLabel": "閉じる"
|
369
382
|
},
|
370
383
|
"callMacOsCameraAccessDenied": {
|
371
384
|
"title": "MacOS がカメラへのアクセスをブロックしています",
|
372
385
|
"message": "プライバシー設定を更新して、このブラウザーがカメラにアクセスできるようにします。",
|
373
|
-
"
|
386
|
+
"closeButtonAriaLabel": "閉じる"
|
374
387
|
},
|
375
388
|
"callMacOsScreenShareAccessDenied": {
|
376
389
|
"title": "MacOS で画面共有がブロックされています",
|
377
390
|
"message": "プライバシー設定を更新して、このブラウザーで画面を録画できるようにします。",
|
378
|
-
"
|
391
|
+
"closeButtonAriaLabel": "閉じる"
|
379
392
|
},
|
380
393
|
"failedToJoinCallGeneric": {
|
381
|
-
"title": "
|
382
|
-
"
|
394
|
+
"title": "通話に参加できませんでした",
|
395
|
+
"closeButtonAriaLabel": "閉じる"
|
383
396
|
},
|
384
397
|
"failedToJoinCallInvalidMeetingLink": {
|
385
398
|
"title": "会議に参加できません。リンクが無効です。",
|
386
|
-
"
|
399
|
+
"closeButtonAriaLabel": "閉じる"
|
387
400
|
},
|
388
401
|
"cameraFrozenForRemoteParticipants": {
|
389
402
|
"title": "通話中のユーザーにビデオの表示で問題が発生しています",
|
390
403
|
"message": "デバイスとネットワークをチェックしてください。",
|
391
|
-
"
|
404
|
+
"closeButtonAriaLabel": "閉じる"
|
392
405
|
},
|
393
406
|
"unableToStartVideoEffect": {
|
394
407
|
"title": "ビデオ効果を適用できません。",
|
395
|
-
"
|
408
|
+
"closeButtonAriaLabel": "閉じる"
|
396
409
|
},
|
397
410
|
"startSpotlightWhileMaxParticipantsAreSpotlighted": {
|
398
411
|
"title": "参加者にスポットライトを開始できません",
|
399
412
|
"message": "参加者の最大数は既にスポットライトが設定されています。",
|
400
|
-
"
|
401
|
-
},
|
402
|
-
"mutedByRemoteParticipant": {
|
403
|
-
"title": "他の参加者によってミュートにされました。",
|
404
|
-
"dismissButtonAriaLabel": "閉じる"
|
405
|
-
},
|
406
|
-
"recordingStarted": {
|
407
|
-
"title": "レコーディングが開始しました。",
|
408
|
-
"message": "参加すると、この会議のトランスクリプトの作成に同意したことになります。",
|
409
|
-
"dismissButtonAriaLabel": "閉じる"
|
410
|
-
},
|
411
|
-
"transcriptionStarted": {
|
412
|
-
"title": "文字起こしが開始しました。",
|
413
|
-
"message": "参加すると、この会議のトランスクリプトの作成に同意したことになります。",
|
414
|
-
"dismissButtonAriaLabel": "閉じる"
|
415
|
-
},
|
416
|
-
"recordingStopped": {
|
417
|
-
"title": "レコーディングを保存しています。",
|
418
|
-
"message": "レコーディングが停止しました。",
|
419
|
-
"dismissButtonAriaLabel": "閉じる"
|
420
|
-
},
|
421
|
-
"transcriptionStopped": {
|
422
|
-
"title": "文字起こしを保存しています。",
|
423
|
-
"message": "文字起こしが停止しました。",
|
424
|
-
"dismissButtonAriaLabel": "閉じる"
|
425
|
-
},
|
426
|
-
"recordingAndTranscriptionStarted": {
|
427
|
-
"title": "レコーディングとトランスクリプトが開始されました。",
|
428
|
-
"message": "参加すると、この会議のトランスクリプトの作成に同意したことになります。",
|
429
|
-
"dismissButtonAriaLabel": "閉じる"
|
430
|
-
},
|
431
|
-
"recordingAndTranscriptionStopped": {
|
432
|
-
"title": "レコーディングとトランスクリプトを保存されました。",
|
433
|
-
"message": "レコーディングとトランスクリプトを停止しました。",
|
434
|
-
"dismissButtonAriaLabel": "閉じる"
|
435
|
-
},
|
436
|
-
"recordingStoppedStillTranscribing": {
|
437
|
-
"title": "レコーディングが停止しました。",
|
438
|
-
"message": "この会議のトランスクリプトを作成しています。",
|
439
|
-
"dismissButtonAriaLabel": "閉じる"
|
440
|
-
},
|
441
|
-
"transcriptionStoppedStillRecording": {
|
442
|
-
"title": "文字起こしが停止しました。",
|
443
|
-
"message": "今はこの会議の録画のみを行っています。",
|
444
|
-
"dismissButtonAriaLabel": "閉じる"
|
413
|
+
"closeButtonAriaLabel": "閉じる"
|
445
414
|
}
|
446
415
|
},
|
447
416
|
"videoGallery": {
|
@@ -467,8 +436,7 @@
|
|
467
436
|
"spotlightLimitReachedMenuTitle": "スポットライトの上限に達しました",
|
468
437
|
"stopSpotlightVideoTileMenuLabel": "スポットライトの設定を解除",
|
469
438
|
"stopSpotlightOnSelfVideoTileMenuLabel": "スポットライトを終了",
|
470
|
-
"attendeeRole": "出席者"
|
471
|
-
"muteParticipantMenuItemLabel": "ミュート"
|
439
|
+
"attendeeRole": "出席者"
|
472
440
|
},
|
473
441
|
"dialpad": {
|
474
442
|
"placeholderText": "電話番号を入力してください",
|
@@ -604,21 +572,15 @@
|
|
604
572
|
"leftNavButtonAriaLabel": "前のページ",
|
605
573
|
"rightNavButtonAriaLabel": "次のページ"
|
606
574
|
},
|
607
|
-
"
|
575
|
+
"MeetingConferencePhoneInfo": {
|
608
576
|
"meetingConferencePhoneInfoModalTitle": "電話から通話に参加",
|
609
577
|
"meetingConferencePhoneInfoModalDialIn": "ダイヤル番号",
|
610
578
|
"meetingConferencePhoneInfoModalMeetingId": "会議 ID の入力",
|
611
579
|
"meetingConferencePhoneInfoModalWait": "開催者に許可されるのを待つ",
|
612
580
|
"meetingConferencePhoneInfoModalNoPhoneAvailable": "利用可能な電話がありません",
|
613
|
-
"
|
614
|
-
"
|
615
|
-
"meetingConferencePhoneInfoModalToll": "(
|
616
|
-
|
617
|
-
"IncomingCallNotification": {
|
618
|
-
"incomingCallNotificationPlaceholderId": "不明なユーザー",
|
619
|
-
"incomingCallNotificationPlaceholderAlert": "着信",
|
620
|
-
"incomingCallNoticicationAcceptWithAudioAriaLabel": "オーディオで承諾する",
|
621
|
-
"incomingCallNoticicationAcceptWithVideoAriaLabel": "ビデオで承諾する",
|
622
|
-
"incomingCallNoticicationRejectAriaLabel": "拒否する"
|
581
|
+
"meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (フリーダイヤル) {country}、{city}",
|
582
|
+
"meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (フリーダイヤル)",
|
583
|
+
"meetingConferencePhoneInfoModalToll": "{phoneNumber} (有料) {country}、{city}",
|
584
|
+
"meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (有料)"
|
623
585
|
}
|
624
586
|
}
|
@@ -185,8 +185,8 @@
|
|
185
185
|
"failToSendTag": "보내기 실패",
|
186
186
|
"editedTag": "편집됨",
|
187
187
|
"liveAuthorIntro": "{author} 님이 말합니다.",
|
188
|
-
"messageContentAriaText": "{
|
189
|
-
"messageContentMineAriaText": "
|
188
|
+
"messageContentAriaText": "{author} 님이 {message}(이)라고 말했습니다.",
|
189
|
+
"messageContentMineAriaText": "내가 {message}(이)라고 말했습니다.",
|
190
190
|
"editBoxTextLimit": "메시지가 {limitNumber} 문자 제한을 초과했습니다.",
|
191
191
|
"editBoxPlaceholderText": "메시지 편집",
|
192
192
|
"newMessagesIndicator": "새 메시지",
|
@@ -220,8 +220,7 @@
|
|
220
220
|
"richTextDeleteColumnMenu": "열 삭제",
|
221
221
|
"richTextDeleteRowMenu": "행 삭제",
|
222
222
|
"richTextDeleteTableMenu": "표 삭제",
|
223
|
-
"richTextToolbarMoreButtonAriaLabel": "옵션 더 보기"
|
224
|
-
"attachmentUploadsPendingError": "업로드 중... 잠시 기다려 주세요."
|
223
|
+
"richTextToolbarMoreButtonAriaLabel": "옵션 더 보기"
|
225
224
|
},
|
226
225
|
"errorBar": {
|
227
226
|
"unableToReachChatService": "오프라인 상태입니다.",
|
@@ -238,7 +237,6 @@
|
|
238
237
|
"startScreenShareGeneric": "화면 공유를 시작하는 동안 문제가 발생했습니다.",
|
239
238
|
"stopScreenShareGeneric": "화면 공유를 중지하지 못함",
|
240
239
|
"callNetworkQualityLow": "네트워크 품질이 낮습니다.",
|
241
|
-
"teamsMeetingCallNetworkQualityLow": "네트워크 품질이 낮습니다.",
|
242
240
|
"callNoSpeakerFound": "스피커 또는 헤드폰을 찾을 수 없습니다. 오디오 장치를 연결하여 통화를 들을 수 있습니다.",
|
243
241
|
"callNoMicrophoneFound": "마이크를 찾을 수 없습니다. 오디오 입력 장치를 연결합니다.",
|
244
242
|
"callMicrophoneAccessDenied": "마이크에 액세스할 수 없습니다. 주소 표시줄에서 잠금을 클릭하여 이 웹 페이지에 권한을 부여합니다.",
|
@@ -259,189 +257,160 @@
|
|
259
257
|
"failedToJoinCallInvalidMeetingLink": "모임에 참가할 수 없습니다. 잘못된 링크입니다.",
|
260
258
|
"cameraFrozenForRemoteParticipants": "통화 중인 사용자에게 영상이 표시되는 데 문제가 있습니다. 장치와 네트워크를 확인하세요.",
|
261
259
|
"unableToStartVideoEffect": "비디오 효과를 적용할 수 없습니다.",
|
262
|
-
"startSpotlightWhileMaxParticipantsAreSpotlighted": "최대 참가자 수가 이미 스포트라이트되었으므로 참가자에서 스포트라이트를 시작할 수 없습니다."
|
263
|
-
"mutedByRemoteParticipant": "다른 참가자가 나를 음소거했습니다."
|
260
|
+
"startSpotlightWhileMaxParticipantsAreSpotlighted": "최대 참가자 수가 이미 스포트라이트되었으므로 참가자에서 스포트라이트를 시작할 수 없습니다."
|
264
261
|
},
|
265
|
-
"
|
262
|
+
"notifications": {
|
263
|
+
"unableToReachChatService": {
|
264
|
+
"title": "오프라인 상태입니다.",
|
265
|
+
"closeButtonAriaLabel": "닫기"
|
266
|
+
},
|
267
|
+
"accessDenied": {
|
268
|
+
"title": "채팅 서비스에 액세스할 수 없음",
|
269
|
+
"message": "제공된 사용자 자격 증명 확인",
|
270
|
+
"closeButtonAriaLabel": "닫기"
|
271
|
+
},
|
272
|
+
"userNotInChatThread": {
|
273
|
+
"title": "이 채팅 스레드에 더 이상 없습니다.",
|
274
|
+
"closeButtonAriaLabel": "닫기"
|
275
|
+
},
|
276
|
+
"sendMessageNotInChatThread": {
|
277
|
+
"title": "메시지를 보내지 못함",
|
278
|
+
"message": "이 채팅 스레드에 더 이상 없습니다.",
|
279
|
+
"closeButtonAriaLabel": "닫기"
|
280
|
+
},
|
281
|
+
"sendMessageGeneric": {
|
282
|
+
"title": "메시지를 보내지 못했습니다.",
|
283
|
+
"closeButtonAriaLabel": "닫기"
|
284
|
+
},
|
266
285
|
"callingNetworkFailure": {
|
267
|
-
"title": "통화
|
268
|
-
"message": "오프라인 상태인 것 같습니다. 네트워크 연결을
|
269
|
-
"
|
286
|
+
"title": "통화 연결에 문제가 발생",
|
287
|
+
"message": "오프라인 상태인 것 같습니다. 네트워크 연결을 검사 다시 시도하세요.",
|
288
|
+
"closeButtonAriaLabel": "닫기"
|
270
289
|
},
|
271
290
|
"startVideoGeneric": {
|
272
291
|
"title": "비디오를 시작하지 못했습니다.",
|
273
|
-
"
|
292
|
+
"closeButtonAriaLabel": "닫기"
|
274
293
|
},
|
275
294
|
"stopVideoGeneric": {
|
276
295
|
"title": "비디오를 중지하지 못했습니다.",
|
277
|
-
"
|
296
|
+
"closeButtonAriaLabel": "닫기"
|
278
297
|
},
|
279
298
|
"muteGeneric": {
|
280
299
|
"title": "마이크를 음소거하지 못했습니다.",
|
281
|
-
"
|
300
|
+
"closeButtonAriaLabel": "닫기"
|
282
301
|
},
|
283
302
|
"unmuteGeneric": {
|
284
303
|
"title": "마이크의 음소거를 해제하지 못했습니다.",
|
285
|
-
"
|
304
|
+
"closeButtonAriaLabel": "닫기"
|
286
305
|
},
|
287
306
|
"speakingWhileMuted": {
|
288
|
-
"title": "
|
289
|
-
"
|
307
|
+
"title": "음소거 되었습니다.",
|
308
|
+
"closeButtonAriaLabel": "닫기"
|
290
309
|
},
|
291
310
|
"startScreenShareGeneric": {
|
292
311
|
"title": "화면 공유를 시작하는 동안 문제가 발생했습니다.",
|
293
|
-
"
|
312
|
+
"closeButtonAriaLabel": "닫기"
|
294
313
|
},
|
295
314
|
"stopScreenShareGeneric": {
|
296
315
|
"title": "화면 공유를 중지하지 못했습니다.",
|
297
|
-
"
|
316
|
+
"closeButtonAriaLabel": "닫기"
|
298
317
|
},
|
299
318
|
"callNetworkQualityLow": {
|
300
319
|
"title": "네트워크 품질이 낮습니다.",
|
301
|
-
"
|
302
|
-
},
|
303
|
-
"teamsMeetingCallNetworkQualityLow": {
|
304
|
-
"title": "네트워크 품질이 낮습니다.",
|
305
|
-
"dismissButtonAriaLabel": "닫기",
|
306
|
-
"message": "더 나은 사운드를 위해 휴대폰에서 이 통화에 참여하세요. 이 장치에서 모임을 계속 볼 수 있습니다.",
|
307
|
-
"primaryButtonLabel": "전화로 참가"
|
320
|
+
"closeButtonAriaLabel": "닫기"
|
308
321
|
},
|
309
322
|
"callNoSpeakerFound": {
|
310
323
|
"title": "스피커 또는 헤드폰을 찾을 수 없음",
|
311
324
|
"message": "오디오 장치를 연결하여 통화를 들을 수 있습니다.",
|
312
|
-
"
|
325
|
+
"closeButtonAriaLabel": "닫기"
|
313
326
|
},
|
314
327
|
"callNoMicrophoneFound": {
|
315
|
-
"title": "마이크를 찾을 수
|
328
|
+
"title": "마이크를 찾을 수 없음",
|
316
329
|
"message": "오디오 입력 장치를 연결합니다.",
|
317
|
-
"
|
330
|
+
"closeButtonAriaLabel": "닫기"
|
318
331
|
},
|
319
332
|
"callMicrophoneAccessDenied": {
|
320
333
|
"title": "마이크에 액세스할 수 없음",
|
321
334
|
"message": "주소 표시줄에서 잠금을 클릭하여 이 웹 페이지에 권한을 부여합니다.",
|
322
|
-
"
|
335
|
+
"closeButtonAriaLabel": "닫기"
|
323
336
|
},
|
324
337
|
"callMicrophoneAccessDeniedSafari": {
|
325
338
|
"title": "마이크에 액세스할 수 없음",
|
326
|
-
"message": "사용 권한을 허용하려면 페이지를 새로 고치거나 이 브라우저의 설정을
|
327
|
-
"
|
339
|
+
"message": "사용 권한을 허용하려면 페이지를 새로 고치거나 이 브라우저의 설정을 검사 이 웹 사이트에 대해 사용 권한이 활성화되어 있는지 확인하세요.",
|
340
|
+
"closeButtonAriaLabel": "닫기"
|
328
341
|
},
|
329
342
|
"callMicrophoneMutedBySystem": {
|
330
343
|
"title": "시스템에 의해 음소거되었습니다.",
|
331
|
-
"
|
344
|
+
"closeButtonAriaLabel": "닫기"
|
332
345
|
},
|
333
346
|
"callMicrophoneUnmutedBySystem": {
|
334
347
|
"title": "마이크가 복구되었으며 시스템에서 음소거를 해제했습니다.",
|
335
|
-
"
|
348
|
+
"closeButtonAriaLabel": "닫기"
|
336
349
|
},
|
337
350
|
"callMacOsMicrophoneAccessDenied": {
|
338
351
|
"title": "마이크에 액세스할 수 없음",
|
339
352
|
"message": "macOS 개인 정보 설정에서 마이크 권한을 부여합니다.",
|
340
|
-
"
|
353
|
+
"closeButtonAriaLabel": "닫기"
|
341
354
|
},
|
342
355
|
"callLocalVideoFreeze": {
|
343
356
|
"title": "네트워크 대역폭이 나쁨",
|
344
357
|
"message": "통화 중에 다른 사람에 대해 비디오가 일시 중지된 것 같습니다.",
|
345
|
-
"
|
358
|
+
"closeButtonAriaLabel": "닫기"
|
346
359
|
},
|
347
360
|
"callCameraAccessDenied": {
|
348
361
|
"title": "카메라에 액세스할 수 없음",
|
349
362
|
"message": "주소 표시줄에서 잠금을 클릭하여 이 웹 페이지에 권한을 부여합니다.",
|
350
|
-
"
|
363
|
+
"closeButtonAriaLabel": "닫기"
|
351
364
|
},
|
352
365
|
"callCameraAccessDeniedSafari": {
|
353
366
|
"title": "카메라에 액세스할 수 없음",
|
354
|
-
"message": "사용 권한을 허용하려면 페이지를 새로 고치거나 이 브라우저의 설정을
|
355
|
-
"
|
367
|
+
"message": "사용 권한을 허용하려면 페이지를 새로 고치거나 이 브라우저의 설정을 검사 이 웹 사이트에 대해 사용 권한이 활성화되어 있는지 확인하세요.",
|
368
|
+
"closeButtonAriaLabel": "닫기"
|
356
369
|
},
|
357
370
|
"callCameraAlreadyInUse": {
|
358
371
|
"title": "카메라에 액세스할 수 없음",
|
359
372
|
"message": "다른 응용 프로그램에서 이미 사용 중일 수 있습니다.",
|
360
|
-
"
|
373
|
+
"closeButtonAriaLabel": "닫기"
|
361
374
|
},
|
362
375
|
"callVideoStoppedBySystem": {
|
363
376
|
"title": "시스템에 의해 비디오가 중지되었습니다.",
|
364
|
-
"
|
377
|
+
"closeButtonAriaLabel": "닫기"
|
365
378
|
},
|
366
379
|
"callVideoRecoveredBySystem": {
|
367
|
-
"title": "
|
368
|
-
"
|
380
|
+
"title": "비디오가 다시 시작되었습니다.",
|
381
|
+
"closeButtonAriaLabel": "닫기"
|
369
382
|
},
|
370
383
|
"callMacOsCameraAccessDenied": {
|
371
384
|
"title": "MacOS가 카메라에 대한 액세스를 차단하고 있습니다.",
|
372
385
|
"message": "이 브라우저에서 카메라에 액세스할 수 있도록 개인 정보 설정을 업데이트합니다.",
|
373
|
-
"
|
386
|
+
"closeButtonAriaLabel": "닫기"
|
374
387
|
},
|
375
388
|
"callMacOsScreenShareAccessDenied": {
|
376
389
|
"title": "MacOS에서 화면 공유를 차단하고 있습니다.",
|
377
390
|
"message": "이 브라우저에서 화면을 녹화할 수 있도록 개인 정보 설정을 업데이트합니다.",
|
378
|
-
"
|
391
|
+
"closeButtonAriaLabel": "닫기"
|
379
392
|
},
|
380
393
|
"failedToJoinCallGeneric": {
|
381
394
|
"title": "통화에 참가하지 못했습니다.",
|
382
|
-
"
|
395
|
+
"closeButtonAriaLabel": "닫기"
|
383
396
|
},
|
384
397
|
"failedToJoinCallInvalidMeetingLink": {
|
385
398
|
"title": "모임에 참가할 수 없습니다. 잘못된 링크입니다.",
|
386
|
-
"
|
399
|
+
"closeButtonAriaLabel": "닫기"
|
387
400
|
},
|
388
401
|
"cameraFrozenForRemoteParticipants": {
|
389
402
|
"title": "통화 중인 사용자에게 영상이 표시되는 데 문제가 있습니다.",
|
390
403
|
"message": "장치 및 네트워크를 확인하세요.",
|
391
|
-
"
|
404
|
+
"closeButtonAriaLabel": "닫기"
|
392
405
|
},
|
393
406
|
"unableToStartVideoEffect": {
|
394
407
|
"title": "비디오 효과를 적용할 수 없습니다.",
|
395
|
-
"
|
408
|
+
"closeButtonAriaLabel": "닫기"
|
396
409
|
},
|
397
410
|
"startSpotlightWhileMaxParticipantsAreSpotlighted": {
|
398
411
|
"title": "참가자에 대한 스포트라이트를 시작할 수 없음",
|
399
412
|
"message": "최대 참가자 수가 이미 스포트라이트되었습니다.",
|
400
|
-
"
|
401
|
-
},
|
402
|
-
"mutedByRemoteParticipant": {
|
403
|
-
"title": "다른 참가자가 나를 음소거했습니다.",
|
404
|
-
"dismissButtonAriaLabel": "닫기"
|
405
|
-
},
|
406
|
-
"recordingStarted": {
|
407
|
-
"title": "녹음/녹화가 시작되었습니다.",
|
408
|
-
"message": "참가하면 이 모임이 전사되는 것에 동의하게 됩니다.",
|
409
|
-
"dismissButtonAriaLabel": "닫기"
|
410
|
-
},
|
411
|
-
"transcriptionStarted": {
|
412
|
-
"title": "전사를 시작했습니다.",
|
413
|
-
"message": "참가하면 이 모임이 전사되는 것에 동의하게 됩니다.",
|
414
|
-
"dismissButtonAriaLabel": "닫기"
|
415
|
-
},
|
416
|
-
"recordingStopped": {
|
417
|
-
"title": "녹음/녹화를 저장하는 중입니다.",
|
418
|
-
"message": "녹음/녹화를 중단했습니다.",
|
419
|
-
"dismissButtonAriaLabel": "닫기"
|
420
|
-
},
|
421
|
-
"transcriptionStopped": {
|
422
|
-
"title": "대화 기록을 저장하는 중입니다.",
|
423
|
-
"message": "대화 내용 기록을 중단했습니다.",
|
424
|
-
"dismissButtonAriaLabel": "닫기"
|
425
|
-
},
|
426
|
-
"recordingAndTranscriptionStarted": {
|
427
|
-
"title": "녹음/녹화와 전사를 시작했습니다.",
|
428
|
-
"message": "참가하면 이 모임이 전사되는 것에 동의하게 됩니다.",
|
429
|
-
"dismissButtonAriaLabel": "닫기"
|
430
|
-
},
|
431
|
-
"recordingAndTranscriptionStopped": {
|
432
|
-
"title": "녹음/녹화와 전사를 저장하는 중입니다.",
|
433
|
-
"message": "녹음/녹화와 전사를 중단했습니다.",
|
434
|
-
"dismissButtonAriaLabel": "닫기"
|
435
|
-
},
|
436
|
-
"recordingStoppedStillTranscribing": {
|
437
|
-
"title": "녹음/녹화를 중단했습니다.",
|
438
|
-
"message": "이제 이 모임의 전사만 진행합니다.",
|
439
|
-
"dismissButtonAriaLabel": "닫기"
|
440
|
-
},
|
441
|
-
"transcriptionStoppedStillRecording": {
|
442
|
-
"title": "대화 내용 기록을 중단했습니다.",
|
443
|
-
"message": "이제 이 모임의 녹음/녹화만 진행합니다.",
|
444
|
-
"dismissButtonAriaLabel": "닫기"
|
413
|
+
"closeButtonAriaLabel": "닫기"
|
445
414
|
}
|
446
415
|
},
|
447
416
|
"videoGallery": {
|
@@ -467,8 +436,7 @@
|
|
467
436
|
"spotlightLimitReachedMenuTitle": "스포트라이트 한도 도달",
|
468
437
|
"stopSpotlightVideoTileMenuLabel": "스포트라이트 중지",
|
469
438
|
"stopSpotlightOnSelfVideoTileMenuLabel": "스포트라이트 종료",
|
470
|
-
"attendeeRole": "참석자"
|
471
|
-
"muteParticipantMenuItemLabel": "음소거"
|
439
|
+
"attendeeRole": "참석자"
|
472
440
|
},
|
473
441
|
"dialpad": {
|
474
442
|
"placeholderText": "전화 번호를 입력하세요.",
|
@@ -604,21 +572,15 @@
|
|
604
572
|
"leftNavButtonAriaLabel": "이전 페이지",
|
605
573
|
"rightNavButtonAriaLabel": "다음 페이지"
|
606
574
|
},
|
607
|
-
"
|
575
|
+
"MeetingConferencePhoneInfo": {
|
608
576
|
"meetingConferencePhoneInfoModalTitle": "내 전화에서 통화 참가",
|
609
577
|
"meetingConferencePhoneInfoModalDialIn": "전화 걸기",
|
610
578
|
"meetingConferencePhoneInfoModalMeetingId": "모임 ID 입력",
|
611
579
|
"meetingConferencePhoneInfoModalWait": "이끌이가 허가할 때까지 기다리세요.",
|
612
580
|
"meetingConferencePhoneInfoModalNoPhoneAvailable": "사용할 수 있는 전화 없음",
|
613
|
-
"
|
614
|
-
"
|
615
|
-
"meetingConferencePhoneInfoModalToll": "(유료)"
|
616
|
-
|
617
|
-
"IncomingCallNotification": {
|
618
|
-
"incomingCallNotificationPlaceholderId": "알 수 없는 사용자",
|
619
|
-
"incomingCallNotificationPlaceholderAlert": "수신 전화",
|
620
|
-
"incomingCallNoticicationAcceptWithAudioAriaLabel": "오디오 수락",
|
621
|
-
"incomingCallNoticicationAcceptWithVideoAriaLabel": "비디오 수락",
|
622
|
-
"incomingCallNoticicationRejectAriaLabel": "거부"
|
581
|
+
"meetingConferencePhoneInfoModalTollFree": "{phoneNumber}(무료) {country}, {city}",
|
582
|
+
"meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber}(무료)",
|
583
|
+
"meetingConferencePhoneInfoModalToll": "{phoneNumber}(유료) {country}, {city}",
|
584
|
+
"meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber}(유료)"
|
623
585
|
}
|
624
586
|
}
|