@azure/communication-react 1.5.1-alpha-202302230015 → 1.5.1-beta.1

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 (93) hide show
  1. package/CHANGELOG.beta.md +86 -1
  2. package/CHANGELOG.json +686 -0
  3. package/dist/communication-react.d.ts +1 -32
  4. package/dist/dist-cjs/communication-react/index.js +174 -375
  5. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  6. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  8. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -22
  9. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  10. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +0 -14
  11. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +0 -44
  12. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  13. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -1
  14. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +0 -21
  15. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  16. package/dist/dist-esm/calling-stateful-client/src/Converter.js +0 -1
  17. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  18. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.d.ts +1 -13
  19. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +1 -8
  20. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  21. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.d.ts +0 -4
  22. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +0 -28
  23. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  24. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +1 -1
  25. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  26. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +30 -50
  27. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  28. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -1
  29. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  30. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +1 -1
  31. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  32. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +1 -1
  33. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  34. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +3 -3
  35. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  36. package/dist/dist-esm/react-components/src/components/VideoGallery.js +0 -13
  37. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  38. package/dist/dist-esm/react-components/src/components/VideoTile.js +12 -9
  39. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  40. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +103 -9
  41. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +102 -8
  42. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +102 -8
  43. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +103 -9
  44. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +102 -8
  45. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +102 -8
  46. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +102 -8
  47. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +102 -8
  48. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +103 -9
  49. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +102 -8
  50. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +103 -9
  51. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +102 -8
  52. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +102 -8
  53. package/dist/dist-esm/react-components/src/theming/icons.js +6 -6
  54. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  55. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +1 -1
  56. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  57. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts +5 -0
  58. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +31 -1
  59. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +1 -1
  60. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.d.ts +1 -1
  61. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +3 -3
  62. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  63. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +6 -8
  64. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +1 -1
  65. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts +3 -16
  66. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js +43 -49
  67. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js.map +1 -1
  68. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.d.ts +0 -2
  69. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js +26 -47
  70. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js.map +1 -1
  71. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js +4 -4
  72. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js.map +1 -1
  73. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +1 -1
  74. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  75. package/dist/dist-esm/react-composites/src/composites/common/icons.js +4 -4
  76. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  77. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +17 -3
  78. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +17 -3
  79. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +17 -3
  80. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +17 -3
  81. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +17 -3
  82. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +17 -3
  83. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +17 -3
  84. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +17 -3
  85. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +17 -3
  86. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +17 -3
  87. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +17 -3
  88. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +17 -3
  89. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +17 -3
  90. package/package.json +12 -12
  91. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.d.ts +0 -29
  92. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js +0 -54
  93. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +0 -1
@@ -6,7 +6,6 @@
6
6
  "sharingIconLabel": "Общий доступ",
7
7
  "mutedIconLabel": "Микрофон отключен",
8
8
  "displayNamePlaceholder": "Участник без имени",
9
- "participantStateConnecting": "Выполняется вызов...",
10
9
  "participantStateRinging": "Выполняется вызов...",
11
10
  "participantStateHold": "На удержании"
12
11
  },
@@ -90,7 +89,8 @@
90
89
  "menuHeader": "В этом звонке",
91
90
  "participantsListButtonLabel": "Пользователей: {numParticipants}",
92
91
  "muteAllButtonLabel": "Отключить все микрофоны",
93
- "copyInviteLinkButtonLabel": "Копировать ссылку с приглашением"
92
+ "copyInviteLinkButtonLabel": "Копировать ссылку с приглашением",
93
+ "copyInviteLinkActionedAriaLabel": "Ссылка на приглашение скопирована"
94
94
  },
