@azure/communication-react 1.18.0-alpha-202406150014 → 1.18.0-alpha-202406191739

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.
Files changed (170) hide show
  1. package/dist/communication-react.d.ts +54 -28
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-XMNUmuTx.js → ChatMessageComponentAsRichTextEditBox-HBSSHZ2s.js} +2 -2
  3. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-XMNUmuTx.js.map → ChatMessageComponentAsRichTextEditBox-HBSSHZ2s.js.map} +1 -1
  4. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BLmR8ku0.js → RichTextSendBoxWrapper-DDN8Weyb.js} +2 -2
  5. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BLmR8ku0.js.map → RichTextSendBoxWrapper-DDN8Weyb.js.map} +1 -1
  6. package/dist/dist-cjs/communication-react/{index-CzkriUUT.js → index-CAm6Qb1t.js} +638 -197
  7. package/dist/dist-cjs/communication-react/index-CAm6Qb1t.js.map +1 -0
  8. package/dist/dist-cjs/communication-react/index.js +1 -1
  9. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  11. package/dist/dist-esm/calling-component-bindings/src/errorNotificationsSelector.d.ts +22 -0
  12. package/dist/dist-esm/calling-component-bindings/src/errorNotificationsSelector.js +146 -0
  13. package/dist/dist-esm/calling-component-bindings/src/errorNotificationsSelector.js.map +1 -0
  14. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +1 -0
  15. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +7 -1
  16. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  17. package/dist/dist-esm/calling-component-bindings/src/index.d.ts +2 -0
  18. package/dist/dist-esm/calling-component-bindings/src/index.js +2 -0
  19. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  20. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +2 -1
  21. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  22. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +5 -4
  23. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
  24. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.d.ts +1 -0
  25. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js +3 -3
  26. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -1
  27. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +1 -10
  28. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
  29. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.d.ts +4 -0
  30. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js +18 -21
  31. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -1
  32. package/dist/dist-esm/react-components/src/components/ErrorBar.js +1 -1
  33. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  34. package/dist/dist-esm/react-components/src/components/Notifications.d.ts +23 -28
  35. package/dist/dist-esm/react-components/src/components/Notifications.js +17 -7
  36. package/dist/dist-esm/react-components/src/components/Notifications.js.map +1 -1
  37. package/dist/dist-esm/react-components/src/components/ParticipantList.js +3 -2
  38. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  39. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +2 -2
  40. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +1 -1
  41. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +1 -1
  42. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +16 -29
  43. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -1
  44. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +10 -4
  45. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -1
  46. package/dist/dist-esm/react-components/src/components/SendBox.js +9 -3
  47. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  48. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +1 -1
  49. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  50. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +1 -1
  51. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
  52. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.d.ts +1 -0
  53. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +3 -3
  54. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  55. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +2 -0
  56. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  57. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +1 -1
  58. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js +10 -0
  59. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
  60. package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +4 -0
  61. package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js +8 -0
  62. package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -1
  63. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +1 -1
  64. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  65. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +24 -13
  66. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -1
  67. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts +4 -0
  68. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +9 -0
  69. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  70. package/dist/dist-esm/react-components/src/components/utils.d.ts +32 -1
  71. package/dist/dist-esm/react-components/src/components/utils.js +84 -0
  72. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  73. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +170 -3
  74. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +168 -1
  75. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +170 -3
  76. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +168 -1
  77. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +2 -23
  78. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +170 -3
  79. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +168 -1
  80. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +170 -3
  81. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +168 -1
  82. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +170 -3
  83. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +168 -1
  84. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +168 -1
  85. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +168 -1
  86. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +168 -1
  87. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +168 -1
  88. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +170 -3
  89. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +168 -1
  90. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +170 -3
  91. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +170 -3
  92. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +170 -3
  93. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +170 -3
  94. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.d.ts +1 -0
  95. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +4 -4
  96. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
  97. package/dist/dist-esm/react-components/src/theming/themes.js +13 -12
  98. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  99. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +1 -1
  100. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
  101. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +24 -5
  102. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  103. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +20 -0
  104. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  105. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +1 -0
  106. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +8 -0
  107. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  108. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +4 -0
  109. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  110. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +4 -2
  111. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +33 -5
  112. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  113. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +1 -1
  114. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +68 -4
  115. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
  116. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.d.ts +3 -2
  117. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +1 -1
  118. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
  119. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +4 -0
  120. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  121. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +3 -2
  122. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +5 -3
  123. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  124. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +4 -2
  125. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -1
  126. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +4 -2
  127. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  128. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +4 -2
  129. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
  130. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +1 -0
  131. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +6 -0
  132. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  133. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +4 -0
  134. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  135. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +1 -0
  136. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +6 -0
  137. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  138. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +26 -6
  139. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  140. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +5 -4
  141. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +1 -1
  142. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.d.ts +1 -0
  143. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  144. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.d.ts +3 -2
  145. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +40 -2
  146. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
  147. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +7 -1
  148. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +7 -1
  149. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +7 -1
  150. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +7 -1
  151. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +6 -1
  152. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +7 -1
  153. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +7 -1
  154. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +7 -1
  155. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +7 -1
  156. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +7 -1
  157. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +7 -1
  158. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +7 -1
  159. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +7 -1
  160. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +7 -1
  161. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +7 -1
  162. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +7 -1
  163. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +7 -1
  164. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +7 -1
  165. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +7 -1
  166. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +7 -1
  167. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +7 -1
  168. package/dist/tsdoc-metadata.json +1 -1
  169. package/package.json +10 -10
  170. package/dist/dist-cjs/communication-react/index-CzkriUUT.js.map +0 -1
