@azure/communication-react 1.21.0-alpha-202411080015 → 1.21.0-alpha-202411100017

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 (138) hide show
  1. package/dist/communication-react.d.ts +170 -5
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-Bsx9ARVF.js → ChatMessageComponentAsRichTextEditBox-flTHgr_n.js} +2 -2
  3. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-Bsx9ARVF.js.map → ChatMessageComponentAsRichTextEditBox-flTHgr_n.js.map} +1 -1
  4. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BdwS2Pv2.js → RichTextSendBoxWrapper-CnALf0HB.js} +2 -2
  5. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BdwS2Pv2.js.map → RichTextSendBoxWrapper-CnALf0HB.js.map} +1 -1
  6. package/dist/dist-cjs/communication-react/{index-Bb_eg8bH.js → index-DHswXDHK.js} +320 -86
  7. package/dist/dist-cjs/communication-react/index-DHswXDHK.js.map +1 -0
  8. package/dist/dist-cjs/communication-react/index.js +6 -1
  9. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  11. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  12. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +25 -0
  13. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +54 -1
  14. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  15. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +16 -0
  16. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
  17. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +2 -1
  18. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  19. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +1 -1
  20. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +13 -2
  21. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  22. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +6 -3
  23. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  24. package/dist/dist-esm/communication-react/src/index.d.ts +4 -2
  25. package/dist/dist-esm/communication-react/src/index.js +2 -1
  26. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  27. package/dist/dist-esm/react-components/src/components/Announcer.js +1 -1
  28. package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
  29. package/dist/dist-esm/react-components/src/components/CameraButton.js +10 -1
  30. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  31. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +2 -2
  32. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  33. package/dist/dist-esm/react-components/src/components/ReactionButton.d.ts +6 -1
  34. package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
  35. package/dist/dist-esm/react-components/src/components/index.d.ts +1 -1
  36. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  37. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js +6 -2
  38. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
  39. package/dist/dist-esm/react-components/src/index.d.ts +3 -0
  40. package/dist/dist-esm/react-components/src/index.js +2 -0
  41. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  42. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +25 -3
  43. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +25 -3
  44. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/strings.json +25 -3
  45. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +25 -3
  46. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +25 -3
  47. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +25 -3
  48. package/dist/dist-esm/react-components/src/localization/locales/es-MX/ComponentLocale.d.ts +8 -0
  49. package/dist/dist-esm/react-components/src/localization/locales/es-MX/ComponentLocale.js +13 -0
  50. package/dist/dist-esm/react-components/src/localization/locales/es-MX/ComponentLocale.js.map +1 -0
  51. package/dist/dist-esm/react-components/src/localization/locales/es-MX/strings.json +692 -0
  52. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +25 -3
  53. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/ComponentLocale.d.ts +8 -0
  54. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/ComponentLocale.js +13 -0
  55. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/ComponentLocale.js.map +1 -0
  56. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/strings.json +692 -0
  57. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +25 -3
  58. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +25 -3
  59. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +25 -3
  60. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +25 -3
  61. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +25 -3
  62. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +25 -3
  63. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +25 -3
  64. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +25 -3
  65. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +25 -3
  66. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +25 -3
  67. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +25 -3
  68. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +25 -3
  69. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +25 -3
  70. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +25 -3
  71. package/dist/dist-esm/react-components/src/types/TogetherModeTypes.d.ts +62 -0
  72. package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js +4 -0
  73. package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js.map +1 -0
  74. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +2 -0
  75. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  76. package/dist/dist-esm/react-components/src/types/index.d.ts +1 -0
  77. package/dist/dist-esm/react-components/src/types/index.js +2 -0
  78. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  79. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +5 -0
  80. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +30 -0
  81. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  82. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +44 -0
  83. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  84. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +1 -1
  85. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -1
  86. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +1 -1
  87. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  88. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +6 -5
  89. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  90. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +16 -0
  91. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  92. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +1 -1
  93. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  94. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.d.ts +4 -0
  95. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js +7 -0
  96. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  97. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +5 -0
  98. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +22 -0
  99. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  100. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +43 -0
  101. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  102. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +5 -0
  103. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +8 -0
  104. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  105. package/dist/dist-esm/react-composites/src/composites/index.d.ts +2 -0
  106. package/dist/dist-esm/react-composites/src/composites/index.js +2 -0
  107. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  108. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +2 -1
  109. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +2 -1
  110. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/strings.json +2 -1
  111. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +2 -1
  112. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +2 -1
  113. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +2 -1
  114. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/CompositeLocale.d.ts +8 -0
  115. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/CompositeLocale.js +15 -0
  116. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/CompositeLocale.js.map +1 -0
  117. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/strings.json +413 -0
  118. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +2 -1
  119. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/CompositeLocale.d.ts +8 -0
  120. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/CompositeLocale.js +15 -0
  121. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/CompositeLocale.js.map +1 -0
  122. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/strings.json +413 -0
  123. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +2 -1
  124. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +2 -1
  125. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +2 -1
  126. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +2 -1
  127. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +2 -1
  128. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +2 -1
  129. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +2 -1
  130. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +2 -1
  131. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +2 -1
  132. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +2 -1
  133. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +2 -1
  134. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +2 -1
  135. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +2 -1
  136. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +2 -1
  137. package/package.json +1 -1
  138. package/dist/dist-cjs/communication-react/index-Bb_eg8bH.js.map +0 -1
