@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
@@ -57,7 +57,7 @@
57
57
  "richTextDeleteColumnMenu": "Ta bort kolumn",
58
58
  "richTextDeleteRowMenu": "Ta bort rad",
59
59
  "richTextDeleteTableMenu": "Ta bort tabell",
60
- "richTextToolbarMoreButtonAriaLabel": "More options",
60
+ "richTextToolbarMoreButtonAriaLabel": "Fler alternativ",
61
61
  "attachmentMoreMenu": "Fler alternativ"
62
62
  },
63
63
  "mentionPopover": {
@@ -220,7 +220,7 @@
220
220
  "richTextDeleteColumnMenu": "Ta bort kolumn",
221
221
  "richTextDeleteRowMenu": "Ta bort rad",
222
222
  "richTextDeleteTableMenu": "Ta bort tabell",
223
- "richTextToolbarMoreButtonAriaLabel": "More options"
223
+ "richTextToolbarMoreButtonAriaLabel": "Fler alternativ"
224
224
  },
225
225
  "errorBar": {
226
226
  "unableToReachChatService": "Du är offline",
@@ -259,12 +259,167 @@
259
259
  "unableToStartVideoEffect": "Det går inte att tillämpa videoeffekten.",
260
260
  "startSpotlightWhileMaxParticipantsAreSpotlighted": "Det går inte att starta spotlight på deltagare eftersom det maximala antalet deltagare redan är uppmärksammat."
261
261
  },
