@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.
- package/dist/communication-react.d.ts +4 -0
- package/dist/dist-cjs/communication-react/index.js +109 -43
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +2 -0
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +4 -4
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +10 -2
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +9 -5
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js +2 -1
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Common.style.d.ts +14 -0
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js +16 -0
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -0
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +119 -12
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +119 -12
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +119 -12
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +119 -12
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +118 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.d.ts +20 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +21 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +19 -2
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +82 -3
- package/package.json +8 -8
@@ -6,7 +6,6 @@
|
|
6
6
|
"sharingIconLabel": "Общий доступ",
|
7
7
|
"mutedIconLabel": "Микрофон отключен",
|
8
8
|
"displayNamePlaceholder": "Участник без имени",
|
9
|
-
"participantStateConnecting": "Выполняется вызов...",
|
10
9
|
"participantStateRinging": "Выполняется вызов...",
|
11
10
|
"participantStateHold": "На удержании"
|
12
11
|
},
|
@@ -54,7 +53,10 @@
|
|
54
53
|
"onSplitButtonAriaLabel": "Отключить камеру и параметры камеры",
|
55
54
|
"offSplitButtonAriaLabel": "Включить камеру и параметры камеры",
|
56
55
|
"cameraActionTurnedOnAnnouncement": "Камера включена",
|
57
|
-
"cameraActionTurnedOffAnnouncement": "Камера отключена"
|
56
|
+
"cameraActionTurnedOffAnnouncement": "Камера отключена",
|
57
|
+
"onSplitButtonPrimaryActionCamera": "Выключить камеру",
|
58
|
+
"offSplitButtonPrimaryActionCamera": "Включить камеру",
|
59
|
+
"cameraPrimaryActionSplitButtonTitle": "Использовать камеру"
|
58
60
|
},
|
59
61
|
"microphoneButton": {
|
60
62
|
"onLabel": "Отключить звук",
|
@@ -70,7 +72,10 @@
|
|
70
72
|
"onSplitButtonAriaLabel": "Отключить микрофон и параметры звука",
|
71
73
|
"offSplitButtonAriaLabel": "Включить микрофон и параметры звука",
|
72
74
|
"microphoneActionTurnedOnAnnouncement": "Ваш микрофон включен",
|
73
|
-
"microphoneActionTurnedOffAnnouncement": "Ваш микрофон отключен"
|
75
|
+
"microphoneActionTurnedOffAnnouncement": "Ваш микрофон отключен",
|
76
|
+
"offSplitButtonMicrophonePrimaryAction": "Включить микрофон",
|
77
|
+
"onSplitButtonMicrophonePrimaryAction": "Отключить микрофон",
|
78
|
+
"micPrimaryActionSplitButtonTitle": "Использовать микрофон"
|
74
79
|
},
|
75
80
|
"devicesButton": {
|
76
81
|
"label": "Устройства",
|
@@ -90,7 +95,8 @@
|
|
90
95
|
"menuHeader": "В этом звонке",
|
91
96
|
"participantsListButtonLabel": "Пользователей: {numParticipants}",
|
92
97
|
"muteAllButtonLabel": "Отключить все микрофоны",
|
93
|
-
"copyInviteLinkButtonLabel": "Копировать ссылку с приглашением"
|
98
|
+
"copyInviteLinkButtonLabel": "Копировать ссылку с приглашением",
|
99
|
+
"copyInviteLinkActionedAriaLabel": "Ссылка на приглашение скопирована"
|
94
100
|
},
|
95
101
|
"screenShareButton": {
|
96
102
|
"onLabel": "Остановить демонстрацию",
|
@@ -126,7 +132,9 @@
|
|
126
132
|
"editBoxSubmitButton": "Отправить",
|
127
133
|
"messageReadCount": "Прочитали: {messageReadByCount} из {remoteParticipantsCount}",
|
128
134
|
"actionMenuMoreOptions": "Дополнительные параметры",
|
129
|
-
"downloadFile": "Скачать файл"
|
135
|
+
"downloadFile": "Скачать файл",
|
136
|
+
"blockedWarningText": "Это сообщение было удалено политикой организации.",
|
137
|
+
"blockedWarningLinkText": "Сведения"
|
130
138
|
},
|
131
139
|
"errorBar": {
|
132
140
|
"unableToReachChatService": "Вы не в сети",
|
@@ -146,11 +154,13 @@
|
|
146
154
|
"callNoSpeakerFound": "Динамики и наушники не найдены. Подключите звуковое устройство, чтобы услышать звонок.",
|
147
155
|
"callNoMicrophoneFound": "Микрофоны не найдены. Подключение звукового устройства ввода.",
|
148
156
|
"callMicrophoneAccessDenied": "Не удается получить доступ к микрофону. Щелкните блокировку в адресной строке, чтобы предоставить разрешение на эту веб-страницу.",
|
157
|
+
"callMicrophoneAccessDeniedSafari": "Не удается получить доступ к микрофону. Обновите страницу, чтобы разрешить разрешения, или проверьте параметры браузера и убедитесь, что для этого веб-сайта включены разрешения.",
|
149
158
|
"callMicrophoneMutedBySystem": "Система отключила ваш микрофон.",
|
150
159
|
"callMicrophoneUnmutedBySystem": "Микрофон восстановлен, и система включила ваш звук.",
|
151
160
|
"callMacOsMicrophoneAccessDenied": "Не удается получить доступ к микрофону. Предоставьте разрешение на доступ к микрофону в параметрах конфиденциальности macOS.",
|
152
161
|
"callLocalVideoFreeze": "Низкая пропускная способность сети. Ваше видео может отображаться как приостановленное для других участников вызова.",
|
153
162
|
"callCameraAccessDenied": "Не удается получить доступ к камере. Щелкните блокировку в адресной строке, чтобы предоставить разрешение на эту веб-страницу.",
|
163
|
+
"callCameraAccessDeniedSafari": "Не удается получить доступ к камере. Обновите страницу, чтобы разрешить разрешения, или проверьте параметры браузера и убедитесь, что для этого веб-сайта включены разрешения.",
|
154
164
|
"callCameraAlreadyInUse": "Не удается получить доступ к камере. Возможно, оно уже используется другим приложением.",
|
155
165
|
"callVideoStoppedBySystem": "Воспроизведение видео остановлено системой.",
|
156
166
|
"callVideoRecoveredBySystem": "Воспроизведение видео возобновлено.",
|
@@ -158,7 +168,9 @@
|
|
158
168
|
"callMacOsScreenShareAccessDenied": "MacOS блокирует демонстрацию экрана. Обновите параметры конфиденциальности, чтобы разрешить этому браузеру записывать ваш экран.",
|
159
169
|
"dismissButtonAriaLabel": "Закрыть",
|
160
170
|
"failedToJoinCallGeneric": "Не удалось присоединиться к звонку.",
|
161
|
-
"failedToJoinCallInvalidMeetingLink": "Не удалось присоединиться к собранию. Недопустимая ссылка."
|
171
|
+
"failedToJoinCallInvalidMeetingLink": "Не удалось присоединиться к собранию. Недопустимая ссылка.",
|
172
|
+
"startScreenSharingGeneric": "Возникла проблема с запуском демонстрации экрана.",
|
173
|
+
"cameraFrozenForRemoteParticipants": "У участников звонка возникают проблемы с просмотром вашего видео. Проверьте свои устройства и сеть."
|
162
174
|
},
|
163
175
|
"videoGallery": {
|
164
176
|
"screenIsBeingSharedMessage": "Вы демонстрируете свой экран",
|
@@ -167,7 +179,16 @@
|
|
167
179
|
"localVideoCameraSwitcherLabel": "Переключить камеру",
|
168
180
|
"localVideoMovementLabel": "Перемещаемая локальная плитка видео",
|
169
181
|
"localVideoSelectedDescription": "Выбрана камера {cameraName}",
|
170
|
-
"displayNamePlaceholder": "Участник без имени"
|
182
|
+
"displayNamePlaceholder": "Участник без имени",
|
183
|
+
"fitRemoteParticipantToFrame": "Вписать в кадр",
|
184
|
+
"fillRemoteParticipantFrame": "Заполнить кадр",
|
185
|
+
"pinParticipantForMe": "Закрепить для меня",
|
186
|
+
"pinParticipantForMeLimitReached": "Закрепить (достигнуто ограничение)",
|
187
|
+
"unpinParticipantForMe": "Открепить",
|
188
|
+
"pinParticipantMenuItemAriaLabel": "Закрепить участника {participantName}",
|
189
|
+
"unpinParticipantMenuItemAriaLabel": "Открепить участника {participantName}",
|
190
|
+
"pinnedParticipantAnnouncementAriaLabel": "Участник {participantName} закреплен",
|
191
|
+
"unpinnedParticipantAnnouncementAriaLabel": "Участник {participantName} откреплен"
|
171
192
|
},
|
172
193
|
"dialpad": {
|
173
194
|
"placeholderText": "Введите номер телефона",
|
@@ -180,20 +201,102 @@
|
|
180
201
|
"tooltipOffContent": "Поставить звонок на удержание"
|
181
202
|
},
|
182
203
|
"videoTile": {
|
183
|
-
"participantStateConnecting": "Выполняется вызов...",
|
184
204
|
"participantStateRinging": "Выполняется вызов...",
|
185
205
|
"participantStateHold": "На удержании"
|
186
206
|
},
|
187
|
-
"
|
207
|
+
"CameraAndMicrophoneSitePermissionsRequest": {
|
188
208
|
"primaryText": "Разрешить {appName} использовать камеру и микрофон",
|
189
209
|
"secondaryText": "Это необходимо для того, чтобы участники могли видеть и слышать вас.",
|
190
210
|
"linkText": "Нужна помощь? Получите справку по устранению неполадок",
|
191
|
-
"primaryButtonText": "
|
211
|
+
"primaryButtonText": "Продолжить без камеры и микрофона",
|
212
|
+
"ariaLabel": "Разрешить доступ к камере и микрофону"
|
213
|
+
},
|
214
|
+
"CameraSitePermissionsRequest": {
|
215
|
+
"primaryText": "Разрешите приложению {appName} использовать камеру",
|
216
|
+
"secondaryText": "Это необходимо для того, чтобы участники могли вас видеть.",
|
217
|
+
"linkText": "Нужна помощь? Получите справку по устранению неполадок",
|
218
|
+
"primaryButtonText": "Продолжить без камеры",
|
219
|
+
"ariaLabel": "Разрешить доступ к камере"
|
220
|
+
},
|
221
|
+
"MicrophoneSitePermissionsRequest": {
|
222
|
+
"primaryText": "Разрешите приложению {appName} использовать микрофон",
|
223
|
+
"secondaryText": "Это делается для того, чтобы участники могли вас слышать.",
|
224
|
+
"linkText": "Нужна помощь? Получите справку по устранению неполадок",
|
225
|
+
"primaryButtonText": "Продолжить без микрофона",
|
226
|
+
"ariaLabel": "Разрешить доступ к микрофону"
|
227
|
+
},
|
228
|
+
"CameraAndMicrophoneSitePermissionsCheck": {
|
229
|
+
"primaryText": "Проверка доступа к камере и микрофону",
|
230
|
+
"secondaryText": "Разрешить доступ при запросе. Это делается для того, чтобы участники могли вас видеть и слышать.",
|
231
|
+
"linkText": "Нужна помощь? Получите справку по устранению неполадок",
|
232
|
+
"primaryButtonText": "Продолжить без камеры и микрофона",
|
233
|
+
"ariaLabel": "Проверка доступа к камере и микрофону. Разрешить доступ при запросе."
|
234
|
+
},
|
235
|
+
"CameraSitePermissionsCheck": {
|
236
|
+
"primaryText": "Проверка доступа к камере",
|
237
|
+
"secondaryText": "Разрешить доступ при запросе. Это необходимо для того, чтобы участники могли вас видеть.",
|
238
|
+
"linkText": "Нужна помощь? Получите справку по устранению неполадок",
|
239
|
+
"primaryButtonText": "Продолжить без камеры",
|
240
|
+
"ariaLabel": "Проверка доступа к камере. Разрешить доступ при запросе."
|
241
|
+
},
|
242
|
+
"MicrophoneSitePermissionsCheck": {
|
243
|
+
"primaryText": "Проверка доступа к микрофону",
|
244
|
+
"secondaryText": "Разрешить доступ при запросе. Это делается для того, чтобы участники могли вас слышать.",
|
245
|
+
"linkText": "Нужна помощь? Получите справку по устранению неполадок",
|
246
|
+
"primaryButtonText": "Продолжить без микрофона",
|
247
|
+
"ariaLabel": "Проверка доступа к микрофону. Разрешить доступ при запросе."
|
248
|
+
},
|
249
|
+
"CameraAndMicrophoneSitePermissionsDenied": {
|
250
|
+
"primaryText": "Не удается получить доступ к камере и микрофону",
|
251
|
+
"secondaryText": "Щелкните значок блокировки в адресной строке, чтобы предоставить разрешение на доступ к микрофону для этой веб-страницы. Может потребоваться обновление страницы.",
|
252
|
+
"primaryButtonText": "Продолжить без камеры и микрофона",
|
253
|
+
"linkText": "Нужна помощь? Получите справку по устранению неполадок"
|
254
|
+
},
|
255
|
+
"CameraAndMicrophoneSitePermissionsDeniedSafari": {
|
256
|
+
"primaryText": "Не удается получить доступ к камере и микрофону",
|
257
|
+
"secondaryText": "Обновите страницу, чтобы предоставить разрешения, или проверьте параметры браузера и включите разрешения для этого веб-сайта.",
|
258
|
+
"primaryButtonText": "Продолжить без камеры и микрофона",
|
259
|
+
"linkText": "Нужна помощь? Получите справку по устранению неполадок"
|
260
|
+
},
|
261
|
+
"CameraSitePermissionsDenied": {
|
262
|
+
"primaryText": "Не удается получить доступ к камере",
|
263
|
+
"secondaryText": "Щелкните значок блокировки в адресной строке, чтобы предоставить разрешения камеры для этой веб-страницы. Может потребоваться обновить страницу.",
|
264
|
+
"primaryButtonText": "Продолжить без камеры",
|
265
|
+
"linkText": "Нужна помощь? Получите справку по устранению неполадок"
|
266
|
+
},
|
267
|
+
"MicrophoneSitePermissionsDenied": {
|
268
|
+
"primaryText": "Не удается получить доступ к микрофону",
|
269
|
+
"secondaryText": "Щелкните значок блокировки в адресной строке, чтобы предоставить разрешение на доступ к микрофону для этой веб-страницы. Может потребоваться обновление страницы.",
|
270
|
+
"primaryButtonText": "Продолжить без микрофона",
|
271
|
+
"linkText": "Нужна помощь? Получите справку по устранению неполадок"
|
272
|
+
},
|
273
|
+
"CameraSitePermissionsDeniedSafari": {
|
274
|
+
"primaryText": "Не удается получить доступ к камере",
|
275
|
+
"secondaryText": "Обновите страницу, чтобы предоставить разрешения, или проверьте параметры браузера и включите разрешения для этого веб-сайта.",
|
276
|
+
"primaryButtonText": "Продолжить без камеры",
|
277
|
+
"linkText": "Нужна помощь? Получите справку по устранению неполадок"
|
278
|
+
},
|
279
|
+
"MicrophoneSitePermissionsDeniedSafari": {
|
280
|
+
"primaryText": "Не удается получить доступ к микрофону",
|
281
|
+
"secondaryText": "Обновите страницу, чтобы предоставить разрешения, или проверьте параметры браузера и включите разрешения для этого веб-сайта.",
|
282
|
+
"primaryButtonText": "Продолжить без микрофона",
|
283
|
+
"linkText": "Нужна помощь? Получите справку по устранению неполадок"
|
192
284
|
},
|
193
285
|
"UnsupportedBrowser": {
|
194
286
|
"primaryText": "Браузер не поддерживается",
|
195
287
|
"secondaryText": "Присоединитесь к этому вызову с помощью совместимого браузера.",
|
196
|
-
"
|
288
|
+
"moreHelpLinkText": "См. требования к совместимости"
|
289
|
+
},
|
290
|
+
"UnsupportedBrowserVersion": {
|
291
|
+
"primaryText": "Необходимо обновление браузера",
|
292
|
+
"secondaryText": "Чтобы обеспечить наилучший возможный звонок, обновите браузер и попробуйте присоединиться к звонку еще раз.",
|
293
|
+
"moreHelpLinkText": "См. требования к совместимости",
|
294
|
+
"continueAnywayButtonText": "Начать звонок без обновления"
|
295
|
+
},
|
296
|
+
"UnsupportedOperatingSystem": {
|
297
|
+
"primaryText": "Операционная система не поддерживается",
|
298
|
+
"secondaryText": "Присоединитесь к этому вызову, используя устройство с совместимой операционной системой.",
|
299
|
+
"moreHelpLinkText": "См. требования к совместимости"
|
197
300
|
},
|
198
301
|
"BrowserPermissionDenied": {
|
199
302
|
"primaryText": "Не удается использовать камеру или микрофон",
|
@@ -215,5 +318,9 @@
|
|
215
318
|
"step2DigitText": "2",
|
216
319
|
"step3DigitText": "3",
|
217
320
|
"step4DigitText": "4"
|
321
|
+
},
|
322
|
+
"VerticalGallery": {
|
323
|
+
"leftNavButtonAriaLabel": "предыдущая страница",
|
324
|
+
"rightNavButtonAriaLabel": "следующая страница"
|
218
325
|
}
|
219
326
|
}
|
@@ -5,8 +5,7 @@
|
|
5
5
|
"removeButtonLabel": "Kaldır",
|
6
6
|
"sharingIconLabel": "Paylaşım",
|
7
7
|
"mutedIconLabel": "Ses kapatıldı",
|
8
|
-
"displayNamePlaceholder": "Adsız
|
9
|
-
"participantStateConnecting": "Aranıyor...",
|
8
|
+
"displayNamePlaceholder": "Adsız katılımcı",
|
10
9
|
"participantStateRinging": "Arıyor...",
|
11
10
|
"participantStateHold": "Beklemede"
|
12
11
|
},
|
@@ -54,7 +53,10 @@
|
|
54
53
|
"onSplitButtonAriaLabel": "Kamerayı ve kamera seçeneklerini devre dışı bırak",
|
55
54
|
"offSplitButtonAriaLabel": "Kamerayı ve kamera seçeneklerini etkinleştir",
|
56
55
|
"cameraActionTurnedOnAnnouncement": "Kameranız açıldı",
|
57
|
-
"cameraActionTurnedOffAnnouncement": "Kameranız kapatıldı"
|
56
|
+
"cameraActionTurnedOffAnnouncement": "Kameranız kapatıldı",
|
57
|
+
"onSplitButtonPrimaryActionCamera": "Kamerayı kapat",
|
58
|
+
"offSplitButtonPrimaryActionCamera": "Kamerayı aç",
|
59
|
+
"cameraPrimaryActionSplitButtonTitle": "Kamerayı kullan"
|
58
60
|
},
|
59
61
|
"microphoneButton": {
|
60
62
|
"onLabel": "Sesi kapat",
|
@@ -70,7 +72,10 @@
|
|
70
72
|
"onSplitButtonAriaLabel": "Mikrofonun ve ses seçeneklerinin sesini kapat",
|
71
73
|
"offSplitButtonAriaLabel": "Mikrofonun ve ses seçeneklerinin sesini aç",
|
72
74
|
"microphoneActionTurnedOnAnnouncement": "Mikrofonunuz açıldı",
|
73
|
-
"microphoneActionTurnedOffAnnouncement": "Mikrofonunuz kapatıldı"
|
75
|
+
"microphoneActionTurnedOffAnnouncement": "Mikrofonunuz kapatıldı",
|
76
|
+
"offSplitButtonMicrophonePrimaryAction": "Mikrofonun sesini aç",
|
77
|
+
"onSplitButtonMicrophonePrimaryAction": "Mikrofonun sesini kapat",
|
78
|
+
"micPrimaryActionSplitButtonTitle": "Mikrofonu kullan"
|
74
79
|
},
|
75
80
|
"devicesButton": {
|
76
81
|
"label": "Cihazlar",
|
@@ -90,7 +95,8 @@
|
|
90
95
|
"menuHeader": "Bu aramada",
|
91
96
|
"participantsListButtonLabel": "{numParticipants} kişiler",
|
92
97
|
"muteAllButtonLabel": "Tümünün sesini kapat",
|
93
|
-
"copyInviteLinkButtonLabel": "Davet bağlantısını kopyala"
|
98
|
+
"copyInviteLinkButtonLabel": "Davet bağlantısını kopyala",
|
99
|
+
"copyInviteLinkActionedAriaLabel": "Davet bağlantısı kopyalandı"
|
94
100
|
},
|
95
101
|
"screenShareButton": {
|
96
102
|
"onLabel": "Sunumu Durdur",
|
@@ -126,7 +132,9 @@
|
|
126
132
|
"editBoxSubmitButton": "Gönder",
|
127
133
|
"messageReadCount": "{messageReadByCount} / {remoteParticipantsCount} katılımcı tarafından okundu",
|
128
134
|
"actionMenuMoreOptions": "Diğer Seçenekler",
|
129
|
-
"downloadFile": "Dosyayı indir"
|
135
|
+
"downloadFile": "Dosyayı indir",
|
136
|
+
"blockedWarningText": "Bu ileti kuruluş ilkesi nedeniyle silindi.",
|
137
|
+
"blockedWarningLinkText": "Ayrıntılar"
|
130
138
|
},
|
131
139
|
"errorBar": {
|
132
140
|
"unableToReachChatService": "Çevrimdışısınız",
|
@@ -146,11 +154,13 @@
|
|
146
154
|
"callNoSpeakerFound": "Hoparlör veya kulaklık bulunamadı. Aramayı dinlemek için bir ses aygıtı bağlayın.",
|
147
155
|
"callNoMicrophoneFound": "Mikrofon bulunamadı. Ses giriş cihazı bağlan.",
|
148
156
|
"callMicrophoneAccessDenied": "Mikrofona erişemiyor. Bu web sayfası için izin vermek için adres çubuğundaki kilidi tıklatın.",
|
157
|
+
"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
158
|
"callMicrophoneMutedBySystem": "Sisteminiz tarafından sessize alındınız.",
|
150
159
|
"callMicrophoneUnmutedBySystem": "Mikrofonunuz kurtarıldı ve sisteminiz tarafından sesiniz açıldı.",
|
151
160
|
"callMacOsMicrophoneAccessDenied": "Mikrofona erişilemiyor. macOS gizlilik ayarlarınızda mikrofon izni verin.",
|
152
161
|
"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
162
|
"callCameraAccessDenied": "Kameraya erişemiyor. Bu web sayfası için izin vermek için adres çubuğundaki kilidi tıklatın.",
|
163
|
+
"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
164
|
"callCameraAlreadyInUse": "Kameraya erişemiyor. Başka bir uygulama tarafından zaten kullanılıyor olabilir.",
|
155
165
|
"callVideoStoppedBySystem": "Videonuz sisteminiz tarafından durduruldu.",
|
156
166
|
"callVideoRecoveredBySystem": "Videonuz devam ediyor.",
|
@@ -158,7 +168,9 @@
|
|
158
168
|
"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
169
|
"dismissButtonAriaLabel": "Kapat",
|
160
170
|
"failedToJoinCallGeneric": "Aramaya katılınamadı.",
|
161
|
-
"failedToJoinCallInvalidMeetingLink": "Toplantıya katılınamıyor. Geçersiz Bağlantı."
|
171
|
+
"failedToJoinCallInvalidMeetingLink": "Toplantıya katılınamıyor. Geçersiz Bağlantı.",
|
172
|
+
"startScreenSharingGeneric": "Ekran paylaşımı başlatılırken bir sorun oluştu.",
|
173
|
+
"cameraFrozenForRemoteParticipants": "Aramadaki kullanıcılar videonuzu görmekte sorun yaşıyor. Lütfen cihazlarınızı ve ağlarınızı kontrol edin."
|
162
174
|
},
|
163
175
|
"videoGallery": {
|
164
176
|
"screenIsBeingSharedMessage": "Ekranınızı paylaşıyorsunuz.",
|
@@ -167,7 +179,16 @@
|
|
167
179
|
"localVideoCameraSwitcherLabel": "Kamerayı değiştir",
|
168
180
|
"localVideoMovementLabel": "Taşınabilir Yerel Video Kutucuğu",
|
169
181
|
"localVideoSelectedDescription": "{cameraName} seçildi",
|
170
|
-
"displayNamePlaceholder": "Adsız
|
182
|
+
"displayNamePlaceholder": "Adsız katılımcı",
|
183
|
+
"fitRemoteParticipantToFrame": "Çerçeveye sığdır",
|
184
|
+
"fillRemoteParticipantFrame": "Çerçeveyi doldur",
|
185
|
+
"pinParticipantForMe": "Benim için sabitle",
|
186
|
+
"pinParticipantForMeLimitReached": "Sabitleme (sınıra ulaşıldı)",
|
187
|
+
"unpinParticipantForMe": "Sabitlemeyi kaldır",
|
188
|
+
"pinParticipantMenuItemAriaLabel": "{participantName} adlı katılımcıyı sabitle",
|
189
|
+
"unpinParticipantMenuItemAriaLabel": "{participantName} adlı katılımcının sabitlemesini kaldır",
|
190
|
+
"pinnedParticipantAnnouncementAriaLabel": "{participantName} adlı katılımcı sabitlendi",
|
191
|
+
"unpinnedParticipantAnnouncementAriaLabel": "{participantName} adlı katılımcının sabitlemesi kaldırıldı"
|
171
192
|
},
|
172
193
|
"dialpad": {
|
173
194
|
"placeholderText": "Telefon numarası gir",
|
@@ -180,20 +201,102 @@
|
|
180
201
|
"tooltipOffContent": "Aramayı bekletme"
|
181
202
|
},
|
182
203
|
"videoTile": {
|
183
|
-
"participantStateConnecting": "Aranıyor...",
|
184
204
|
"participantStateRinging": "Aranıyor...",
|
185
205
|
"participantStateHold": "Beklemede"
|
186
206
|
},
|
187
|
-
"
|
207
|
+
"CameraAndMicrophoneSitePermissionsRequest": {
|
188
208
|
"primaryText": "{appName} uygulamasının kameranızı ve mikrofonunuzu kullanmasına izin verin",
|
189
209
|
"secondaryText": "Bu, katılımcıların sizi görebilmesi ve duyabilmesi içindir.",
|
190
210
|
"linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın",
|
191
|
-
"primaryButtonText": "
|
211
|
+
"primaryButtonText": "Kamera ve mikrofon olmadan devam et",
|
212
|
+
"ariaLabel": "Kamera ve mikrofon erişimine izin ver"
|
213
|
+
},
|
214
|
+
"CameraSitePermissionsRequest": {
|
215
|
+
"primaryText": "{appName} uygulamasının kameranızı kullanmasına izin verin",
|
216
|
+
"secondaryText": "Bu, katılımcıların sizi görebilmesi içindir.",
|
217
|
+
"linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın",
|
218
|
+
"primaryButtonText": "Kamera olmadan devam et",
|
219
|
+
"ariaLabel": "Kamera erişimine izin ver"
|
220
|
+
},
|
221
|
+
"MicrophoneSitePermissionsRequest": {
|
222
|
+
"primaryText": "{appName} uygulamasının mikrofonunuzu kullanmasına izin verin",
|
223
|
+
"secondaryText": "Bu, katılımcıların sizi duyabilmesi içindir.",
|
224
|
+
"linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın",
|
225
|
+
"primaryButtonText": "Mikrofon olmadan devam et",
|
226
|
+
"ariaLabel": "Mikrofon erişimine izin ver"
|
227
|
+
},
|
228
|
+
"CameraAndMicrophoneSitePermissionsCheck": {
|
229
|
+
"primaryText": "Kamera ve mikrofon erişimi denetleniyor",
|
230
|
+
"secondaryText": "İstenirse erişime izin verin. Bu, katılımcıların sizi görebilmesi ve duyabilmesi içindir.",
|
231
|
+
"linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın",
|
232
|
+
"primaryButtonText": "Kamera ve mikrofon olmadan devam et",
|
233
|
+
"ariaLabel": "Kamera ve mikrofon erişimi denetleniyor. İstenirse erişime izin verin."
|
234
|
+
},
|
235
|
+
"CameraSitePermissionsCheck": {
|
236
|
+
"primaryText": "Kamera erişimi denetleniyor",
|
237
|
+
"secondaryText": "İstenirse erişime izin verin. Bu, katılımcıların sizi görebilmesi içindir.",
|
238
|
+
"linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın",
|
239
|
+
"primaryButtonText": "Kamera olmadan devam et",
|
240
|
+
"ariaLabel": "Kamera erişimi denetleniyor. İstenirse erişime izin verin."
|
241
|
+
},
|
242
|
+
"MicrophoneSitePermissionsCheck": {
|
243
|
+
"primaryText": "Mikrofon erişimi denetleniyor",
|
244
|
+
"secondaryText": "İstenirse erişime izin verin. Bu, katılımcıların sizi duyabilmesi içindir.",
|
245
|
+
"linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın",
|
246
|
+
"primaryButtonText": "Mikrofon olmadan devam et",
|
247
|
+
"ariaLabel": "Mikrofon erişimi denetleniyor. İstenirse erişime izin verin."
|
248
|
+
},
|
249
|
+
"CameraAndMicrophoneSitePermissionsDenied": {
|
250
|
+
"primaryText": "Kamera ve mikrofona erişemiyor",
|
251
|
+
"secondaryText": "Bu web sayfası için mikrofon izinleri vermek için adres çubuğundaki kilit simgesine tıklayın. Sayfa yenilemesi gerekebilir.",
|
252
|
+
"primaryButtonText": "Kamera ve mikrofon olmadan devam et",
|
253
|
+
"linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın"
|
254
|
+
},
|
255
|
+
"CameraAndMicrophoneSitePermissionsDeniedSafari": {
|
256
|
+
"primaryText": "Kamera ve mikrofona erişemiyor",
|
257
|
+
"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.",
|
258
|
+
"primaryButtonText": "Kamera ve mikrofon olmadan devam et",
|
259
|
+
"linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın"
|
260
|
+
},
|
261
|
+
"CameraSitePermissionsDenied": {
|
262
|
+
"primaryText": "Kameraya erişilemiyor",
|
263
|
+
"secondaryText": "Bu web sayfasında kamera izinleri vermek için adres çubuğundaki kilit simgesine tıklayın. Sayfa yenilemesi gerekebilir.",
|
264
|
+
"primaryButtonText": "Kamera olmadan devam et",
|
265
|
+
"linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın"
|
266
|
+
},
|
267
|
+
"MicrophoneSitePermissionsDenied": {
|
268
|
+
"primaryText": "Mikrofona erişilemiyor",
|
269
|
+
"secondaryText": "Bu web sayfası için mikrofon izinleri vermek için adres çubuğundaki kilit simgesine tıklayın. Sayfa yenilemesi gerekebilir.",
|
270
|
+
"primaryButtonText": "Mikrofon olmadan devam et",
|
271
|
+
"linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın"
|
272
|
+
},
|
273
|
+
"CameraSitePermissionsDeniedSafari": {
|
274
|
+
"primaryText": "Kameraya erişilemiyor",
|
275
|
+
"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.",
|
276
|
+
"primaryButtonText": "Kamera olmadan devam et",
|
277
|
+
"linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın"
|
278
|
+
},
|
279
|
+
"MicrophoneSitePermissionsDeniedSafari": {
|
280
|
+
"primaryText": "Mikrofona erişilemiyor",
|
281
|
+
"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.",
|
282
|
+
"primaryButtonText": "Mikrofon olmadan devam et",
|
283
|
+
"linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın"
|
192
284
|
},
|
193
285
|
"UnsupportedBrowser": {
|
194
286
|
"primaryText": "Tarayıcı desteklenmiyor",
|
195
287
|
"secondaryText": "Lütfen uyumlu bir tarayıcı kullanarak bu aramaya katılın.",
|
196
|
-
"
|
288
|
+
"moreHelpLinkText": "Uyumluluk gereksinimlerini görüntüleyin"
|
289
|
+
},
|
290
|
+
"UnsupportedBrowserVersion": {
|
291
|
+
"primaryText": "Tarayıcı güncelleştirmesi gerekiyor",
|
292
|
+
"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.",
|
293
|
+
"moreHelpLinkText": "Uyumluluk gereksinimlerini görüntüleyin",
|
294
|
+
"continueAnywayButtonText": "Güncelleştirmeden arama başlat"
|
295
|
+
},
|
296
|
+
"UnsupportedOperatingSystem": {
|
297
|
+
"primaryText": "İşletim sistemi desteklenmiyor",
|
298
|
+
"secondaryText": "Lütfen uyumlu bir işletim sistemine sahip bir cihaz kullanarak bu çağrıya katılın.",
|
299
|
+
"moreHelpLinkText": "Uyumluluk gereksinimlerini görüntüleyin"
|
197
300
|
},
|
198
301
|
"BrowserPermissionDenied": {
|
199
302
|
"primaryText": "Kameranızı veya mikrofonunuzu kullanamazsınız",
|
@@ -215,5 +318,9 @@
|
|
215
318
|
"step2DigitText": "2",
|
216
319
|
"step3DigitText": "3",
|
217
320
|
"step4DigitText": "4"
|
321
|
+
},
|
322
|
+
"VerticalGallery": {
|
323
|
+
"leftNavButtonAriaLabel": "önceki sayfa",
|
324
|
+
"rightNavButtonAriaLabel": "sonraki sayfa"
|
218
325
|
}
|
219
326
|
}
|