@@ -58,6 +58,7 @@
58
58
  "richTextDeleteColumnMenu": "حذف العمود",
59
59
  "richTextDeleteRowMenu": "حذف الصف",
60
60
  "richTextDeleteTableMenu": "حذف الجدول",
61
+ "richTextToolbarAriaLabel": "شريط أدوات تنسيق الرسائل",
61
62
  "richTextToolbarMoreButtonAriaLabel": "خيارات إضافية",
62
63
  "attachmentMoreMenu": "خيارات إضافية",
63
64
  "richTextNewBulletedListItemAnnouncement": "رمز نقطي، سطر جديد",
@@ -65,6 +66,14 @@
65
66
  "richTextBulletedListAppliedAnnouncement": "تم تطبيق قائمة نقطية",
66
67
  "richTextNumberedListAppliedAnnouncement": "تطبيق قائمة ذات تعداد رقمي"
67
68
  },
69
+ "rttModal": {
70
+ "rttModalAriaLabel": "تشغيل مربع حوار عرض الكتابة في الوقت الحقيقي المشروط",
71
+ "rttModalTitle": "هل تريد تشغيل عرض الكتابة في الوقت الحقيقي؟",
72
+ "rttModalText": "سيتم تشغيل النص في الوقت الحقيقي (RTT) لكل شخص في الاجتماع.",
73
+ "rttConfirmButtonLabel": "تشغيل",
74
+ "rttCancelButtonLabel": "إلغاء الأمر",
75
+ "rttCloseModalButtonAriaLabel": "إغلاق مربع حوار عرض الكتابة في الوقت الحقيقي المشروط"
76
+ },
68
77
  "mentionPopover": {
69
78
  "mentionPopoverHeader": "الاقتراحات"
70
79
  },
@@ -178,6 +187,9 @@
178
187
  "applauseReactionTooltipContent": "تصفيق",
179
188
  "surprisedReactionTooltipContent": "مندهش"
180
189
  },
190
+ "rtt": {
191
+ "isTypingText": "يكتب في عرض الكتابة في الوقت الحقيقي"
192
+ },
181
193
  "messageThread": {
182
194
  "yesterday": "أمس",
183
195
  "sunday": "الأحد",
@@ -524,8 +536,13 @@
524
536
  },