@@ -259,12 +259,167 @@
259
259
  "unableToStartVideoEffect": "לא ניתן להחיל אפקט וידאו.",
260
260
  "startSpotlightWhileMaxParticipantsAreSpotlighted": "אין אפשרות להפעיל זרקור על משתתפים מכיוון שכבר יש זרקורים על המספר המרבי של משתתפים."
261
261
  },
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
+ },
285
+ "callingNetworkFailure": {
286
+ "title": "בעיה בחיבור השיחה",
287
+ "message": "נראה שאתה במצב לא מקוון. בדוק את חיבור הרשת שלך ונסה שוב.",
288
+ "closeButtonAriaLabel": "סגור"
289
+ },
290
+ "startVideoGeneric": {
291
+ "title": "הפעלת סרטון הווידאו נכשלה.",
292
+ "closeButtonAriaLabel": "סגור"
293
+ },
294
+ "stopVideoGeneric": {
295
+ "title": "הפסקת הווידאו נכשלה.",
296
+ "closeButtonAriaLabel": "סגור"
297
+ },
298
+ "muteGeneric": {
299
+ "title": "השתקת המיקרופון נכשלה.",
300
+ "closeButtonAriaLabel": "סגור"
301
+ },
302
+ "unmuteGeneric": {
303
+ "title": "ביטול השתקת המיקרופון נכשל.",
304
+ "closeButtonAriaLabel": "סגור"
305
+ },
306
+ "speakingWhileMuted": {
307
+ "title": "אתה מושתק.",
308
+ "closeButtonAriaLabel": "סגור"
309
+ },
310
+ "startScreenShareGeneric": {
311
+ "title": "הייתה בעיה בהפעלת שיתוף מסך.",
312
+ "closeButtonAriaLabel": "סגור"
313
+ },
314
+ "stopScreenShareGeneric": {
315
+ "title": "הפסקת שיתוף המסכים נכשלה.",
316
+ "closeButtonAriaLabel": "סגור"
317
+ },
318
+ "callNetworkQualityLow": {
319
+ "title": "איכות הרשת נמוכה.",
320
+ "closeButtonAriaLabel": "סגור"
321
+ },
322
+ "callNoSpeakerFound": {
323
+ "title": "לא נמצאו רמקולים או אוזניות",
324
+ "message": "חבר התקן שמע כדי לשמוע את השיחה.",
325
+ "closeButtonAriaLabel": "סגור"
326
+ },
327
+ "callNoMicrophoneFound": {
328
+ "title": "לא נמצאו מיקרופונים",
329
+ "message": "חבר התקן קלט שמע.",
330
+ "closeButtonAriaLabel": "סגור"
331
+ },
332
+ "callMicrophoneAccessDenied": {
333
+ "title": "לא ניתן לגשת למיקרופון",
334
+ "message": "לחץ על הנעילה בשורת הכתובת כדי להעניק הרשאה לדף אינטרנט זה.",
335
+ "closeButtonAriaLabel": "סגור"
336
+ },
337
+ "callMicrophoneAccessDeniedSafari": {
338
+ "title": "לא ניתן לגשת למיקרופון",
339
+ "message": "רענן את הדף כדי לאפשר הרשאות, או בדוק את ההגדרות של דפדפן זה וודא שהרשאות זמינות עבור אתר אינטרנט זה.",
340
+ "closeButtonAriaLabel": "סגור"
341
+ },
342
+ "callMicrophoneMutedBySystem": {
343
+ "title": "אתה מושתק על-ידי המערכת שלך.",
344
+ "closeButtonAriaLabel": "סגור"
345
+ },
346
+ "callMicrophoneUnmutedBySystem": {
347
+ "title": "המיקרופון שלך התאושש והמערכת שלך ביטלה את ההשתקה.",
348
+ "closeButtonAriaLabel": "סגור"
349
+ },
350
+ "callMacOsMicrophoneAccessDenied": {
351
+ "title": "לא ניתן לגשת למיקרופון",
352
+ "message": "הענק הרשאת מיקרופון בהגדרות הפרטיות של macOS.",
353
+ "closeButtonAriaLabel": "סגור"
354
+ },
355
+ "callLocalVideoFreeze": {
356
+ "title": "רוחב הפס של הרשת גרוע",
357
+ "message": "ייתכן שהווידאו שלך יופיע מושהה עבור אנשים אחרים בשיחה.",
358
+ "closeButtonAriaLabel": "סגור"
359
+ },
360
+ "callCameraAccessDenied": {
361
+ "title": "לא ניתן לגשת למצלמה",
362
+ "message": "לחץ על הנעילה בשורת הכתובת כדי להעניק הרשאה לדף אינטרנט זה.",
363
+ "closeButtonAriaLabel": "סגור"
364
+ },
365
+ "callCameraAccessDeniedSafari": {
366
+ "title": "לא ניתן לגשת למצלמה",
367
+ "message": "רענן את הדף כדי לאפשר הרשאות, או בדוק את ההגדרות של דפדפן זה וודא שהרשאות זמינות עבור אתר אינטרנט זה.",
368
+ "closeButtonAriaLabel": "סגור"
369
+ },
370
+ "callCameraAlreadyInUse": {
371
+ "title": "לא ניתן לגשת למצלמה",
372
+ "message": "ייתכן שהוא כבר נמצא בשימוש על-ידי יישום אחר.",
373
+ "closeButtonAriaLabel": "סגור"
374
+ },
375
+ "callVideoStoppedBySystem": {
376
+ "title": "הווידאו שלך הופסק על-ידי המערכת.",
377
+ "closeButtonAriaLabel": "סגור"
378
+ },
379
+ "callVideoRecoveredBySystem": {
380
+ "title": "הווידאו שלך התחדש.",
381
+ "closeButtonAriaLabel": "סגור"
382
+ },
383
+ "callMacOsCameraAccessDenied": {
384
+ "title": "MacOS חוסם את הגישה למצלמה שלך",
385
+ "message": "עדכן את הגדרות הפרטיות שלך כדי לאפשר לדפדפן זה לגשת למצלמה שלך.",
386
+ "closeButtonAriaLabel": "סגור"
387
+ },
388
+ "callMacOsScreenShareAccessDenied": {
389
+ "title": "MacOS חוסם שיתוף מסכים",
390
+ "message": "עדכן את הגדרות הפרטיות שלך כדי לאפשר לדפדפן זה להקליט את המסך שלך.",
391
+ "closeButtonAriaLabel": "סגור"
392
+ },
393
+ "failedToJoinCallGeneric": {
394
+ "title": "הצטרפות לשיחה נכשלה.",
395
+ "closeButtonAriaLabel": "סגור"
396
+ },
397
+ "failedToJoinCallInvalidMeetingLink": {
398
+ "title": "לא ניתן להצטרף לפגישה. קישור לא חוקי.",
399
+ "closeButtonAriaLabel": "סגור"
400
+ },
401
+ "cameraFrozenForRemoteParticipants": {
402
+ "title": "משתמשים בשיחה נתקלים בבעיות בהצגת הווידאו שלך",
403
+ "message": "בדוק את המכשירים ואת הרשת שלך.",
404
+ "closeButtonAriaLabel": "סגור"
405
+ },
406
+ "unableToStartVideoEffect": {
407
+ "title": "לא ניתן להחיל אפקט וידאו.",
408
+ "closeButtonAriaLabel": "סגור"
409
+ },
410
+ "startSpotlightWhileMaxParticipantsAreSpotlighted": {
411
+ "title": "אין אפשרות להפעיל זרקור על משתתפים",
412
+ "message": "מספר המשתתפים המרבי כבר מודגש.",
413
+ "closeButtonAriaLabel": "סגור"
414
+ }
415
+ },
262
416
  "videoGallery": {
263
417
  "screenIsBeingSharedMessage": "אתה משתף את המסך שלך",
264
418
  "screenShareLoadingMessage": "טוען את המסך של {participant}",
265
419
  "localVideoLabel": "אתה",
266
420
  "localVideoCameraSwitcherLabel": "החלף מצלמה",
267
421
  "localVideoMovementLabel": "אריח וידאו מקומי נשלף",
422
+ "localVideoMovementAriaLabel": "אריח וידאו מקומי נשלף",
268
423
  "localVideoSelectedDescription": "{cameraName} נבחר",
269
424
  "displayNamePlaceholder": "משתתף ללא שם",
270
425
  "fitRemoteParticipantToFrame": "התאם למסגרת",
@@ -295,7 +450,8 @@
295
450
  },
