@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
|
}
|
@@ -6,7 +6,6 @@
|
|
6
6
|
"sharingIconLabel": "Delen",
|
7
7
|
"mutedIconLabel": "Gedempt",
|
8
8
|
"displayNamePlaceholder": "Naamloze deelnemer",
|
9
|
-
"participantStateConnecting": "Bellen...",
|
10
9
|
"participantStateRinging": "Bellen...",
|
11
10
|
"participantStateHold": "In de wacht"
|
12
11
|
},
|
@@ -54,7 +53,10 @@
|
|
54
53
|
"onSplitButtonAriaLabel": "Camera- en cameraopties uitschakelen",
|
55
54
|
"offSplitButtonAriaLabel": "Camera- en cameraopties inschakelen",
|
56
55
|
"cameraActionTurnedOnAnnouncement": "Uw camera is ingeschakeld",
|
57
|
-
"cameraActionTurnedOffAnnouncement": "Uw camera is uitgeschakeld"
|
56
|
+
"cameraActionTurnedOffAnnouncement": "Uw camera is uitgeschakeld",
|
57
|
+
"onSplitButtonPrimaryActionCamera": "Camera uitschakelen",
|
58
|
+
"offSplitButtonPrimaryActionCamera": "Camera inschakelen",
|
59
|
+
"cameraPrimaryActionSplitButtonTitle": "Camera gebruiken"
|
58
60
|
},
|
59
61
|
"microphoneButton": {
|
60
62
|
"onLabel": "Dempen",
|
@@ -70,7 +72,10 @@
|
|
70
72
|
"onSplitButtonAriaLabel": "Microfoon- en audioopties dempen",
|
71
73
|
"offSplitButtonAriaLabel": "Microfoon- en audioopties dempen opheffen",
|
72
74
|
"microphoneActionTurnedOnAnnouncement": "Uw microfoon is ingeschakeld",
|
73
|
-
"microphoneActionTurnedOffAnnouncement": "Uw microfoon is uitgeschakeld"
|
75
|
+
"microphoneActionTurnedOffAnnouncement": "Uw microfoon is uitgeschakeld",
|
76
|
+
"offSplitButtonMicrophonePrimaryAction": "Microfoon inschakelen",
|
77
|
+
"onSplitButtonMicrophonePrimaryAction": "Microfoon uitschakelen",
|
78
|
+
"micPrimaryActionSplitButtonTitle": "Microfoon gebruiken"
|
74
79
|
},
|
75
80
|
"devicesButton": {
|
76
81
|
"label": "Apparaten",
|
@@ -90,7 +95,8 @@
|
|
90
95
|
"menuHeader": "In dit gesprek",
|
91
96
|
"participantsListButtonLabel": "{numParticipants} personen",
|
92
97
|
"muteAllButtonLabel": "Alles dempen",
|
93
|
-
"copyInviteLinkButtonLabel": "Uitnodigingskoppeling kopiëren"
|
98
|
+
"copyInviteLinkButtonLabel": "Uitnodigingskoppeling kopiëren",
|
99
|
+
"copyInviteLinkActionedAriaLabel": "Uitnodigingskoppeling gekopieerd"
|
94
100
|
},
|
95
101
|
"screenShareButton": {
|
96
102
|
"onLabel": "Presenteren stoppen",
|
@@ -126,7 +132,9 @@
|
|
126
132
|
"editBoxSubmitButton": "Verzenden",
|
127
133
|
"messageReadCount": "Gelezen door {messageReadByCount} van {remoteParticipantsCount}",
|
128
134
|
"actionMenuMoreOptions": "Meer opties",
|
129
|
-
"downloadFile": "Bestand downloaden"
|
135
|
+
"downloadFile": "Bestand downloaden",
|
136
|
+
"blockedWarningText": "Dit bericht is verwijderd vanwege organisatiebeleid.",
|
137
|
+
"blockedWarningLinkText": "Details"
|
130
138
|
},
|
131
139
|
"errorBar": {
|
132
140
|
"unableToReachChatService": "U bent offline",
|
@@ -146,11 +154,13 @@
|
|
146
154
|
"callNoSpeakerFound": "Geen luidsprekers of hoofdtelefoon gevonden. Sluit een audioapparaat aan om het gesprek te beluisteren.",
|
147
155
|
"callNoMicrophoneFound": "Geen microfoons gevonden. Sluit een audio-invoerapparaat aan.",
|
148
156
|
"callMicrophoneAccessDenied": "Kan geen toegang krijgen tot de microfoon. Klik op de vergrendeling in de adresbalk om toestemming te verlenen aan deze webpagina.",
|
157
|
+
"callMicrophoneAccessDeniedSafari": "Kan geen toegang krijgen tot de microfoon. Vernieuw de pagina om machtigingen toe te staan of controleer de instellingen van deze browser en controleer of machtigingen zijn ingeschakeld voor deze website.",
|
149
158
|
"callMicrophoneMutedBySystem": "U bent gedempt door jouw systeem.",
|
150
159
|
"callMicrophoneUnmutedBySystem": "De microfoon is hersteld en het dempen van de microfoon is door het systeem opgeheven.",
|
151
160
|
"callMacOsMicrophoneAccessDenied": "Kan geen toegang krijgen tot de microfoon. Verleen microfoonmachtiging in de privacyinstellingen voor macOS.",
|
152
161
|
"callLocalVideoFreeze": "De netwerkbandbreedte is slecht. Je video wordt mogelijk onderbroken weergegeven voor anderen in het gesprek.",
|
153
162
|
"callCameraAccessDenied": "Kan geen toegang krijgen tot de camera. Klik op de vergrendeling in de adresbalk om toestemming te verlenen aan deze webpagina.",
|
163
|
+
"callCameraAccessDeniedSafari": "Kan geen toegang krijgen tot de camera. Vernieuw de pagina om machtigingen toe te staan of controleer de instellingen van deze browser en controleer of machtigingen zijn ingeschakeld voor deze website.",
|
154
164
|
"callCameraAlreadyInUse": "Kan geen toegang krijgen tot de camera. Het wordt mogelijk al gebruikt door een andere toepassing.",
|
155
165
|
"callVideoStoppedBySystem": "Uw video is gestopt door uw systeem.",
|
156
166
|
"callVideoRecoveredBySystem": "Uw video is hervat.",
|
@@ -158,7 +168,9 @@
|
|
158
168
|
"callMacOsScreenShareAccessDenied": "MacOS blokkeert scherm delen. Werk je privacyinstellingen bij, zodat deze browser jouw scherm kan opnemen.",
|
159
169
|
"dismissButtonAriaLabel": "Sluiten",
|
160
170
|
"failedToJoinCallGeneric": "Deelnemen aan gesprek mislukt.",
|
161
|
-
"failedToJoinCallInvalidMeetingLink": "Kan niet deelnemen aan vergadering. Ongeldige koppeling."
|
171
|
+
"failedToJoinCallInvalidMeetingLink": "Kan niet deelnemen aan vergadering. Ongeldige koppeling.",
|
172
|
+
"startScreenSharingGeneric": "Er is een probleem opgetreden bij het starten van scherm delen.",
|
173
|
+
"cameraFrozenForRemoteParticipants": "Gebruikers in het gesprek ondervinden problemen bij het zien van uw video. Controleer uw apparaten en netwerk."
|
162
174
|
},
|
163
175
|
"videoGallery": {
|
164
176
|
"screenIsBeingSharedMessage": "U deelt uw scherm",
|
@@ -167,7 +179,16 @@
|
|
167
179
|
"localVideoCameraSwitcherLabel": "Camera wisselen",
|
168
180
|
"localVideoMovementLabel": "Tegel voor verwisselbare lokale video",
|
169
181
|
"localVideoSelectedDescription": "{cameraName} geselecteerd",
|
170
|
-
"displayNamePlaceholder": "Naamloze deelnemer"
|
182
|
+
"displayNamePlaceholder": "Naamloze deelnemer",
|
183
|
+
"fitRemoteParticipantToFrame": "Aanpassen aan frame",
|
184
|
+
"fillRemoteParticipantFrame": "Frame vullen",
|
185
|
+
"pinParticipantForMe": "Voor mij vastmaken",
|
186
|
+
"pinParticipantForMeLimitReached": "Pin (limiet bereikt)",
|
187
|
+
"unpinParticipantForMe": "Losmaken",
|
188
|
+
"pinParticipantMenuItemAriaLabel": "{participantName} vastmaken",
|
189
|
+
"unpinParticipantMenuItemAriaLabel": "{participantName} losmaken",
|
190
|
+
"pinnedParticipantAnnouncementAriaLabel": "{participantName} vastgemaakt",
|
191
|
+
"unpinnedParticipantAnnouncementAriaLabel": "{participantName} losgemaakt"
|
171
192
|
},
|
172
193
|
"dialpad": {
|
173
194
|
"placeholderText": "Telefoonnummer invoeren",
|
@@ -180,20 +201,102 @@
|
|
180
201
|
"tooltipOffContent": "Gesprek in wachtrij plaatsen"
|
181
202
|
},
|
182
203
|
"videoTile": {
|
183
|
-
"participantStateConnecting": "Bellen...",
|
184
204
|
"participantStateRinging": "Bellen...",
|
185
205
|
"participantStateHold": "In de wacht"
|
186
206
|
},
|
187
|
-
"
|
207
|
+
"CameraAndMicrophoneSitePermissionsRequest": {
|
188
208
|
"primaryText": "Toestaan dat {appName} uw camera en microfoon gebruikt",
|
189
209
|
"secondaryText": "Dit is zodat deelnemers u kunnen zien en horen.",
|
190
210
|
"linkText": "Hulp nodig? Hulp bij probleemoplossing",
|
191
|
-
"primaryButtonText": "
|
211
|
+
"primaryButtonText": "Doorgaan zonder camera en microfoon",
|
212
|
+
"ariaLabel": "Toegang tot camera en microfoon toestaan"
|
213
|
+
},
|
214
|
+
"CameraSitePermissionsRequest": {
|
215
|
+
"primaryText": "{appName} toestaan om uw camera te gebruiken",
|
216
|
+
"secondaryText": "Dit is zodat deelnemers u kunnen zien.",
|
217
|
+
"linkText": "Hulp nodig? Hulp bij probleemoplossing",
|
218
|
+
"primaryButtonText": "Doorgaan zonder camera",
|
219
|
+
"ariaLabel": "Cameratoegang toestaan"
|
220
|
+
},
|
221
|
+
"MicrophoneSitePermissionsRequest": {
|
222
|
+
"primaryText": "{appName} toestaan om uw microfoon te gebruiken",
|
223
|
+
"secondaryText": "Dit is zodat deelnemers u kunnen horen.",
|
224
|
+
"linkText": "Hulp nodig? Hulp bij probleemoplossing",
|
225
|
+
"primaryButtonText": "Doorgaan zonder microfoon",
|
226
|
+
"ariaLabel": "Microfoontoegang toestaan"
|
227
|
+
},
|
228
|
+
"CameraAndMicrophoneSitePermissionsCheck": {
|
229
|
+
"primaryText": "Controleren op toegang tot camera en microfoon",
|
230
|
+
"secondaryText": "Toegang toestaan als hierom wordt gevraagd. Dit is zodat deelnemers u kunnen zien en horen.",
|
231
|
+
"linkText": "Hulp nodig? Hulp bij probleemoplossing",
|
232
|
+
"primaryButtonText": "Doorgaan zonder camera en microfoon",
|
233
|
+
"ariaLabel": "Controleren op toegang tot camera en microfoon. Toegang toestaan als hierom wordt gevraagd."
|
234
|
+
},
|
235
|
+
"CameraSitePermissionsCheck": {
|
236
|
+
"primaryText": "Controleren op cameratoegang",
|
237
|
+
"secondaryText": "Toegang toestaan als hierom wordt gevraagd. Dit is zodat deelnemers u kunnen zien.",
|
238
|
+
"linkText": "Hulp nodig? Hulp bij probleemoplossing",
|
239
|
+
"primaryButtonText": "Doorgaan zonder camera",
|
240
|
+
"ariaLabel": "Controleren op cameratoegang. Toegang toestaan als hierom wordt gevraagd."
|
241
|
+
},
|
242
|
+
"MicrophoneSitePermissionsCheck": {
|
243
|
+
"primaryText": "Controleren op toegang tot microfoon",
|
244
|
+
"secondaryText": "Toegang toestaan als hierom wordt gevraagd. Dit is zodat deelnemers u kunnen horen.",
|
245
|
+
"linkText": "Hulp nodig? Hulp bij probleemoplossing",
|
246
|
+
"primaryButtonText": "Doorgaan zonder microfoon",
|
247
|
+
"ariaLabel": "Controleren op toegang tot microfoon. Toegang toestaan als hierom wordt gevraagd."
|
248
|
+
},
|
249
|
+
"CameraAndMicrophoneSitePermissionsDenied": {
|
250
|
+
"primaryText": "Geen toegang tot camera en microfoon",
|
251
|
+
"secondaryText": "Klik op het vergrendelingspictogram op de adresbalk om microfoonmachtigingen toe te kennen aan deze webpagina. Mogelijk is een paginavernieuwing vereist.",
|
252
|
+
"primaryButtonText": "Doorgaan zonder camera en microfoon",
|
253
|
+
"linkText": "Hulp nodig? Hulp bij probleemoplossing"
|
254
|
+
},
|
255
|
+
"CameraAndMicrophoneSitePermissionsDeniedSafari": {
|
256
|
+
"primaryText": "Geen toegang tot camera en microfoon",
|
257
|
+
"secondaryText": "Vernieuw de pagina om machtigingen toe te staan of controleer de instellingen van deze browser en controleer of machtigingen zijn ingeschakeld voor deze website.",
|
258
|
+
"primaryButtonText": "Doorgaan zonder camera en microfoon",
|
259
|
+
"linkText": "Hulp nodig? Hulp bij probleemoplossing"
|
260
|
+
},
|
261
|
+
"CameraSitePermissionsDenied": {
|
262
|
+
"primaryText": "Geen toegang tot camera",
|
263
|
+
"secondaryText": "Klik op het vergrendelingspictogram op de adresbalk om cameramachtigingen toe te kennen aan deze webpagina. Mogelijk is een paginavernieuwing vereist.",
|
264
|
+
"primaryButtonText": "Doorgaan zonder camera",
|
265
|
+
"linkText": "Hulp nodig? Hulp bij probleemoplossing"
|
266
|
+
},
|
267
|
+
"MicrophoneSitePermissionsDenied": {
|
268
|
+
"primaryText": "Geen toegang tot microfoon",
|
269
|
+
"secondaryText": "Klik op het vergrendelingspictogram op de adresbalk om microfoonmachtigingen toe te kennen aan deze webpagina. Mogelijk is een paginavernieuwing vereist.",
|
270
|
+
"primaryButtonText": "Doorgaan zonder microfoon",
|
271
|
+
"linkText": "Hulp nodig? Hulp bij probleemoplossing"
|
272
|
+
},
|
273
|
+
"CameraSitePermissionsDeniedSafari": {
|
274
|
+
"primaryText": "Geen toegang tot camera",
|
275
|
+
"secondaryText": "Vernieuw de pagina om machtigingen toe te staan of controleer de instellingen van deze browser en controleer of machtigingen zijn ingeschakeld voor deze website.",
|
276
|
+
"primaryButtonText": "Doorgaan zonder camera",
|
277
|
+
"linkText": "Hulp nodig? Hulp bij probleemoplossing"
|
278
|
+
},
|
279
|
+
"MicrophoneSitePermissionsDeniedSafari": {
|
280
|
+
"primaryText": "Geen toegang tot microfoon",
|
281
|
+
"secondaryText": "Vernieuw de pagina om machtigingen toe te staan of controleer de instellingen van deze browser en controleer of machtigingen zijn ingeschakeld voor deze website.",
|
282
|
+
"primaryButtonText": "Doorgaan zonder microfoon",
|
283
|
+
"linkText": "Hulp nodig? Hulp bij probleemoplossing"
|
192
284
|
},
|
193
285
|
"UnsupportedBrowser": {
|
194
286
|
"primaryText": "Browser wordt niet ondersteund",
|
195
287
|
"secondaryText": "Neem deel aan dit gesprek via een compatibele browser.",
|
196
|
-
"
|
288
|
+
"moreHelpLinkText": "Compatibiliteitsvereisten bekijken"
|
289
|
+
},
|
290
|
+
"UnsupportedBrowserVersion": {
|
291
|
+
"primaryText": "Browserupdate vereist",
|
292
|
+
"secondaryText": "Werk uw browser bij en probeer opnieuw deel te nemen aan het gesprek om ervoor te zorgen dat u het beste kunt bellen.",
|
293
|
+
"moreHelpLinkText": "Compatibiliteitsvereisten bekijken",
|
294
|
+
"continueAnywayButtonText": "Oproep starten zonder bij te werken"
|
295
|
+
},
|
296
|
+
"UnsupportedOperatingSystem": {
|
297
|
+
"primaryText": "Besturingssysteem niet ondersteund",
|
298
|
+
"secondaryText": "Neem deel aan dit gesprek via een apparaat met een compatibel besturingssysteem.",
|
299
|
+
"moreHelpLinkText": "Compatibiliteitsvereisten bekijken"
|
197
300
|
},
|
198
301
|
"BrowserPermissionDenied": {
|
199
302
|
"primaryText": "Kan uw camera of microfoon niet gebruiken",
|
@@ -215,5 +318,9 @@
|
|
215
318
|
"step2DigitText": "2",
|
216
319
|
"step3DigitText": "3",
|
217
320
|
"step4DigitText": "4"
|
321
|
+
},
|
322
|
+
"VerticalGallery": {
|
323
|
+
"leftNavButtonAriaLabel": "vorige pagina",
|
324
|
+
"rightNavButtonAriaLabel": "volgende pagina"
|
218
325
|
}
|
219
326
|
}
|
@@ -5,8 +5,7 @@
|
|
5
5
|
"removeButtonLabel": "Remover",
|
6
6
|
"sharingIconLabel": "Compartilhamento",
|
7
7
|
"mutedIconLabel": "Silenciado",
|
8
|
-
"displayNamePlaceholder": "Participante
|
9
|
-
"participantStateConnecting": "Chamando...",
|
8
|
+
"displayNamePlaceholder": "Participante sem nome",
|
10
9
|
"participantStateRinging": "Chamando...",
|
11
10
|
"participantStateHold": "Em espera"
|
12
11
|
},
|
@@ -54,7 +53,10 @@
|
|
54
53
|
"onSplitButtonAriaLabel": "Desabilitar a câmera e as opções da câmera",
|
55
54
|
"offSplitButtonAriaLabel": "Habilitar a câmera e as opções da câmera",
|
56
55
|
"cameraActionTurnedOnAnnouncement": "A câmera foi ligada",
|
57
|
-
"cameraActionTurnedOffAnnouncement": "A câmera foi desligada"
|
56
|
+
"cameraActionTurnedOffAnnouncement": "A câmera foi desligada",
|
57
|
+
"onSplitButtonPrimaryActionCamera": "Desligar a câmera",
|
58
|
+
"offSplitButtonPrimaryActionCamera": "Ligar a câmera",
|
59
|
+
"cameraPrimaryActionSplitButtonTitle": "Usar câmera"
|
58
60
|
},
|
59
61
|
"microphoneButton": {
|
60
62
|
"onLabel": "Mudo",
|
@@ -70,7 +72,10 @@
|
|
70
72
|
"onSplitButtonAriaLabel": "Ativar mudo das opções de microfone e áudio",
|
71
73
|
"offSplitButtonAriaLabel": "Desativar mudo do microfone e opções de áudio",
|
72
74
|
"microphoneActionTurnedOnAnnouncement": "O microfone foi ligado",
|
73
|
-
"microphoneActionTurnedOffAnnouncement": "O microfone foi desligado"
|
75
|
+
"microphoneActionTurnedOffAnnouncement": "O microfone foi desligado",
|
76
|
+
"offSplitButtonMicrophonePrimaryAction": "Desativar mudo do microfone",
|
77
|
+
"onSplitButtonMicrophonePrimaryAction": "Ativar mudo do microfone",
|
78
|
+
"micPrimaryActionSplitButtonTitle": "Usar o microfone"
|
74
79
|
},
|
75
80
|
"devicesButton": {
|
76
81
|
"label": "Dispositivos",
|
@@ -90,7 +95,8 @@
|
|
90
95
|
"menuHeader": "Nesta chamada",
|
91
96
|
"participantsListButtonLabel": "{numParticipants} pessoas",
|
92
97
|
"muteAllButtonLabel": "Silenciar todos",
|
93
|
-
"copyInviteLinkButtonLabel": "Copiar o link de convite"
|
98
|
+
"copyInviteLinkButtonLabel": "Copiar o link de convite",
|
99
|
+
"copyInviteLinkActionedAriaLabel": "Link de convite copiado"
|
94
100
|
},
|
95
101
|
"screenShareButton": {
|
96
102
|
"onLabel": "Interromper apresentação",
|
@@ -126,7 +132,9 @@
|
|
126
132
|
"editBoxSubmitButton": "Enviar",
|
127
133
|
"messageReadCount": "Lido por {messageReadByCount} de {remoteParticipantsCount}",
|
128
134
|
"actionMenuMoreOptions": "Mais opções",
|
129
|
-
"downloadFile": "Baixar arquivo"
|
135
|
+
"downloadFile": "Baixar arquivo",
|
136
|
+
"blockedWarningText": "Esta mensagem foi excluída devido à política organizacional.",
|
137
|
+
"blockedWarningLinkText": "Detalhes"
|
130
138
|
},
|
131
139
|
"errorBar": {
|
132
140
|
"unableToReachChatService": "Você está offline",
|
@@ -146,11 +154,13 @@
|
|
146
154
|
"callNoSpeakerFound": "Nenhum alto-falante ou fone de ouvido encontrado. Conecte um dispositivo de áudio para ouvir a chamada.",
|
147
155
|
"callNoMicrophoneFound": "Nenhum microfone encontrado. Conecte um dispositivo de entrada de áudio.",
|
148
156
|
"callMicrophoneAccessDenied": "Não é possível acessar o microfone. Clique no bloqueio na barra de endereços para conceder permissão a esta página da Web.",
|
157
|
+
"callMicrophoneAccessDeniedSafari": "Não é possível acessar o microfone. Atualize a página para permitir permissões ou verifique as configurações deste navegador e verifique se as permissões estão habilitadas para este site.",
|
149
158
|
"callMicrophoneMutedBySystem": "Você está com as notificações desativada pelo sistema.",
|
150
159
|
"callMicrophoneUnmutedBySystem": "Seu microfone se recuperou e você foi desativado pelo sistema.",
|
151
160
|
"callMacOsMicrophoneAccessDenied": "Não é possível acessar o microfone. Conceda permissão ao microfone nas configurações de privacidade do macOS.",
|
152
161
|
"callLocalVideoFreeze": "A largura de banda da rede é ruim. Seu vídeo pode aparecer em pausa para outras pessoas na chamada.",
|
153
162
|
"callCameraAccessDenied": "Não é possível acessar a câmera. Clique no bloqueio na barra de endereços para conceder permissão a esta página da Web.",
|
163
|
+
"callCameraAccessDeniedSafari": "Não é possível acessar a câmera. Atualize a página para permitir permissões ou verifique as configurações deste navegador e verifique se as permissões estão habilitadas para este site.",
|
154
164
|
"callCameraAlreadyInUse": "Não é possível acessar a câmera. Talvez ele já esteja em uso por outro aplicativo.",
|
155
165
|
"callVideoStoppedBySystem": "Seu vídeo foi interrompido pelo sistema.",
|
156
166
|
"callVideoRecoveredBySystem": "Seu vídeo foi retomado.",
|
@@ -158,7 +168,9 @@
|
|
158
168
|
"callMacOsScreenShareAccessDenied": "O MacOS está bloqueando o compartilhamento de tela. Atualize suas configurações de privacidade para permitir que este navegador grave sua tela.",
|
159
169
|
"dismissButtonAriaLabel": "Fechar",
|
160
170
|
"failedToJoinCallGeneric": "Ocorreu um erro ao ingressar na chamada.",
|
161
|
-
"failedToJoinCallInvalidMeetingLink": "Não é possível ingressar na Reunião. Link Inválido."
|
171
|
+
"failedToJoinCallInvalidMeetingLink": "Não é possível ingressar na Reunião. Link Inválido.",
|
172
|
+
"startScreenSharingGeneric": "Ocorreu um problema ao iniciar o compartilhamento de tela.",
|
173
|
+
"cameraFrozenForRemoteParticipants": "Os usuários na chamada estão enfrentando problemas para ver seu vídeo. Verifique seus dispositivos e a rede."
|
162
174
|
},
|
163
175
|
"videoGallery": {
|
164
176
|
"screenIsBeingSharedMessage": "Você está compartilhando sua tela",
|
@@ -167,7 +179,16 @@
|
|
167
179
|
"localVideoCameraSwitcherLabel": "Alternar câmera",
|
168
180
|
"localVideoMovementLabel": "Bloco de Vídeo Local Removível",
|
169
181
|
"localVideoSelectedDescription": "{cameraName} selecionado",
|
170
|
-
"displayNamePlaceholder": "Participante
|
182
|
+
"displayNamePlaceholder": "Participante sem nome",
|
183
|
+
"fitRemoteParticipantToFrame": "Ajustar ao quadro",
|
184
|
+
"fillRemoteParticipantFrame": "Preencher quadro",
|
185
|
+
"pinParticipantForMe": "Fixar para mim",
|
186
|
+
"pinParticipantForMeLimitReached": "PIN (limite alcançado)",
|
187
|
+
"unpinParticipantForMe": "Desafixar",
|
188
|
+
"pinParticipantMenuItemAriaLabel": "Fixar {participantName}",
|
189
|
+
"unpinParticipantMenuItemAriaLabel": "Desafixar {participantName}",
|
190
|
+
"pinnedParticipantAnnouncementAriaLabel": "Fixado {participantName}",
|
191
|
+
"unpinnedParticipantAnnouncementAriaLabel": "Desafixado {participantName}"
|
171
192
|
},
|
172
193
|
"dialpad": {
|
173
194
|
"placeholderText": "Inserir o número do telefone",
|
@@ -180,20 +201,102 @@
|
|
180
201
|
"tooltipOffContent": "Manter chamada em espera"
|
181
202
|
},
|
182
203
|
"videoTile": {
|
183
|
-
"participantStateConnecting": "Chamando...",
|
184
204
|
"participantStateRinging": "Chamando...",
|
185
205
|
"participantStateHold": "Em espera"
|
186
206
|
},
|
187
|
-
"
|
207
|
+
"CameraAndMicrophoneSitePermissionsRequest": {
|
188
208
|
"primaryText": "Permitir {appName} usar a câmera e o microfone",
|
189
209
|
"secondaryText": "Isso é para que os participantes possam ver e ouvir você.",
|
190
210
|
"linkText": "Preciso de ajuda? Obtenha ajuda para solução de problemas",
|
191
|
-
"primaryButtonText": "
|
211
|
+
"primaryButtonText": "Continuar sem câmera e microfone",
|
212
|
+
"ariaLabel": "Permitir acesso à câmera e ao microfone"
|
213
|
+
},
|
214
|
+
"CameraSitePermissionsRequest": {
|
215
|
+
"primaryText": "Permitir que {appName} use a câmera",
|
216
|
+
"secondaryText": "Isso é para que os participantes possam ver você.",
|
217
|
+
"linkText": "Preciso de ajuda? Obtenha ajuda para solução de problemas",
|
218
|
+
"primaryButtonText": "Continuar sem a câmera",
|
219
|
+
"ariaLabel": "Permitir acesso à câmera"
|
220
|
+
},
|
221
|
+
"MicrophoneSitePermissionsRequest": {
|
222
|
+
"primaryText": "Permitir que {appName} use o microfone",
|
223
|
+
"secondaryText": "Isso é para que os participantes possam ouvir você.",
|
224
|
+
"linkText": "Preciso de ajuda? Obtenha ajuda para solução de problemas",
|
225
|
+
"primaryButtonText": "Continuar sem o microfone",
|
226
|
+
"ariaLabel": "Permitir acesso ao microfone"
|
227
|
+
},
|
228
|
+
"CameraAndMicrophoneSitePermissionsCheck": {
|
229
|
+
"primaryText": "Verificando o acesso à câmera e ao microfone",
|
230
|
+
"secondaryText": "Permitir acesso, se solicitado. Isso é para que os participantes possam ver e ouvir você.",
|
231
|
+
"linkText": "Preciso de ajuda? Obtenha ajuda para solução de problemas",
|
232
|
+
"primaryButtonText": "Continuar sem câmera e microfone",
|
233
|
+
"ariaLabel": "Verificando o acesso à câmera e ao microfone. Permitir o acesso se solicitado."
|
234
|
+
},
|
235
|
+
"CameraSitePermissionsCheck": {
|
236
|
+
"primaryText": "Verificando o acesso à câmera",
|
237
|
+
"secondaryText": "Permitir acesso, se solicitado. Isso é para que os participantes possam ver você.",
|
238
|
+
"linkText": "Preciso de ajuda? Obtenha ajuda para solução de problemas",
|
239
|
+
"primaryButtonText": "Continuar sem câmera",
|
240
|
+
"ariaLabel": "Verificando o acesso à câmera. Permitir o acesso se solicitado."
|
241
|
+
},
|
242
|
+
"MicrophoneSitePermissionsCheck": {
|
243
|
+
"primaryText": "Verificando o acesso ao microfone",
|
244
|
+
"secondaryText": "Permitir acesso, se solicitado. Isso é para que os participantes possam ouvir você.",
|
245
|
+
"linkText": "Preciso de ajuda? Obtenha ajuda para solução de problemas",
|
246
|
+
"primaryButtonText": "Continuar sem microfone",
|
247
|
+
"ariaLabel": "Verificando acesso ao microfone. Permitir o acesso se solicitado."
|
248
|
+
},
|
249
|
+
"CameraAndMicrophoneSitePermissionsDenied": {
|
250
|
+
"primaryText": "Não é possível acessar a câmera e o microfone",
|
251
|
+
"secondaryText": "Clique no ícone de bloqueio na barra de endereços para conceder permissões de microfone a esta página da Web. Uma atualização de página pode ser necessária.",
|
252
|
+
"primaryButtonText": "Continuar sem câmera e microfone",
|
253
|
+
"linkText": "Preciso de ajuda? Obtenha ajuda para solução de problemas"
|
254
|
+
},
|
255
|
+
"CameraAndMicrophoneSitePermissionsDeniedSafari": {
|
256
|
+
"primaryText": "Não é possível acessar a câmera e o microfone",
|
257
|
+
"secondaryText": "Atualize a página para permitir permissões ou verifique as configurações deste navegador e verifique se as permissões estão habilitadas para este site.",
|
258
|
+
"primaryButtonText": "Continuar sem câmera e microfone",
|
259
|
+
"linkText": "Preciso de ajuda? Obtenha ajuda para solução de problemas"
|
260
|
+
},
|
261
|
+
"CameraSitePermissionsDenied": {
|
262
|
+
"primaryText": "Não é possível acessar a câmera",
|
263
|
+
"secondaryText": "Clique no ícone de bloqueio na barra de endereços para conceder permissões de câmera a esta página da Web. Uma atualização de página pode ser necessária.",
|
264
|
+
"primaryButtonText": "Continuar sem a câmera",
|
265
|
+
"linkText": "Preciso de ajuda? Obtenha ajuda para solução de problemas"
|
266
|
+
},
|
267
|
+
"MicrophoneSitePermissionsDenied": {
|
268
|
+
"primaryText": "Não é possível acessar o microfone",
|
269
|
+
"secondaryText": "Clique no ícone de bloqueio na barra de endereços para conceder permissões de microfone a esta página da Web. Uma atualização de página pode ser necessária.",
|
270
|
+
"primaryButtonText": "Continuar sem microfone",
|
271
|
+
"linkText": "Preciso de ajuda? Obtenha ajuda para solução de problemas"
|
272
|
+
},
|
273
|
+
"CameraSitePermissionsDeniedSafari": {
|
274
|
+
"primaryText": "Não é possível acessar a câmera",
|
275
|
+
"secondaryText": "Atualize a página para permitir permissões ou verifique as configurações deste navegador e verifique se as permissões estão habilitadas para este site.",
|
276
|
+
"primaryButtonText": "Continuar sem câmera",
|
277
|
+
"linkText": "Preciso de ajuda? Obtenha ajuda para solução de problemas"
|
278
|
+
},
|
279
|
+
"MicrophoneSitePermissionsDeniedSafari": {
|
280
|
+
"primaryText": "Não é possível acessar o microfone",
|
281
|
+
"secondaryText": "Atualize a página para permitir permissões ou verifique as configurações deste navegador e verifique se as permissões estão habilitadas para este site.",
|
282
|
+
"primaryButtonText": "Continuar sem o microfone",
|
283
|
+
"linkText": "Preciso de ajuda? Obtenha ajuda para solução de problemas"
|
192
284
|
},
|
193
285
|
"UnsupportedBrowser": {
|
194
286
|
"primaryText": "Navegador sem suporte",
|
195
287
|
"secondaryText": "Ingresse nesta chamada usando um navegador compatível.",
|
196
|
-
"
|
288
|
+
"moreHelpLinkText": "Consulte os requisitos de compatibilidade"
|
289
|
+
},
|
290
|
+
"UnsupportedBrowserVersion": {
|
291
|
+
"primaryText": "Atualização do navegador necessária",
|
292
|
+
"secondaryText": "Para garantir a melhor chamada possível, atualize o navegador e tente ingressar na chamada novamente.",
|
293
|
+
"moreHelpLinkText": "Consulte os requisitos de compatibilidade",
|
294
|
+
"continueAnywayButtonText": "Iniciar chamada sem atualizar"
|
295
|
+
},
|
296
|
+
"UnsupportedOperatingSystem": {
|
297
|
+
"primaryText": "Sistema operacional sem suporte",
|
298
|
+
"secondaryText": "Ingresse nesta chamada usando um dispositivo com um sistema operacional compatível.",
|
299
|
+
"moreHelpLinkText": "Consulte os requisitos de compatibilidade"
|
197
300
|
},
|
198
301
|
"BrowserPermissionDenied": {
|
199
302
|
"primaryText": "Não é possível usar sua câmera ou microfone",
|
@@ -215,5 +318,9 @@
|
|
215
318
|
"step2DigitText": "2",
|
216
319
|
"step3DigitText": "3",
|
217
320
|
"step4DigitText": "4"
|
321
|
+
},
|
322
|
+
"VerticalGallery": {
|
323
|
+
"leftNavButtonAriaLabel": "página anterior",
|
324
|
+
"rightNavButtonAriaLabel": "próxima página"
|
218
325
|
}
|
219
326
|
}
|