@azure/communication-react 1.18.0-alpha-202407200014 → 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.
Files changed (167) hide show
  1. package/dist/communication-react.d.ts +33 -94
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-D4ctXnw1.js → ChatMessageComponentAsRichTextEditBox-CmXCpkwp.js} +9 -58
  3. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-CmXCpkwp.js.map +1 -0
  4. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-F6eqVXer.js → RichTextSendBoxWrapper-DI4k0qyf.js} +2 -2
  5. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-F6eqVXer.js.map → RichTextSendBoxWrapper-DI4k0qyf.js.map} +1 -1
  6. package/dist/dist-cjs/communication-react/{index-BJO_NOTU.js → index-BSczaURy.js} +479 -831
  7. package/dist/dist-cjs/communication-react/index-BSczaURy.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/baseSelectors.d.ts +1 -1
  12. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +3 -3
  13. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  14. package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +2 -2
  15. package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
  16. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +3 -3
  17. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  18. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +1 -1
  19. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +7 -15
  20. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  21. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -3
  22. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  23. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +2 -2
  24. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  25. package/dist/dist-esm/calling-stateful-client/src/Converter.js +1 -1
  26. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  27. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.d.ts +8 -2
  28. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  29. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +2 -14
  30. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
  31. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +1 -9
  32. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +0 -16
  33. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  34. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +1 -1
  35. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  36. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +3 -5
  37. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  38. package/dist/dist-esm/communication-react/src/index.d.ts +1 -1
  39. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  40. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +8 -14
  41. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
  42. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +2 -8
  43. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
  44. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +4 -6
  45. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +12 -2
  46. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
  47. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +2 -2
  48. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +8 -60
  49. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -1
  50. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +6 -8
  51. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +4 -18
  52. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
  53. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +3 -27
  54. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
  55. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.d.ts +8 -8
  56. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +4 -4
  57. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
  58. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +15 -9
  59. package/dist/dist-esm/react-components/src/components/MessageThread.js +1 -10
  60. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  61. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +1 -0
  62. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -1
  63. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +22 -28
  64. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -1
  65. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +0 -49
  66. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +18 -37
  67. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -1
  68. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +2 -20
  69. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +1 -1
  70. package/dist/dist-esm/react-components/src/components/index.d.ts +1 -2
  71. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  72. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +2 -2
  73. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js +17 -15
  74. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
  75. package/dist/dist-esm/react-components/src/components/styles/Common.style.d.ts +1 -1
  76. package/dist/dist-esm/react-components/src/components/styles/Common.style.js +1 -2
  77. package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
  78. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +2 -5
  79. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  80. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +3 -3
  81. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -1
  82. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +5 -1
  83. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +21 -0
  84. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +1 -1
  85. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +3 -15
  86. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +14 -67
  87. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
  88. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +1 -1
  89. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  90. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +64 -102
  91. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +62 -100
  92. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +62 -100
  93. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +62 -100
  94. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +3 -9
  95. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +62 -100
  96. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +62 -100
  97. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +65 -103
  98. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +62 -100
  99. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +62 -100
  100. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +64 -102
  101. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +69 -107
  102. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +62 -100
  103. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +68 -106
  104. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +67 -105
  105. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +65 -103
  106. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +63 -101
  107. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +62 -100
  108. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +63 -101
  109. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +64 -102
  110. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +63 -101
  111. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +4 -4
  112. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  113. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +1 -1
  114. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
  115. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +1 -1
  116. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  117. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +31 -66
  118. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  119. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +1 -33
  120. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +6 -198
  121. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +1 -1
  122. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.d.ts +12 -0
  123. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.js +115 -0
  124. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.js.map +1 -0
  125. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +7 -7
  126. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +1 -1
  127. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +10 -10
  128. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  129. package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +4 -4
  130. package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
  131. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +5 -2
  132. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
  133. package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +0 -4
  134. package/dist/dist-esm/react-composites/src/composites/common/constants.js +0 -4
  135. package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
  136. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +2 -6
  137. package/dist/dist-esm/react-composites/src/composites/common/icons.js +1 -5
  138. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  139. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +5 -10
  140. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +1 -6
  141. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +1 -6
  142. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +1 -6
  143. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +1 -6
  144. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +5 -10
  145. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +5 -10
  146. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +5 -10
  147. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +5 -10
  148. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +1 -6
  149. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +5 -10
  150. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +1 -6
  151. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +1 -6
  152. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +1 -6
  153. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +5 -10
  154. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +1 -6
  155. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +5 -10
  156. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +1 -6
  157. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +5 -10
  158. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +5 -10
  159. package/package.json +14 -14
  160. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-D4ctXnw1.js.map +0 -1
  161. package/dist/dist-cjs/communication-react/index-BJO_NOTU.js.map +0 -1
  162. package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.d.ts +0 -17
  163. package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +0 -49
  164. package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +0 -1
  165. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +0 -49
  166. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +0 -48
  167. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +0 -1
