@azure/communication-react 1.5.1-alpha-202304200013 → 1.5.1-alpha-202304220013

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 (57) hide show
  1. package/dist/communication-react.d.ts +4 -0
  2. package/dist/dist-cjs/communication-react/index.js +109 -43
  3. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  5. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  6. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +2 -0
  7. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  8. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +4 -4
  9. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
  10. package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +4 -0
  11. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  12. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +10 -2
  13. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  14. package/dist/dist-esm/react-components/src/components/styles/Captions.style.d.ts +4 -0
  15. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +9 -5
  16. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
  17. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js +2 -1
  18. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
  19. package/dist/dist-esm/react-components/src/components/styles/Common.style.d.ts +14 -0
  20. package/dist/dist-esm/react-components/src/components/styles/Common.style.js +16 -0
  21. package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -0
  22. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +119 -12
  23. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +118 -11
  24. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +2 -1
  25. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +118 -11
  26. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +119 -12
  27. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +118 -11
  28. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +118 -11
  29. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +118 -11
  30. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +118 -11
  31. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +119 -12
  32. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +118 -11
  33. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +119 -12
  34. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +118 -11
  35. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +118 -11
  36. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +3 -3
  37. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  38. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  39. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.d.ts +20 -0
  40. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +21 -1
  41. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  42. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +19 -2
  43. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  44. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +82 -3
  45. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +82 -3
  46. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +82 -3
  47. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +82 -3
  48. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +82 -3
  49. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +82 -3
  50. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +82 -3
  51. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +82 -3
  52. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +82 -3
  53. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +82 -3
  54. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +82 -3
  55. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +82 -3
  56. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +82 -3
  57. package/package.json +8 -8
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "call": {
3
3
  "cameraLabel": "Câmera",
4
+ "noCamerasLabel": "Nenhuma câmera encontrada",
4
5
  "cameraPermissionDenied": "Seu navegador está bloqueando o acesso à câmera",
5
6
  "cameraTurnedOff": "Sua câmera está desativada",
6
7
  "chatButtonLabel": "Chat",
@@ -22,6 +23,11 @@
22
23
  "copyInviteLinkActionedAriaLabel": "Link de convite copiado",
23
24
  "defaultPlaceHolder": "Selecionar uma opção",
24
25
  "dismissSidePaneButtonLabel": "Fechar",
26
+ "effects": "Efeitos",
27
+ "blurBackgroundEffectButtonLabel": "Desfoque",
28
+ "blurBackgroundTooltip": "Desfocar a Tela de fundo",
29
+ "removeBackgroundEffectButtonLabel": "Nenhum",
30
+ "removeBackgroundTooltip": "Remover Tela de fundo",
25
31
  "failedToJoinCallDueToNoNetworkMoreDetails": "A chamada foi desconectada devido a um problema de rede. Verifique sua conexão e ingresse novamente.",
26
32
  "failedToJoinCallDueToNoNetworkTitle": "Chamada desconectada",
27
33
  "failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "Você não recebeu entrada na chamada. Se isso foi um erro, ingresse novamente na chamada.",
@@ -53,6 +59,8 @@
53
59
  "roomNotFoundDetails": "A ID da sala fornecida não é válida.",
54
60
  "roomNotFoundTitle": "Sala não encontrada",
55
61
  "soundLabel": "Som",
62
+ "noMicrophonesLabel": "Nenhum microfone encontrado",
63
+ "noSpeakersLabel": "Nenhum alto-falante encontrado",
56
64
  "startCallButtonLabel": "Iniciar chamada",
57
65
  "openDialpadButtonLabel": "Número de telefone de discagem",
58
66
  "peoplePaneAddPeopleButtonLabel": "Adicionar Pessoas",
@@ -67,8 +75,77 @@
67
75
  "resumingCallButtonAriaLabel": "Retomar chamada",
68
76
  "holdScreenLabel": "Você está em espera",
69
77
  "openDtmfDialpadLabel": "Mostrar teclado de discagem",
70
- "dtmfDialpadPlaceHolderText": "Digite o número",
71
- "outboundCallingNoticeString": "Chamando..."
78
+ "dtmfDialpadPlaceholderText": "Digite o número",
79
+ "outboundCallingNoticeString": "Chamando...",
80
+ "participantJoinedNoticeString": "{displayName} ingressou",
81
+ "twoParticipantJoinedNoticeString": "{displayName1} e {displayName2} ingressaram",
82
+ "threeParticipantJoinedNoticeString": "{displayName1}, {displayName2} e {displayName3} ingressaram",
83
+ "participantLeftNoticeString": "{displayName} saiu",
84
+ "twoParticipantLeftNoticeString": "{displayName1} e {displayName2} saíram",
85
+ "threeParticipantLeftNoticeString": "{displayName1}, {displayName2} e {displayName3} saíram",
86
+ "unnamedParticipantString": "participante sem nome",
87
+ "manyUnnamedParticipantsJoined": "participante sem nome e outros {numOfParticipants} participantes ingressaram",
88
+ "manyUnnamedParticipantsLeft": "participante sem nome e outros {numOfParticipants} participantes saíram",
89
+ "manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} e {numOfParticipants} outros participantes ingressaram",
90
+ "manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} e {numOfParticipants} outros participantes saíram",
91
+ "liveCaptionsLabel": "Legendas ao Vivo",
92
+ "captionsSettingsLabel": "Configurações de legenda",
93
+ "startCaptionsButtonOnLabel": "Ativar legendas",
94
+ "startCaptionsButtonOffLabel": "Desativar legendas",
95
+ "startCaptionsButtonTooltipOnContent": "Desativar legendas",
96
+ "startCaptionsButtonTooltipOffContent": "Ativar legendas",
97
+ "captionsSettingsModalTitle": "Qual idioma está sendo falado?",
98
+ "captionsSettingsDropdownLabel": "Idioma falado",
99
+ "captionsSettingsDropdownInfoText": "Idioma que todos nesta chamada estão falando.",
100
+ "captionsSettingsConfirmButtonLabel": "Confirmar",
101
+ "captionsSettingsCancelButtonLabel": "Cancelar",
102
+ "captionsSettingsModalAriaLabel": "Configuração de Legendas Modal",
103
+ "captionsSettingsCloseModalButtonAriaLabel": "Fechar Configuração de Legendas",
104
+ "captionsBannerMoreButtonCallingLabel": "Mais",
105
+ "captionsBannerMoreButtonTooltip": "Mais opções",
106
+ "captionsAvailableLanguageStrings": {
107
+ "ar-ae": "Árabe - Emirados Árabes Unidos",
108
+ "ar-sa": "Árabe - Arábia Saudita",
109
+ "da-dk": "Dinamarquês",
110
+ "de-de": "Alemão - Alemanha",
111
+ "en-au": "Inglês - Austrália",
112
+ "en-ca": "Inglês - Canadá",
113
+ "en-gb": "Inglês - Reino Unido",
114
+ "en-in": "Inglês - Índia",
115
+ "en-nz": "Inglês - Nova Zelândia",
116
+ "en-us": "Inglês - Estados Unidos",
117
+ "es-es": "Espanhol - Espanha (Moderno)",
118
+ "es-mx": "Espanhol - México",
119
+ "fi-fi": "Finlandês",
120
+ "fr-ca": "Francês - Canadá",
121
+ "fr-fr": "Francês - França",
122
+ "hi-in": "Híndi",
123
+ "it-it": "Italiano - Itália",
124
+ "ja-jp": "Japonês",
125
+ "ko-kr": "Coreano",
126
+ "nb-no": "Norueguês (Bokmål)",
127
+ "nl-be": "Holandês - Bélgica",
128
+ "nl-nl": "Holandês - Países Baixos",
129
+ "pl-pl": "Polonês",
130
+ "pt-br": "Português - Brasil",
131
+ "ru-ru": "Russo",
132
+ "sv-se": "Sueco",
133
+ "zh-cn": "Chinês - República Popular da China",
134
+ "zh-hk": "Chinês - RAE de Hong Kong",
135
+ "cs-cz": "Tcheco",
136
+ "pt-pt": "Português - Portugal",
137
+ "tr-tr": "Turco",
138
+ "vi-vn": "Vietnamita",
139
+ "th-th": "Tailandês",
140
+ "he-il": "Hebraico",
141
+ "cy-gb": "Galês",
142
+ "uk-ua": "Ucraniano",
143
+ "el-gr": "Grego",
144
+ "hu-hu": "Húngaro",
145
+ "ro-ro": "Romeno",
146
+ "sk-sk": "Eslovaco",
147
+ "zh-tw": "Chinês - Taiwan"
148
+ }
72
149
  },