296
451
  "videoTile": {
297
452
  "participantStateRinging": "מתקשר...",
298
- "participantStateHold": "בהמתנה"
453
+ "participantStateHold": "בהמתנה",
454
+ "moreOptionsButtonAriaLabel": "אפשרויות נוספות"
299
455
  },
300
456
  "CameraAndMicrophoneSitePermissionsRequest": {
301
457
  "primaryText": "אפשר {appName} להשתמש במצלמה ובמיקרופון שלך",
@@ -415,5 +571,16 @@
415
571
  "verticalGallery": {
416
572
  "leftNavButtonAriaLabel": "הדף הקודם",
417
573
  "rightNavButtonAriaLabel": "הדף הבא"
574
+ },
575
+ "MeetingConferencePhoneInfo": {
576
+ "meetingConferencePhoneInfoModalTitle": "הצטרף לשיחה מהטלפון שלך",
577
+ "meetingConferencePhoneInfoModalDialIn": "חייג למספר",
578
+ "meetingConferencePhoneInfoModalMeetingId": "הזן מזהה פגישה",
579
+ "meetingConferencePhoneInfoModalWait": "המתן עד שהמארגן יכניס אותך",
580
+ "meetingConferencePhoneInfoModalNoPhoneAvailable": "אין טלפון זמין",
581
+ "meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (שיחת חינם) {country}, {city}",
582
+ "meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (שיחת חינם)",
583
+ "meetingConferencePhoneInfoModalToll": "{phoneNumber} (בתשלום) {country}, {city}",
584
+ "meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (שיחת חינם)"
418
585
  }
419
586
  }