525
537
  "videoTile": {
526
538
  "participantStateRinging": "يتم الآن الاتصال...",
539
+ "participantReconnecting": "يتم الآن إعادة الاتصال...",
527
540
  "participantStateHold": "قيد الانتظار",
528
- "moreOptionsButtonAriaLabel": "خيارات إضافية"
541
+ "moreOptionsButtonAriaLabel": "خيارات إضافية {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
542
+ "moreOptionsParticipantMutedStateMutedAriaLabel": "مكتوم الصوت",
543
+ "moreOptionsParticipantMutedStateUnmutedAriaLabel": "غير مكتوم الصوت",
544
+ "moreOptionsParticipantHandRaisedAriaLabel": "يد مرفوعة",
545
+ "moreOptionsParticipantIsSpeakingAriaLabel": "يتحدث"
529
546
  },
530
547
  "CameraAndMicrophoneSitePermissionsRequest": {
531
548
  "primaryText": "السماح {appName} باستخدام الكاميرا والميكروفون لديك",
@@ -643,8 +660,8 @@
643
660
  "step4DigitText": "4"
644
661
  },
645
662
  "verticalGallery": {
646
- "leftNavButtonAriaLabel": "الصفحة السابقة",
647
- "rightNavButtonAriaLabel": "الصفحة التالية"
663
+ "leftNavButtonAriaLabel": "الصفحة السابقة {current} من {total}",
664
+ "rightNavButtonAriaLabel": "الصفحة التالية {current} من {total}"
648
665
  },
649
666
  "meetingConferencePhoneInfo": {
650
667
  "meetingConferencePhoneInfoModalTitle": "الانضمام إلى مكالمة من هاتفك",
@@ -666,5 +683,10 @@
666
683
  "incomingCallNotificationRejectButtonLabel": "رفض",
667
684
  "incomingCallNotificationAccceptWithVideoButtonLabel": "قبول مع الفيديو",
668
685
  "incomingCallNotificationDismissButtonAriaLabel": "تجاهل"
686
+ },
687
+ "rttDisclosureBanner": {
688
+ "bannerTitle": "عرض الكتابة في الوقت الحقيقي (RTT)",
689
+ "bannerContent": "تم تمكين RTT (نص الوقت الحقيقي) لجميع المشاركين طوال مدة الاجتماع.",
690
+ "bannerLinkLabel": "تعرّف على المزيد"
669
691
  }
670
692
  }
@@ -58,6 +58,7 @@
58
58
  "richTextDeleteColumnMenu": "Odstranit sloupec",
59
59
  "richTextDeleteRowMenu": "Odstranit řádek",
60
60
  "richTextDeleteTableMenu": "Odstranit tabulku",
61
+ "richTextToolbarAriaLabel": "Panel nástrojů Formátování zpráv",
61
62
  "richTextToolbarMoreButtonAriaLabel": "Další možnosti",
62
63
  "attachmentMoreMenu": "Další možnosti",
63
64
  "richTextNewBulletedListItemAnnouncement": "Odrážka, nový řádek",
@@ -65,6 +66,14 @@
65
66
  "richTextBulletedListAppliedAnnouncement": "Byl použit seznam s odrážkami",
66
67
  "richTextNumberedListAppliedAnnouncement": "Použil se číslovaný seznam."
67
68
  },
69
+ "rttModal": {
70
+ "rttModalAriaLabel": "Zapnout modální okno RTT",
71
+ "rttModalTitle": "Zapnout RTT?",
72
+ "rttModalText": "Text v reálném čase (RTT) se zapne pro všechny účastníky schůzky.",
73
+ "rttConfirmButtonLabel": "Zapnout",
74
+ "rttCancelButtonLabel": "Zrušit",
75
+ "rttCloseModalButtonAriaLabel": "Zavřít modální okno RTT"
76
+ },
68
77
  "mentionPopover": {
69
78
  "mentionPopoverHeader": "Návrhy"
70
79
  },
@@ -178,6 +187,9 @@
178
187
  "applauseReactionTooltipContent": "Aplaus",
179
188
  "surprisedReactionTooltipContent": "Překvapení"
180
189
  },
190
+ "rtt": {
191
+ "isTypingText": "Psaní textu v reálném čase"
192
+ },
181
193
  "messageThread": {
182
194
  "yesterday": "Včera",
183
195
  "sunday": "Neděle",
@@ -524,8 +536,13 @@
524
536
  },