73
150
  "chat": {
74
151
  "chatListHeader": "Neste chat",
@@ -89,6 +166,8 @@
89
166
  "moreDrawerButtonTooltip": "Mais opções",
90
167
  "moreDrawerMicrophoneMenuTitle": "Microfone",
91
168
  "moreDrawerSpeakerMenuTitle": "Alto-falante",
169
+ "moreDrawerCaptionsMenuTitle": "Legendas ao Vivo",
170
+ "moreDrawerSpokenLanguageMenuTitle": "Idioma falado",
92
171
  "peopleButtonLabel": "Pessoas",
93
172
  "peopleButtonTooltipOpen": "Mostrar Participantes",
94
173
  "peopleButtonTooltipClose": "Ocultar participantes",
@@ -105,6 +184,6 @@
105
184
  "dialpadModalAriaLabel": "Teclado de discagem",
106
185
  "dialpadCloseModalButtonAriaLabel": "Fechar teclado",
107
186
  "openDtmfDialpadLabel": "Mostrar teclado de discagem",
108
- "dtmfDialpadPlaceHolderText": "Digite o número"
187
+ "dtmfDialpadPlaceholderText": "Digite o número"
109
188
  }
110
189
  }
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "call": {
3
3
  "cameraLabel": "Камера",
4
+ "noCamerasLabel": "Камеры не найдены",
4
5
  "cameraPermissionDenied": "Браузер блокирует доступ к вашей камере",
5
6
  "cameraTurnedOff": "Камера выключена",
6
7
  "chatButtonLabel": "Чат",
@@ -22,6 +23,11 @@
22
23
  "copyInviteLinkActionedAriaLabel": "Ссылка на приглашение в группу скопирована",
23
24
  "defaultPlaceHolder": "Выберите один из вариантов",
24
25
  "dismissSidePaneButtonLabel": "Закрыть",
26
+ "effects": "Эффекты",
27
+ "blurBackgroundEffectButtonLabel": "Размытие",
28
+ "blurBackgroundTooltip": "Размытие фона",
29
+ "removeBackgroundEffectButtonLabel": "Нет",
30
+ "removeBackgroundTooltip": "Удалить фон",
25
31
  "failedToJoinCallDueToNoNetworkMoreDetails": "Звонок был отключен из-за проблемы с сетью. Проверьте подключение и присоединитесь еще раз.",
26
32
  "failedToJoinCallDueToNoNetworkTitle": "Вызов прерван",
27
33
  "failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "Вам не предоставили доступ к беседе. Если это произошло по ошибке, заново присоединитесь к беседе.",
@@ -53,6 +59,8 @@
53
59
  "roomNotFoundDetails": "Указан недопустимый идентификатор помещения.",
54
60
  "roomNotFoundTitle": "Помещение не найдено",
55
61
  "soundLabel": "Звук",
62
+ "noMicrophonesLabel": "Микрофоны не найдены",
63
+ "noSpeakersLabel": "Динамики не найдены",
56
64
  "startCallButtonLabel": "Начать звонок",
57
65
  "openDialpadButtonLabel": "Набрать номер телефона",
58
66
  "peoplePaneAddPeopleButtonLabel": "Добавить людей",
@@ -67,8 +75,77 @@
67
75
  "resumingCallButtonAriaLabel": "Возобновить вызов",
68
76
  "holdScreenLabel": "Ваш звонок на удержании",
69
77
  "openDtmfDialpadLabel": "Показать панель набора номера",
70
- "dtmfDialpadPlaceHolderText": "Введите номер",
71
- "outboundCallingNoticeString": "Выполняется вызов..."
78
+ "dtmfDialpadPlaceholderText": "Введите номер",
79
+ "outboundCallingNoticeString": "Выполняется вызов...",
80
+ "participantJoinedNoticeString": "Пользователь {displayName} присоединился",
81
+ "twoParticipantJoinedNoticeString": "{displayName1} и {displayName2} присоединились",
82
+ "threeParticipantJoinedNoticeString": "{displayName1}, {displayName2} и {displayName3} присоединились",
83
+ "participantLeftNoticeString": "Пользователь {displayName} ушел",
84
+ "twoParticipantLeftNoticeString": "{displayName1} и {displayName2} ушли",
85
+ "threeParticipantLeftNoticeString": "{displayName1}, {displayName2} и {displayName3} ушли",
86
+ "unnamedParticipantString": "участник без имени",
87
+ "manyUnnamedParticipantsJoined": "участник без имени и еще {numOfParticipants} участников присоединились",
88
+ "manyUnnamedParticipantsLeft": "участник без имени и еще {numOfParticipants} участников ушли",
89
+ "manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} и {numOfParticipants} других участников",
90
+ "manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} и {numOfParticipants} других участников",
91
+ "liveCaptionsLabel": "Автоматические субтитры",
92
+ "captionsSettingsLabel": "Параметры субтитров",
93
+ "startCaptionsButtonOnLabel": "Включить автоматические субтитры",
94
+ "startCaptionsButtonOffLabel": "Отключить автоматические субтитры",
95
+ "startCaptionsButtonTooltipOnContent": "Отключить автоматические субтитры",
96
+ "startCaptionsButtonTooltipOffContent": "Включить автоматические субтитры",
97
+ "captionsSettingsModalTitle": "На каком языке говорят?",
98
+ "captionsSettingsDropdownLabel": "Язык речи",
99
+ "captionsSettingsDropdownInfoText": "Язык, на котором говорят все участники звонка.",
100
+ "captionsSettingsConfirmButtonLabel": "Подтвердить",
101
+ "captionsSettingsCancelButtonLabel": "Отменить",
102
+ "captionsSettingsModalAriaLabel": "Модальное окно параметров субтитров",
103
+ "captionsSettingsCloseModalButtonAriaLabel": "Закрыть параметры субтитров",
104
+ "captionsBannerMoreButtonCallingLabel": "Дополнительно",
105
+ "captionsBannerMoreButtonTooltip": "Дополнительные параметры",
106
+ "captionsAvailableLanguageStrings": {
107
+ "ar-ae": "Арабский (ОАЭ)",
108
+ "ar-sa": "Арабский (Саудовская Аравия)",
109
+ "da-dk": "Датский",
110
+ "de-de": "Немецкий (Германия)",
111
+ "en-au": "Английский (Австралия)",
112
+ "en-ca": "Английский (Канада)",
113
+ "en-gb": "Английский (Соединенное Королевство)",
114
+ "en-in": "Английский (Индия)",
115
+ "en-nz": "Английский (Новая Зеландия)",
116
+ "en-us": "Английский (США)",
117
+ "es-es": "Испанский (Испания), современная сортировка",
118
+ "es-mx": "Испанский (Мексика)",
119
+ "fi-fi": "Финский",
120
+ "fr-ca": "Французский (Канада)",
121
+ "fr-fr": "Французский (Франция)",
122
+ "hi-in": "Хинди",
123
+ "it-it": "Итальянский (Италия)",
124
+ "ja-jp": "Японский",
125
+ "ko-kr": "Корейский",
126
+ "nb-no": "Норвежский (букмол)",
127
+ "nl-be": "Нидерландский (Бельгия)",
128
+ "nl-nl": "Нидерландский — Нидерланды",
129
+ "pl-pl": "Польский",
130
+ "pt-br": "Португальский (Бразилия)",
131
+ "ru-ru": "Русский",
132
+ "sv-se": "Шведский",
133
+ "zh-cn": "Китайский (Китайская Народная Республика)",
134
+ "zh-hk": "Китайский (Гонконг, САР)",
135
+ "cs-cz": "Чешский",
136
+ "pt-pt": "Португальский (Португалия)",
137
+ "tr-tr": "Турецкий",
138
+ "vi-vn": "Вьетнамский",
139
+ "th-th": "Тайский",
140
+ "he-il": "Иврит",
141
+ "cy-gb": "Валлийский",
142
+ "uk-ua": "Украинский",
143
+ "el-gr": "Греческий",
144
+ "hu-hu": "Венгерский",
145
+ "ro-ro": "Румынский",
146
+ "sk-sk": "Словацкий",
147
+ "zh-tw": "Китайский (Тайвань)"
148
+ }
72
149
  },