@@ -57,7 +57,7 @@
57
57
  "richTextDeleteColumnMenu": "Elimina colonna",
58
58
  "richTextDeleteRowMenu": "Elimina riga",
59
59
  "richTextDeleteTableMenu": "Elimina tabella",
60
- "richTextToolbarMoreButtonAriaLabel": "More options",
60
+ "richTextToolbarMoreButtonAriaLabel": "Altre opzioni",
61
61
  "attachmentMoreMenu": "Altre opzioni"
62
62
  },
63
63
  "mentionPopover": {
@@ -220,7 +220,7 @@
220
220
  "richTextDeleteColumnMenu": "Elimina colonna",
221
221
  "richTextDeleteRowMenu": "Elimina riga",
222
222
  "richTextDeleteTableMenu": "Elimina tabella",
223
- "richTextToolbarMoreButtonAriaLabel": "More options"
223
+ "richTextToolbarMoreButtonAriaLabel": "Altre opzioni"
224
224
  },
225
225
  "errorBar": {
226
226
  "unableToReachChatService": "Sei offline",
@@ -259,12 +259,167 @@
259
259
  "unableToStartVideoEffect": "Non è possibile applicare l'effetto video.",
260
260
  "startSpotlightWhileMaxParticipantsAreSpotlighted": "Non è possibile avviare i contenuti in evidenza sui partecipanti perché il numero massimo di partecipanti è già in evidenza."
261
261
  },