95
95
  "screenShareButton": {
96
96
  "onLabel": "Остановить демонстрацию",
@@ -146,11 +146,13 @@
146
146
  "callNoSpeakerFound": "Динамики и наушники не найдены. Подключите звуковое устройство, чтобы услышать звонок.",
147
147
  "callNoMicrophoneFound": "Микрофоны не найдены. Подключение звукового устройства ввода.",
148
148
  "callMicrophoneAccessDenied": "Не удается получить доступ к микрофону. Щелкните блокировку в адресной строке, чтобы предоставить разрешение на эту веб-страницу.",
149
+ "callMicrophoneAccessDeniedSafari": "Не удается получить доступ к микрофону. Обновите страницу, чтобы разрешить разрешения, или проверьте параметры браузера и убедитесь, что для этого веб-сайта включены разрешения.",
149
150
  "callMicrophoneMutedBySystem": "Система отключила ваш микрофон.",
150
151
  "callMicrophoneUnmutedBySystem": "Микрофон восстановлен, и система включила ваш звук.",
151
152
  "callMacOsMicrophoneAccessDenied": "Не удается получить доступ к микрофону. Предоставьте разрешение на доступ к микрофону в параметрах конфиденциальности macOS.",
152
153
  "callLocalVideoFreeze": "Низкая пропускная способность сети. Ваше видео может отображаться как приостановленное для других участников вызова.",
153
154
  "callCameraAccessDenied": "Не удается получить доступ к камере. Щелкните блокировку в адресной строке, чтобы предоставить разрешение на эту веб-страницу.",
155
+ "callCameraAccessDeniedSafari": "Не удается получить доступ к камере. Обновите страницу, чтобы разрешить разрешения, или проверьте параметры браузера и убедитесь, что для этого веб-сайта включены разрешения.",
154
156
  "callCameraAlreadyInUse": "Не удается получить доступ к камере. Возможно, оно уже используется другим приложением.",
155
157
  "callVideoStoppedBySystem": "Воспроизведение видео остановлено системой.",
156
158
  "callVideoRecoveredBySystem": "Воспроизведение видео возобновлено.",
@@ -158,7 +160,8 @@
158
160
  "callMacOsScreenShareAccessDenied": "MacOS блокирует демонстрацию экрана. Обновите параметры конфиденциальности, чтобы разрешить этому браузеру записывать ваш экран.",
159
161
  "dismissButtonAriaLabel": "Закрыть",
160
162
  "failedToJoinCallGeneric": "Не удалось присоединиться к звонку.",
161
- "failedToJoinCallInvalidMeetingLink": "Не удалось присоединиться к собранию. Недопустимая ссылка."
163
+ "failedToJoinCallInvalidMeetingLink": "Не удалось присоединиться к собранию. Недопустимая ссылка.",
164
+ "startScreenSharingGeneric": "Возникла проблема с запуском демонстрации экрана."
162
165
  },
163
166
  "videoGallery": {
164
167
  "screenIsBeingSharedMessage": "Вы демонстрируете свой экран",
@@ -167,7 +170,16 @@
167
170
  "localVideoCameraSwitcherLabel": "Переключить камеру",
168
171
  "localVideoMovementLabel": "Перемещаемая локальная плитка видео",
169
172
  "localVideoSelectedDescription": "Выбрана камера {cameraName}",
170
- "displayNamePlaceholder": "Участник без имени"
173
+ "displayNamePlaceholder": "Участник без имени",
174
+ "fitRemoteParticipantToFrame": "Вписать в кадр",
175
+ "fillRemoteParticipantFrame": "Заполнить кадр",
176
+ "pinParticipantForMe": "Закрепить для меня",
177
+ "pinParticipantForMeLimitReached": "Закрепить (достигнуто ограничение)",
178
+ "unpinParticipantForMe": "Открепить",
179
+ "pinParticipantMenuItemAriaLabel": "Закрепить участника {participantName}",
180
+ "unpinParticipantMenuItemAriaLabel": "Открепить участника {participantName}",
181
+ "pinnedParticipantAnnouncementAriaLabel": "Участник {participantName} закреплен",
182
+ "unpinnedParticipantAnnouncementAriaLabel": "Участник {participantName} откреплен"
171
183
  },
172
184
  "dialpad": {
173
185
  "placeholderText": "Введите номер телефона",
@@ -180,20 +192,102 @@
180
192
  "tooltipOffContent": "Поставить звонок на удержание"
181
193
  },
182
194
  "videoTile": {
183
- "participantStateConnecting": "Выполняется вызов...",
184
195
  "participantStateRinging": "Выполняется вызов...",
185
196
  "participantStateHold": "На удержании"
186
197
  },