73
150
  "chat": {
74
151
  "chatListHeader": "В этом чате",
@@ -89,6 +166,8 @@
89
166
  "moreDrawerButtonTooltip": "Дополнительные параметры",
90
167
  "moreDrawerMicrophoneMenuTitle": "Микрофон",
91
168
  "moreDrawerSpeakerMenuTitle": "Динамик",
169
+ "moreDrawerCaptionsMenuTitle": "Автоматические субтитры",
170
+ "moreDrawerSpokenLanguageMenuTitle": "Язык речи",
92
171
  "peopleButtonLabel": "Люди",
93
172
  "peopleButtonTooltipOpen": "Показать участников",
94
173
  "peopleButtonTooltipClose": "Скрыть участников",
@@ -105,6 +184,6 @@
105
184
  "dialpadModalAriaLabel": "Панель набора номера",
106
185
  "dialpadCloseModalButtonAriaLabel": "Закрыть панель набора номера",
107
186
  "openDtmfDialpadLabel": "Показать панель набора номера",
108
- "dtmfDialpadPlaceHolderText": "Введите номер"
187
+ "dtmfDialpadPlaceholderText": "Введите номер"
109
188
  }
110
189
  }
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "call": {
3
3
  "cameraLabel": "Kamera",
4
+ "noCamerasLabel": "Kamera bulunamadı",
4
5
  "cameraPermissionDenied": "Tarayıcınız kameranıza erişimi engelliyor",
5
6
  "cameraTurnedOff": "Kameranız kapatıldı",
6
7
  "chatButtonLabel": "Sohbet",
@@ -22,6 +23,11 @@
22
23
  "copyInviteLinkActionedAriaLabel": "Davet bağlantısı kopyalandı",
23
24
  "defaultPlaceHolder": "Bir seçenek belirleyin",
24
25
  "dismissSidePaneButtonLabel": "Kapat",
26
+ "effects": "Efektler",
27
+ "blurBackgroundEffectButtonLabel": "Bulanıklaştır",
28
+ "blurBackgroundTooltip": "Arka Planı Bulanıklaştır",
29
+ "removeBackgroundEffectButtonLabel": "Seçilmedi",
30
+ "removeBackgroundTooltip": "Arka Planı Kaldır",
25
31
  "failedToJoinCallDueToNoNetworkMoreDetails": "Bir ağ sorunu nedeniyle arama bağlantısı kesildi. Bağlantınızı kontrol edin ve yeniden katılın.",
26
32
  "failedToJoinCallDueToNoNetworkTitle": "Arama kesildi",
27
33
  "failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "Aramaya katılmanıza izin verilmedi. Bu işlem yanlışlıkla yapıldıysa aramaya yeniden katılın.",
@@ -53,6 +59,8 @@
53
59
  "roomNotFoundDetails": "Sağlanan oda kimliği geçerli değil.",
54
60
  "roomNotFoundTitle": "Oda bulunamadı",
55
61
  "soundLabel": "Ses",
62
+ "noMicrophonesLabel": "Mikrofon bulunamadı",
63
+ "noSpeakersLabel": "Hoparlör bulunamadı",
56
64
  "startCallButtonLabel": "Arama başlat",
57
65
  "openDialpadButtonLabel": "Telefon numarasını çevir",
58
66
  "peoplePaneAddPeopleButtonLabel": "Kişi Ekle",
@@ -67,8 +75,77 @@
67
75
  "resumingCallButtonAriaLabel": "Görüşmeye devam edin",
68
76
  "holdScreenLabel": "Beklemeye alındınız",
69
77
  "openDtmfDialpadLabel": "Tuş takımını göster",
70
- "dtmfDialpadPlaceHolderText": "Numara girin",
71
- "outboundCallingNoticeString": "Aranıyor..."
78
+ "dtmfDialpadPlaceholderText": "Numara girin",
79
+ "outboundCallingNoticeString": "Aranıyor...",
80
+ "participantJoinedNoticeString": "{displayName} katıldı",
81
+ "twoParticipantJoinedNoticeString": "{displayName1} ve {displayName2} katıldı",
82
+ "threeParticipantJoinedNoticeString": "{displayName1}, {displayName2} ve {displayName3} katıldı",
83
+ "participantLeftNoticeString": "{displayName} ayrıldı",
84
+ "twoParticipantLeftNoticeString": "{displayName1} ve {displayName2} ayrıldı",
85
+ "threeParticipantLeftNoticeString": "{displayName1}, {displayName2} ve {displayName3} ayrıldı",
86
+ "unnamedParticipantString": "adsız katılımcı",
87
+ "manyUnnamedParticipantsJoined": "adsız katılımcı ve {numOfParticipants} katılımcı katıldı",
88
+ "manyUnnamedParticipantsLeft": "adsız katılımcı ve {numOfParticipants} katılımcı ayrıldı",
89
+ "manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} ve {numOfParticipants} katılımcı katıldı",
90
+ "manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} ve {numOfParticipants} katılımcı kaldı",
91
+ "liveCaptionsLabel": "Açıklamalı canlı alt yazılar",
92
+ "captionsSettingsLabel": "Açıklamalı alt yazı ayarları",
93
+ "startCaptionsButtonOnLabel": "Açıklamalı alt yazıları açma",
94
+ "startCaptionsButtonOffLabel": "Açıklamalı alt yazıları kapat",
95
+ "startCaptionsButtonTooltipOnContent": "Açıklamalı alt yazıları kapat",
96
+ "startCaptionsButtonTooltipOffContent": "Açıklamalı alt yazıları açma",
97
+ "captionsSettingsModalTitle": "Hangi dil konuşuluyor?",
98
+ "captionsSettingsDropdownLabel": "Konuşulan dil",
99
+ "captionsSettingsDropdownInfoText": "Bu çağrıdaki herkesin konuşma dili.",
100
+ "captionsSettingsConfirmButtonLabel": "Onayla",
101
+ "captionsSettingsCancelButtonLabel": "İptal",
102
+ "captionsSettingsModalAriaLabel": "Açıklamalı Alt Yazı Ayarı Kalıcı",
103
+ "captionsSettingsCloseModalButtonAriaLabel": "Açıklamalı Alt Yazı Ayarını Kapat",
104
+ "captionsBannerMoreButtonCallingLabel": "Diğer",
105
+ "captionsBannerMoreButtonTooltip": "Diğer seçenekler",
106
+ "captionsAvailableLanguageStrings": {
107
+ "ar-ae": "Arapça - BAE",
108
+ "ar-sa": "Arapça - Suudi Arabistan",
109
+ "da-dk": "Danca",
110
+ "de-de": "Almanca - Almanya",
111
+ "en-au": "İngilizce - Avustralya",
112
+ "en-ca": "İngilizce - Kanada",
113
+ "en-gb": "İngilizce - Birleşik Krallık",
114
+ "en-in": "İngilizce - Hindistan",
115
+ "en-nz": "İngilizce - Yeni Zelanda",
116
+ "en-us": "İngilizce - ABD",
117
+ "es-es": "İspanyolca - İspanya (Modern)",
118
+ "es-mx": "İspanyolca - Meksika",
119
+ "fi-fi": "Fince",
120
+ "fr-ca": "Fransızca - Kanada",
121
+ "fr-fr": "Fransızca - Fransa",
122
+ "hi-in": "Hintçe",
123
+ "it-it": "İtalyanca - İtalya",
124
+ "ja-jp": "Japonca",
125
+ "ko-kr": "Korece",
126
+ "nb-no": "Norveççe (Bokmål)",
127
+ "nl-be": "Hollanda dili - Belçika",
128
+ "nl-nl": "Felemenkçe - Hollanda",
129
+ "pl-pl": "Lehçe",
130
+ "pt-br": "Portekizce - Brezilya",
131
+ "ru-ru": "Rusça",
132
+ "sv-se": "İsveççe",
133
+ "zh-cn": "Çince - Çin Halk Cumhuriyeti",
134
+ "zh-hk": "Çince - Hong Kong ÖİB",
135
+ "cs-cz": "Çekçe",
136
+ "pt-pt": "Portekizce - Portekiz",
137
+ "tr-tr": "Türkçe",
138
+ "vi-vn": "Vietnamca",
139
+ "th-th": "Tayca",
140
+ "he-il": "İbranice",
141
+ "cy-gb": "Galce",
142
+ "uk-ua": "Ukraynaca",
143
+ "el-gr": "Yunanca",
144
+ "hu-hu": "Macarca",
145
+ "ro-ro": "Rumence",
146
+ "sk-sk": "Slovakça",
147
+ "zh-tw": "Çince - Tayvan"
148
+ }
72
149
  },