262
+ "notifications": {
263
+ "unableToReachChatService": {
264
+ "title": "Sei offline.",
265
+ "closeButtonAriaLabel": "Chiudi"
266
+ },
267
+ "accessDenied": {
268
+ "title": "Non è possibile accedere ai servizi di chat",
269
+ "message": "Verifica le credenziali utente specificate",
270
+ "closeButtonAriaLabel": "Chiudi"
271
+ },
272
+ "userNotInChatThread": {
273
+ "title": "Non sei più in questo thread di chat.",
274
+ "closeButtonAriaLabel": "Chiudi"
275
+ },
276
+ "sendMessageNotInChatThread": {
277
+ "title": "Invio del messaggio non riuscito",
278
+ "message": "Non fai più parte di questo thread di chat",
279
+ "closeButtonAriaLabel": "Chiudi"
280
+ },
281
+ "sendMessageGeneric": {
282
+ "title": "Invio del messaggio non riuscito.",
283
+ "closeButtonAriaLabel": "Chiudi"
284
+ },
285
+ "callingNetworkFailure": {
286
+ "title": "Problema di connessione della chiamata",
287
+ "message": "Sembra che tu sia offline. Controllare la connessione di rete e riprovare.",
288
+ "closeButtonAriaLabel": "Chiudi"
289
+ },
290
+ "startVideoGeneric": {
291
+ "title": "Non è stato possibile avviare il video.",
292
+ "closeButtonAriaLabel": "Chiudi"
293
+ },
294
+ "stopVideoGeneric": {
295
+ "title": "Non è stato possibile arrestare il video.",
296
+ "closeButtonAriaLabel": "Chiudi"
297
+ },
298
+ "muteGeneric": {
299
+ "title": "Non è stato possibile disattivare l'audio del microfono.",
300
+ "closeButtonAriaLabel": "Chiudi"
301
+ },
302
+ "unmuteGeneric": {
303
+ "title": "Non è stato possibile riattivare l'audio del microfono.",
304
+ "closeButtonAriaLabel": "Chiudi"
305
+ },
306
+ "speakingWhileMuted": {
307
+ "title": "L'audio è disattivato.",
308
+ "closeButtonAriaLabel": "Chiudi"
309
+ },
310
+ "startScreenShareGeneric": {
311
+ "title": "Si è verificato un problema durante l'avvio della condivisione dello schermo.",
312
+ "closeButtonAriaLabel": "Chiudi"
313
+ },
314
+ "stopScreenShareGeneric": {
315
+ "title": "Non è stato possibile arrestare la condivisione dello schermo.",
316
+ "closeButtonAriaLabel": "Chiudi"
317
+ },
318
+ "callNetworkQualityLow": {
319
+ "title": "La qualità della rete è bassa.",
320
+ "closeButtonAriaLabel": "Chiudi"
321
+ },
322
+ "callNoSpeakerFound": {
323
+ "title": "Non sono stati trovati altoparlanti o cuffie",
324
+ "message": "Connetti un dispositivo audio per ascoltare la chiamata.",
325
+ "closeButtonAriaLabel": "Chiudi"
326
+ },
327
+ "callNoMicrophoneFound": {
328
+ "title": "Nessun microfono trovato",
329
+ "message": "Connetti un dispositivo di input audio.",
330
+ "closeButtonAriaLabel": "Chiudi"
331
+ },
332
+ "callMicrophoneAccessDenied": {
333
+ "title": "Impossibile accedere al microfono",
334
+ "message": "Fare clic sul blocco nella barra degli indirizzi per concedere l'autorizzazione a questa pagina Web.",
335
+ "closeButtonAriaLabel": "Chiudi"
336
+ },
337
+ "callMicrophoneAccessDeniedSafari": {
338
+ "title": "Impossibile accedere al microfono",
339
+ "message": "Aggiornare la pagina per consentire le autorizzazioni oppure controllare le impostazioni del browser e verificare che le autorizzazioni siano abilitate per questo sito Web.",
340
+ "closeButtonAriaLabel": "Chiudi"
341
+ },
342
+ "callMicrophoneMutedBySystem": {
343
+ "title": "Il sistema disattiva l'audio.",
344
+ "closeButtonAriaLabel": "Chiudi"
345
+ },
346
+ "callMicrophoneUnmutedBySystem": {
347
+ "title": "Il microfono è stato ripristinato e il sistema ha riattivato l'audio.",
348
+ "closeButtonAriaLabel": "Chiudi"
349
+ },
350
+ "callMacOsMicrophoneAccessDenied": {
351
+ "title": "Impossibile accedere al microfono",
352
+ "message": "Concedi l'autorizzazione al microfono nelle impostazioni di privacy di macOS.",
353
+ "closeButtonAriaLabel": "Chiudi"
354
+ },
355
+ "callLocalVideoFreeze": {
356
+ "title": "Larghezza di banda di rete insufficiente",
357
+ "message": "Il video potrebbe essere sospeso per gli altri partecipanti alla chiamata.",
358
+ "closeButtonAriaLabel": "Chiudi"
359
+ },
360
+ "callCameraAccessDenied": {
361
+ "title": "Impossibile accedere alla fotocamera",
362
+ "message": "Fare clic sul blocco nella barra degli indirizzi per concedere l'autorizzazione a questa pagina Web.",
363
+ "closeButtonAriaLabel": "Chiudi"
364
+ },
365
+ "callCameraAccessDeniedSafari": {
366
+ "title": "Impossibile accedere alla fotocamera",
367
+ "message": "Aggiornare la pagina per consentire le autorizzazioni oppure controllare le impostazioni del browser e verificare che le autorizzazioni siano abilitate per questo sito Web.",
368
+ "closeButtonAriaLabel": "Chiudi"
369
+ },
370
+ "callCameraAlreadyInUse": {
371
+ "title": "Impossibile accedere alla fotocamera",
372
+ "message": "Potrebbe essere già in uso da un'altra applicazione.",
373
+ "closeButtonAriaLabel": "Chiudi"
374
+ },
375
+ "callVideoStoppedBySystem": {
376
+ "title": "Il video è stato arrestato dal sistema.",
377
+ "closeButtonAriaLabel": "Chiudi"
378
+ },
379
+ "callVideoRecoveredBySystem": {
380
+ "title": "Il video è ripreso.",
381
+ "closeButtonAriaLabel": "Chiudi"
382
+ },
383
+ "callMacOsCameraAccessDenied": {
384
+ "title": "MacOS blocca l'accesso alla fotocamera",
385
+ "message": "Aggiorna le impostazioni di privacy per consentire a questo browser di accedere alla fotocamera.",
386
+ "closeButtonAriaLabel": "Chiudi"
387
+ },
388
+ "callMacOsScreenShareAccessDenied": {
389
+ "title": "MacOS sta bloccando la condivisione dello schermo",
390
+ "message": "Aggiorna le impostazioni di privacy per consentire a questo browser di registrare lo schermo.",
391
+ "closeButtonAriaLabel": "Chiudi"
392
+ },
393
+ "failedToJoinCallGeneric": {
394
+ "title": "Non è stato possibile partecipare alla chiamata.",
395
+ "closeButtonAriaLabel": "Chiudi"
396
+ },
397
+ "failedToJoinCallInvalidMeetingLink": {
398
+ "title": "Impossibile partecipare alla riunione. Collegamento non valido.",
399
+ "closeButtonAriaLabel": "Chiudi"
400
+ },
401
+ "cameraFrozenForRemoteParticipants": {
402
+ "title": "Gli utenti della chiamata hanno problemi a visualizzare il video",
403
+ "message": "Controllare i dispositivi e la rete.",
404
+ "closeButtonAriaLabel": "Chiudi"
405
+ },
406
+ "unableToStartVideoEffect": {
407
+ "title": "Non è possibile applicare l'effetto video.",
408
+ "closeButtonAriaLabel": "Chiudi"
409
+ },
410
+ "startSpotlightWhileMaxParticipantsAreSpotlighted": {
411
+ "title": "Impossibile avviare i contenuti in evidenza sui partecipanti",
412
+ "message": "Il numero massimo di partecipanti è già stato indicato.",
413
+ "closeButtonAriaLabel": "Chiudi"
414
+ }
415
+ },
262
416
  "videoGallery": {
263
417
  "screenIsBeingSharedMessage": "Stai condividendo lo schermo",
264
418
  "screenShareLoadingMessage": "Caricamento dello schermo di {participant}",
265
419
  "localVideoLabel": "Tu",
266
420
  "localVideoCameraSwitcherLabel": "Cambia videocamera",
267
421
  "localVideoMovementLabel": "Riquadro video locale mobile",
422
+ "localVideoMovementAriaLabel": "Riquadro video locale mobile",
268
423
  "localVideoSelectedDescription": "{cameraName} selezionata",
269
424
  "displayNamePlaceholder": "Partecipante senza nome",
270
425
  "fitRemoteParticipantToFrame": "Adatta all'inquadratura",
@@ -295,7 +450,8 @@
295
450
  },