187
- "SitePermissions": {
198
+ "CameraAndMicrophoneSitePermissionsRequest": {
188
199
  "primaryText": "Разрешить {appName} использовать камеру и микрофон",
189
200
  "secondaryText": "Это необходимо для того, чтобы участники могли видеть и слышать вас.",
190
201
  "linkText": "Нужна помощь? Получите справку по устранению неполадок",
191
- "primaryButtonText": "Разрешить доступ"
202
+ "primaryButtonText": "Продолжить без камеры и микрофона",
203
+ "ariaLabel": "Разрешить доступ к камере и микрофону"
204
+ },
205
+ "CameraSitePermissionsRequest": {
206
+ "primaryText": "Разрешите приложению {appName} использовать камеру",
207
+ "secondaryText": "Это необходимо для того, чтобы участники могли вас видеть.",
208
+ "linkText": "Нужна помощь? Получите справку по устранению неполадок",
209
+ "primaryButtonText": "Продолжить без камеры",
210
+ "ariaLabel": "Разрешить доступ к камере"
211
+ },
212
+ "MicrophoneSitePermissionsRequest": {
213
+ "primaryText": "Разрешите приложению {appName} использовать микрофон",
214
+ "secondaryText": "Это делается для того, чтобы участники могли вас слышать.",
215
+ "linkText": "Нужна помощь? Получите справку по устранению неполадок",
216
+ "primaryButtonText": "Продолжить без микрофона",
217
+ "ariaLabel": "Разрешить доступ к микрофону"
218
+ },
219
+ "CameraAndMicrophoneSitePermissionsCheck": {
220
+ "primaryText": "Проверка доступа к камере и микрофону",
221
+ "secondaryText": "Разрешить доступ при запросе. Это делается для того, чтобы участники могли вас видеть и слышать.",
222
+ "linkText": "Нужна помощь? Получите справку по устранению неполадок",
223
+ "primaryButtonText": "Продолжить без камеры и микрофона",
224
+ "ariaLabel": "Проверка доступа к камере и микрофону. Разрешить доступ при запросе."
225
+ },
226
+ "CameraSitePermissionsCheck": {
227
+ "primaryText": "Проверка доступа к камере",
228
+ "secondaryText": "Разрешить доступ при запросе. Это необходимо для того, чтобы участники могли вас видеть.",
229
+ "linkText": "Нужна помощь? Получите справку по устранению неполадок",
230
+ "primaryButtonText": "Продолжить без камеры",
231
+ "ariaLabel": "Проверка доступа к камере. Разрешить доступ при запросе."
232
+ },
233
+ "MicrophoneSitePermissionsCheck": {
234
+ "primaryText": "Проверка доступа к микрофону",
235
+ "secondaryText": "Разрешить доступ при запросе. Это делается для того, чтобы участники могли вас слышать.",
236
+ "linkText": "Нужна помощь? Получите справку по устранению неполадок",
237
+ "primaryButtonText": "Продолжить без микрофона",
238
+ "ariaLabel": "Проверка доступа к микрофону. Разрешить доступ при запросе."
239
+ },
240
+ "CameraAndMicrophoneSitePermissionsDenied": {
241
+ "primaryText": "Не удается получить доступ к камере и микрофону",
242
+ "secondaryText": "Щелкните значок блокировки в адресной строке, чтобы предоставить разрешение на доступ к микрофону для этой веб-страницы. Может потребоваться обновление страницы.",
243
+ "primaryButtonText": "Продолжить без камеры и микрофона",
244
+ "linkText": "Нужна помощь? Получите справку по устранению неполадок"
245
+ },
246
+ "CameraAndMicrophoneSitePermissionsDeniedSafari": {
247
+ "primaryText": "Не удается получить доступ к камере и микрофону",
248
+ "secondaryText": "Обновите страницу, чтобы предоставить разрешения, или проверьте параметры браузера и включите разрешения для этого веб-сайта.",
249
+ "primaryButtonText": "Продолжить без камеры и микрофона",
250
+ "linkText": "Нужна помощь? Получите справку по устранению неполадок"
251
+ },
252
+ "CameraSitePermissionsDenied": {
253
+ "primaryText": "Не удается получить доступ к камере",
254
+ "secondaryText": "Щелкните значок блокировки в адресной строке, чтобы предоставить разрешения камеры для этой веб-страницы. Может потребоваться обновить страницу.",
255
+ "primaryButtonText": "Продолжить без камеры",
256
+ "linkText": "Нужна помощь? Получите справку по устранению неполадок"
257
+ },
258
+ "MicrophoneSitePermissionsDenied": {
259
+ "primaryText": "Не удается получить доступ к микрофону",
260
+ "secondaryText": "Щелкните значок блокировки в адресной строке, чтобы предоставить разрешение на доступ к микрофону для этой веб-страницы. Может потребоваться обновление страницы.",
261
+ "primaryButtonText": "Продолжить без микрофона",
262
+ "linkText": "Нужна помощь? Получите справку по устранению неполадок"
263
+ },
264
+ "CameraSitePermissionsDeniedSafari": {
265
+ "primaryText": "Не удается получить доступ к камере",
266
+ "secondaryText": "Обновите страницу, чтобы предоставить разрешения, или проверьте параметры браузера и включите разрешения для этого веб-сайта.",
267
+ "primaryButtonText": "Продолжить без камеры",
268
+ "linkText": "Нужна помощь? Получите справку по устранению неполадок"
269
+ },
270
+ "MicrophoneSitePermissionsDeniedSafari": {
271
+ "primaryText": "Не удается получить доступ к микрофону",
272
+ "secondaryText": "Обновите страницу, чтобы предоставить разрешения, или проверьте параметры браузера и включите разрешения для этого веб-сайта.",
273
+ "primaryButtonText": "Продолжить без микрофона",
274
+ "linkText": "Нужна помощь? Получите справку по устранению неполадок"
192
275
  },
193
276
  "UnsupportedBrowser": {
194
277
  "primaryText": "Браузер не поддерживается",
195
278
  "secondaryText": "Присоединитесь к этому вызову с помощью совместимого браузера.",
196
- "moreHelpLink": "Дополнительная помощь"
279
+ "moreHelpLinkText": "См. требования к совместимости"
280
+ },
281
+ "UnsupportedBrowserVersion": {
282
+ "primaryText": "Необходимо обновление браузера",
283
+ "secondaryText": "Чтобы обеспечить наилучший возможный звонок, обновите браузер и попробуйте присоединиться к звонку еще раз.",
284
+ "moreHelpLinkText": "См. требования к совместимости",
285
+ "continueAnywayButtonText": "Начать звонок без обновления"
286
+ },
287
+ "UnsupportedOperatingSystem": {
288
+ "primaryText": "Операционная система не поддерживается",
289
+ "secondaryText": "Присоединитесь к этому вызову, используя устройство с совместимой операционной системой.",
290
+ "moreHelpLinkText": "См. требования к совместимости"
197
291
  },
198
292
  "BrowserPermissionDenied": {
199
293
  "primaryText": "Не удается использовать камеру или микрофон",
@@ -5,8 +5,7 @@
5
5
  "removeButtonLabel": "Kaldır",
6
6
  "sharingIconLabel": "Paylaşım",
7
7
  "mutedIconLabel": "Ses kapatıldı",
8
- "displayNamePlaceholder": "Adsız Katılımcı",
9
- "participantStateConnecting": "Aranıyor...",
8
+ "displayNamePlaceholder": "Adsız katılımcı",
10
9
  "participantStateRinging": "Arıyor...",
11
10
  "participantStateHold": "Beklemede"
12
11
  },
@@ -90,7 +89,8 @@
90
89
  "menuHeader": "Bu aramada",
91
90
  "participantsListButtonLabel": "{numParticipants} kişiler",
92
91
  "muteAllButtonLabel": "Tümünün sesini kapat",
93
- "copyInviteLinkButtonLabel": "Davet bağlantısını kopyala"
92
+ "copyInviteLinkButtonLabel": "Davet bağlantısını kopyala",
93
+ "copyInviteLinkActionedAriaLabel": "Davet bağlantısı kopyalandı"
94
94
  },