73
150
  "chat": {
74
151
  "chatListHeader": "Bu sohbette",
@@ -89,6 +166,8 @@
89
166
  "moreDrawerButtonTooltip": "Diğer seçenekler",
90
167
  "moreDrawerMicrophoneMenuTitle": "Mikrofon",
91
168
  "moreDrawerSpeakerMenuTitle": "Hoparlör",
169
+ "moreDrawerCaptionsMenuTitle": "Açıklamalı canlı alt yazılar",
170
+ "moreDrawerSpokenLanguageMenuTitle": "Konuşulan dil",
92
171
  "peopleButtonLabel": "Kişiler",
93
172
  "peopleButtonTooltipOpen": "Katılımcıları göster",
94
173
  "peopleButtonTooltipClose": "Katılımcıları gizle",
@@ -105,6 +184,6 @@
105
184
  "dialpadModalAriaLabel": "Tuş takımı",
106
185
  "dialpadCloseModalButtonAriaLabel": "Tuş takımını kapat",
107
186
  "openDtmfDialpadLabel": "Tuş takımını göster",
108
- "dtmfDialpadPlaceHolderText": "Numara girin"
187
+ "dtmfDialpadPlaceholderText": "Numara girin"
109
188
  }
110
189
  }
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "call": {
3
3
  "cameraLabel": "照相机",
4
+ "noCamerasLabel": "未找到摄像头",
4
5
  "cameraPermissionDenied": "你的浏览器正在阻止对相机的访问",
5
6
  "cameraTurnedOff": "你的相机已关闭",
6
7
  "chatButtonLabel": "聊天",
@@ -22,6 +23,11 @@
22
23
  "copyInviteLinkActionedAriaLabel": "已复制邀请链接",
23
24
  "defaultPlaceHolder": "选择一个选项",
24
25
  "dismissSidePaneButtonLabel": "关闭",
26
+ "effects": "效果",
27
+ "blurBackgroundEffectButtonLabel": "模糊",
28
+ "blurBackgroundTooltip": "模糊背景",
29
+ "removeBackgroundEffectButtonLabel": "无",
30
+ "removeBackgroundTooltip": "删除背景",
25
31
  "failedToJoinCallDueToNoNetworkMoreDetails": "由于网络问题,呼叫已断开连接。请检查你的连接,然后重新加入。",
26
32
  "failedToJoinCallDueToNoNetworkTitle": "通话已断开",
27
33
  "failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "未在通话中向你授予条目。如果这是一个错误,请重新加入呼叫。",
@@ -53,6 +59,8 @@
53
59
  "roomNotFoundDetails": "提供的会议室 ID 无效。",
54
60
  "roomNotFoundTitle": "未找到会议室。",
55
61
  "soundLabel": "声音",
62
+ "noMicrophonesLabel": "未找到麦克风",
63
+ "noSpeakersLabel": "未找到扬声器",
56
64
  "startCallButtonLabel": "开始通话",
57
65
  "openDialpadButtonLabel": "拨打电话号码",
58
66
  "peoplePaneAddPeopleButtonLabel": "添加人员",
@@ -67,8 +75,77 @@
67
75
  "resumingCallButtonAriaLabel": "继续通话",
68
76
  "holdScreenLabel": "你的通话处于保留状态",
69
77
  "openDtmfDialpadLabel": "显示拨号盘",
70
- "dtmfDialpadPlaceHolderText": "输入号码",
71
- "outboundCallingNoticeString": "正在呼叫..."
78
+ "dtmfDialpadPlaceholderText": "输入号码",
79
+ "outboundCallingNoticeString": "正在呼叫...",
80
+ "participantJoinedNoticeString": "{displayName} 已加入",
81
+ "twoParticipantJoinedNoticeString": "{displayName1} 和 {displayName2} 已加入",
82
+ "threeParticipantJoinedNoticeString": "{displayName1}、{displayName2} 和 {displayName3} 已加入",
83
+ "participantLeftNoticeString": "{displayName} 已离开",
84
+ "twoParticipantLeftNoticeString": "{displayName1} 和 {displayName2} 已离开",
85
+ "threeParticipantLeftNoticeString": "{displayName1}、{displayName2} 和 {displayName3} 已离开",
86
+ "unnamedParticipantString": "未命名的参与者",
87
+ "manyUnnamedParticipantsJoined": "未命名的参与者和其他 {numOfParticipants} 名参与者已加入",
88
+ "manyUnnamedParticipantsLeft": "未命名的参与者和其他 {numOfParticipants} 名参与者已离开",
89
+ "manyParticipantsJoined": "{displayName1}、{displayName2}、{displayName3}和其他{numOfParticipants}位参与者已加入",
90
+ "manyParticipantsLeft": "{displayName1}、{displayName2}、{displayName3}和其他{numOfParticipants}位参与者已离开",
91
+ "liveCaptionsLabel": "实时辅助字幕",
92
+ "captionsSettingsLabel": "字幕设置",
93
+ "startCaptionsButtonOnLabel": "开启字幕",
94
+ "startCaptionsButtonOffLabel": "关闭辅助字幕",
95
+ "startCaptionsButtonTooltipOnContent": "关闭辅助字幕",
96
+ "startCaptionsButtonTooltipOffContent": "开启字幕",
97
+ "captionsSettingsModalTitle": "正在使用哪种语言?",
98
+ "captionsSettingsDropdownLabel": "口述语言",
99
+ "captionsSettingsDropdownInfoText": "此通话中的每个人都在讲的语言。",
100
+ "captionsSettingsConfirmButtonLabel": "确认",
101
+ "captionsSettingsCancelButtonLabel": "取消",
102
+ "captionsSettingsModalAriaLabel": "字幕设置模式",
103
+ "captionsSettingsCloseModalButtonAriaLabel": "关闭字幕设置",
104
+ "captionsBannerMoreButtonCallingLabel": "更多",
105
+ "captionsBannerMoreButtonTooltip": "更多选项",
106
+ "captionsAvailableLanguageStrings": {
107
+ "ar-ae": "阿拉伯语 - 阿拉伯联合酋长国",
108
+ "ar-sa": "阿拉伯语 - 沙特阿拉伯",
109
+ "da-dk": "丹麦语",
110
+ "de-de": "德语 - 德国",
111
+ "en-au": "英语 - 澳大利亚",
112
+ "en-ca": "英语 - 加拿大",
113
+ "en-gb": "英语 - 英国",
114
+ "en-in": "英语 - 印度",
115
+ "en-nz": "英语 - 新西兰",
116
+ "en-us": "英语 - 美国",
117
+ "es-es": "西班牙语 - 西班牙(现代风格)",
118
+ "es-mx": "西班牙语 - 墨西哥",
119
+ "fi-fi": "芬兰语",
120
+ "fr-ca": "法语 - 加拿大",
121
+ "fr-fr": "法语 - 法国",
122
+ "hi-in": "印地语",
123
+ "it-it": "意大利语–意大利",
124
+ "ja-jp": "日语",
125
+ "ko-kr": "朝鲜语",
126
+ "nb-no": "挪威语(博克马尔语)",
127
+ "nl-be": "荷兰语 - 比利时",
128
+ "nl-nl": "荷兰语 – 荷兰",
129
+ "pl-pl": "波兰语",
130
+ "pt-br": "葡萄牙语 - 巴西",
131
+ "ru-ru": "俄语",
132
+ "sv-se": "瑞典语",
133
+ "zh-cn": "中文 - 中华人民共和国",
134
+ "zh-hk": "中文 - 香港特别行政区",
135
+ "cs-cz": "捷克语",
136
+ "pt-pt": "葡萄牙语 - 葡萄牙",
137
+ "tr-tr": "土耳其语",
138
+ "vi-vn": "越南语",
139
+ "th-th": "泰语",
140
+ "he-il": "希伯来语",
141
+ "cy-gb": "威尔士语",
142
+ "uk-ua": "乌克兰语",
143
+ "el-gr": "希腊语",
144
+ "hu-hu": "匈牙利语",
145
+ "ro-ro": "罗马尼亚语",
146
+ "sk-sk": "斯洛伐克语",
147
+ "zh-tw": "中文 – 台湾"
148
+ }
72
149
  },