262
+ "notifications": {
263
+ "unableToReachChatService": {
264
+ "title": "Du är offline.",
265
+ "closeButtonAriaLabel": "Stäng"
266
+ },
267
+ "accessDenied": {
268
+ "title": "Det går inte att komma åt chatttjänster",
269
+ "message": "Kontrollera de angivna användarautentiseringsuppgifterna",
270
+ "closeButtonAriaLabel": "Stäng"
271
+ },
272
+ "userNotInChatThread": {
273
+ "title": "Du är inte längre i den här chatttråden.",
274
+ "closeButtonAriaLabel": "Stäng"
275
+ },
276
+ "sendMessageNotInChatThread": {
277
+ "title": "Meddelandet inte skickat",
278
+ "message": "Du är inte längre i den här chatttråden",
279
+ "closeButtonAriaLabel": "Stäng"
280
+ },
281
+ "sendMessageGeneric": {
282
+ "title": "Det gick inte att skicka meddelandet.",
283
+ "closeButtonAriaLabel": "Stäng"
284
+ },
285
+ "callingNetworkFailure": {
286
+ "title": "Störande anslutningssamtal",
287
+ "message": "Du verkar vara offline. Kontrollera nätverksanslutningen och försök igen.",
288
+ "closeButtonAriaLabel": "Stäng"
289
+ },
290
+ "startVideoGeneric": {
291
+ "title": "Det gick inte att starta videon.",
292
+ "closeButtonAriaLabel": "Stäng"
293
+ },
294
+ "stopVideoGeneric": {
295
+ "title": "Det gick inte att stoppa videon.",
296
+ "closeButtonAriaLabel": "Stäng"
297
+ },
298
+ "muteGeneric": {
299
+ "title": "Det gick inte att stänga av mikrofonen.",
300
+ "closeButtonAriaLabel": "Stäng"
301
+ },
302
+ "unmuteGeneric": {
303
+ "title": "Det gick inte att slå på mikrofonen.",
304
+ "closeButtonAriaLabel": "Stäng"
305
+ },
306
+ "speakingWhileMuted": {
307
+ "title": "Din mikrofon har stängts av.",
308
+ "closeButtonAriaLabel": "Stäng"
309
+ },
310
+ "startScreenShareGeneric": {
311
+ "title": "Det uppstod ett problem när skärmdelningen skulle startas.",
312
+ "closeButtonAriaLabel": "Stäng"
313
+ },
314
+ "stopScreenShareGeneric": {
315
+ "title": "Det gick inte att stoppa skärmdelningen.",
316
+ "closeButtonAriaLabel": "Stäng"
317
+ },
318
+ "callNetworkQualityLow": {
319
+ "title": "Nätverkskvaliteten är låg.",
320
+ "closeButtonAriaLabel": "Stäng"
321
+ },
322
+ "callNoSpeakerFound": {
323
+ "title": "Inga högtalare eller hörlurar hittades",
324
+ "message": "Anslut en ljudenhet för att höra samtalet.",
325
+ "closeButtonAriaLabel": "Stäng"
326
+ },
327
+ "callNoMicrophoneFound": {
328
+ "title": "Inga mikrofoner hittades",
329
+ "message": "Anslut en ljudinmatningsenhet.",
330
+ "closeButtonAriaLabel": "Stäng"
331
+ },
332
+ "callMicrophoneAccessDenied": {
333
+ "title": "Det går inte att komma åt mikrofonen",
334
+ "message": "Klicka på låset i adressfältet om du vill bevilja behörighet till den här webbsidan.",
335
+ "closeButtonAriaLabel": "Stäng"
336
+ },
337
+ "callMicrophoneAccessDeniedSafari": {
338
+ "title": "Det går inte att komma åt mikrofonen",
339
+ "message": "Uppdatera sidan om du vill tillåta behörigheter, eller kontrollera webbläsarens inställningar och kontrollera att behörigheter är aktiverade för den här webbplatsen.",
340
+ "closeButtonAriaLabel": "Stäng"
341
+ },
342
+ "callMicrophoneMutedBySystem": {
343
+ "title": "Du är avstängt av systemet.",
344
+ "closeButtonAriaLabel": "Stäng"
345
+ },
346
+ "callMicrophoneUnmutedBySystem": {
347
+ "title": "Mikrofonen har återställts och datorn har slagit på ljudet.",
348
+ "closeButtonAriaLabel": "Stäng"
349
+ },
350
+ "callMacOsMicrophoneAccessDenied": {
351
+ "title": "Det går inte att komma åt mikrofonen",
352
+ "message": "Bevilja mikrofonbehörighet i dina macOS-sekretessinställningar.",
353
+ "closeButtonAriaLabel": "Stäng"
354
+ },
355
+ "callLocalVideoFreeze": {
356
+ "title": "Nätverksbandbredden är dålig",
357
+ "message": "Din video kan visas pausad för andra i samtalet.",
358
+ "closeButtonAriaLabel": "Stäng"
359
+ },
360
+ "callCameraAccessDenied": {
361
+ "title": "Det går inte att komma åt kameran",
362
+ "message": "Klicka på låset i adressfältet om du vill bevilja behörighet till den här webbsidan.",
363
+ "closeButtonAriaLabel": "Stäng"
364
+ },
365
+ "callCameraAccessDeniedSafari": {
366
+ "title": "Det går inte att komma åt kameran",
367
+ "message": "Uppdatera sidan om du vill tillåta behörigheter, eller kontrollera webbläsarens inställningar och kontrollera att behörigheter är aktiverade för den här webbplatsen.",
368
+ "closeButtonAriaLabel": "Stäng"
369
+ },
370
+ "callCameraAlreadyInUse": {
371
+ "title": "Det går inte att komma åt kameran",
372
+ "message": "Den kanske redan används av ett annat program.",
373
+ "closeButtonAriaLabel": "Stäng"
374
+ },
375
+ "callVideoStoppedBySystem": {
376
+ "title": "Din video har stoppats av systemet.",
377
+ "closeButtonAriaLabel": "Stäng"
378
+ },
379
+ "callVideoRecoveredBySystem": {
380
+ "title": "Videon har återupptagits.",
381
+ "closeButtonAriaLabel": "Stäng"
382
+ },
383
+ "callMacOsCameraAccessDenied": {
384
+ "title": "MacOS blockerar åtkomsten till kameran",
385
+ "message": "Uppdatera dina sekretessinställningar så att den här webbläsaren får åtkomst till kameran.",
386
+ "closeButtonAriaLabel": "Stäng"
387
+ },
388
+ "callMacOsScreenShareAccessDenied": {
389
+ "title": "MacOS blockerar skärmdelning",
390
+ "message": "Uppdatera dina sekretessinställningar så att den här webbläsaren kan spela in din skärm.",
391
+ "closeButtonAriaLabel": "Stäng"
392
+ },
393
+ "failedToJoinCallGeneric": {
394
+ "title": "Det gick inte att ansluta till samtalet.",
395
+ "closeButtonAriaLabel": "Stäng"
396
+ },
397
+ "failedToJoinCallInvalidMeetingLink": {
398
+ "title": "Det går inte att ansluta till mötet. Ogiltig länk.",
399
+ "closeButtonAriaLabel": "Stäng"
400
+ },
401
+ "cameraFrozenForRemoteParticipants": {
402
+ "title": "Användare i samtalet har problem med att se din video",
403
+ "message": "Kontrollera dina enheter och nätverk.",
404
+ "closeButtonAriaLabel": "Stäng"
405
+ },
406
+ "unableToStartVideoEffect": {
407
+ "title": "Det går inte att tillämpa videoeffekten.",
408
+ "closeButtonAriaLabel": "Stäng"
409
+ },
410
+ "startSpotlightWhileMaxParticipantsAreSpotlighted": {
411
+ "title": "Det går inte att starta spotlight på deltagare",
412
+ "message": "Det maximala antalet deltagare är redan uppmärksammat.",
413
+ "closeButtonAriaLabel": "Stäng"
414
+ }
415
+ },
262
416
  "videoGallery": {
263
417
  "screenIsBeingSharedMessage": "Du delar din skärm",
264
418
  "screenShareLoadingMessage": "Läser in {participant}s skärm",
265
419
  "localVideoLabel": "Du",
266
420
  "localVideoCameraSwitcherLabel": "Växla kamera",
267
421
  "localVideoMovementLabel": "Flyttbar lokal videopanel",
422
+ "localVideoMovementAriaLabel": "Flyttbar lokal videopanel",
268
423
  "localVideoSelectedDescription": "{cameraName} har valts",
269
424
  "displayNamePlaceholder": "Namnlös deltagare",
270
425
  "fitRemoteParticipantToFrame": "Anpassa till ruta",
@@ -295,7 +450,8 @@
295
450
  },