525
537
  "videoTile": {
526
538
  "participantStateRinging": "Volání…",
539
+ "participantReconnecting": "Obnovuje se připojení...",
527
540
  "participantStateHold": "Pozastavený hovor",
528
- "moreOptionsButtonAriaLabel": "Další možnosti"
541
+ "moreOptionsButtonAriaLabel": "Další možnosti {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
542
+ "moreOptionsParticipantMutedStateMutedAriaLabel": "ztlumeno",
543
+ "moreOptionsParticipantMutedStateUnmutedAriaLabel": "ztlumení zrušeno",
544
+ "moreOptionsParticipantHandRaisedAriaLabel": "Zvednutá ruka",
545
+ "moreOptionsParticipantIsSpeakingAriaLabel": "Mluví"
529
546
  },
530
547
  "CameraAndMicrophoneSitePermissionsRequest": {
531
548
  "primaryText": "Povolit aplikaci {appName} používat kameru a mikrofon",
@@ -643,8 +660,8 @@
643
660
  "step4DigitText": "4"
644
661
  },
645
662
  "verticalGallery": {
646
- "leftNavButtonAriaLabel": "předchozí stránka",
647
- "rightNavButtonAriaLabel": "další stránka"
663
+ "leftNavButtonAriaLabel": "předchozí stránka {current} z(e) {total}",
664
+ "rightNavButtonAriaLabel": "další stránka {current} z(e) {total}"
648
665
  },
649
666
  "meetingConferencePhoneInfo": {
650
667
  "meetingConferencePhoneInfoModalTitle": "Připojit se k hovoru z vašeho telefonu",
@@ -666,5 +683,10 @@
666
683
  "incomingCallNotificationRejectButtonLabel": "Odmítnout",
667
684
  "incomingCallNotificationAccceptWithVideoButtonLabel": "Přijmout s videem",
668
685
  "incomingCallNotificationDismissButtonAriaLabel": "Zavřít"
686
+ },
687
+ "rttDisclosureBanner": {
688
+ "bannerTitle": "RTT",
689
+ "bannerContent": "RTT (psaní v reálném čase) je povolené pro všechny účastníky po celou dobu trvání schůzky.",
690
+ "bannerLinkLabel": "Další informace"
669
691
  }
670
692
  }
@@ -58,6 +58,7 @@
58
58
  "richTextDeleteColumnMenu": "Dileu'r golofn",
59
59
  "richTextDeleteRowMenu": "Dileu'r rhes",
60
60
  "richTextDeleteTableMenu": "Dileu'r tabl",
61
+ "richTextToolbarAriaLabel": "Bar Offer Fformatio Negeseuon",
61
62
  "richTextToolbarMoreButtonAriaLabel": "Mwy o ddewisiadau",
62
63
  "attachmentMoreMenu": "Mwy o Ddewisiadau",
63
64
  "richTextNewBulletedListItemAnnouncement": "Bwled, llinell newydd",
@@ -65,6 +66,14 @@
65
66
  "richTextBulletedListAppliedAnnouncement": "Wedi defnyddio'r rhestr bwledi",
66
67
  "richTextNumberedListAppliedAnnouncement": "Wedi defnyddio rhestr wedi'i rhifo"
67
68
  },
69
+ "rttModal": {
70
+ "rttModalAriaLabel": "Galluogi’r Moddol RTT",
71
+ "rttModalTitle": "Galluogi RTT?",
72
+ "rttModalText": "Bydd teipio mewn amser real (RTT) yn cael ei alluogi ar gyfer pawb yn y cyfarfod.",
73
+ "rttConfirmButtonLabel": "Galluogi",
74
+ "rttCancelButtonLabel": "Canslo",
75
+ "rttCloseModalButtonAriaLabel": "Cau'r Moddol RTT"
76
+ },
68
77
  "mentionPopover": {
69
78
  "mentionPopoverHeader": "Awgrymiadau"
70
79
  },
@@ -178,6 +187,9 @@
178
187
  "applauseReactionTooltipContent": "Curo Dwylo",
179
188
  "surprisedReactionTooltipContent": "Wedi synnu"