95
95
  "screenShareButton": {
96
96
  "onLabel": "Sunumu Durdur",
@@ -146,11 +146,13 @@
146
146
  "callNoSpeakerFound": "Hoparlör veya kulaklık bulunamadı. Aramayı dinlemek için bir ses aygıtı bağlayın.",
147
147
  "callNoMicrophoneFound": "Mikrofon bulunamadı. Ses giriş cihazı bağlan.",
148
148
  "callMicrophoneAccessDenied": "Mikrofona erişemiyor. Bu web sayfası için izin vermek için adres çubuğundaki kilidi tıklatın.",
149
+ "callMicrophoneAccessDeniedSafari": "Mikrofona erişemiyor. İzin vermek için sayfayı yenileyin veya bu tarayıcının ayarlarını denetleyin ve bu web sitesi için izinlerin etkinleştirildiğinden emin olun.",
149
150
  "callMicrophoneMutedBySystem": "Sisteminiz tarafından sessize alındınız.",
150
151
  "callMicrophoneUnmutedBySystem": "Mikrofonunuz kurtarıldı ve sisteminiz tarafından sesiniz açıldı.",
151
152
  "callMacOsMicrophoneAccessDenied": "Mikrofona erişilemiyor. macOS gizlilik ayarlarınızda mikrofon izni verin.",
152
153
  "callLocalVideoFreeze": "Ağ bant genişliği düşük. Görüntülü aramada başkaları için duraklatılmış görünüyor olabilir.",
153
154
  "callCameraAccessDenied": "Kameraya erişemiyor. Bu web sayfası için izin vermek için adres çubuğundaki kilidi tıklatın.",
155
+ "callCameraAccessDeniedSafari": "Kameraya erişemiyor. İzin vermek için sayfayı yenileyin veya bu tarayıcının ayarlarını denetleyin ve bu web sitesi için izinlerin etkinleştirildiğinden emin olun.",
154
156
  "callCameraAlreadyInUse": "Kameraya erişemiyor. Başka bir uygulama tarafından zaten kullanılıyor olabilir.",
155
157
  "callVideoStoppedBySystem": "Videonuz sisteminiz tarafından durduruldu.",
156
158
  "callVideoRecoveredBySystem": "Videonuz devam ediyor.",
@@ -158,7 +160,8 @@
158
160
  "callMacOsScreenShareAccessDenied": "MacOS ekran paylaşımını engelliyor. Bu tarayıcının ekranınızı kaydetmesini izin vermek için gizlilik ayarlarınızı güncelleştirin.",
159
161
  "dismissButtonAriaLabel": "Kapat",
160
162
  "failedToJoinCallGeneric": "Aramaya katılınamadı.",
161
- "failedToJoinCallInvalidMeetingLink": "Toplantıya katılınamıyor. Geçersiz Bağlantı."
163
+ "failedToJoinCallInvalidMeetingLink": "Toplantıya katılınamıyor. Geçersiz Bağlantı.",
164
+ "startScreenSharingGeneric": "Ekran paylaşımı başlatılırken bir sorun oluştu."
162
165
  },