296
451
  "videoTile": {
297
452
  "participantStateRinging": "Chiamata in corso...",
298
- "participantStateHold": "Per l'attesa"
453
+ "participantStateHold": "Per l'attesa",
454
+ "moreOptionsButtonAriaLabel": "Altre Opzioni"
299
455
  },
300
456
  "CameraAndMicrophoneSitePermissionsRequest": {
301
457
  "primaryText": "Consenti a {appName} di usare la fotocamera e il microfono",
@@ -415,5 +571,16 @@
415
571
  "verticalGallery": {
416
572
  "leftNavButtonAriaLabel": "Pagina precedente",
417
573
  "rightNavButtonAriaLabel": "Pagina successiva"
574
+ },
575
+ "MeetingConferencePhoneInfo": {
576
+ "meetingConferencePhoneInfoModalTitle": "Partecipa alla chiamata dal tuo telefono",
577
+ "meetingConferencePhoneInfoModalDialIn": "Componi il numero",
578
+ "meetingConferencePhoneInfoModalMeetingId": "Immetti l'ID riunione",
579
+ "meetingConferencePhoneInfoModalWait": "Attendi l'ammissione da parte dell'organizzatore",
580
+ "meetingConferencePhoneInfoModalNoPhoneAvailable": "Nessun telefono disponibile",
581
+ "meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (Numero verde) {country}, {city}",
582
+ "meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (Numero verde)",
583
+ "meetingConferencePhoneInfoModalToll": "{phoneNumber} (Numero a tariffa) {country}, {city}",
584
+ "meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (Numero a tariffa)"
418
585
  }
419
586
  }
@@ -259,12 +259,167 @@
259
259
  "unableToStartVideoEffect": "ビデオ効果を適用できません。",