180
189
  },
190
+ "rtt": {
191
+ "isTypingText": "Teipio RTT"
192
+ },
181
193
  "messageThread": {
182
194
  "yesterday": "Ddoe",
183
195
  "sunday": "Dydd Sul",
@@ -524,8 +536,13 @@
524
536
  },
525
537
  "videoTile": {
526
538
  "participantStateRinging": "Wrthi'n galw...",
539
+ "participantReconnecting": "Wrthi'n ailgysylltu...",
527
540
  "participantStateHold": "Galwad yn aros",
528
- "moreOptionsButtonAriaLabel": "Mwy o Ddewisiadau"
541
+ "moreOptionsButtonAriaLabel": "Mwy o Ddewisiadau {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
542
+ "moreOptionsParticipantMutedStateMutedAriaLabel": "wedi tewi",
543
+ "moreOptionsParticipantMutedStateUnmutedAriaLabel": "wedi dad-dewi",
544
+ "moreOptionsParticipantHandRaisedAriaLabel": "Llaw wedi’i chodi",
545
+ "moreOptionsParticipantIsSpeakingAriaLabel": "Siarad"
529
546
  },
530
547
  "CameraAndMicrophoneSitePermissionsRequest": {
531
548
  "primaryText": "Caniatáu i {appName} ddefnyddio eich camera a'ch meicroffon",
@@ -643,8 +660,8 @@
643
660
  "step4DigitText": "4"
644
661
  },
645
662
  "verticalGallery": {
646
- "leftNavButtonAriaLabel": "y dudalen flaenorol",
647
- "rightNavButtonAriaLabel": "y dudalen nesaf"
663
+ "leftNavButtonAriaLabel": "tudalen flaenorol {current} o {total}",
664
+ "rightNavButtonAriaLabel": "tudalen nesaf {current} o {total}"
648
665
  },
649
666
  "meetingConferencePhoneInfo": {
650
667
  "meetingConferencePhoneInfoModalTitle": "Ymuno â galwad o'ch ffôn",
@@ -666,5 +683,10 @@
666
683
  "incomingCallNotificationRejectButtonLabel": "Gwrthod",
667
684
  "incomingCallNotificationAccceptWithVideoButtonLabel": "Derbyn gyda Fideo",
668
685
  "incomingCallNotificationDismissButtonAriaLabel": "Diystyru"
686
+ },
687
+ "rttDisclosureBanner": {
688
+ "bannerTitle": "RTT",
689
+ "bannerContent": "Mae RTT (testun amser real) wedi'i alluogi ar gyfer yr holl gyfranogwyr ar gyfer cyfnod cyfan y cyfarfod.",
690
+ "bannerLinkLabel": "Dysgu mwy"
669
691
  }
670
692
  }
@@ -58,6 +58,7 @@
58
58
  "richTextDeleteColumnMenu": "Spalte löschen",
59
59
  "richTextDeleteRowMenu": "Zeile löschen",
60
60
  "richTextDeleteTableMenu": "Tabelle löschen",
61
+ "richTextToolbarAriaLabel": "Symbolleiste für die Nachrichtenformatierung",
61
62
  "richTextToolbarMoreButtonAriaLabel": "Weitere Optionen",
62
63
  "attachmentMoreMenu": "Mehr Optionen",
63
64
  "richTextNewBulletedListItemAnnouncement": "Aufzählungszeichen, neue Zeile",
@@ -65,6 +66,14 @@
65
66
  "richTextBulletedListAppliedAnnouncement": "Aufzählung angewendet",
66
67
  "richTextNumberedListAppliedAnnouncement": "\"Nummerierte Liste\" angewendet."
67
68
  },
69
+ "rttModal": {
70
+ "rttModalAriaLabel": "RTT Modal aktivieren",
71
+ "rttModalTitle": "RTT aktivieren?",
72
+ "rttModalText": "Echtzeittext (RTT) wird für alle Teilnehmer der Besprechung aktiviert.",
73
+ "rttConfirmButtonLabel": "Aktivieren",
74
+ "rttCancelButtonLabel": "Abbrechen",
75
+ "rttCloseModalButtonAriaLabel": "RTT Modal schließen"
76
+ },
68
77
  "mentionPopover": {
69
78
  "mentionPopoverHeader": "Vorschläge"
70
79
  },