296
451
  "videoTile": {
297
452
  "participantStateRinging": "Ringer...",
298
- "participantStateHold": "Parkerat"
453
+ "participantStateHold": "Parkerat",
454
+ "moreOptionsButtonAriaLabel": "Fler alternativ"
299
455
  },
300
456
  "CameraAndMicrophoneSitePermissionsRequest": {
301
457
  "primaryText": "Tillåt {appName} använda kameran och mikrofonen",
@@ -415,5 +571,16 @@
415
571
  "verticalGallery": {
416
572
  "leftNavButtonAriaLabel": "föregående sida",
417
573
  "rightNavButtonAriaLabel": "nästa sida"
574
+ },
575
+ "MeetingConferencePhoneInfo": {
576
+ "meetingConferencePhoneInfoModalTitle": "Anslut till samtal från din telefon",
577
+ "meetingConferencePhoneInfoModalDialIn": "Slå nummer",
578
+ "meetingConferencePhoneInfoModalMeetingId": "Ange mötes-ID",
579
+ "meetingConferencePhoneInfoModalWait": "Vänta på att få tillträde av organisatören",
580
+ "meetingConferencePhoneInfoModalNoPhoneAvailable": "Ingen telefon är tillgänglig",
581
+ "meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (avgiftsfritt) {country}, {city}",
582
+ "meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (avgiftsfritt)",
583
+ "meetingConferencePhoneInfoModalToll": "{phoneNumber} (avgiftsbelagt) {country}, {city}",
584
+ "meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (avgiftsbelagt)"
418
585
  }
419
586
  }
@@ -57,7 +57,7 @@
57
57
  "richTextDeleteColumnMenu": "Sütunu sil",
58
58
  "richTextDeleteRowMenu": "Satırı sil",
59
59
  "richTextDeleteTableMenu": "Tabloyu sil",
60
- "richTextToolbarMoreButtonAriaLabel": "More options",
60
+ "richTextToolbarMoreButtonAriaLabel": "Diğer seçenekler",
61
61
  "attachmentMoreMenu": "Diğer Seçenekler"
62
62
  },
63
63
  "mentionPopover": {
@@ -220,7 +220,7 @@
220
220
  "richTextDeleteColumnMenu": "Sütunu sil",
221
221
  "richTextDeleteRowMenu": "Satırı sil",
222
222
  "richTextDeleteTableMenu": "Tabloyu sil",
223
- "richTextToolbarMoreButtonAriaLabel": "More options"
223
+ "richTextToolbarMoreButtonAriaLabel": "Diğer seçenekler"
224
224
  },