73
150
  "chat": {
74
151
  "chatListHeader": "在此聊天中",
@@ -89,6 +166,8 @@
89
166
  "moreDrawerButtonTooltip": "更多选项",
90
167
  "moreDrawerMicrophoneMenuTitle": "麦克风",
91
168
  "moreDrawerSpeakerMenuTitle": "扬声器",
169
+ "moreDrawerCaptionsMenuTitle": "实时辅助字幕",
170
+ "moreDrawerSpokenLanguageMenuTitle": "口述语言",
92
171
  "peopleButtonLabel": "人员",
93
172
  "peopleButtonTooltipOpen": "显示参与者",
94
173
  "peopleButtonTooltipClose": "隐藏参与者",
@@ -105,6 +184,6 @@
105
184
  "dialpadModalAriaLabel": "拨号盘",
106
185
  "dialpadCloseModalButtonAriaLabel": "关闭拨号盘",
107
186
  "openDtmfDialpadLabel": "显示拨号盘",
108
- "dtmfDialpadPlaceHolderText": "输入号码"
187
+ "dtmfDialpadPlaceholderText": "输入号码"
109
188
  }
110
189
  }
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "call": {
3
3
  "cameraLabel": "相機",
4
+ "noCamerasLabel": "找不到相機",
4
5
  "cameraPermissionDenied": "您的瀏覽器禁止存取您的相機",
5
6
  "cameraTurnedOff": "您的相機已關閉",
6
7
  "chatButtonLabel": "聊天",
@@ -22,6 +23,11 @@
22
23
  "copyInviteLinkActionedAriaLabel": "已複製邀請連結",
23
24
  "defaultPlaceHolder": "選取選項",
24
25
  "dismissSidePaneButtonLabel": "關閉",
26
+ "effects": "效果",
27
+ "blurBackgroundEffectButtonLabel": "模糊",
28
+ "blurBackgroundTooltip": "模糊背景",
29
+ "removeBackgroundEffectButtonLabel": "無",
30
+ "removeBackgroundTooltip": "移除背景",
25
31
  "failedToJoinCallDueToNoNetworkMoreDetails": "由於網路問題,通話已中斷連線。檢查您的連線並再次加入。",
26
32
  "failedToJoinCallDueToNoNetworkTitle": "通話已斷線",
27
33
  "failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "您未被授予加入通話的權限。如果有誤,請重新加入通話。",
@@ -53,6 +59,8 @@
53
59
  "roomNotFoundDetails": "提供的會議室識別碼無效。",
54
60
  "roomNotFoundTitle": "找不到會議室",
55
61
  "soundLabel": "音效",
62
+ "noMicrophonesLabel": "找不到麥克風",
63
+ "noSpeakersLabel": "找不到喇叭",
56
64
  "startCallButtonLabel": "開始通話",
57
65
  "openDialpadButtonLabel": "撥打電話號碼",
58
66
  "peoplePaneAddPeopleButtonLabel": "新增人員",
@@ -67,8 +75,77 @@
67
75
  "resumingCallButtonAriaLabel": "繼續通話",
68
76
  "holdScreenLabel": "您的通話已保留",
69
77
  "openDtmfDialpadLabel": "顯示撥號盤",
70
- "dtmfDialpadPlaceHolderText": "輸入號碼",
71
- "outboundCallingNoticeString": "撥號中..."
78
+ "dtmfDialpadPlaceholderText": "輸入號碼",
79
+ "outboundCallingNoticeString": "撥號中...",
80
+ "participantJoinedNoticeString": "{displayName} 已加入",
81
+ "twoParticipantJoinedNoticeString": "{displayName1} 和 {displayName2} 已加入",
82
+ "threeParticipantJoinedNoticeString": "{displayName1}、{displayName2} 和 {displayName3} 已加入",
83
+ "participantLeftNoticeString": "{displayName} 已離開",
84
+ "twoParticipantLeftNoticeString": "{displayName1} 和 {displayName2} 已離開",
85
+ "threeParticipantLeftNoticeString": "{displayName1}、{displayName2} 和 {displayName3} 已離開",
86
+ "unnamedParticipantString": "未命名的參與者",
87
+ "manyUnnamedParticipantsJoined": "未命名的參與者和 {numOfParticipants} 個其他參與者已加入",
88
+ "manyUnnamedParticipantsLeft": "未命名的參與者和 {numOfParticipants} 個其他參與者已離開",
89
+ "manyParticipantsJoined": "{displayName1}、{displayName2}、{displayName3}和其他{numOfParticipants}位參與者已加入",
90
+ "manyParticipantsLeft": "{displayName1}、{displayName2}、{displayName3}和其他{numOfParticipants}位參與者",
91
+ "liveCaptionsLabel": "即時字幕",
92
+ "captionsSettingsLabel": "字幕設定",
93
+ "startCaptionsButtonOnLabel": "開啟字幕",
94
+ "startCaptionsButtonOffLabel": "關閉字幕",
95
+ "startCaptionsButtonTooltipOnContent": "關閉字幕",
96
+ "startCaptionsButtonTooltipOffContent": "開啟字幕",
97
+ "captionsSettingsModalTitle": "正在使用何種語言?",
98
+ "captionsSettingsDropdownLabel": "口語語言",
99
+ "captionsSettingsDropdownInfoText": "此通話中的每個人在說的語言。",
100
+ "captionsSettingsConfirmButtonLabel": "確認",
101
+ "captionsSettingsCancelButtonLabel": "取消",
102
+ "captionsSettingsModalAriaLabel": "字幕設定模式",
103
+ "captionsSettingsCloseModalButtonAriaLabel": "關閉字幕設定",
104
+ "captionsBannerMoreButtonCallingLabel": "其他",
105
+ "captionsBannerMoreButtonTooltip": "更多選項",
106
+ "captionsAvailableLanguageStrings": {
107
+ "ar-ae": "阿拉伯文 - 阿拉伯聯合大公國",
108
+ "ar-sa": "阿拉伯文 - 沙烏地阿拉伯",
109
+ "da-dk": "丹麥文",
110
+ "de-de": "德文 - 德國",
111
+ "en-au": "英文 - 澳大利亞",
112
+ "en-ca": "英文 - 加拿大",
113
+ "en-gb": "英文 - 英國",
114
+ "en-in": "英文 - 印度",
115
+ "en-nz": "英文 - 紐西蘭",
116
+ "en-us": "英文 - 美國",
117
+ "es-es": "西班牙文 - 西班牙 (現代排序)",
118
+ "es-mx": "西班牙文 - 墨西哥",
119
+ "fi-fi": "芬蘭文",
120
+ "fr-ca": "法文 - 加拿大",
121
+ "fr-fr": "法文 - 法國",
122
+ "hi-in": "印地文",
123
+ "it-it": "義大利文 - 義大利",
124
+ "ja-jp": "日文",
125
+ "ko-kr": "韓文",
126
+ "nb-no": "挪威文 (巴克摩)",
127
+ "nl-be": "荷蘭文 - 比利時",
128
+ "nl-nl": "荷蘭文 - 荷蘭",
129
+ "pl-pl": "波蘭文",
130
+ "pt-br": "葡萄牙文 - 巴西",
131
+ "ru-ru": "俄文",
132
+ "sv-se": "瑞典文",
133
+ "zh-cn": "中文 - 中華人民共和國",
134
+ "zh-hk": "中文 - 香港特別行政區",
135
+ "cs-cz": "捷克文",
136
+ "pt-pt": "葡萄牙文 - 葡萄牙",
137
+ "tr-tr": "土耳其文",
138
+ "vi-vn": "越南文",
139
+ "th-th": "泰文",
140
+ "he-il": "希伯來文",
141
+ "cy-gb": "威爾斯文",
142
+ "uk-ua": "烏克蘭文",
143
+ "el-gr": "希臘文",
144
+ "hu-hu": "匈牙利文",
145
+ "ro-ro": "羅馬尼亞文",
146
+ "sk-sk": "斯洛伐克文",
147
+ "zh-tw": "中文 - 台灣"
148
+ }
72
149
  },
73
150
  "chat": {
74
151
  "chatListHeader": "在此聊天中",
@@ -89,6 +166,8 @@
89
166
  "moreDrawerButtonTooltip": "更多選項",
90
167
  "moreDrawerMicrophoneMenuTitle": "麥克風",
91
168
  "moreDrawerSpeakerMenuTitle": "揚聲器",
169
+ "moreDrawerCaptionsMenuTitle": "即時字幕",
170
+ "moreDrawerSpokenLanguageMenuTitle": "口語語言",
92
171
  "peopleButtonLabel": "人員",
93
172
  "peopleButtonTooltipOpen": "顯示參與者",
94
173
  "peopleButtonTooltipClose": "隱藏參與者",
@@ -105,6 +184,6 @@
105
184
  "dialpadModalAriaLabel": "撥號鍵台",
106
185
  "dialpadCloseModalButtonAriaLabel": "關閉撥號鍵台",
107
186
  "openDtmfDialpadLabel": "顯示撥號盤",
108
- "dtmfDialpadPlaceHolderText": "輸入號碼"
187
+ "dtmfDialpadPlaceholderText": "輸入號碼"
109
188
  }
110
189
  }