@@ -178,6 +187,9 @@
178
187
  "applauseReactionTooltipContent": "Applaus",
179
188
  "surprisedReactionTooltipContent": "Überrascht"
180
189
  },
190
+ "rtt": {
191
+ "isTypingText": "RTT-Eingabe"
192
+ },
181
193
  "messageThread": {
182
194
  "yesterday": "Gestern",
183
195
  "sunday": "Sonntag",
@@ -524,8 +536,13 @@
524
536
  },
525
537
  "videoTile": {
526
538
  "participantStateRinging": "Anrufen...",
539
+ "participantReconnecting": "Verbindung wird wiederhergestellt...",
527
540
  "participantStateHold": "In der Warteschleife",
528
- "moreOptionsButtonAriaLabel": "Weitere Optionen"
541
+ "moreOptionsButtonAriaLabel": "Weitere Optionen {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
542
+ "moreOptionsParticipantMutedStateMutedAriaLabel": "stummgeschaltet",
543
+ "moreOptionsParticipantMutedStateUnmutedAriaLabel": "Stummschaltung aufgehoben",
544
+ "moreOptionsParticipantHandRaisedAriaLabel": "Hand erhoben",
545
+ "moreOptionsParticipantIsSpeakingAriaLabel": "Sprechen"
529
546
  },
530
547
  "CameraAndMicrophoneSitePermissionsRequest": {
531
548
  "primaryText": "Zulassen, dass {appName} Ihre Kamera und Ihr Mikrofon verwendet",
@@ -643,8 +660,8 @@
643
660
  "step4DigitText": "4"
644
661
  },
645
662
  "verticalGallery": {
646
- "leftNavButtonAriaLabel": "Vorherige Seite",
647
- "rightNavButtonAriaLabel": "Nächste Seite"
663
+ "leftNavButtonAriaLabel": "vorherige Seite {current} von {total}",
664
+ "rightNavButtonAriaLabel": "nächste Seite {current} von {total}"
648
665
  },
649
666
  "meetingConferencePhoneInfo": {
650
667
  "meetingConferencePhoneInfoModalTitle": "Von Ihrem Telefon aus an Anruf teilnehmen",
@@ -666,5 +683,10 @@
666
683
  "incomingCallNotificationRejectButtonLabel": "Ablehnen",
667
684
  "incomingCallNotificationAccceptWithVideoButtonLabel": "Mit Video annehmen",
668
685
  "incomingCallNotificationDismissButtonAriaLabel": "Verwerfen"
686
+ },
687
+ "rttDisclosureBanner": {
688
+ "bannerTitle": "RTT",
689
+ "bannerContent": "RTT (Echtzeittext) ist für alle Teilnehmer für die gesamte Dauer der Besprechung aktiviert.",
690
+ "bannerLinkLabel": "Mehr erfahren"
669
691
  }
670
692
  }
@@ -58,6 +58,7 @@
58
58
  "richTextDeleteColumnMenu": "Delete column",
59
59
  "richTextDeleteRowMenu": "Delete row",
60
60
  "richTextDeleteTableMenu": "Delete table",
61
+ "richTextToolbarAriaLabel": "Message Formatting Toolbar",
61
62
  "richTextToolbarMoreButtonAriaLabel": "More options",
62
63
  "attachmentMoreMenu": "More Options",
63
64
  "richTextNewBulletedListItemAnnouncement": "Bullet, new line",
@@ -65,6 +66,14 @@
65
66
  "richTextBulletedListAppliedAnnouncement": "Bulleted list applied",
66
67
  "richTextNumberedListAppliedAnnouncement": "Numbered list applied"
67
68
  },