260
260
  "startSpotlightWhileMaxParticipantsAreSpotlighted": "最大数の参加者に既にスポットライトが設定されているため、参加者にスポットライトを開始できません。"
261
261
  },
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
+ },
285
+ "callingNetworkFailure": {
286
+ "title": "通話の接続に問題があります",
287
+ "message": "オフラインのようです。ネットワーク接続をチェックしてから、もう一度お試しください。",
288
+ "closeButtonAriaLabel": "閉じる"
289
+ },
290
+ "startVideoGeneric": {
291
+ "title": "ビデオを開始できませんでした。",
292
+ "closeButtonAriaLabel": "閉じる"
293
+ },
294
+ "stopVideoGeneric": {
295
+ "title": "ビデオを停止できませんでした。",
296
+ "closeButtonAriaLabel": "閉じる"
297
+ },
298
+ "muteGeneric": {
299
+ "title": "マイクをミュートできませんでした。",
300
+ "closeButtonAriaLabel": "閉じる"
301
+ },
302
+ "unmuteGeneric": {
303
+ "title": "マイクのミュートを解除できませんでした。",
304
+ "closeButtonAriaLabel": "閉じる"
305
+ },
306
+ "speakingWhileMuted": {
307
+ "title": "ミュートにしています。",
308
+ "closeButtonAriaLabel": "閉じる"
309
+ },
310
+ "startScreenShareGeneric": {
311
+ "title": "画面共有の開始中に問題が発生しました。",
312
+ "closeButtonAriaLabel": "閉じる"
313
+ },
314
+ "stopScreenShareGeneric": {
315
+ "title": "画面の共有を停止できませんでした。",
316
+ "closeButtonAriaLabel": "閉じる"
317
+ },
318
+ "callNetworkQualityLow": {
319
+ "title": "ネットワークの品質が低くなっています。",
320
+ "closeButtonAriaLabel": "閉じる"
321
+ },
322
+ "callNoSpeakerFound": {
323
+ "title": "スピーカーまたはヘッドフォンが見つかりません",
324
+ "message": "音声デバイスを接続して通話を聞いてください。",
325
+ "closeButtonAriaLabel": "閉じる"
326
+ },
327
+ "callNoMicrophoneFound": {
328
+ "title": "マイクが見つかりません",
329
+ "message": "オーディオ入力デバイスを接続します。",
330
+ "closeButtonAriaLabel": "閉じる"
331
+ },
332
+ "callMicrophoneAccessDenied": {
333
+ "title": "マイクにアクセスできません",
334
+ "message": "アドレス バーのロックをクリックして、この Web ページにアクセス許可を付与します。",
335
+ "closeButtonAriaLabel": "閉じる"
336
+ },
337
+ "callMicrophoneAccessDeniedSafari": {
338
+ "title": "マイクにアクセスできません",
339
+ "message": "ページを更新してアクセス許可を可能にするか、このブラウザーの設定を確認し、この Web サイトのアクセス許可が有効になっていることを確認してください。",
340
+ "closeButtonAriaLabel": "閉じる"
341
+ },
342
+ "callMicrophoneMutedBySystem": {
343
+ "title": "システムによってミュートになっています。",
344
+ "closeButtonAriaLabel": "閉じる"
345
+ },
346
+ "callMicrophoneUnmutedBySystem": {
347
+ "title": "マイクが回復し、システムによってミュートが解除されました。",
348
+ "closeButtonAriaLabel": "閉じる"
349
+ },
350
+ "callMacOsMicrophoneAccessDenied": {
351
+ "title": "マイクにアクセスできません",
352
+ "message": "macOS のプライバシー設定でマイクへのアクセス許可を付与します。",
353
+ "closeButtonAriaLabel": "閉じる"
354
+ },
355
+ "callLocalVideoFreeze": {
356
+ "title": "ネットワーク帯域幅が貧弱です",
357
+ "message": "通話中に他のユーザーのビデオが一時停止している可能性があります。",
358
+ "closeButtonAriaLabel": "閉じる"
359
+ },
360
+ "callCameraAccessDenied": {
361
+ "title": "カメラにアクセスできません",
362
+ "message": "アドレス バーのロックをクリックして、この Web ページにアクセス許可を付与します。",
363
+ "closeButtonAriaLabel": "閉じる"
364
+ },
365
+ "callCameraAccessDeniedSafari": {
366
+ "title": "カメラにアクセスできません",
367
+ "message": "ページを更新してアクセス許可を可能にするか、このブラウザーの設定を確認し、この Web サイトのアクセス許可が有効になっていることを確認してください。",
368
+ "closeButtonAriaLabel": "閉じる"
369
+ },
370
+ "callCameraAlreadyInUse": {
371
+ "title": "カメラにアクセスできません",
372
+ "message": "別のアプリケーションによって既に使用されている可能性があります。",
373
+ "closeButtonAriaLabel": "閉じる"
374
+ },
375
+ "callVideoStoppedBySystem": {
376
+ "title": "ビデオはシステムによって停止されました。",
377
+ "closeButtonAriaLabel": "閉じる"
378
+ },
379
+ "callVideoRecoveredBySystem": {
380
+ "title": "ビデオが再開されました。",
381
+ "closeButtonAriaLabel": "閉じる"
382
+ },
383
+ "callMacOsCameraAccessDenied": {
384
+ "title": "MacOS がカメラへのアクセスをブロックしています",
385
+ "message": "プライバシー設定を更新して、このブラウザーがカメラにアクセスできるようにします。",
386
+ "closeButtonAriaLabel": "閉じる"
387
+ },
388
+ "callMacOsScreenShareAccessDenied": {
389
+ "title": "MacOS で画面共有がブロックされています",
390
+ "message": "プライバシー設定を更新して、このブラウザーで画面を録画できるようにします。",
391
+ "closeButtonAriaLabel": "閉じる"
392
+ },
393
+ "failedToJoinCallGeneric": {
394
+ "title": "通話に参加できませんでした",
395
+ "closeButtonAriaLabel": "閉じる"
396
+ },
397
+ "failedToJoinCallInvalidMeetingLink": {
398
+ "title": "会議に参加できません。リンクが無効です。",
399
+ "closeButtonAriaLabel": "閉じる"
400
+ },
401
+ "cameraFrozenForRemoteParticipants": {
402
+ "title": "通話中のユーザーにビデオの表示で問題が発生しています",
403
+ "message": "デバイスとネットワークをチェックしてください。",
404
+ "closeButtonAriaLabel": "閉じる"
405
+ },
406
+ "unableToStartVideoEffect": {
407
+ "title": "ビデオ効果を適用できません。",
408
+ "closeButtonAriaLabel": "閉じる"
409
+ },
410
+ "startSpotlightWhileMaxParticipantsAreSpotlighted": {
411
+ "title": "参加者にスポットライトを開始できません",
412
+ "message": "参加者の最大数は既にスポットライトが設定されています。",
413
+ "closeButtonAriaLabel": "閉じる"
414
+ }
415
+ },
262
416
  "videoGallery": {
263
417
  "screenIsBeingSharedMessage": "画面を共有しています",
264
418
  "screenShareLoadingMessage": "{participant} の画面を読み込んでいます",
265
419
  "localVideoLabel": "自分",
266
420
  "localVideoCameraSwitcherLabel": "カメラを切り替え",
267
421
  "localVideoMovementLabel": "移動可能なローカル ビデオ タイル",
422
+ "localVideoMovementAriaLabel": "移動可能なローカル ビデオ タイル",
268
423
  "localVideoSelectedDescription": "{cameraName} が選択されました。",
269
424
  "displayNamePlaceholder": "名前のない参加者",
270
425
  "fitRemoteParticipantToFrame": "フレームに収める",
@@ -295,7 +450,8 @@
295
450
  },