@@ -185,8 +185,8 @@
185
185
  "failToSendTag": "Échec de l'envoi",
186
186
  "editedTag": "Modifié",
187
187
  "liveAuthorIntro": "{author} dit",
188
- "messageContentAriaText": "{status} {author} a dit {message}.",
189
- "messageContentMineAriaText": "{status} Vous avez dit {message}.",
188
+ "messageContentAriaText": "{author} a dit {message}",
189
+ "messageContentMineAriaText": "Vous avez dit {message}",
190
190
  "editBoxTextLimit": "Votre message dépasse la limite de {limitNumber} caractères",
191
191
  "editBoxPlaceholderText": "Modifier votre message",
192
192
  "newMessagesIndicator": "Nouveaux messages",
@@ -220,8 +220,7 @@
220
220
  "richTextDeleteColumnMenu": "Supprimer la colonne",
221
221
  "richTextDeleteRowMenu": "Supprimer une ligne",
222
222
  "richTextDeleteTableMenu": "Supprimer le tableau",
223
- "richTextToolbarMoreButtonAriaLabel": "Autres options",
224
- "attachmentUploadsPendingError": "Chargement en cours... Veuillez patienter."
223
+ "richTextToolbarMoreButtonAriaLabel": "Autres options"
225
224
  },
226
225
  "errorBar": {
227
226
  "unableToReachChatService": "Vous êtes hors connexion",
@@ -238,7 +237,6 @@
238
237
  "startScreenShareGeneric": "Un problème est survenu durant le démarrage du partage d’écran.",
239
238
  "stopScreenShareGeneric": "Échec de l’arrêt du partage d’écran",
240
239
  "callNetworkQualityLow": "La qualité de réseau est faible.",
241
- "teamsMeetingCallNetworkQualityLow": "La qualité de réseau est faible.",
242
240
  "callNoSpeakerFound": "Aucun haut-parleur ou casque n’a été trouvé. Connectez un périphérique audio pour entendre l’appel.",
243
241
  "callNoMicrophoneFound": "Aucun micro n’a été trouvé. Connectez un périphérique d’entrée audio.",
244
242
  "callMicrophoneAccessDenied": "Impossible d’accéder au microphone. Cliquez sur le verrou dans la barre d’adresses pour accorder l’autorisation à cette page Web.",
@@ -259,189 +257,160 @@
259
257
  "failedToJoinCallInvalidMeetingLink": "Impossible de rejoindre la réunion. Lien non valide.",
260
258
  "cameraFrozenForRemoteParticipants": "Les utilisateurs de l’appel rencontrent des problèmes pour voir votre vidéo. Vérifiez vos appareils et votre réseau.",
261
259
  "unableToStartVideoEffect": "Impossible d’appliquer l’effet vidéo.",
262
- "startSpotlightWhileMaxParticipantsAreSpotlighted": "Impossible de lancer la mise en lumière sur le(s) participant(s), car le nombre maximum de participants est déjà mis en lumière.",
263
- "mutedByRemoteParticipant": "Votre micro a été désactivé par un autre participant."
260
+ "startSpotlightWhileMaxParticipantsAreSpotlighted": "Impossible de lancer la mise en lumière sur le(s) participant(s), car le nombre maximum de participants est déjà mis en lumière."
264
261
  },