163
166
  "videoGallery": {
164
167
  "screenIsBeingSharedMessage": "Ekranınızı paylaşıyorsunuz.",
@@ -167,7 +170,16 @@
167
170
  "localVideoCameraSwitcherLabel": "Kamerayı değiştir",
168
171
  "localVideoMovementLabel": "Taşınabilir Yerel Video Kutucuğu",
169
172
  "localVideoSelectedDescription": "{cameraName} seçildi",
170
- "displayNamePlaceholder": "Adsız Katılımcı"
173
+ "displayNamePlaceholder": "Adsız katılımcı",
174
+ "fitRemoteParticipantToFrame": "Çerçeveye sığdır",
175
+ "fillRemoteParticipantFrame": "Çerçeveyi doldur",
176
+ "pinParticipantForMe": "Benim için sabitle",
177
+ "pinParticipantForMeLimitReached": "Sabitleme (sınıra ulaşıldı)",
178
+ "unpinParticipantForMe": "Sabitlemeyi kaldır",
179
+ "pinParticipantMenuItemAriaLabel": "{participantName} adlı katılımcıyı sabitle",
180
+ "unpinParticipantMenuItemAriaLabel": "{participantName} adlı katılımcının sabitlemesini kaldır",
181
+ "pinnedParticipantAnnouncementAriaLabel": "{participantName} adlı katılımcı sabitlendi",
182
+ "unpinnedParticipantAnnouncementAriaLabel": "{participantName} adlı katılımcının sabitlemesi kaldırıldı"
171
183
  },
172
184
  "dialpad": {
173
185
  "placeholderText": "Telefon numarası gir",
@@ -180,20 +192,102 @@
180
192
  "tooltipOffContent": "Aramayı bekletme"
181
193
  },
182
194
  "videoTile": {
183
- "participantStateConnecting": "Aranıyor...",
184
195
  "participantStateRinging": "Aranıyor...",
185
196
  "participantStateHold": "Beklemede"
186
197
  },