225
225
  "errorBar": {
226
226
  "unableToReachChatService": "Çevrimdışısınız",
@@ -259,12 +259,167 @@
259
259
  "unableToStartVideoEffect": "Video efekti uygulanamıyor.",
260
260
  "startSpotlightWhileMaxParticipantsAreSpotlighted": "Öne çıkarılan katılımcı sayısı zaten üst sınırı geçtiğinden katılımcılarda öne çıkarma özelliği başlatılamıyor."
261
261
  },
262
+ "notifications": {
263
+ "unableToReachChatService": {
264
+ "title": "Çevrimdışısınız.",
265
+ "closeButtonAriaLabel": "Kapat"
266
+ },
267
+ "accessDenied": {
268
+ "title": "Sohbet hizmetlerine erişilemedi",
269
+ "message": "Lütfen sağlanan kullanıcı kimlik bilgilerini kontrol edin",
270
+ "closeButtonAriaLabel": "Kapat"
271
+ },
272
+ "userNotInChatThread": {
273
+ "title": "Artık bu sohbet yazışmasında değilsiniz.",
274
+ "closeButtonAriaLabel": "Kapat"
275
+ },
276
+ "sendMessageNotInChatThread": {
277
+ "title": "İleti gönderilemedi",
278
+ "message": "Artık bu sohbet yazışması içinde değilsiniz",
279
+ "closeButtonAriaLabel": "Kapat"
280
+ },
281
+ "sendMessageGeneric": {
282
+ "title": "İleti gönderilemedi.",
283
+ "closeButtonAriaLabel": "Kapat"
284
+ },
285
+ "callingNetworkFailure": {
286
+ "title": "Arama bağlanırken sorun oluştu",
287
+ "message": "Çevrimdışı görünüyorsunuz. Lütfen ağ bağlantınızı denetleyin ve yeniden deneyin.",
288
+ "closeButtonAriaLabel": "Kapat"
289
+ },
290
+ "startVideoGeneric": {
291
+ "title": "Video başlatılamadı.",
292
+ "closeButtonAriaLabel": "Kapat"
293
+ },
294
+ "stopVideoGeneric": {
295
+ "title": "Video durdurulamadı.",
296
+ "closeButtonAriaLabel": "Kapat"
297
+ },
298
+ "muteGeneric": {
299
+ "title": "Mikrofonun sesi kapatılamadı.",
300
+ "closeButtonAriaLabel": "Kapat"
301
+ },
302
+ "unmuteGeneric": {
303
+ "title": "Mikrofonun sesi açılamadı.",
304
+ "closeButtonAriaLabel": "Kapat"
305
+ },
306
+ "speakingWhileMuted": {
307
+ "title": "Sesiniz kapatıldı.",
308
+ "closeButtonAriaLabel": "Kapat"
309
+ },
310
+ "startScreenShareGeneric": {
311
+ "title": "Ekran paylaşımı başlatılırken bir sorun oluştu.",
312
+ "closeButtonAriaLabel": "Kapat"
313
+ },
314
+ "stopScreenShareGeneric": {
315
+ "title": "Ekran paylaşımı durdurulamadı.",
316
+ "closeButtonAriaLabel": "Kapat"
317
+ },
318
+ "callNetworkQualityLow": {
319
+ "title": "Ağ kalitesi düşük.",
320
+ "closeButtonAriaLabel": "Kapat"
321
+ },
322
+ "callNoSpeakerFound": {
323
+ "title": "Hoparlör veya kulaklık yok",
324
+ "message": "Aramayı dinlemek için bir ses aygıtı bağlayın.",
325
+ "closeButtonAriaLabel": "Kapat"
326
+ },
327
+ "callNoMicrophoneFound": {
328
+ "title": "Mikrofon bulunamadı",
329
+ "message": "Ses giriş cihazı bağlayın.",
330
+ "closeButtonAriaLabel": "Kapat"
331
+ },
332
+ "callMicrophoneAccessDenied": {
333
+ "title": "Mikrofona erişilemiyor",
334
+ "message": "Bu web sayfası için izin vermek için adres çubuğundaki kilidi tıklatın.",
335
+ "closeButtonAriaLabel": "Kapat"
336
+ },
337
+ "callMicrophoneAccessDeniedSafari": {
338
+ "title": "Mikrofona erişilemiyor",
339
+ "message": "İzin vermek için sayfayı yenileyin veya bu tarayıcının ayarlarını denetleyin ve bu web sitesi için izinlerin etkinleştirildiğinden emin olun.",
340
+ "closeButtonAriaLabel": "Kapat"
341
+ },
342
+ "callMicrophoneMutedBySystem": {
343
+ "title": "Sisteminiz tarafından sessize alındınız.",
344
+ "closeButtonAriaLabel": "Kapat"
345
+ },
346
+ "callMicrophoneUnmutedBySystem": {
347
+ "title": "Mikrofonunuz kurtarıldı ve sisteminiz tarafından sesiniz açıldı.",
348
+ "closeButtonAriaLabel": "Kapat"
349
+ },
350
+ "callMacOsMicrophoneAccessDenied": {
351
+ "title": "Mikrofona erişilemiyor",
352
+ "message": "macOS gizlilik ayarlarınıza mikrofon izni verin.",
353
+ "closeButtonAriaLabel": "Kapat"
354
+ },
355
+ "callLocalVideoFreeze": {
356
+ "title": "Ağ bant genişliği düşük",
357
+ "message": "Görüntülü aramada başkaları için duraklatılmış görünüyor olabilir.",
358
+ "closeButtonAriaLabel": "Kapat"
359
+ },
360
+ "callCameraAccessDenied": {
361
+ "title": "Kameraya erişilemiyor",
362
+ "message": "Bu web sayfası için izin vermek için adres çubuğundaki kilidi tıklatın.",
363
+ "closeButtonAriaLabel": "Kapat"
364
+ },
365
+ "callCameraAccessDeniedSafari": {
366
+ "title": "Kameraya erişilemiyor",
367
+ "message": "İzin vermek için sayfayı yenileyin veya bu tarayıcının ayarlarını denetleyin ve bu web sitesi için izinlerin etkinleştirildiğinden emin olun.",
368
+ "closeButtonAriaLabel": "Kapat"
369
+ },
370
+ "callCameraAlreadyInUse": {
371
+ "title": "Kameraya erişilemiyor",
372
+ "message": "Başka bir uygulama tarafından zaten kullanılıyor olabilir.",
373
+ "closeButtonAriaLabel": "Kapat"
374
+ },
375
+ "callVideoStoppedBySystem": {
376
+ "title": "Videonuz sisteminiz tarafından durduruldu.",
377
+ "closeButtonAriaLabel": "Kapat"
378
+ },
379
+ "callVideoRecoveredBySystem": {
380
+ "title": "Videonuz devam ediyor.",
381
+ "closeButtonAriaLabel": "Kapat"
382
+ },
383
+ "callMacOsCameraAccessDenied": {
384
+ "title": "MacOS kameranıza erişimi engelliyor",
385
+ "message": "Bu tarayıcının kameranıza erişmesine izin vermek için gizlilik ayarlarınızı güncelleştirin.",
386
+ "closeButtonAriaLabel": "Kapat"
387
+ },
388
+ "callMacOsScreenShareAccessDenied": {
389
+ "title": "MacOS ekran paylaşımını engelliyor",
390
+ "message": "Bu tarayıcının ekranınızı kaydetmesini izin vermek için gizlilik ayarlarınızı güncelleştirin.",
391
+ "closeButtonAriaLabel": "Kapat"
392
+ },
393
+ "failedToJoinCallGeneric": {
394
+ "title": "Aramaya katılma başarısız.",
395
+ "closeButtonAriaLabel": "Kapat"
396
+ },
397
+ "failedToJoinCallInvalidMeetingLink": {
398
+ "title": "Toplantıya katılınamıyor. Geçersiz Bağlantı.",
399
+ "closeButtonAriaLabel": "Kapat"
400
+ },
401
+ "cameraFrozenForRemoteParticipants": {
402
+ "title": "Aramadaki kullanıcılar videonuzu görmekte sorun yaşıyor",
403
+ "message": "Lütfen cihazlarınızı ve ağlarınızı kontrol edin.",
404
+ "closeButtonAriaLabel": "Kapat"
405
+ },
406
+ "unableToStartVideoEffect": {
407
+ "title": "Video efekti uygulanamıyor.",
408
+ "closeButtonAriaLabel": "Kapat"
409
+ },
410
+ "startSpotlightWhileMaxParticipantsAreSpotlighted": {
411
+ "title": "Katılımcılarda öne çıkarma özelliği başlatılamıyor",
412
+ "message": "Maksimum katılımcı sayısı zaten öne çıkarıldı.",
413
+ "closeButtonAriaLabel": "Kapat"
414
+ }
415
+ },
262
416
  "videoGallery": {
263
417
  "screenIsBeingSharedMessage": "Ekranınızı paylaşıyorsunuz.",
264
418
  "screenShareLoadingMessage": "{participant} adlı katılımcının ekranını yükleme",
265
419
  "localVideoLabel": "Siz",
266
420
  "localVideoCameraSwitcherLabel": "Kamerayı değiştir",
267
421
  "localVideoMovementLabel": "Taşınabilir Yerel Video Kutucuğu",
422
+ "localVideoMovementAriaLabel": "Taşınabilir Yerel Video Kutucuğu",
268
423
  "localVideoSelectedDescription": "{cameraName} seçildi",
269
424
  "displayNamePlaceholder": "Adsız katılımcı",
270
425
  "fitRemoteParticipantToFrame": "Çerçeveye sığdır",
@@ -295,7 +450,8 @@
295
450
  },