265
- "notificationStack": {
262
+ "notifications": {
263
+ "unableToReachChatService": {
264
+ "title": "Vous êtes en mode hors connexion.",
265
+ "closeButtonAriaLabel": "Fermer"
266
+ },
267
+ "accessDenied": {
268
+ "title": "Impossible d’accéder aux services de conversation",
269
+ "message": "Vérifiez les informations d’identification de l’utilisateur fournies",
270
+ "closeButtonAriaLabel": "Fermer"
271
+ },
272
+ "userNotInChatThread": {
273
+ "title": "Vous n’êtes plus dans ce thread de conversation.",
274
+ "closeButtonAriaLabel": "Fermer"
275
+ },
276
+ "sendMessageNotInChatThread": {
277
+ "title": "Échec d’envoi du message.",
278
+ "message": "Vous n’est plus dans ce thread de conversation",
279
+ "closeButtonAriaLabel": "Fermer"
280
+ },
281
+ "sendMessageGeneric": {
282
+ "title": "L’envoi du message a échoué.",
283
+ "closeButtonAriaLabel": "Fermer"
284
+ },
266
285
  "callingNetworkFailure": {
267
286
  "title": "Appel de connexion en cours",
268
- "message": "Vous semblez être hors connexion. Vérifiez votre connexion réseau et réessayez.",
269
- "dismissButtonAriaLabel": "Fermer"
287
+ "message": "Vous semblez être hors connexion. Veuillez case activée votre connexion réseau et réessayer.",
288
+ "closeButtonAriaLabel": "Fermer"
270
289
  },
271
290
  "startVideoGeneric": {
272
291
  "title": "Échec du démarrage de la vidéo.",
273
- "dismissButtonAriaLabel": "Fermer"
292
+ "closeButtonAriaLabel": "Fermer"
274
293
  },
275
294
  "stopVideoGeneric": {
276
295
  "title": "Échec de l’arrêt de la vidéo.",
277
- "dismissButtonAriaLabel": "Fermer"
296
+ "closeButtonAriaLabel": "Fermer"
278
297
  },
279
298
  "muteGeneric": {
280
299
  "title": "Impossible de désactiver le micro.",
281
- "dismissButtonAriaLabel": "Fermer"
300
+ "closeButtonAriaLabel": "Fermer"
282
301
  },
283
302
  "unmuteGeneric": {
284
303
  "title": "Échec de l’activation du micro.",
285
- "dismissButtonAriaLabel": "Fermer"
304
+ "closeButtonAriaLabel": "Fermer"
286
305
  },
287
306
  "speakingWhileMuted": {
288
307
  "title": "Le son de votre micro est désactivé.",
289
- "dismissButtonAriaLabel": "Fermer"
308
+ "closeButtonAriaLabel": "Fermer"
290
309
  },
291
310
  "startScreenShareGeneric": {
292
311
  "title": "Un problème est survenu durant le démarrage du partage d’écran.",
293
- "dismissButtonAriaLabel": "Fermer"
312
+ "closeButtonAriaLabel": "Fermer"
294
313
  },
295
314
  "stopScreenShareGeneric": {
296
315
  "title": "Échec de l’arrêt du partage d’écran.",
297
- "dismissButtonAriaLabel": "Fermer"
316
+ "closeButtonAriaLabel": "Fermer"
298
317
  },
299
318
  "callNetworkQualityLow": {
300
319
  "title": "La qualité de réseau est faible.",
301
- "dismissButtonAriaLabel": "Fermer"
302
- },
303
- "teamsMeetingCallNetworkQualityLow": {
304
- "title": "La qualité de réseau est faible.",
305
- "dismissButtonAriaLabel": "Fermer",
306
- "message": "Rejoignez cet appel à partir de votre téléphone pour obtenir un meilleur son. Vous pouvez continuer à afficher la réunion sur cet appareil.",
307
- "primaryButtonLabel": "Participer par téléphone"
320
+ "closeButtonAriaLabel": "Fermer"
308
321
  },
309
322
  "callNoSpeakerFound": {
310
323
  "title": "Haut-parleurs ou casque introuvables",
311
324
  "message": "Connectez un périphérique audio pour entendre l’appel.",
312
- "dismissButtonAriaLabel": "Fermer"
325
+ "closeButtonAriaLabel": "Fermer"
313
326
  },
314
327
  "callNoMicrophoneFound": {
315
328
  "title": "Aucun microphone trouvé",
316
329
  "message": "Connectez un périphérique d’entrée audio.",
317
- "dismissButtonAriaLabel": "Fermer"
330
+ "closeButtonAriaLabel": "Fermer"
318
331
  },
319
332
  "callMicrophoneAccessDenied": {
320
333
  "title": "Impossible d’accéder au microphone",
321
334
  "message": "Cliquez sur le verrou dans la barre d’adresses pour accorder l’autorisation à cette page Web.",
322
- "dismissButtonAriaLabel": "Fermer"
335
+ "closeButtonAriaLabel": "Fermer"
323
336
  },
324
337
  "callMicrophoneAccessDeniedSafari": {
325
338
  "title": "Impossible d’accéder au microphone",
326
- "message": "Actualisez la page pour autoriser les autorisations, ou vérifiez les paramètres de ce navigateur et vérifiez que les autorisations sont activées pour ce site web.",
327
- "dismissButtonAriaLabel": "Fermer"
339
+ "message": "Actualisez la page pour autoriser les autorisations ou case activée les paramètres de ce navigateur et vérifiez que les autorisations sont activées pour ce site web.",
340
+ "closeButtonAriaLabel": "Fermer"
328
341
  },
329
342
  "callMicrophoneMutedBySystem": {
330
343
  "title": "Votre micro est désactivé par votre système.",
331
- "dismissButtonAriaLabel": "Fermer"
344
+ "closeButtonAriaLabel": "Fermer"
332
345
  },
333
346
  "callMicrophoneUnmutedBySystem": {
334
347
  "title": "Votre micro a été récupéré et la son a été activé par votre système.",
335
- "dismissButtonAriaLabel": "Fermer"
348
+ "closeButtonAriaLabel": "Fermer"
336
349
  },
337
350
  "callMacOsMicrophoneAccessDenied": {
338
351
  "title": "Impossible d’accéder au microphone",
339
352
  "message": "Accordez l’autorisation de microphone dans vos paramètres de confidentialité macOS.",
340
- "dismissButtonAriaLabel": "Fermer"
353
+ "closeButtonAriaLabel": "Fermer"
341
354
  },
342
355
  "callLocalVideoFreeze": {
343
356
  "title": "La bande passante réseau est médiocre",
344
357
  "message": "Votre vidéo peut apparaître suspendue pour d’autres participants à l’appel.",
345
- "dismissButtonAriaLabel": "Fermer"
358
+ "closeButtonAriaLabel": "Fermer"
346
359
  },
347
360
  "callCameraAccessDenied": {
348
361
  "title": "Impossible d’accéder à la caméra",
349
362
  "message": "Cliquez sur le verrou dans la barre d’adresses pour accorder l’autorisation à cette page Web.",
350
- "dismissButtonAriaLabel": "Fermer"
363
+ "closeButtonAriaLabel": "Fermer"
351
364
  },
352
365
  "callCameraAccessDeniedSafari": {
353
366
  "title": "Impossible d’accéder à la caméra",
354
- "message": "Actualisez la page pour autoriser les autorisations, ou vérifiez les paramètres de ce navigateur et vérifiez que les autorisations sont activées pour ce site web.",
355
- "dismissButtonAriaLabel": "Fermer"
367
+ "message": "Actualisez la page pour autoriser les autorisations ou case activée les paramètres de ce navigateur et vérifiez que les autorisations sont activées pour ce site web.",
368
+ "closeButtonAriaLabel": "Fermer"
356
369
  },
357
370
  "callCameraAlreadyInUse": {
358
371
  "title": "Impossible d’accéder à la caméra",
359
372
  "message": "Il est peut-être déjà utilisé par une autre application.",
360
- "dismissButtonAriaLabel": "Fermer"
373
+ "closeButtonAriaLabel": "Fermer"
361
374
  },
362
375
  "callVideoStoppedBySystem": {
363
376
  "title": "Votre vidéo a été arrêtée par votre système.",
364
- "dismissButtonAriaLabel": "Fermer"
377
+ "closeButtonAriaLabel": "Fermer"
365
378
  },
366
379
  "callVideoRecoveredBySystem": {
367
380
  "title": "Votre vidéo a repris.",
368
- "dismissButtonAriaLabel": "Fermer"
381
+ "closeButtonAriaLabel": "Fermer"
369
382
  },
370
383
  "callMacOsCameraAccessDenied": {
371
384
  "title": "MacOS bloque l’accès à votre caméra",
372
385
  "message": "Mettez à jour vos paramètres de confidentialité pour autoriser ce navigateur à accéder à votre caméra.",
373
- "dismissButtonAriaLabel": "Fermer"
386
+ "closeButtonAriaLabel": "Fermer"
374
387
  },
375
388
  "callMacOsScreenShareAccessDenied": {
376
389
  "title": "MacOS bloque le partage d’écran",
377
390
  "message": "Mettez à jour vos paramètres de confidentialité pour permettre à ce navigateur d’enregistrer votre écran.",
378
- "dismissButtonAriaLabel": "Fermer"
391
+ "closeButtonAriaLabel": "Fermer"
379
392
  },
380
393
  "failedToJoinCallGeneric": {
381
394
  "title": "Nous n’avons pas pu rejoindre l’appel.",
382
- "dismissButtonAriaLabel": "Fermer"
395
+ "closeButtonAriaLabel": "Fermer"
383
396
  },
384
397
  "failedToJoinCallInvalidMeetingLink": {
385
398
  "title": "Impossible de rejoindre la réunion. Lien non valide.",
386
- "dismissButtonAriaLabel": "Fermer"
399
+ "closeButtonAriaLabel": "Fermer"
387
400
  },
388
401
  "cameraFrozenForRemoteParticipants": {
389
402
  "title": "Les utilisateurs de l’appel rencontrent des problèmes pour voir votre vidéo",
390
403
  "message": "Vérifiez vos appareils et votre réseau.",
391
- "dismissButtonAriaLabel": "Fermer"
404
+ "closeButtonAriaLabel": "Fermer"
392
405
  },
393
406
  "unableToStartVideoEffect": {
394
407
  "title": "Impossible d’appliquer l’effet vidéo.",
395
- "dismissButtonAriaLabel": "Fermer"
408
+ "closeButtonAriaLabel": "Fermer"
396
409
  },
397
410
  "startSpotlightWhileMaxParticipantsAreSpotlighted": {
398
411
  "title": "Impossible de mettre en évidence le ou les participants",
399
412
  "message": "Le nombre maximum de participants est déjà connu.",
400
- "dismissButtonAriaLabel": "Fermer"
401
- },
402
- "mutedByRemoteParticipant": {
403
- "title": "Votre micro a été désactivé par un autre participant.",
404
- "dismissButtonAriaLabel": "Fermer"
405
- },
406
- "recordingStarted": {
407
- "title": "L'enregistrement a démarré.",
408
- "message": "En participant, vous autorisez la transcription de cette réunion.",
409
- "dismissButtonAriaLabel": "Fermer"
410
- },
411
- "transcriptionStarted": {
412
- "title": "La transcription a démarré.",
413
- "message": "En participant, vous autorisez la transcription de cette réunion.",
414
- "dismissButtonAriaLabel": "Fermer"
415
- },
416
- "recordingStopped": {
417
- "title": "Enregistrement en cours de sauvegarde.",
418
- "message": "L’enregistrement s’est arrêté.",
419
- "dismissButtonAriaLabel": "Fermer"
420
- },
421
- "transcriptionStopped": {
422
- "title": "La transcription est en cours d’enregistrement.",
423
- "message": "Arrêt de la transcription.",
424
- "dismissButtonAriaLabel": "Fermer"
425
- },
426
- "recordingAndTranscriptionStarted": {
427
- "title": "Démarrage de l’enregistrement et de la transcription.",
428
- "message": "En participant, vous autorisez la transcription de cette réunion.",
429
- "dismissButtonAriaLabel": "Fermer"
430
- },
431
- "recordingAndTranscriptionStopped": {
432
- "title": "Sauvegarde en cours de l’enregistrement et de la transcription.",
433
- "message": "L’enregistrement et la transcription ont pris fin.",
434
- "dismissButtonAriaLabel": "Fermer"
435
- },
436
- "recordingStoppedStillTranscribing": {
437
- "title": "L’enregistrement s’est arrêté.",
438
- "message": "À présent, vous ne transcrivez que cette réunion.",
439
- "dismissButtonAriaLabel": "Fermer"
440
- },
441
- "transcriptionStoppedStillRecording": {
442
- "title": "Arrêt de la transcription.",
443
- "message": "Vous n’enregistrez désormais que cette réunion.",
444
- "dismissButtonAriaLabel": "Fermer"
413
+ "closeButtonAriaLabel": "Fermer"
445
414
  }
446
415
  },
447
416
  "videoGallery": {
@@ -467,8 +436,7 @@
467
436
  "spotlightLimitReachedMenuTitle": "Limite Spotlight atteinte",
468
437
  "stopSpotlightVideoTileMenuLabel": "Arrêter la mise en évidence",
469
438
  "stopSpotlightOnSelfVideoTileMenuLabel": "Quitter la mise en évidence",
470
- "attendeeRole": "Participant(e)",
471
- "muteParticipantMenuItemLabel": "Désactiver le micro / muet"
439
+ "attendeeRole": "Participant(e)"
472
440
  },
473
441
  "dialpad": {
474
442
  "placeholderText": "Entrer un numéro de téléphone",
@@ -604,21 +572,15 @@
604
572
  "leftNavButtonAriaLabel": "page précédente",
605
573
  "rightNavButtonAriaLabel": "page suivante"
606
574
  },
607
- "meetingConferencePhoneInfo": {
575
+ "MeetingConferencePhoneInfo": {
608
576
  "meetingConferencePhoneInfoModalTitle": "Rejoindre l’appel à partir de votre téléphone",
609
577
  "meetingConferencePhoneInfoModalDialIn": "Composer le numéro",
610
578
  "meetingConferencePhoneInfoModalMeetingId": "Entrer l’ID de réunion",
611
579
  "meetingConferencePhoneInfoModalWait": "Attendez d’être admis par l’organisateur",
612
580
  "meetingConferencePhoneInfoModalNoPhoneAvailable": "Aucun téléphone disponible",
613
- "meetingConferencePhoneInfoModalTollGeoData": "{country}, {city}",
614
- "meetingConferencePhoneInfoModalTollFree": "(numéro gratuit)",
615
- "meetingConferencePhoneInfoModalToll": "(numéro payant)"
616
- },
617
- "IncomingCallNotification": {
618
- "incomingCallNotificationPlaceholderId": "Utilisateur inconnu",
619
- "incomingCallNotificationPlaceholderAlert": "Appel entrant",
620
- "incomingCallNoticicationAcceptWithAudioAriaLabel": "Accepter avec l'audio",
621
- "incomingCallNoticicationAcceptWithVideoAriaLabel": "Accepter avec la vidéo",
622
- "incomingCallNoticicationRejectAriaLabel": "Rejeter"
581
+ "meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (numéro gratuit) {country}, {city}",
582
+ "meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (numéro gratuit)",
583
+ "meetingConferencePhoneInfoModalToll": "{phoneNumber} (numéro payant) {country}, {city}",
584
+ "meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (numéro payant)"
623
585
  }
624
586
  }
@@ -185,8 +185,8 @@
185
185
  "failToSendTag": "השליחה נכשלה",
186
186
  "editedTag": "נערך",
187
187
  "liveAuthorIntro": "{author} אומר",
188
- "messageContentAriaText": "{status} {author} אמר {message}",
189
- "messageContentMineAriaText": "{status} אמרת {message}",
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
- "notificationStack": {
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
287
  "message": "נראה שאתה במצב לא מקוון. בדוק את חיבור הרשת שלך ונסה שוב.",
269
- "dismissButtonAriaLabel": "סגור"
288
+ "closeButtonAriaLabel": "סגור"
270
289
  },
271
290
  "startVideoGeneric": {
272
291
  "title": "הפעלת סרטון הווידאו נכשלה.",
273
- "dismissButtonAriaLabel": "סגור"
292
+ "closeButtonAriaLabel": "סגור"
274
293
  },
275
294
  "stopVideoGeneric": {
276
295
  "title": "הפסקת הווידאו נכשלה.",
277
- "dismissButtonAriaLabel": "סגור"
296
+ "closeButtonAriaLabel": "סגור"
278
297
  },
279
298
  "muteGeneric": {
280
299
  "title": "השתקת המיקרופון נכשלה.",
281
- "dismissButtonAriaLabel": "סגור"
300
+ "closeButtonAriaLabel": "סגור"
282
301
  },
283
302
  "unmuteGeneric": {
284
303
  "title": "ביטול השתקת המיקרופון נכשל.",
285
- "dismissButtonAriaLabel": "סגור"
304
+ "closeButtonAriaLabel": "סגור"
286
305
  },
287
306
  "speakingWhileMuted": {
288
307
  "title": "אתה מושתק.",
289
- "dismissButtonAriaLabel": "סגור"
308
+ "closeButtonAriaLabel": "סגור"
290
309
  },
291
310
  "startScreenShareGeneric": {
292
311
  "title": "הייתה בעיה בהפעלת שיתוף מסך.",
293
- "dismissButtonAriaLabel": "סגור"
312
+ "closeButtonAriaLabel": "סגור"
294
313
  },
295
314
  "stopScreenShareGeneric": {
296
315
  "title": "הפסקת שיתוף המסכים נכשלה.",
297
- "dismissButtonAriaLabel": "סגור"
316
+ "closeButtonAriaLabel": "סגור"
298
317
  },
299
318
  "callNetworkQualityLow": {
300
319
  "title": "איכות הרשת נמוכה.",
301
- "dismissButtonAriaLabel": "סגור"
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
- "dismissButtonAriaLabel": "סגור"
325
+ "closeButtonAriaLabel": "סגור"
313
326
  },
314
327
  "callNoMicrophoneFound": {
315
328
  "title": "לא נמצאו מיקרופונים",
316
329
  "message": "חבר התקן קלט שמע.",
317
- "dismissButtonAriaLabel": "סגור"
330
+ "closeButtonAriaLabel": "סגור"
318
331
  },
319
332
  "callMicrophoneAccessDenied": {
320
333
  "title": "לא ניתן לגשת למיקרופון",
321
334
  "message": "לחץ על הנעילה בשורת הכתובת כדי להעניק הרשאה לדף אינטרנט זה.",
322
- "dismissButtonAriaLabel": "סגור"
335
+ "closeButtonAriaLabel": "סגור"
323
336
  },
324
337
  "callMicrophoneAccessDeniedSafari": {
325
338
  "title": "לא ניתן לגשת למיקרופון",
326
339
  "message": "רענן את הדף כדי לאפשר הרשאות, או בדוק את ההגדרות של דפדפן זה וודא שהרשאות זמינות עבור אתר אינטרנט זה.",
327
- "dismissButtonAriaLabel": "סגור"
340
+ "closeButtonAriaLabel": "סגור"
328
341
  },
329
342
  "callMicrophoneMutedBySystem": {
330
343
  "title": "אתה מושתק על-ידי המערכת שלך.",
331
- "dismissButtonAriaLabel": "סגור"
344
+ "closeButtonAriaLabel": "סגור"
332
345
  },
333
346
  "callMicrophoneUnmutedBySystem": {
334
347
  "title": "המיקרופון שלך התאושש והמערכת שלך ביטלה את ההשתקה.",
335
- "dismissButtonAriaLabel": "סגור"
348
+ "closeButtonAriaLabel": "סגור"
336
349
  },
337
350
  "callMacOsMicrophoneAccessDenied": {
338
351
  "title": "לא ניתן לגשת למיקרופון",
339
352
  "message": "הענק הרשאת מיקרופון בהגדרות הפרטיות של macOS.",
340
- "dismissButtonAriaLabel": "סגור"
353
+ "closeButtonAriaLabel": "סגור"
341
354
  },
342
355
  "callLocalVideoFreeze": {
343
356
  "title": "רוחב הפס של הרשת גרוע",
344
357
  "message": "ייתכן שהווידאו שלך יופיע מושהה עבור אנשים אחרים בשיחה.",
345
- "dismissButtonAriaLabel": "סגור"
358
+ "closeButtonAriaLabel": "סגור"
346
359
  },
347
360
  "callCameraAccessDenied": {
348
361
  "title": "לא ניתן לגשת למצלמה",
349
362
  "message": "לחץ על הנעילה בשורת הכתובת כדי להעניק הרשאה לדף אינטרנט זה.",
350
- "dismissButtonAriaLabel": "סגור"
363
+ "closeButtonAriaLabel": "סגור"
351
364
  },
352
365
  "callCameraAccessDeniedSafari": {
353
366
  "title": "לא ניתן לגשת למצלמה",
354
367
  "message": "רענן את הדף כדי לאפשר הרשאות, או בדוק את ההגדרות של דפדפן זה וודא שהרשאות זמינות עבור אתר אינטרנט זה.",
355
- "dismissButtonAriaLabel": "סגור"
368
+ "closeButtonAriaLabel": "סגור"
356
369
  },
357
370
  "callCameraAlreadyInUse": {
358
371
  "title": "לא ניתן לגשת למצלמה",
359
372
  "message": "ייתכן שהוא כבר נמצא בשימוש על-ידי יישום אחר.",
360
- "dismissButtonAriaLabel": "סגור"
373
+ "closeButtonAriaLabel": "סגור"
361
374
  },
362
375
  "callVideoStoppedBySystem": {
363
376
  "title": "הווידאו שלך הופסק על-ידי המערכת.",
364
- "dismissButtonAriaLabel": "סגור"
377
+ "closeButtonAriaLabel": "סגור"
365
378
  },
366
379
  "callVideoRecoveredBySystem": {
367
380
  "title": "הווידאו שלך התחדש.",
368
- "dismissButtonAriaLabel": "סגור"
381
+ "closeButtonAriaLabel": "סגור"
369
382
  },
370
383
  "callMacOsCameraAccessDenied": {
371
384
  "title": "MacOS חוסם את הגישה למצלמה שלך",
372
385
  "message": "עדכן את הגדרות הפרטיות שלך כדי לאפשר לדפדפן זה לגשת למצלמה שלך.",
373
- "dismissButtonAriaLabel": "סגור"
386
+ "closeButtonAriaLabel": "סגור"
374
387
  },
375
388
  "callMacOsScreenShareAccessDenied": {
376
389
  "title": "MacOS חוסם שיתוף מסכים",
377
390
  "message": "עדכן את הגדרות הפרטיות שלך כדי לאפשר לדפדפן זה להקליט את המסך שלך.",
378
- "dismissButtonAriaLabel": "סגור"
391
+ "closeButtonAriaLabel": "סגור"
379
392
  },
380
393
  "failedToJoinCallGeneric": {
381
394
  "title": "הצטרפות לשיחה נכשלה.",
382
- "dismissButtonAriaLabel": "סגור"
395
+ "closeButtonAriaLabel": "סגור"
383
396
  },
384
397
  "failedToJoinCallInvalidMeetingLink": {
385
398
  "title": "לא ניתן להצטרף לפגישה. קישור לא חוקי.",
386
- "dismissButtonAriaLabel": "סגור"
399
+ "closeButtonAriaLabel": "סגור"
387
400
  },
388
401
  "cameraFrozenForRemoteParticipants": {
389
402
  "title": "משתמשים בשיחה נתקלים בבעיות בהצגת הווידאו שלך",
390
403
  "message": "בדוק את המכשירים ואת הרשת שלך.",
391
- "dismissButtonAriaLabel": "סגור"
404
+ "closeButtonAriaLabel": "סגור"
392
405
  },
393
406
  "unableToStartVideoEffect": {
394
407
  "title": "לא ניתן להחיל אפקט וידאו.",
395
- "dismissButtonAriaLabel": "סגור"
408
+ "closeButtonAriaLabel": "סגור"
396
409
  },
397
410
  "startSpotlightWhileMaxParticipantsAreSpotlighted": {
398
411
  "title": "אין אפשרות להפעיל זרקור על משתתפים",
399
412
  "message": "מספר המשתתפים המרבי כבר מודגש.",
400
- "dismissButtonAriaLabel": "סגור"
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
- "meetingConferencePhoneInfo": {
575
+ "MeetingConferencePhoneInfo": {
608
576
  "meetingConferencePhoneInfoModalTitle": "הצטרף לשיחה מהטלפון שלך",
609
577
  "meetingConferencePhoneInfoModalDialIn": "חייג למספר",
610
578
  "meetingConferencePhoneInfoModalMeetingId": "הזן מזהה פגישה",
611
579
  "meetingConferencePhoneInfoModalWait": "המתן עד שהמארגן יכניס אותך",
612
580
  "meetingConferencePhoneInfoModalNoPhoneAvailable": "אין טלפון זמין",
613
- "meetingConferencePhoneInfoModalTollGeoData": "{country}, {city}",
614
- "meetingConferencePhoneInfoModalTollFree": "(שיחת חינם)",
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
  }