187
- "SitePermissions": {
198
+ "CameraAndMicrophoneSitePermissionsRequest": {
188
199
  "primaryText": "{appName} uygulamasının kameranızı ve mikrofonunuzu kullanmasına izin verin",
189
200
  "secondaryText": "Bu, katılımcıların sizi görebilmesi ve duyabilmesi içindir.",
190
201
  "linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın",
191
- "primaryButtonText": "Erişime İzin Ver"
202
+ "primaryButtonText": "Kamera ve mikrofon olmadan devam et",
203
+ "ariaLabel": "Kamera ve mikrofon erişimine izin ver"
204
+ },
205
+ "CameraSitePermissionsRequest": {
206
+ "primaryText": "{appName} uygulamasının kameranızı kullanmasına izin verin",
207
+ "secondaryText": "Bu, katılımcıların sizi görebilmesi içindir.",
208
+ "linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın",
209
+ "primaryButtonText": "Kamera olmadan devam et",
210
+ "ariaLabel": "Kamera erişimine izin ver"
211
+ },
212
+ "MicrophoneSitePermissionsRequest": {
213
+ "primaryText": "{appName} uygulamasının mikrofonunuzu kullanmasına izin verin",
214
+ "secondaryText": "Bu, katılımcıların sizi duyabilmesi içindir.",
215
+ "linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın",
216
+ "primaryButtonText": "Mikrofon olmadan devam et",
217
+ "ariaLabel": "Mikrofon erişimine izin ver"
218
+ },
219
+ "CameraAndMicrophoneSitePermissionsCheck": {
220
+ "primaryText": "Kamera ve mikrofon erişimi denetleniyor",
221
+ "secondaryText": "İstenirse erişime izin verin. Bu, katılımcıların sizi görebilmesi ve duyabilmesi içindir.",
222
+ "linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın",
223
+ "primaryButtonText": "Kamera ve mikrofon olmadan devam et",
224
+ "ariaLabel": "Kamera ve mikrofon erişimi denetleniyor. İstenirse erişime izin verin."
225
+ },
226
+ "CameraSitePermissionsCheck": {
227
+ "primaryText": "Kamera erişimi denetleniyor",
228
+ "secondaryText": "İstenirse erişime izin verin. Bu, katılımcıların sizi görebilmesi içindir.",
229
+ "linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın",
230
+ "primaryButtonText": "Kamera olmadan devam et",
231
+ "ariaLabel": "Kamera erişimi denetleniyor. İstenirse erişime izin verin."
232
+ },
233
+ "MicrophoneSitePermissionsCheck": {
234
+ "primaryText": "Mikrofon erişimi denetleniyor",
235
+ "secondaryText": "İstenirse erişime izin verin. Bu, katılımcıların sizi duyabilmesi içindir.",
236
+ "linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın",
237
+ "primaryButtonText": "Mikrofon olmadan devam et",
238
+ "ariaLabel": "Mikrofon erişimi denetleniyor. İstenirse erişime izin verin."
239
+ },
240
+ "CameraAndMicrophoneSitePermissionsDenied": {
241
+ "primaryText": "Kamera ve mikrofona erişemiyor",
242
+ "secondaryText": "Bu web sayfası için mikrofon izinleri vermek için adres çubuğundaki kilit simgesine tıklayın. Sayfa yenilemesi gerekebilir.",
243
+ "primaryButtonText": "Kamera ve mikrofon olmadan devam et",
244
+ "linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın"
245
+ },
246
+ "CameraAndMicrophoneSitePermissionsDeniedSafari": {
247
+ "primaryText": "Kamera ve mikrofona erişemiyor",
248
+ "secondaryText": "İzin vermek için sayfayı yenileyin veya bu tarayıcının ayarlarını denetleyin ve bu web sitesi için izinlerin etkinleştirildiğinden emin olun.",
249
+ "primaryButtonText": "Kamera ve mikrofon olmadan devam et",
250
+ "linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın"
251
+ },
252
+ "CameraSitePermissionsDenied": {
253
+ "primaryText": "Kameraya erişilemiyor",
254
+ "secondaryText": "Bu web sayfasında kamera izinleri vermek için adres çubuğundaki kilit simgesine tıklayın. Sayfa yenilemesi gerekebilir.",
255
+ "primaryButtonText": "Kamera olmadan devam et",
256
+ "linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın"
257
+ },
258
+ "MicrophoneSitePermissionsDenied": {
259
+ "primaryText": "Mikrofona erişilemiyor",
260
+ "secondaryText": "Bu web sayfası için mikrofon izinleri vermek için adres çubuğundaki kilit simgesine tıklayın. Sayfa yenilemesi gerekebilir.",
261
+ "primaryButtonText": "Mikrofon olmadan devam et",
262
+ "linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın"
263
+ },
264
+ "CameraSitePermissionsDeniedSafari": {
265
+ "primaryText": "Kameraya erişilemiyor",
266
+ "secondaryText": "İzin vermek için sayfayı yenileyin veya bu tarayıcının ayarlarını denetleyin ve bu web sitesi için izinlerin etkinleştirildiğinden emin olun.",
267
+ "primaryButtonText": "Kamera olmadan devam et",
268
+ "linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın"
269
+ },
270
+ "MicrophoneSitePermissionsDeniedSafari": {
271
+ "primaryText": "Mikrofona erişilemiyor",
272
+ "secondaryText": "İzin vermek için sayfayı yenileyin veya bu tarayıcının ayarlarını denetleyin ve bu web sitesi için izinlerin etkinleştirildiğinden emin olun.",
273
+ "primaryButtonText": "Mikrofon olmadan devam et",
274
+ "linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın"
192
275
  },
193
276
  "UnsupportedBrowser": {
194
277
  "primaryText": "Tarayıcı desteklenmiyor",
195
278
  "secondaryText": "Lütfen uyumlu bir tarayıcı kullanarak bu aramaya katılın.",
196
- "moreHelpLink": "Daha fazla yardım"
279
+ "moreHelpLinkText": "Uyumluluk gereksinimlerini görüntüleyin"
280
+ },
281
+ "UnsupportedBrowserVersion": {
282
+ "primaryText": "Tarayıcı güncelleştirmesi gerekiyor",
283
+ "secondaryText": "Mümkün olan en iyi arama deneyimi için lütfen tarayıcınızı güncelleştirin ve aramaya yeniden katılmayı deneyin.",
284
+ "moreHelpLinkText": "Uyumluluk gereksinimlerini görüntüleyin",
285
+ "continueAnywayButtonText": "Güncelleştirmeden arama başlat"
286
+ },
287
+ "UnsupportedOperatingSystem": {
288
+ "primaryText": "İşletim sistemi desteklenmiyor",
289
+ "secondaryText": "Lütfen uyumlu bir işletim sistemine sahip bir cihaz kullanarak bu çağrıya katılın.",
290
+ "moreHelpLinkText": "Uyumluluk gereksinimlerini görüntüleyin"
197
291
  },
198
292
  "BrowserPermissionDenied": {
199
293
  "primaryText": "Kameranızı veya mikrofonunuzu kullanamazsınız",
@@ -6,7 +6,6 @@
6
6
  "sharingIconLabel": "共享",
7
7
  "mutedIconLabel": "已静音",
8
8
  "displayNamePlaceholder": "未命名的参与者",
9
- "participantStateConnecting": "正在呼叫...",
10
9
  "participantStateRinging": "正在呼叫...",
11
10
  "participantStateHold": "待机音乐"
12
11
  },
@@ -90,7 +89,8 @@
90
89
  "menuHeader": "在此通话中",
91
90
  "participantsListButtonLabel": "{numParticipants} 人",
92
91
  "muteAllButtonLabel": "全部静音",
93
- "copyInviteLinkButtonLabel": "复制邀请链接"
92
+ "copyInviteLinkButtonLabel": "复制邀请链接",
93
+ "copyInviteLinkActionedAriaLabel": "已复制邀请链接"
94
94
  },