69
+ "rttModal": {
70
+ "rttModalAriaLabel": "Turn on RTT Modal",
71
+ "rttModalTitle": "Turn on RTT?",
72
+ "rttModalText": "Real-time text (RTT) will be turned on for everyone in the meeting.",
73
+ "rttConfirmButtonLabel": "Turn on",
74
+ "rttCancelButtonLabel": "Cancel",
75
+ "rttCloseModalButtonAriaLabel": "Close RTT Modal"
76
+ },
68
77
  "mentionPopover": {
69
78
  "mentionPopoverHeader": "Suggestions"
70
79
  },
@@ -178,6 +187,9 @@
178
187
  "applauseReactionTooltipContent": "Applause",
179
188
  "surprisedReactionTooltipContent": "Surprised"
180
189
  },
190
+ "rtt": {
191
+ "isTypingText": "RTT typing"
192
+ },
181
193
  "messageThread": {
182
194
  "yesterday": "Yesterday",
183
195
  "sunday": "Sunday",
@@ -524,8 +536,13 @@
524
536
  },
525
537
  "videoTile": {
526
538
  "participantStateRinging": "Calling...",
539
+ "participantReconnecting": "Reconnecting...",
527
540
  "participantStateHold": "On hold",
528
- "moreOptionsButtonAriaLabel": "More Options"
541
+ "moreOptionsButtonAriaLabel": "More Options {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
542
+ "moreOptionsParticipantMutedStateMutedAriaLabel": "muted",
543
+ "moreOptionsParticipantMutedStateUnmutedAriaLabel": "unmuted",
544
+ "moreOptionsParticipantHandRaisedAriaLabel": "Hand raised",
545
+ "moreOptionsParticipantIsSpeakingAriaLabel": "Speaking"
529
546
  },
530
547
  "CameraAndMicrophoneSitePermissionsRequest": {
531
548
  "primaryText": "Allow {appName} to use your camera and microphone",
@@ -643,8 +660,8 @@
643
660
  "step4DigitText": "4"
644
661
  },
645
662
  "verticalGallery": {
646
- "leftNavButtonAriaLabel": "previous page",
647
- "rightNavButtonAriaLabel": "next page"
663
+ "leftNavButtonAriaLabel": "previous page {current} of {total}",
664
+ "rightNavButtonAriaLabel": "next page {current} of {total}"
648
665
  },
649
666
  "meetingConferencePhoneInfo": {
650
667
  "meetingConferencePhoneInfoModalTitle": "Join call from your phone",
@@ -666,5 +683,10 @@
666
683
  "incomingCallNotificationRejectButtonLabel": "Decline",
667
684
  "incomingCallNotificationAccceptWithVideoButtonLabel": "Accept with Video",
668
685
  "incomingCallNotificationDismissButtonAriaLabel": "Dismiss"
686
+ },
687
+ "rttDisclosureBanner": {
688
+ "bannerTitle": "RTT",
689
+ "bannerContent": "RTT (real-time text) is enabled for all participants for the entire duration of the meeting.",
690
+ "bannerLinkLabel": "Learn more"
669
691
  }
670
692
  }
@@ -58,6 +58,7 @@
58
58
  "richTextDeleteColumnMenu": "Eliminar columna",
59
59
  "richTextDeleteRowMenu": "Eliminar fila",
60
60
  "richTextDeleteTableMenu": "Eliminar tabla",
61
+ "richTextToolbarAriaLabel": "Barra de herramientas de formato de mensaje",
61
62
  "richTextToolbarMoreButtonAriaLabel": "Más opciones",
62
63
  "attachmentMoreMenu": "Más opciones",
63
64
  "richTextNewBulletedListItemAnnouncement": "Viñeta, nueva línea",
@@ -65,6 +66,14 @@
65
66
  "richTextBulletedListAppliedAnnouncement": "Lista con viñetas aplicada",
66
67
  "richTextNumberedListAppliedAnnouncement": "Lista numerada aplicada"
67
68
  },
