From 3b717fae15de90c6621c39fb8be80a8b63aa9cb9 Mon Sep 17 00:00:00 2001 From: Patrick Latter <73612854+palatter@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:03:09 -0600 Subject: [PATCH] 1.9.0-beta.1 Fetch Strings (#3660) * TDBuild - updating localized resource files. * TDBuild - updating localized resource files. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- ...ation-react-89f0c3bc-3f1e-4aa5-9c73-11f163202e36.json | 9 +++++++++ ...ation-react-89f0c3bc-3f1e-4aa5-9c73-11f163202e36.json | 9 +++++++++ .../src/localization/locales/ar-SA/strings.json | 2 +- .../src/localization/locales/cs-CZ/strings.json | 2 +- .../src/localization/locales/de-DE/strings.json | 2 +- .../src/localization/locales/en-GB/strings.json | 2 +- .../src/localization/locales/es-ES/strings.json | 2 +- .../src/localization/locales/fi-FI/strings.json | 2 +- .../src/localization/locales/fr-FR/strings.json | 2 +- .../src/localization/locales/he-IL/strings.json | 2 +- .../src/localization/locales/it-IT/strings.json | 2 +- .../src/localization/locales/ja-JP/strings.json | 2 +- .../src/localization/locales/ko-KR/strings.json | 2 +- .../src/localization/locales/nb-NO/strings.json | 2 +- .../src/localization/locales/nl-NL/strings.json | 2 +- .../src/localization/locales/pl-PL/strings.json | 2 +- .../src/localization/locales/pt-BR/strings.json | 2 +- .../src/localization/locales/ru-RU/strings.json | 2 +- .../src/localization/locales/sv-SE/strings.json | 2 +- .../src/localization/locales/tr-TR/strings.json | 2 +- .../src/localization/locales/zh-CN/strings.json | 2 +- .../src/localization/locales/zh-TW/strings.json | 2 +- .../composites/localization/locales/ar-SA/strings.json | 4 +++- .../composites/localization/locales/cs-CZ/strings.json | 4 +++- .../composites/localization/locales/de-DE/strings.json | 4 +++- .../composites/localization/locales/en-GB/strings.json | 4 +++- .../composites/localization/locales/es-ES/strings.json | 4 +++- .../composites/localization/locales/fi-FI/strings.json | 4 +++- .../composites/localization/locales/fr-FR/strings.json | 4 +++- .../composites/localization/locales/he-IL/strings.json | 4 +++- .../composites/localization/locales/it-IT/strings.json | 4 +++- .../composites/localization/locales/ja-JP/strings.json | 4 +++- .../composites/localization/locales/ko-KR/strings.json | 4 +++- .../composites/localization/locales/nb-NO/strings.json | 4 +++- .../composites/localization/locales/nl-NL/strings.json | 4 +++- .../composites/localization/locales/pl-PL/strings.json | 4 +++- .../composites/localization/locales/pt-BR/strings.json | 4 +++- .../composites/localization/locales/ru-RU/strings.json | 4 +++- .../composites/localization/locales/sv-SE/strings.json | 4 +++- .../composites/localization/locales/tr-TR/strings.json | 4 +++- .../composites/localization/locales/zh-CN/strings.json | 4 +++- .../composites/localization/locales/zh-TW/strings.json | 4 +++- 42 files changed, 98 insertions(+), 40 deletions(-) create mode 100644 change-beta/@azure-communication-react-89f0c3bc-3f1e-4aa5-9c73-11f163202e36.json create mode 100644 change/@azure-communication-react-89f0c3bc-3f1e-4aa5-9c73-11f163202e36.json diff --git a/change-beta/@azure-communication-react-89f0c3bc-3f1e-4aa5-9c73-11f163202e36.json b/change-beta/@azure-communication-react-89f0c3bc-3f1e-4aa5-9c73-11f163202e36.json new file mode 100644 index 00000000000..b2b620f9a2f --- /dev/null +++ b/change-beta/@azure-communication-react-89f0c3bc-3f1e-4aa5-9c73-11f163202e36.json @@ -0,0 +1,9 @@ +{ + "type": "patch", + "area": "improvement", + "workstream": "", + "comment": "Fetch strings for 1.9.0-beta.1 release", + "packageName": "@azure/communication-react", + "email": "73612854+palatter@users.noreply.github.com", + "dependentChangeType": "patch" +} diff --git a/change/@azure-communication-react-89f0c3bc-3f1e-4aa5-9c73-11f163202e36.json b/change/@azure-communication-react-89f0c3bc-3f1e-4aa5-9c73-11f163202e36.json new file mode 100644 index 00000000000..b2b620f9a2f --- /dev/null +++ b/change/@azure-communication-react-89f0c3bc-3f1e-4aa5-9c73-11f163202e36.json @@ -0,0 +1,9 @@ +{ + "type": "patch", + "area": "improvement", + "workstream": "", + "comment": "Fetch strings for 1.9.0-beta.1 release", + "packageName": "@azure/communication-react", + "email": "73612854+palatter@users.noreply.github.com", + "dependentChangeType": "patch" +} diff --git a/packages/react-components/src/localization/locales/ar-SA/strings.json b/packages/react-components/src/localization/locales/ar-SA/strings.json index 615676ab2b7..e411bbe181b 100644 --- a/packages/react-components/src/localization/locales/ar-SA/strings.json +++ b/packages/react-components/src/localization/locales/ar-SA/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "الصفحة السابقة", "rightNavButtonAriaLabel": "الصفحة التالية" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/cs-CZ/strings.json b/packages/react-components/src/localization/locales/cs-CZ/strings.json index 95e3ecd8a61..c1b23c513eb 100644 --- a/packages/react-components/src/localization/locales/cs-CZ/strings.json +++ b/packages/react-components/src/localization/locales/cs-CZ/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "předchozí stránka", "rightNavButtonAriaLabel": "další stránka" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/de-DE/strings.json b/packages/react-components/src/localization/locales/de-DE/strings.json index 9d443964d3e..64945a52c9b 100644 --- a/packages/react-components/src/localization/locales/de-DE/strings.json +++ b/packages/react-components/src/localization/locales/de-DE/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "Vorherige Seite", "rightNavButtonAriaLabel": "Nächste Seite" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/en-GB/strings.json b/packages/react-components/src/localization/locales/en-GB/strings.json index 6e018deffcb..fd44cb884a7 100644 --- a/packages/react-components/src/localization/locales/en-GB/strings.json +++ b/packages/react-components/src/localization/locales/en-GB/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "previous page", "rightNavButtonAriaLabel": "next page" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/es-ES/strings.json b/packages/react-components/src/localization/locales/es-ES/strings.json index c24602cafc0..e3198a727c9 100644 --- a/packages/react-components/src/localization/locales/es-ES/strings.json +++ b/packages/react-components/src/localization/locales/es-ES/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "página anterior", "rightNavButtonAriaLabel": "página siguiente" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/fi-FI/strings.json b/packages/react-components/src/localization/locales/fi-FI/strings.json index 6208d8f4270..f306a4b824d 100644 --- a/packages/react-components/src/localization/locales/fi-FI/strings.json +++ b/packages/react-components/src/localization/locales/fi-FI/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "edellinen sivu", "rightNavButtonAriaLabel": "seuraava sivu" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/fr-FR/strings.json b/packages/react-components/src/localization/locales/fr-FR/strings.json index 8ca10980ad7..8d4484049b7 100644 --- a/packages/react-components/src/localization/locales/fr-FR/strings.json +++ b/packages/react-components/src/localization/locales/fr-FR/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "page précédente", "rightNavButtonAriaLabel": "page suivante" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/he-IL/strings.json b/packages/react-components/src/localization/locales/he-IL/strings.json index 21d5719a307..c4ebb12327f 100644 --- a/packages/react-components/src/localization/locales/he-IL/strings.json +++ b/packages/react-components/src/localization/locales/he-IL/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "הדף הקודם", "rightNavButtonAriaLabel": "הדף הבא" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/it-IT/strings.json b/packages/react-components/src/localization/locales/it-IT/strings.json index f465bb59727..b02d7508210 100644 --- a/packages/react-components/src/localization/locales/it-IT/strings.json +++ b/packages/react-components/src/localization/locales/it-IT/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "Pagina precedente", "rightNavButtonAriaLabel": "Pagina successiva" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/ja-JP/strings.json b/packages/react-components/src/localization/locales/ja-JP/strings.json index 7ff63ef7e33..1e05d8097dd 100644 --- a/packages/react-components/src/localization/locales/ja-JP/strings.json +++ b/packages/react-components/src/localization/locales/ja-JP/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "前のページ", "rightNavButtonAriaLabel": "次のページ" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/ko-KR/strings.json b/packages/react-components/src/localization/locales/ko-KR/strings.json index 9a1ef5d7193..0af8a277f36 100644 --- a/packages/react-components/src/localization/locales/ko-KR/strings.json +++ b/packages/react-components/src/localization/locales/ko-KR/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "이전 페이지", "rightNavButtonAriaLabel": "다음 페이지" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/nb-NO/strings.json b/packages/react-components/src/localization/locales/nb-NO/strings.json index d9ebb73c48b..78514ec24d4 100644 --- a/packages/react-components/src/localization/locales/nb-NO/strings.json +++ b/packages/react-components/src/localization/locales/nb-NO/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "forrige side", "rightNavButtonAriaLabel": "neste side" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/nl-NL/strings.json b/packages/react-components/src/localization/locales/nl-NL/strings.json index 520e509d897..b0553228a9d 100644 --- a/packages/react-components/src/localization/locales/nl-NL/strings.json +++ b/packages/react-components/src/localization/locales/nl-NL/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "vorige pagina", "rightNavButtonAriaLabel": "volgende pagina" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/pl-PL/strings.json b/packages/react-components/src/localization/locales/pl-PL/strings.json index b99963d6304..ca8def69ed8 100644 --- a/packages/react-components/src/localization/locales/pl-PL/strings.json +++ b/packages/react-components/src/localization/locales/pl-PL/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "poprzednia strona", "rightNavButtonAriaLabel": "następna strona" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/pt-BR/strings.json b/packages/react-components/src/localization/locales/pt-BR/strings.json index ecaf3bfa01e..e31c00d8ab2 100644 --- a/packages/react-components/src/localization/locales/pt-BR/strings.json +++ b/packages/react-components/src/localization/locales/pt-BR/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "página anterior", "rightNavButtonAriaLabel": "próxima página" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/ru-RU/strings.json b/packages/react-components/src/localization/locales/ru-RU/strings.json index 9798e0dc738..ffff731792c 100644 --- a/packages/react-components/src/localization/locales/ru-RU/strings.json +++ b/packages/react-components/src/localization/locales/ru-RU/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "предыдущая страница", "rightNavButtonAriaLabel": "следующая страница" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/sv-SE/strings.json b/packages/react-components/src/localization/locales/sv-SE/strings.json index 4d199a98bc8..2858b09031e 100644 --- a/packages/react-components/src/localization/locales/sv-SE/strings.json +++ b/packages/react-components/src/localization/locales/sv-SE/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "föregående sida", "rightNavButtonAriaLabel": "nästa sida" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/tr-TR/strings.json b/packages/react-components/src/localization/locales/tr-TR/strings.json index 6446974c010..4ceff5830be 100644 --- a/packages/react-components/src/localization/locales/tr-TR/strings.json +++ b/packages/react-components/src/localization/locales/tr-TR/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "önceki sayfa", "rightNavButtonAriaLabel": "sonraki sayfa" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/zh-CN/strings.json b/packages/react-components/src/localization/locales/zh-CN/strings.json index f07ded29b5e..0da5d34b770 100644 --- a/packages/react-components/src/localization/locales/zh-CN/strings.json +++ b/packages/react-components/src/localization/locales/zh-CN/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "上一页", "rightNavButtonAriaLabel": "下一页" } -} +} \ No newline at end of file diff --git a/packages/react-components/src/localization/locales/zh-TW/strings.json b/packages/react-components/src/localization/locales/zh-TW/strings.json index f2e961c6eb6..752725bbb18 100644 --- a/packages/react-components/src/localization/locales/zh-TW/strings.json +++ b/packages/react-components/src/localization/locales/zh-TW/strings.json @@ -342,4 +342,4 @@ "leftNavButtonAriaLabel": "上一頁", "rightNavButtonAriaLabel": "下一頁" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/ar-SA/strings.json b/packages/react-composites/src/composites/localization/locales/ar-SA/strings.json index 87da2204f23..baaf8a88710 100644 --- a/packages/react-composites/src/composites/localization/locales/ar-SA/strings.json +++ b/packages/react-composites/src/composites/localization/locales/ar-SA/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "تخطيط ديناميكي", "moreButtonGalleryDefaultLayoutLabel": "تخطيط المعرض", "moreButtonGalleryFocusedContentLayoutLabel": "المحتوى المركز عليه", + "moreButtonLargeGalleryDefaultLayoutLabel": "معرض كبير", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "تم تعطيل الكاميرا الخاصة بك. لم يعد بإمكانك مشاركة الفيديو.", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "نص الكلام مباشرةً", "moreDrawerSpokenLanguageMenuTitle": "اللغة المنطوقة", "moreDrawerCaptionLanguageMenuTitle": "لغة التسمية التوضيحية", + "moreDrawerGalleryOptionsMenuTitle": "خيارات المعرض", "peopleButtonLabel": "الأشخاص", "selectedPeopleButtonLabel": "تم تحديد زر الأشخاص", "peopleButtonTooltipOpen": "إظهار المشاركين", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "عرض لوحة الطلب", "dtmfDialpadPlaceholderText": "أدخل عدداً" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/cs-CZ/strings.json b/packages/react-composites/src/composites/localization/locales/cs-CZ/strings.json index efdf4c2b428..e4c07a65532 100644 --- a/packages/react-composites/src/composites/localization/locales/cs-CZ/strings.json +++ b/packages/react-composites/src/composites/localization/locales/cs-CZ/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "Dynamické rozložení", "moreButtonGalleryDefaultLayoutLabel": "Rozložení galerie", "moreButtonGalleryFocusedContentLayoutLabel": "Prioritní obsah", + "moreButtonLargeGalleryDefaultLayoutLabel": "Velká galerie", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "Vaše kamera byla zakázána. Už nemůžete sdílet video.", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "Živé titulky", "moreDrawerSpokenLanguageMenuTitle": "Mluvený jazyk", "moreDrawerCaptionLanguageMenuTitle": "Jazyk titulků", + "moreDrawerGalleryOptionsMenuTitle": "Možnosti galerie", "peopleButtonLabel": "Lidé", "selectedPeopleButtonLabel": "Vybráno tlačítko Lidé", "peopleButtonTooltipOpen": "Zobrazit účastníky", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "Zobrazit číselník", "dtmfDialpadPlaceholderText": "Zadejte číslo" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/de-DE/strings.json b/packages/react-composites/src/composites/localization/locales/de-DE/strings.json index e2ad0d9f55e..44bae5bc50e 100644 --- a/packages/react-composites/src/composites/localization/locales/de-DE/strings.json +++ b/packages/react-composites/src/composites/localization/locales/de-DE/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "Dynamisches Layout", "moreButtonGalleryDefaultLayoutLabel": "Kataloglayout", "moreButtonGalleryFocusedContentLayoutLabel": "Fokussierte Inhalte", + "moreButtonLargeGalleryDefaultLayoutLabel": "Große Galerie", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "Ihre Kamera wurde deaktiviert. Sie können kein Video mehr freigeben.", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "Liveuntertitel", "moreDrawerSpokenLanguageMenuTitle": "Gesprochene Sprache", "moreDrawerCaptionLanguageMenuTitle": "Sprache für Untertitel", + "moreDrawerGalleryOptionsMenuTitle": "Katalogoptionen", "peopleButtonLabel": "Personen", "selectedPeopleButtonLabel": "Schaltfläche \"Personen\" ausgewählt", "peopleButtonTooltipOpen": "Teilnehmende anzeigen", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "Wähltastatur anzeigen", "dtmfDialpadPlaceholderText": "Nummer eingeben" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/en-GB/strings.json b/packages/react-composites/src/composites/localization/locales/en-GB/strings.json index 82216346457..23a61bd4a88 100644 --- a/packages/react-composites/src/composites/localization/locales/en-GB/strings.json +++ b/packages/react-composites/src/composites/localization/locales/en-GB/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "Dynamic layout", "moreButtonGalleryDefaultLayoutLabel": "Gallery layout", "moreButtonGalleryFocusedContentLayoutLabel": "Focused content", + "moreButtonLargeGalleryDefaultLayoutLabel": "Large Gallery", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "Your camera has been disabled. You can no longer share video.", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "Live captions", "moreDrawerSpokenLanguageMenuTitle": "Spoken language", "moreDrawerCaptionLanguageMenuTitle": "Caption language", + "moreDrawerGalleryOptionsMenuTitle": "Gallery options", "peopleButtonLabel": "People", "selectedPeopleButtonLabel": "People Button Selected", "peopleButtonTooltipOpen": "Show participants", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "Show dialpad", "dtmfDialpadPlaceholderText": "Enter number" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/es-ES/strings.json b/packages/react-composites/src/composites/localization/locales/es-ES/strings.json index 7cebbb36d0c..cea12f12ca8 100644 --- a/packages/react-composites/src/composites/localization/locales/es-ES/strings.json +++ b/packages/react-composites/src/composites/localization/locales/es-ES/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "Diseño dinámico", "moreButtonGalleryDefaultLayoutLabel": "Diseño de la galería", "moreButtonGalleryFocusedContentLayoutLabel": "Contenido centrado", + "moreButtonLargeGalleryDefaultLayoutLabel": "Galería de gran tamaño", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "La cámara se ha deshabilitado. Ya no puedes compartir vídeo.", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "Subtítulos en directo", "moreDrawerSpokenLanguageMenuTitle": "Idioma hablado", "moreDrawerCaptionLanguageMenuTitle": "Idioma de subtítulos", + "moreDrawerGalleryOptionsMenuTitle": "Opciones de la Galería", "peopleButtonLabel": "Contactos", "selectedPeopleButtonLabel": "Se seleccionó el botón Contactos", "peopleButtonTooltipOpen": "Mostrar participantes", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "Mostrar teclado de marcado", "dtmfDialpadPlaceholderText": "Introducir número" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/fi-FI/strings.json b/packages/react-composites/src/composites/localization/locales/fi-FI/strings.json index 43608ccde48..20df86b674c 100644 --- a/packages/react-composites/src/composites/localization/locales/fi-FI/strings.json +++ b/packages/react-composites/src/composites/localization/locales/fi-FI/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "Dynaaminen asettelu", "moreButtonGalleryDefaultLayoutLabel": "Valikoiman asettelu", "moreButtonGalleryFocusedContentLayoutLabel": "Kohdistettu sisältö", + "moreButtonLargeGalleryDefaultLayoutLabel": "Suuri galleria", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "Kamerasi on poistettu käytöstä. Et voi enää jakaa videota.", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "Live-tekstitykset", "moreDrawerSpokenLanguageMenuTitle": "Puhuttu kieli", "moreDrawerCaptionLanguageMenuTitle": "Tekstityksen kieli", + "moreDrawerGalleryOptionsMenuTitle": "Valikoiman asetukset", "peopleButtonLabel": "Ihmiset", "selectedPeopleButtonLabel": "Henkilöt-painike valittu", "peopleButtonTooltipOpen": "Näytä osallistujat", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "Näytä valintapaneeli", "dtmfDialpadPlaceholderText": "Syötä numero" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/fr-FR/strings.json b/packages/react-composites/src/composites/localization/locales/fr-FR/strings.json index fd97d646836..11770b7609d 100644 --- a/packages/react-composites/src/composites/localization/locales/fr-FR/strings.json +++ b/packages/react-composites/src/composites/localization/locales/fr-FR/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "Disposition dynamique", "moreButtonGalleryDefaultLayoutLabel": "Disposition de la galerie", "moreButtonGalleryFocusedContentLayoutLabel": "Un contenu ciblé", + "moreButtonLargeGalleryDefaultLayoutLabel": "Grande galerie", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "Votre caméra a été désactivée. Vous ne pouvez plus partager de vidéo.", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "Sous-titres en direct", "moreDrawerSpokenLanguageMenuTitle": "Langue parlée", "moreDrawerCaptionLanguageMenuTitle": "Langue des sous-titres", + "moreDrawerGalleryOptionsMenuTitle": "Options de galerie", "peopleButtonLabel": "Personnes", "selectedPeopleButtonLabel": "Bouton Contacts sélectionné", "peopleButtonTooltipOpen": "Afficher les participants", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "Afficher le pavé numérique", "dtmfDialpadPlaceholderText": "Saisir un numéro" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/he-IL/strings.json b/packages/react-composites/src/composites/localization/locales/he-IL/strings.json index 194d1bae6d0..92c4b2ba180 100644 --- a/packages/react-composites/src/composites/localization/locales/he-IL/strings.json +++ b/packages/react-composites/src/composites/localization/locales/he-IL/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "פריסה דינמית", "moreButtonGalleryDefaultLayoutLabel": "פריסת גלריה", "moreButtonGalleryFocusedContentLayoutLabel": "תוכן ממוקד", + "moreButtonLargeGalleryDefaultLayoutLabel": "גלריה גדולה", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "המצלמה שלך הפכה ללא זמינה. כבר אינך יכול לשתף וידאו.", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "כתוביות חיות", "moreDrawerSpokenLanguageMenuTitle": "שפה מדוברת", "moreDrawerCaptionLanguageMenuTitle": "שפת כתוביות", + "moreDrawerGalleryOptionsMenuTitle": "אפשרויות גלריה", "peopleButtonLabel": "אנשים", "selectedPeopleButtonLabel": "לחצן 'אנשים' נבחר", "peopleButtonTooltipOpen": "הצג משתתפים", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "הצג לוח חיוג", "dtmfDialpadPlaceholderText": "הזן מספר" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/it-IT/strings.json b/packages/react-composites/src/composites/localization/locales/it-IT/strings.json index a07769aad66..a36862d05d5 100644 --- a/packages/react-composites/src/composites/localization/locales/it-IT/strings.json +++ b/packages/react-composites/src/composites/localization/locales/it-IT/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "Layout dinamico", "moreButtonGalleryDefaultLayoutLabel": "Layout raccolta", "moreButtonGalleryFocusedContentLayoutLabel": "Contenuto mirato", + "moreButtonLargeGalleryDefaultLayoutLabel": "Galleria estesa", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "La fotocamera è stata disattivata. Non è più possibile condividere video.", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "Sottotitoli in tempo reale", "moreDrawerSpokenLanguageMenuTitle": "Lingua parlata", "moreDrawerCaptionLanguageMenuTitle": "Lingua sottotitoli", + "moreDrawerGalleryOptionsMenuTitle": "Opzioni della raccolta", "peopleButtonLabel": "Persone", "selectedPeopleButtonLabel": "Pulsante Persone selezionato", "peopleButtonTooltipOpen": "Mostra partecipanti", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "Mostra tastiera", "dtmfDialpadPlaceholderText": "Immetti il numero" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/ja-JP/strings.json b/packages/react-composites/src/composites/localization/locales/ja-JP/strings.json index dcaca3425e8..1398b010960 100644 --- a/packages/react-composites/src/composites/localization/locales/ja-JP/strings.json +++ b/packages/react-composites/src/composites/localization/locales/ja-JP/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "動的なレイアウト", "moreButtonGalleryDefaultLayoutLabel": "ギャラリーのレイアウト", "moreButtonGalleryFocusedContentLayoutLabel": "優先コンテンツ", + "moreButtonLargeGalleryDefaultLayoutLabel": "ラージ ギャラリー", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "カメラが無効になっています。ビデオを共有できなくなりました。", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "ライブ キャプション", "moreDrawerSpokenLanguageMenuTitle": "音声言語", "moreDrawerCaptionLanguageMenuTitle": "字幕言語", + "moreDrawerGalleryOptionsMenuTitle": "ギャラリーのオプション", "peopleButtonLabel": "ユーザー", "selectedPeopleButtonLabel": "[ユーザー] ボタンが選択されました", "peopleButtonTooltipOpen": "参加者を表示", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "ダイヤルパッドを表示", "dtmfDialpadPlaceholderText": "番号を入力してください" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/ko-KR/strings.json b/packages/react-composites/src/composites/localization/locales/ko-KR/strings.json index 75522f04056..6327869f609 100644 --- a/packages/react-composites/src/composites/localization/locales/ko-KR/strings.json +++ b/packages/react-composites/src/composites/localization/locales/ko-KR/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "동적 레이아웃", "moreButtonGalleryDefaultLayoutLabel": "갤러리 레이아웃", "moreButtonGalleryFocusedContentLayoutLabel": "중요 콘텐츠", + "moreButtonLargeGalleryDefaultLayoutLabel": "대형 갤러리", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "카메라를 사용할 수 없습니다. 더 이상 비디오를 공유할 수 없습니다.", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "라이브 캡션", "moreDrawerSpokenLanguageMenuTitle": "음성 언어", "moreDrawerCaptionLanguageMenuTitle": "캡션 언어", + "moreDrawerGalleryOptionsMenuTitle": "갤러리 옵션", "peopleButtonLabel": "사용자", "selectedPeopleButtonLabel": "사용자 단추 선택됨", "peopleButtonTooltipOpen": "참가자 표시", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "다이얼패드 표시", "dtmfDialpadPlaceholderText": "번호 입력" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/nb-NO/strings.json b/packages/react-composites/src/composites/localization/locales/nb-NO/strings.json index 01271acbcad..07faea0a392 100644 --- a/packages/react-composites/src/composites/localization/locales/nb-NO/strings.json +++ b/packages/react-composites/src/composites/localization/locales/nb-NO/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "Dynamisk oppsett", "moreButtonGalleryDefaultLayoutLabel": "Gallerioppsett", "moreButtonGalleryFocusedContentLayoutLabel": "Fokusert innhold", + "moreButtonLargeGalleryDefaultLayoutLabel": "Stort galleri", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "Kameraet er deaktivert. Du kan ikke lenger dele video.", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "Undertekster", "moreDrawerSpokenLanguageMenuTitle": "Talespråk", "moreDrawerCaptionLanguageMenuTitle": "Språk for undertekst", + "moreDrawerGalleryOptionsMenuTitle": "Gallerialternativer", "peopleButtonLabel": "Personer", "selectedPeopleButtonLabel": "Personer-knappen er valgt", "peopleButtonTooltipOpen": "Vis deltakere", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "Vis numerisk tastatur", "dtmfDialpadPlaceholderText": "Skriv inn nummer" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/nl-NL/strings.json b/packages/react-composites/src/composites/localization/locales/nl-NL/strings.json index 3b97b2e354f..694053a084f 100644 --- a/packages/react-composites/src/composites/localization/locales/nl-NL/strings.json +++ b/packages/react-composites/src/composites/localization/locales/nl-NL/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "Dynamische indeling", "moreButtonGalleryDefaultLayoutLabel": "Galerie-indeling", "moreButtonGalleryFocusedContentLayoutLabel": "Inhoud met prioriteit", + "moreButtonLargeGalleryDefaultLayoutLabel": "Grote galerie", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "Uw camera is uitgeschakeld. U kunt geen video meer delen.", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "Liveondertitels", "moreDrawerSpokenLanguageMenuTitle": "Gesproken taal", "moreDrawerCaptionLanguageMenuTitle": "Taal van ondertiteling", + "moreDrawerGalleryOptionsMenuTitle": "Galerieopties", "peopleButtonLabel": "Personen", "selectedPeopleButtonLabel": "Knop Personen geselecteerd", "peopleButtonTooltipOpen": "Deelnemers weergeven", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "Toetsenblok weergeven", "dtmfDialpadPlaceholderText": "Nummer invoeren" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/pl-PL/strings.json b/packages/react-composites/src/composites/localization/locales/pl-PL/strings.json index 1014071fa3a..912cc87a1fa 100644 --- a/packages/react-composites/src/composites/localization/locales/pl-PL/strings.json +++ b/packages/react-composites/src/composites/localization/locales/pl-PL/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "Układ dynamiczny", "moreButtonGalleryDefaultLayoutLabel": "Układ galerii", "moreButtonGalleryFocusedContentLayoutLabel": "Zawartość priorytetowa", + "moreButtonLargeGalleryDefaultLayoutLabel": "Duża galeria", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "Kamera została wyłączona. Nie możesz już udostępniać wideo.", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "Napisy na żywo", "moreDrawerSpokenLanguageMenuTitle": "Język mówiony", "moreDrawerCaptionLanguageMenuTitle": "Język napisów", + "moreDrawerGalleryOptionsMenuTitle": "Opcje galerii", "peopleButtonLabel": "Osoby", "selectedPeopleButtonLabel": "Wybrano przycisk Kontakty", "peopleButtonTooltipOpen": "Pokaż uczestników", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "Pokaż klawiaturę numeryczną", "dtmfDialpadPlaceholderText": "Wprowadź numer" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/pt-BR/strings.json b/packages/react-composites/src/composites/localization/locales/pt-BR/strings.json index b5317860f82..b656b3a4e55 100644 --- a/packages/react-composites/src/composites/localization/locales/pt-BR/strings.json +++ b/packages/react-composites/src/composites/localization/locales/pt-BR/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "Layout dinâmico", "moreButtonGalleryDefaultLayoutLabel": "Layout da galeria", "moreButtonGalleryFocusedContentLayoutLabel": "Conteúdo focado", + "moreButtonLargeGalleryDefaultLayoutLabel": "Galeria Grande", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "Sua câmera foi desabilitada. Você não pode mais compartilhar vídeo.", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "Legendas ao Vivo", "moreDrawerSpokenLanguageMenuTitle": "Idioma falado", "moreDrawerCaptionLanguageMenuTitle": "Idioma da legenda", + "moreDrawerGalleryOptionsMenuTitle": "Opções da galeria", "peopleButtonLabel": "Pessoas", "selectedPeopleButtonLabel": "Botão Pessoas Selecionado", "peopleButtonTooltipOpen": "Mostrar Participantes", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "Mostrar teclado de discagem", "dtmfDialpadPlaceholderText": "Digite o número" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/ru-RU/strings.json b/packages/react-composites/src/composites/localization/locales/ru-RU/strings.json index a0fd4f77108..a90cff92216 100644 --- a/packages/react-composites/src/composites/localization/locales/ru-RU/strings.json +++ b/packages/react-composites/src/composites/localization/locales/ru-RU/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "Динамический макет", "moreButtonGalleryDefaultLayoutLabel": "Макет коллекции", "moreButtonGalleryFocusedContentLayoutLabel": "Отсортированные материалы", + "moreButtonLargeGalleryDefaultLayoutLabel": "Большая галерея", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "Камера отключена. Вы больше не можете делиться видео.", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "Автоматические субтитры", "moreDrawerSpokenLanguageMenuTitle": "Язык речи", "moreDrawerCaptionLanguageMenuTitle": "Язык субтитров", + "moreDrawerGalleryOptionsMenuTitle": "Параметры коллекции", "peopleButtonLabel": "Люди", "selectedPeopleButtonLabel": "Нажата кнопка \"Люди\"", "peopleButtonTooltipOpen": "Показать участников", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "Показать панель набора номера", "dtmfDialpadPlaceholderText": "Введите номер" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/sv-SE/strings.json b/packages/react-composites/src/composites/localization/locales/sv-SE/strings.json index 9e649f202b3..8a2bade18fe 100644 --- a/packages/react-composites/src/composites/localization/locales/sv-SE/strings.json +++ b/packages/react-composites/src/composites/localization/locales/sv-SE/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "Dynamisk layout", "moreButtonGalleryDefaultLayoutLabel": "Gallerilayout", "moreButtonGalleryFocusedContentLayoutLabel": "Fokuserat innehåll", + "moreButtonLargeGalleryDefaultLayoutLabel": "Stort galleri", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "Kameran har inaktiverats. Du kan inte längre dela video.", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "Liveundertexter", "moreDrawerSpokenLanguageMenuTitle": "Talat språk", "moreDrawerCaptionLanguageMenuTitle": "Språk för undertext", + "moreDrawerGalleryOptionsMenuTitle": "Gallerialternativ", "peopleButtonLabel": "Personer", "selectedPeopleButtonLabel": "Knappen Kontakter har valts", "peopleButtonTooltipOpen": "Visa deltagare", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "Visa knappsats", "dtmfDialpadPlaceholderText": "Ange nummer" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/tr-TR/strings.json b/packages/react-composites/src/composites/localization/locales/tr-TR/strings.json index f26bbccf7d7..0f1b76a0fa6 100644 --- a/packages/react-composites/src/composites/localization/locales/tr-TR/strings.json +++ b/packages/react-composites/src/composites/localization/locales/tr-TR/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "Dinamik düzen", "moreButtonGalleryDefaultLayoutLabel": "Galeri düzeni", "moreButtonGalleryFocusedContentLayoutLabel": "Odaklanmış içerik", + "moreButtonLargeGalleryDefaultLayoutLabel": "Büyük Galeri", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "Kameranız devre dışı bırakıldı. Artık video paylaşasınız.", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "Açıklamalı canlı alt yazılar", "moreDrawerSpokenLanguageMenuTitle": "Konuşulan dil", "moreDrawerCaptionLanguageMenuTitle": "Açıklamalı alt yazı dili", + "moreDrawerGalleryOptionsMenuTitle": "Galeri seçenekleri", "peopleButtonLabel": "Kişiler", "selectedPeopleButtonLabel": "Kişiler Düğmesi Seçildi", "peopleButtonTooltipOpen": "Katılımcıları göster", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "Tuş takımını göster", "dtmfDialpadPlaceholderText": "Numara girin" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/zh-CN/strings.json b/packages/react-composites/src/composites/localization/locales/zh-CN/strings.json index e63a7baa986..8c882f2d93e 100644 --- a/packages/react-composites/src/composites/localization/locales/zh-CN/strings.json +++ b/packages/react-composites/src/composites/localization/locales/zh-CN/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "动态布局", "moreButtonGalleryDefaultLayoutLabel": "库布局", "moreButtonGalleryFocusedContentLayoutLabel": "重点内容", + "moreButtonLargeGalleryDefaultLayoutLabel": "大型画廊模式", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "你的照相机已禁用。你无法再共享视频。", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "实时辅助字幕", "moreDrawerSpokenLanguageMenuTitle": "口述语言", "moreDrawerCaptionLanguageMenuTitle": "字幕语言", + "moreDrawerGalleryOptionsMenuTitle": "库选项", "peopleButtonLabel": "人员", "selectedPeopleButtonLabel": "已选择“人员”按钮", "peopleButtonTooltipOpen": "显示参与者", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "显示拨号盘", "dtmfDialpadPlaceholderText": "输入号码" } -} +} \ No newline at end of file diff --git a/packages/react-composites/src/composites/localization/locales/zh-TW/strings.json b/packages/react-composites/src/composites/localization/locales/zh-TW/strings.json index 0616109b10e..3c3d7a44331 100644 --- a/packages/react-composites/src/composites/localization/locales/zh-TW/strings.json +++ b/packages/react-composites/src/composites/localization/locales/zh-TW/strings.json @@ -208,6 +208,7 @@ "moreButtonGalleryFloatingLocalLayoutLabel": "動態版面配置", "moreButtonGalleryDefaultLayoutLabel": "資源庫配置", "moreButtonGalleryFocusedContentLayoutLabel": "焦點內容", + "moreButtonLargeGalleryDefaultLayoutLabel": "大型圖庫", "capabilityChangedNotification": { "turnVideoOn": { "lostDueToMeetingOption": "您的相機已停用。您無法再分享視訊。", @@ -245,6 +246,7 @@ "moreDrawerCaptionsMenuTitle": "即時字幕", "moreDrawerSpokenLanguageMenuTitle": "口語語言", "moreDrawerCaptionLanguageMenuTitle": "字幕語言", + "moreDrawerGalleryOptionsMenuTitle": "圖庫選項", "peopleButtonLabel": "人員", "selectedPeopleButtonLabel": "已選取人員按鈕", "peopleButtonTooltipOpen": "顯示參與者", @@ -264,4 +266,4 @@ "openDtmfDialpadLabel": "顯示撥號盤", "dtmfDialpadPlaceholderText": "輸入號碼" } -} +} \ No newline at end of file