95
95
  "screenShareButton": {
96
96
  "onLabel": "停止演示",
@@ -146,11 +146,13 @@
146
146
  "callNoSpeakerFound": "找不到扬声器或耳机。连接音频设备以收听呼叫。",
147
147
  "callNoMicrophoneFound": "找不到麦克风。连接音频输入设备。",
148
148
  "callMicrophoneAccessDenied": "无法访问麦克风。单击地址栏中的锁定以授予对此网页的权限。",
149
+ "callMicrophoneAccessDeniedSafari": "无法访问麦克风。刷新页面以允许权限,或检查此浏览器的设置并验证是否为此网站启用了权限。",
149
150
  "callMicrophoneMutedBySystem": "系统已将你设为静音。",
150
151
  "callMicrophoneUnmutedBySystem": "你的麦克风已恢复,系统已取消静音。",
151
152
  "callMacOsMicrophoneAccessDenied": "无法访问麦克风。在 macOS 隐私设置中授予麦克风权限。",
152
153
  "callLocalVideoFreeze": "网络带宽较差。你的视频可能会在通话中为其他人暂停。",
153
154
  "callCameraAccessDenied": "无法访问照相机。单击地址栏中的锁定以授予对此网页的权限。",
155
+ "callCameraAccessDeniedSafari": "无法访问照相机。刷新页面以允许权限,或检查此浏览器的设置并验证是否为此网站启用了权限。",
154
156
  "callCameraAlreadyInUse": "无法访问照相机。它可能已被其他应用程序使用。",
155
157
  "callVideoStoppedBySystem": "你的系统已停止你的视频。",
156
158
  "callVideoRecoveredBySystem": "你的视频已恢复。",
@@ -158,7 +160,8 @@
158
160
  "callMacOsScreenShareAccessDenied": "MacOS 正在阻止屏幕共享。更新你的隐私设置以允许此浏览器录制你的屏幕。",
159
161
  "dismissButtonAriaLabel": "关闭",
160
162
  "failedToJoinCallGeneric": "未能加入通话。",
161
- "failedToJoinCallInvalidMeetingLink": "无法加入会议。无效的链接。"
163
+ "failedToJoinCallInvalidMeetingLink": "无法加入会议。无效的链接。",
164
+ "startScreenSharingGeneric": "启动屏幕共享时出现问题。"
162
165
  },
163
166
  "videoGallery": {
164
167
  "screenIsBeingSharedMessage": "你正在共享你的屏幕",
@@ -167,7 +170,16 @@
167
170
  "localVideoCameraSwitcherLabel": "切换相机",
168
171
  "localVideoMovementLabel": "可移动本地视频磁贴",
169
172
  "localVideoSelectedDescription": "已选择 {cameraName}",
170
- "displayNamePlaceholder": "未命名的参与者"
173
+ "displayNamePlaceholder": "未命名的参与者",
174
+ "fitRemoteParticipantToFrame": "适应帧大小",
175
+ "fillRemoteParticipantFrame": "填充帧",
176
+ "pinParticipantForMe": "为我固定",
177
+ "pinParticipantForMeLimitReached": "固定(已达到上限)",
178
+ "unpinParticipantForMe": "取消固定",
179
+ "pinParticipantMenuItemAriaLabel": "固定 {participantName}",
180
+ "unpinParticipantMenuItemAriaLabel": "取消固定 {participantName}",
181
+ "pinnedParticipantAnnouncementAriaLabel": "已固定 {participantName}",
182
+ "unpinnedParticipantAnnouncementAriaLabel": "已取消固定 {participantName}"
171
183
  },
172
184
  "dialpad": {
173
185
  "placeholderText": "输入电话号码",
@@ -180,20 +192,102 @@
180
192
  "tooltipOffContent": "保持呼叫"
181
193
  },
182
194
  "videoTile": {
183
- "participantStateConnecting": "正在呼叫...",
184
195
  "participantStateRinging": "正在呼叫...",
185
196
  "participantStateHold": "待机音乐"
186
197
  },