69
+ "rttModal": {
70
+ "rttModalAriaLabel": "Activar modal RTT",
71
+ "rttModalTitle": "¿Activar RTT?",
72
+ "rttModalText": "Se activará el texto en tiempo real (RTT) para todos los participantes de la reunión.",
73
+ "rttConfirmButtonLabel": "Activar",
74
+ "rttCancelButtonLabel": "Cancelar",
75
+ "rttCloseModalButtonAriaLabel": "Cerrar modal RTT"
76
+ },
68
77
  "mentionPopover": {
69
78
  "mentionPopoverHeader": "Sugerencias"
70
79
  },
@@ -178,6 +187,9 @@
178
187
  "applauseReactionTooltipContent": "Aplauso",
179
188
  "surprisedReactionTooltipContent": "Sorprendido"
180
189
  },
190
+ "rtt": {
191
+ "isTypingText": "Escritura en tiempo real"
192
+ },
181
193
  "messageThread": {
182
194
  "yesterday": "Ayer",
183
195
  "sunday": "Domingo",
@@ -524,8 +536,13 @@
524
536
  },
525
537
  "videoTile": {
526
538
  "participantStateRinging": "Llamando...",
539
+ "participantReconnecting": "Reconectando...",
527
540
  "participantStateHold": "En espera",
528
- "moreOptionsButtonAriaLabel": "Más opciones"
541
+ "moreOptionsButtonAriaLabel": "Más opciones {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
542
+ "moreOptionsParticipantMutedStateMutedAriaLabel": "audio desactivado",
543
+ "moreOptionsParticipantMutedStateUnmutedAriaLabel": "se reactivaron las notificaciones",
544
+ "moreOptionsParticipantHandRaisedAriaLabel": "Mano levantada",
545
+ "moreOptionsParticipantIsSpeakingAriaLabel": "Hablando"
529
546
  },
530
547
  "CameraAndMicrophoneSitePermissionsRequest": {
531
548
  "primaryText": "Permitir que {appName} usen la cámara y el micrófono",
@@ -643,8 +660,8 @@
643
660
  "step4DigitText": "4"
644
661
  },
645
662
  "verticalGallery": {
646
- "leftNavButtonAriaLabel": "página anterior",
647
- "rightNavButtonAriaLabel": "página siguiente"
663
+ "leftNavButtonAriaLabel": "página anterior {current} de {total}",
664
+ "rightNavButtonAriaLabel": "página siguiente {current} de {total}"
648
665
  },
649
666
  "meetingConferencePhoneInfo": {
650
667
  "meetingConferencePhoneInfoModalTitle": "Unirse a la llamada desde el teléfono",
@@ -666,5 +683,10 @@
666
683
  "incomingCallNotificationRejectButtonLabel": "Rechazar",
667
684
  "incomingCallNotificationAccceptWithVideoButtonLabel": "Aceptar con vídeo",
668
685
  "incomingCallNotificationDismissButtonAriaLabel": "Descartar"
686
+ },
687
+ "rttDisclosureBanner": {
688
+ "bannerTitle": "RTT",
689
+ "bannerContent": "RtT (texto en tiempo real) está habilitado para todos los participantes durante toda la reunión.",
690
+ "bannerLinkLabel": "Más información"
669
691
  }
670
692
  }
@@ -0,0 +1,8 @@
1
+ import type { ComponentLocale } from '../..';
2
+ /**
3
+ * Locale for Spanish (Mexico).
4
+ *
5
+ * @public
6
+ */
7
+ export declare const COMPONENT_LOCALE_ES_MX: ComponentLocale;
8
+ //# sourceMappingURL=ComponentLocale.d.ts.map
@@ -0,0 +1,13 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { createComponentStrings } from '../utils';
4
+ import es_MX from './strings.json';
5
+ /**
6
+ * Locale for Spanish (Mexico).
7
+ *
8
+ * @public
9
+ */
10
+ export const COMPONENT_LOCALE_ES_MX = {
11
+ strings: createComponentStrings(es_MX)
12
+ };
13
+ //# sourceMappingURL=ComponentLocale.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/es-MX/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport es_MX from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Spanish (Mexico).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_ES_MX: ComponentLocale = {\n strings: createComponentStrings(es_MX as PartialDeep<ComponentStrings>)\n};\n"]}