296
451
  "videoTile": {
297
452
  "participantStateRinging": "Aranıyor...",
298
- "participantStateHold": "Beklemede"
453
+ "participantStateHold": "Beklemede",
454
+ "moreOptionsButtonAriaLabel": "Diğer Seçenekler"
299
455
  },
300
456
  "CameraAndMicrophoneSitePermissionsRequest": {
301
457
  "primaryText": "{appName} uygulamasının kameranızı ve mikrofonunuzu kullanmasına izin verin",
@@ -415,5 +571,16 @@
415
571
  "verticalGallery": {
416
572
  "leftNavButtonAriaLabel": "önceki sayfa",
417
573
  "rightNavButtonAriaLabel": "sonraki sayfa"
574
+ },
575
+ "MeetingConferencePhoneInfo": {
576
+ "meetingConferencePhoneInfoModalTitle": "Telefonunuzdan aramaya katılın",
577
+ "meetingConferencePhoneInfoModalDialIn": "Numarayı çevirin",
578
+ "meetingConferencePhoneInfoModalMeetingId": "Toplantı kimliğini girin",
579
+ "meetingConferencePhoneInfoModalWait": "Düzenleyici tarafından kabul etmek için bekleyin",
580
+ "meetingConferencePhoneInfoModalNoPhoneAvailable": "Kullanılabilir telefon yok",
581
+ "meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (Ücretsiz) {country}, {city}",
582
+ "meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (Ücretsiz)",
583
+ "meetingConferencePhoneInfoModalToll": "{phoneNumber} (Ücretsiz) {country}, {city}",
584
+ "meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (Ücretsiz)"
418
585
  }
419
586
  }
@@ -57,7 +57,7 @@
57
57
  "richTextDeleteColumnMenu": "删除列",
58
58
  "richTextDeleteRowMenu": "删除行",
59
59
  "richTextDeleteTableMenu": "删除表格",
60
- "richTextToolbarMoreButtonAriaLabel": "More options",
60
+ "richTextToolbarMoreButtonAriaLabel": "更多选项",
61
61
  "attachmentMoreMenu": "更多选项"
62
62
  },
63
63
  "mentionPopover": {
@@ -220,7 +220,7 @@
220
220
  "richTextDeleteColumnMenu": "删除列",
221
221
  "richTextDeleteRowMenu": "删除行",
222
222
  "richTextDeleteTableMenu": "删除表格",
223
- "richTextToolbarMoreButtonAriaLabel": "More options"
223
+ "richTextToolbarMoreButtonAriaLabel": "更多选项"
224
224
  },
225
225
  "errorBar": {
226
226
  "unableToReachChatService": "你已脱机",
@@ -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": "输入会议 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
  }