296
451
  "videoTile": {
297
452
  "participantStateRinging": "呼び出し中...",
298
- "participantStateHold": "保留中"
453
+ "participantStateHold": "保留中",
454
+ "moreOptionsButtonAriaLabel": "その他のオプション"
299
455
  },
300
456
  "CameraAndMicrophoneSitePermissionsRequest": {
301
457
  "primaryText": "{appName}にカメラとマイクの使用を許可する",
@@ -415,5 +571,16 @@
415
571
  "verticalGallery": {
416
572
  "leftNavButtonAriaLabel": "前のページ",
417
573
  "rightNavButtonAriaLabel": "次のページ"
574
+ },
575
+ "MeetingConferencePhoneInfo": {
576
+ "meetingConferencePhoneInfoModalTitle": "電話から通話に参加",
577
+ "meetingConferencePhoneInfoModalDialIn": "ダイヤル番号",
578
+ "meetingConferencePhoneInfoModalMeetingId": "会議 ID の入力",
579
+ "meetingConferencePhoneInfoModalWait": "開催者に許可されるのを待つ",
580
+ "meetingConferencePhoneInfoModalNoPhoneAvailable": "利用可能な電話がありません",
581
+ "meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (フリーダイヤル) {country}、{city}",
582
+ "meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (フリーダイヤル)",
583
+ "meetingConferencePhoneInfoModalToll": "{phoneNumber} (有料) {country}、{city}",
584
+ "meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (有料)"
418
585
  }
419
586
  }