187
- "SitePermissions": {
198
+ "CameraAndMicrophoneSitePermissionsRequest": {
188
199
  "primaryText": "允许{appName}使用你的相机和麦克风",
189
200
  "secondaryText": "这样参与者就可以看到并听到你的声音。",
190
201
  "linkText": "需要帮助? 获取疑难解答帮助",
191
- "primaryButtonText": "允许访问"
202
+ "primaryButtonText": "不使用相机和麦克风继续",
203
+ "ariaLabel": "允许相机和麦克风访问权限"
204
+ },
205
+ "CameraSitePermissionsRequest": {
206
+ "primaryText": "允许 {appName} 使用你的相机",
207
+ "secondaryText": "这样参与者就可以看到你了。",
208
+ "linkText": "需要帮助? 获取疑难解答帮助",
209
+ "primaryButtonText": "不使用摄像头继续",
210
+ "ariaLabel": "允许相机访问权限"
211
+ },
212
+ "MicrophoneSitePermissionsRequest": {
213
+ "primaryText": "允许 {appName} 使用你的麦克风",
214
+ "secondaryText": "这样参与者就可以听到你的声音。",
215
+ "linkText": "需要帮助? 获取疑难解答帮助",
216
+ "primaryButtonText": "不使用麦克风继续",
217
+ "ariaLabel": "允许麦克风访问权限"
218
+ },
219
+ "CameraAndMicrophoneSitePermissionsCheck": {
220
+ "primaryText": "检查摄像头和麦克风访问权限",
221
+ "secondaryText": "如果出现提示,请允许访问。这样参与者就可以看到并听到你的声音。",
222
+ "linkText": "需要帮助? 获取疑难解答帮助",
223
+ "primaryButtonText": "不使用相机和麦克风继续",
224
+ "ariaLabel": "正在检查摄像头和麦克风访问权限。如果出现提示,请允许访问。"
225
+ },
226
+ "CameraSitePermissionsCheck": {
227
+ "primaryText": "检查摄像头访问权限",
228
+ "secondaryText": "如果出现提示,请允许访问。这样参与者就可以看到你了。",
229
+ "linkText": "需要帮助? 获取疑难解答帮助",
230
+ "primaryButtonText": "不使用相机继续",
231
+ "ariaLabel": "正在检查摄像头访问权限。如果出现提示,请允许访问。"
232
+ },
233
+ "MicrophoneSitePermissionsCheck": {
234
+ "primaryText": "正在检查麦克风访问权限",
235
+ "secondaryText": "如果出现提示,请允许访问。这样参与者就可以听到你的声音。",
236
+ "linkText": "需要帮助? 获取疑难解答帮助",
237
+ "primaryButtonText": "不使用麦克风继续",
238
+ "ariaLabel": "正在检查麦克风访问权限。如果出现提示,请允许访问。"
239
+ },
240
+ "CameraAndMicrophoneSitePermissionsDenied": {
241
+ "primaryText": "无法访问相机和麦克风",
242
+ "secondaryText": "单击地址栏中的锁图标以向此网页授予麦克风权限。可能需要页面刷新。",
243
+ "primaryButtonText": "不使用摄像头和麦克风继续",
244
+ "linkText": "需要帮助? 获取疑难解答帮助"
245
+ },
246
+ "CameraAndMicrophoneSitePermissionsDeniedSafari": {
247
+ "primaryText": "无法访问相机和麦克风",
248
+ "secondaryText": "刷新页面以允许权限,或检查此浏览器的设置并验证是否为此网站启用了权限。",
249
+ "primaryButtonText": "不使用摄像头和麦克风继续",
250
+ "linkText": "需要帮助? 获取疑难解答帮助"
251
+ },
252
+ "CameraSitePermissionsDenied": {
253
+ "primaryText": "无法访问摄像头",
254
+ "secondaryText": "单击地址栏中的锁图标以向此网页授予相机权限。可能需要页面刷新。",
255
+ "primaryButtonText": "不使用摄像头继续",
256
+ "linkText": "需要帮助? 获取疑难解答帮助"
257
+ },
258
+ "MicrophoneSitePermissionsDenied": {
259
+ "primaryText": "无法访问麦克风",
260
+ "secondaryText": "单击地址栏中的锁图标以向此网页授予麦克风权限。可能需要页面刷新。",
261
+ "primaryButtonText": "不使用麦克风继续",
262
+ "linkText": "需要帮助? 获取疑难解答帮助"
263
+ },
264
+ "CameraSitePermissionsDeniedSafari": {
265
+ "primaryText": "无法访问相机",
266
+ "secondaryText": "刷新页面以允许权限,或检查此浏览器的设置并验证是否为此网站启用了权限。",
267
+ "primaryButtonText": "不使用相机继续",
268
+ "linkText": "需要帮助? 获取疑难解答帮助"
269
+ },
270
+ "MicrophoneSitePermissionsDeniedSafari": {
271
+ "primaryText": "无法访问麦克风",
272
+ "secondaryText": "刷新页面以允许权限,或检查此浏览器的设置并验证是否为此网站启用了权限。",
273
+ "primaryButtonText": "不使用麦克风继续",
274
+ "linkText": "需要帮助? 获取疑难解答帮助"
192
275
  },
193
276
  "UnsupportedBrowser": {
194
277
  "primaryText": "浏览器不受支持",
195
278
  "secondaryText": "请使用兼容的浏览器加入此通话。",
196
- "moreHelpLink": "更多帮助"
279
+ "moreHelpLinkText": "查看兼容性要求"
280
+ },
281
+ "UnsupportedBrowserVersion": {
282
+ "primaryText": "需要浏览器更新",
283
+ "secondaryText": "为确保通话达到最佳效果,请更新浏览器,然后再次尝试加入呼叫。",
284
+ "moreHelpLinkText": "查看兼容性要求",
285
+ "continueAnywayButtonText": "在不更新的情况下启动呼叫"
286
+ },
287
+ "UnsupportedOperatingSystem": {
288
+ "primaryText": "不支持操作系统",
289
+ "secondaryText": "请使用具有兼容的操作系统的设备加入此通话。",
290
+ "moreHelpLinkText": "查看兼容性要求"
197
291
  },
198
292
  "BrowserPermissionDenied": {
199
293
  "primaryText": "无法使用摄像头或麦克风",