@azure/communication-react 1.11.1-alpha-202401160013 → 1.11.1-alpha-202401170012
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 +23 -24
- package/dist/dist-cjs/communication-react/index.js +235 -106
- 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/chat-component-bindings/src/messageThreadSelector.js +17 -3
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +1 -0
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +2 -1
- package/dist/dist-esm/communication-react/src/index.js +1 -0
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +7 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +34 -11
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +17 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/FluentChatMessageComponentWrapper.js +17 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/FluentChatMessageComponentWrapper.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +6 -6
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +8 -5
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageGallery.d.ts +4 -4
- package/dist/dist-esm/react-components/src/components/ImageGallery.js +14 -3
- package/dist/dist-esm/react-components/src/components/ImageGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/MessageThread.js +15 -3
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.js +1 -0
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +25 -19
- package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +5 -0
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +5 -0
- package/dist/dist-esm/react-components/src/theming/themes.d.ts +9 -9
- package/dist/dist-esm/react-components/src/theming/themes.js +12 -10
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +8 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +16 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +1 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +16 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +1 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +62 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +62 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +64 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +62 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +62 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +62 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +62 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +62 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +62 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +62 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +62 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +62 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +62 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +62 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +62 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +62 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +62 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +62 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +62 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +62 -0
- package/package.json +1 -1
package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json
CHANGED
@@ -118,6 +118,8 @@
|
|
118
118
|
"dismissModalAriaLabel": "תמונה מקומית ותמונה מרוחקת, הקש על Enter כדי לחזור לשיחה.",
|
119
119
|
"callRejectedTitle": "לא הייתה אפשרות להשלים את השיחה.",
|
120
120
|
"callRejectedMoreDetails": "האדם שאליו אתה מנסה להגיע אינו זמין. נסה שוב מאוחר יותר.",
|
121
|
+
"callTimeoutTitle": "לא הייתה אפשרות להשלים את השיחה.",
|
122
|
+
"callTimeoutDetails": "האדם שאליו אתה מנסה להגיע אינו זמין. נסה שוב מאוחר יותר.",
|
121
123
|
"spokenLanguageStrings": {
|
122
124
|
"ar-ae": "ערבית - איחוד האמירויות",
|
123
125
|
"ar-sa": "ערבית - ערב הסעודית",
|
@@ -229,6 +231,66 @@
|
|
229
231
|
"lostDueToRoleChangeToAttendee": "התפקיד שלך השתנה. פעולות מסוימות, כגון שיתוף תוכן, לא יהיו זמינות עבורך.",
|
230
232
|
"grantedDueToRoleChangeToPresenter": "אתה מציג. באפשרותך לשתף תוכן ולסייע בפגישה."
|
231
233
|
}
|
234
|
+
},
|
235
|
+
"surveyQuestion": "איך הייתה השיחה שלך היום?",
|
236
|
+
"starSurveyHelperText": "מה היתה האיכות של שיחה זו?",
|
237
|
+
"starSurveyOneStarText": "האיכות הייתה גרועה.",
|
238
|
+
"starSurveyTwoStarText": "האיכות הייתה ירודה.",
|
239
|
+
"starSurveyThreeStarText": "האיכות הייתה טובה.",
|
240
|
+
"starSurveyFourStarText": "האיכות הייתה מעולה.",
|
241
|
+
"starSurveyFiveStarText": "האיכות הייתה מצוינת.",
|
242
|
+
"surveyConfirmButtonLabel": "שלח משוב",
|
243
|
+
"starRatingAriaLabel": "בחר {0} מתוך {1} כוכבים",
|
244
|
+
"surveyCancelButtonAriaLabel": "ביטול",
|
245
|
+
"tagsSurveyQuestion": "מה יכול היה להיות טוב יותר?",
|
246
|
+
"tagsSurveyTextFieldDefaultText": "אחר, נא לציין",
|
247
|
+
"tagsSurveyHelperText": "בדוק את כל הבעיות שבהן נתקלת",
|
248
|
+
"surveyTextboxDefaultText": "אחר, נא לציין",
|
249
|
+
"surveyIssues": {
|
250
|
+
"overallRating": {
|
251
|
+
"callCannotJoin": "לא הצלחתי להצטרף לשיחה",
|
252
|
+
"callCannotInvite": "לא הצלחתי להזמין אחרים לשיחה",
|
253
|
+
"hadToRejoin": "הייתי צריך להצטרף מחדש לשיחה",
|
254
|
+
"callEndedUnexpectedly": "השיחה הסתיימה עבורי באופן בלתי צפוי",
|
255
|
+
"otherIssues": "נתקלתי בבעיות אחרות בשיחה"
|
256
|
+
},
|
257
|
+
"audioRating": {
|
258
|
+
"noLocalAudio": "הצד השני בשיחה לא הצליח לשמוע שום צליל",
|
259
|
+
"noRemoteAudio": "לא יכולתי לשמוע אף צליל",
|
260
|
+
"echo": "שמעתי קולות הד בשיחה",
|
261
|
+
"audioNoise": "שמעתי רעש בשיחה",
|
262
|
+
"lowVolume": "עוצמת הקול הייתה נמוכה",
|
263
|
+
"audioStoppedUnexpectedly": "השמע הופסק באופן בלתי צפוי",
|
264
|
+
"distortedSpeech": "השמע היה מעוות",
|
265
|
+
"audioInterruption": "השמע הופסק",
|
266
|
+
"otherIssues": "נתקלתי בבעיות שמע אחרות בשיחה זו"
|
267
|
+
},
|
268
|
+
"videoRating": {
|
269
|
+
"noVideoReceived": "לא ראיתי את הצד השני",
|
270
|
+
"noVideoSent": "אנשים אחרים לא הצליחו לראות אותי",
|
271
|
+
"lowQuality": "איכות הווידאו הייתה נמוכה",
|
272
|
+
"freezes": "הווידאו קפא",
|
273
|
+
"stoppedUnexpectedly": "הווידאו נעצר באופן בלתי צפוי",
|
274
|
+
"darkVideoReceived": "אני יכול לראות רק מסכים כהים כאשר אחרים מפעילים את המצלמה שלהם",
|
275
|
+
"audioVideoOutOfSync": "השמע והווידאו לא היו מסונכרנים",
|
276
|
+
"otherIssues": "נתקלתי בבעיות וידאו אחרות בשיחה זו"
|
277
|
+
},
|
278
|
+
"screenshareRating": {
|
279
|
+
"noContentLocal": "אנשים אחרים לא הצליחו לראות את שיתוף המסך שלי",
|
280
|
+
"noContentRemote": "לא הצלחתי לראות את שיתוף המסך של אנשים אחרים",
|
281
|
+
"cannotPresent": "לא הצלחתי להציג את המסך שלי",
|
282
|
+
"lowQuality": "איכות שיתוף המסך הייתה נמוכה",
|
283
|
+
"freezes": "שיתוף מסך הוקפא",
|
284
|
+
"stoppedUnexpectedly": "שיתוף המסך הופסק באופן בלתי צפוי",
|
285
|
+
"largeDelay": "לשיתוף המסך יש עיכוב גדול",
|
286
|
+
"otherIssues": "נתקלתי בבעיות אחרות בשיתוף מסכים בשיחה זו"
|
287
|
+
}
|
288
|
+
},
|
289
|
+
"SurveyIssuesHeadingStrings": {
|
290
|
+
"overallRating": "סך הכל",
|
291
|
+
"audioRating": "שם ציוד השמע",
|
292
|
+
"videoRating": "סרטון",
|
293
|
+
"screenshareRating": "מציג"
|
232
294
|
}
|
233
295
|
},
|
234
296
|
"chat": {
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json
CHANGED
@@ -118,6 +118,8 @@
|
|
118
118
|
"dismissModalAriaLabel": "Immagine e immagine locale e remota, premi INVIO per tornare alla chiamata",
|
119
119
|
"callRejectedTitle": "Non è stato possibile completare la chiamata",
|
120
120
|
"callRejectedMoreDetails": "La persona che stai tentando di raggiungere non è disponibile. Riprovare più tardi.",
|
121
|
+
"callTimeoutTitle": "Non è stato possibile completare la chiamata",
|
122
|
+
"callTimeoutDetails": "La persona che stai tentando di raggiungere non è disponibile. Riprovare più tardi.",
|
121
123
|
"spokenLanguageStrings": {
|
122
124
|
"ar-ae": "Arabo - Emirati Arabi Uniti",
|
123
125
|
"ar-sa": "Arabo - Arabia Saudita",
|
@@ -229,6 +231,66 @@
|
|
229
231
|
"lostDueToRoleChangeToAttendee": "Il tuo ruolo è stato modificato. Alcune azioni, come la condivisione di contenuti, non saranno disponibili per te.",
|
230
232
|
"grantedDueToRoleChangeToPresenter": "Sei un relatore. Puoi condividere i contenuti e facilitare la riunione."
|
231
233
|
}
|
234
|
+
},
|
235
|
+
"surveyQuestion": "Come è stata la chiamata oggi?",
|
236
|
+
"starSurveyHelperText": "Come valuti la qualità della chiamata?",
|
237
|
+
"starSurveyOneStarText": "La qualità era pessima.",
|
238
|
+
"starSurveyTwoStarText": "La qualità era scadente.",
|
239
|
+
"starSurveyThreeStarText": "La qualità era buona.",
|
240
|
+
"starSurveyFourStarText": "La qualità era ottima.",
|
241
|
+
"starSurveyFiveStarText": "La qualità è stata eccellente.",
|
242
|
+
"surveyConfirmButtonLabel": "Invia feedback",
|
243
|
+
"starRatingAriaLabel": "Seleziona {0} di {1} stelle",
|
244
|
+
"surveyCancelButtonAriaLabel": "Annulla",
|
245
|
+
"tagsSurveyQuestion": "Cosa avrebbe potuto essere migliore?",
|
246
|
+
"tagsSurveyTextFieldDefaultText": "Altro, specifica",
|
247
|
+
"tagsSurveyHelperText": "Controlla eventuali problemi riscontrati",
|
248
|
+
"surveyTextboxDefaultText": "Altro, specifica",
|
249
|
+
"surveyIssues": {
|
250
|
+
"overallRating": {
|
251
|
+
"callCannotJoin": "Non sono riuscito a partecipare alla chiamata",
|
252
|
+
"callCannotInvite": "Non ho potuto invitare altri partecipanti alla chiamata",
|
253
|
+
"hadToRejoin": "Ho dovuto partecipare di nuovo alla chiamata",
|
254
|
+
"callEndedUnexpectedly": "La chiamata è terminata per me in modo imprevisto",
|
255
|
+
"otherIssues": "Ho avuto altri problemi con la chiamata"
|
256
|
+
},
|
257
|
+
"audioRating": {
|
258
|
+
"noLocalAudio": "L'altro utente non mi sentiva",
|
259
|
+
"noRemoteAudio": "Non riuscivo a sentire niente",
|
260
|
+
"echo": "Ho sentito eco durante la chiamata",
|
261
|
+
"audioNoise": "Ho sentito rumore durante la chiamata",
|
262
|
+
"lowVolume": "Il volume era basso",
|
263
|
+
"audioStoppedUnexpectedly": "L’audio si è interrotto improvvisamente",
|
264
|
+
"distortedSpeech": "L'audio era distorto",
|
265
|
+
"audioInterruption": "L'audio è stato interrotto",
|
266
|
+
"otherIssues": "Ho avuto altri problemi audio in questa chiamata"
|
267
|
+
},
|
268
|
+
"videoRating": {
|
269
|
+
"noVideoReceived": "Non vedevo nulla",
|
270
|
+
"noVideoSent": "Gli altri utenti non potevano vedermi",
|
271
|
+
"lowQuality": "La qualità del video era bassa",
|
272
|
+
"freezes": "Video bloccato",
|
273
|
+
"stoppedUnexpectedly": "Il video si è interrotto improvvisamente",
|
274
|
+
"darkVideoReceived": "Posso vedere gli schermi scuri solo quando altri utenti accendono la fotocamera",
|
275
|
+
"audioVideoOutOfSync": "Audio e immagini non erano sincronizzati",
|
276
|
+
"otherIssues": "Ho avuto altri problemi video in questa chiamata"
|
277
|
+
},
|
278
|
+
"screenshareRating": {
|
279
|
+
"noContentLocal": "Altre persone non possono vedere la condivisione dello schermo",
|
280
|
+
"noContentRemote": "Non ho potuto visualizzare la condivisione dello schermo di altre persone",
|
281
|
+
"cannotPresent": "Non ho potuto presentare lo schermo",
|
282
|
+
"lowQuality": "La qualità della condivisione dello schermo è bassa",
|
283
|
+
"freezes": "Condivisione schermo bloccata",
|
284
|
+
"stoppedUnexpectedly": "Condivisione dello schermo interrotta in modo imprevisto",
|
285
|
+
"largeDelay": "La condivisione dello schermo presenta un ritardo elevato",
|
286
|
+
"otherIssues": "Ho avuto altri problemi di condivisione dello schermo in questa chiamata"
|
287
|
+
}
|
288
|
+
},
|
289
|
+
"SurveyIssuesHeadingStrings": {
|
290
|
+
"overallRating": "Generale",
|
291
|
+
"audioRating": "Audio",
|
292
|
+
"videoRating": "Video",
|
293
|
+
"screenshareRating": "Presentazione in corso"
|
232
294
|
}
|
233
295
|
},
|
234
296
|
"chat": {
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json
CHANGED
@@ -118,6 +118,8 @@
|
|
118
118
|
"dismissModalAriaLabel": "ローカルとリモートの画像と画像。通話に戻るには Enter キーを押します",
|
119
119
|
"callRejectedTitle": "通話を完了できませんでした",
|
120
120
|
"callRejectedMoreDetails": "連絡を取ろうとしているユーザーは利用できません。後でもう一度お試しください。",
|
121
|
+
"callTimeoutTitle": "通話を完了できませんでした",
|
122
|
+
"callTimeoutDetails": "連絡を取ろうとしているユーザーは利用できません。後でもう一度お試しください。",
|
121
123
|
"spokenLanguageStrings": {
|
122
124
|
"ar-ae": "アラビア語 - U.A.E.",
|
123
125
|
"ar-sa": "アラビア語 - サウジアラビア",
|
@@ -229,6 +231,66 @@
|
|
229
231
|
"lostDueToRoleChangeToAttendee": "ロールが変更されました。コンテンツの共有などの一部の操作は利用できません。",
|
230
232
|
"grantedDueToRoleChangeToPresenter": "あなたは発表者です。コンテンツの共有と会議の進行を行うことができます。"
|
231
233
|
}
|
234
|
+
},
|
235
|
+
"surveyQuestion": "今日の通話はいかがでしたか?",
|
236
|
+
"starSurveyHelperText": "通話の音質はどうでしたか?",
|
237
|
+
"starSurveyOneStarText": "品質が悪かった。",
|
238
|
+
"starSurveyTwoStarText": "品質は低かった。",
|
239
|
+
"starSurveyThreeStarText": "品質は良かった。",
|
240
|
+
"starSurveyFourStarText": "品質は優れていた。",
|
241
|
+
"starSurveyFiveStarText": "品質は非常に優れていた。",
|
242
|
+
"surveyConfirmButtonLabel": "フィードバックの送信",
|
243
|
+
"starRatingAriaLabel": "{1} 個中 {0} 個の星を選択する",
|
244
|
+
"surveyCancelButtonAriaLabel": "キャンセル",
|
245
|
+
"tagsSurveyQuestion": "何が良くなりましたか?",
|
246
|
+
"tagsSurveyTextFieldDefaultText": "その他、特定してください",
|
247
|
+
"tagsSurveyHelperText": "発生した問題を確認する",
|
248
|
+
"surveyTextboxDefaultText": "その他 (明記してください)",
|
249
|
+
"surveyIssues": {
|
250
|
+
"overallRating": {
|
251
|
+
"callCannotJoin": "通話に参加できなかった",
|
252
|
+
"callCannotInvite": "他のユーザーを通話に招待できなかった",
|
253
|
+
"hadToRejoin": "通話にもう参加し直す必要があった",
|
254
|
+
"callEndedUnexpectedly": "通話が突然終了した",
|
255
|
+
"otherIssues": "通話で他の問題が発生していた"
|
256
|
+
},
|
257
|
+
"audioRating": {
|
258
|
+
"noLocalAudio": "相手側で音が聞こえませんでした",
|
259
|
+
"noRemoteAudio": "音がまったく聞こえなかった",
|
260
|
+
"echo": "通話でエコーが聞こえた",
|
261
|
+
"audioNoise": "通話中にノイズが聞こえた",
|
262
|
+
"lowVolume": "音量が小さかった",
|
263
|
+
"audioStoppedUnexpectedly": "オーディオが突然停止した",
|
264
|
+
"distortedSpeech": "オーディオが歪んでいた",
|
265
|
+
"audioInterruption": "オーディオが中断された",
|
266
|
+
"otherIssues": "この通話で他のオーディオの問題があった"
|
267
|
+
},
|
268
|
+
"videoRating": {
|
269
|
+
"noVideoReceived": "ビデオを表示できなかった",
|
270
|
+
"noVideoSent": "他のユーザーに自分が表示されなかった",
|
271
|
+
"lowQuality": "ビデオの品質が低かった",
|
272
|
+
"freezes": "ビデオがフリーズした",
|
273
|
+
"stoppedUnexpectedly": "ビデオが突然停止した",
|
274
|
+
"darkVideoReceived": "他のユーザーがカメラをオンにした場合にのみ暗い画面を表示できる",
|
275
|
+
"audioVideoOutOfSync": "オーディオとビデオがずれている",
|
276
|
+
"otherIssues": "この通話で他のビデオの問題があった"
|
277
|
+
},
|
278
|
+
"screenshareRating": {
|
279
|
+
"noContentLocal": "他のユーザーが自分の画面共有を表示できなかった",
|
280
|
+
"noContentRemote": "他のユーザーのスクリーン共有が表示されなかった",
|
281
|
+
"cannotPresent": "画面をプレゼンテーションできなかった",
|
282
|
+
"lowQuality": "画面共有の品質が低かった",
|
283
|
+
"freezes": "画面共有がフリーズした",
|
284
|
+
"stoppedUnexpectedly": "画面共有が突然停止した",
|
285
|
+
"largeDelay": "画面共有に大きな遅延がある",
|
286
|
+
"otherIssues": "この通話で他の画面共有の問題があった"
|
287
|
+
}
|
288
|
+
},
|
289
|
+
"SurveyIssuesHeadingStrings": {
|
290
|
+
"overallRating": "全体",
|
291
|
+
"audioRating": "オーディオ",
|
292
|
+
"videoRating": "動画",
|
293
|
+
"screenshareRating": "発表中"
|
232
294
|
}
|
233
295
|
},
|
234
296
|
"chat": {
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json
CHANGED
@@ -118,6 +118,8 @@
|
|
118
118
|
"dismissModalAriaLabel": "로컬 및 원격 사진 및 그림, Enter 키를 눌러 통화로 돌아가기",
|
119
119
|
"callRejectedTitle": "통화를 완료할 수 없습니다.",
|
120
120
|
"callRejectedMoreDetails": "연결하려는 사용자와 지금 대화할 수 없습니다. 나중에 다시 시도하세요.",
|
121
|
+
"callTimeoutTitle": "통화를 완료할 수 없습니다.",
|
122
|
+
"callTimeoutDetails": "연결하려는 사용자와 지금 대화할 수 없습니다. 나중에 다시 시도하세요.",
|
121
123
|
"spokenLanguageStrings": {
|
122
124
|
"ar-ae": "아랍어 - 아랍에미리트",
|
123
125
|
"ar-sa": "아라비아어 - 사우디 아라비아",
|
@@ -229,6 +231,66 @@
|
|
229
231
|
"lostDueToRoleChangeToAttendee": "역할이 변경되었습니다. 콘텐츠 공유와 같은 일부 작업은 사용할 수 없습니다.",
|
230
232
|
"grantedDueToRoleChangeToPresenter": "귀하는 발표자입니다. 콘텐츠를 공유하고 모임을 활성화할 수 있습니다."
|
231
233
|
}
|
234
|
+
},
|
235
|
+
"surveyQuestion": "오늘 통화는 어땠나요?",
|
236
|
+
"starSurveyHelperText": "통화 품질은 어떠했습니까?",
|
237
|
+
"starSurveyOneStarText": "품질이 매우 나쁩니다.",
|
238
|
+
"starSurveyTwoStarText": "품질이 나쁩니다.",
|
239
|
+
"starSurveyThreeStarText": "품질이 좋습니다.",
|
240
|
+
"starSurveyFourStarText": "품질이 매우 좋습니다.",
|
241
|
+
"starSurveyFiveStarText": "품질이 매우 좋았습니다.",
|
242
|
+
"surveyConfirmButtonLabel": "피드백 보내기",
|
243
|
+
"starRatingAriaLabel": "별 {0}/{1}개 선택",
|
244
|
+
"surveyCancelButtonAriaLabel": "취소",
|
245
|
+
"tagsSurveyQuestion": "개선할 사항을 알려주세요.",
|
246
|
+
"tagsSurveyTextFieldDefaultText": "기타(구체적으로)",
|
247
|
+
"tagsSurveyHelperText": "발생한 문제를 확인하세요.",
|
248
|
+
"surveyTextboxDefaultText": "기타(구체적으로)",
|
249
|
+
"surveyIssues": {
|
250
|
+
"overallRating": {
|
251
|
+
"callCannotJoin": "통화에 참가할 수 없습니다.",
|
252
|
+
"callCannotInvite": "다른 사람을 통화에 초대할 수 없습니다.",
|
253
|
+
"hadToRejoin": "통화에 다시 참가해야 했습니다.",
|
254
|
+
"callEndedUnexpectedly": "예기치 않게 통화가 종료되었습니다.",
|
255
|
+
"otherIssues": "통화에 다른 문제가 발생했습니다."
|
256
|
+
},
|
257
|
+
"audioRating": {
|
258
|
+
"noLocalAudio": "상대방이 아무 소리도 듣지 못합니다",
|
259
|
+
"noRemoteAudio": "아무 소리도 들리지 않습니다.",
|
260
|
+
"echo": "통화에서 에코가 들립니다.",
|
261
|
+
"audioNoise": "통화 중에 잡음이 들렸습니다.",
|
262
|
+
"lowVolume": "볼륨이 작습니다",
|
263
|
+
"audioStoppedUnexpectedly": "오디오가 예기치 않게 중지됨",
|
264
|
+
"distortedSpeech": "오디오가 왜곡되었습니다.",
|
265
|
+
"audioInterruption": "오디오가 중단되었습니다.",
|
266
|
+
"otherIssues": "이 통화에서 다른 오디오 문제가 발생했습니다."
|
267
|
+
},
|
268
|
+
"videoRating": {
|
269
|
+
"noVideoReceived": "영상이 표시되지 않았습니다.",
|
270
|
+
"noVideoSent": "다른 사용자가 나를 볼 수 없습니다.",
|
271
|
+
"lowQuality": "비디오 품질이 낮음",
|
272
|
+
"freezes": "비디오 동결",
|
273
|
+
"stoppedUnexpectedly": "영상이 중간에 멈췄습니다.",
|
274
|
+
"darkVideoReceived": "다른 사람이 카메라를 켤 때만 어두운 화면을 볼 수 있습니다.",
|
275
|
+
"audioVideoOutOfSync": "오디오 및 비디오가 동기화되지 않았습니다.",
|
276
|
+
"otherIssues": "이 통화에서 다른 비디오 문제가 발생했습니다."
|
277
|
+
},
|
278
|
+
"screenshareRating": {
|
279
|
+
"noContentLocal": "다른 사용자가 내 화면 공유를 볼 수 없습니다.",
|
280
|
+
"noContentRemote": "다른 사람의 화면 공유를 볼 수 없습니다.",
|
281
|
+
"cannotPresent": "내 화면을 표시할 수 없습니다.",
|
282
|
+
"lowQuality": "화면 공유 품질이 낮음",
|
283
|
+
"freezes": "화면 공유가 고정되었습니다.",
|
284
|
+
"stoppedUnexpectedly": "화면 공유가 예기치 않게 중지됨",
|
285
|
+
"largeDelay": "화면 공유에 큰 지연이 있음",
|
286
|
+
"otherIssues": "이 통화에서 다른 화면 공유 문제가 있었습니다."
|
287
|
+
}
|
288
|
+
},
|
289
|
+
"SurveyIssuesHeadingStrings": {
|
290
|
+
"overallRating": "전체",
|
291
|
+
"audioRating": "오디오",
|
292
|
+
"videoRating": "비디오",
|
293
|
+
"screenshareRating": "프레젠테이션 중"
|
232
294
|
}
|
233
295
|
},
|
234
296
|
"chat": {
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json
CHANGED
@@ -118,6 +118,8 @@
|
|
118
118
|
"dismissModalAriaLabel": "Lokalt og eksternt bilde og bilde, trykk på Enter for å gå tilbake til samtalen",
|
119
119
|
"callRejectedTitle": "Kan ikke fullføre samtalen",
|
120
120
|
"callRejectedMoreDetails": "Personen du prøver å nå, er ikke tilgjengelig. Prøv på nytt senere.",
|
121
|
+
"callTimeoutTitle": "Kan ikke fullføre samtalen",
|
122
|
+
"callTimeoutDetails": "Personen du prøver å nå, er ikke tilgjengelig. Prøv på nytt senere.",
|
121
123
|
"spokenLanguageStrings": {
|
122
124
|
"ar-ae": "Arabisk – De forente arabiske emirater",
|
123
125
|
"ar-sa": "Arabisk – Saudi-Arabia",
|
@@ -229,6 +231,66 @@
|
|
229
231
|
"lostDueToRoleChangeToAttendee": "Rollen din er endret. Noen handlinger, for eksempel deling av innhold, vil ikke være tilgjengelige for deg.",
|
230
232
|
"grantedDueToRoleChangeToPresenter": "Du er presentatør. Du kan dele innhold og tilrettelegge møtet."
|
231
233
|
}
|
234
|
+
},
|
235
|
+
"surveyQuestion": "Hvordan var samtalen i dag?",
|
236
|
+
"starSurveyHelperText": "Hvordan var kvaliteten på samtalen?",
|
237
|
+
"starSurveyOneStarText": "Kvaliteten var dårlig.",
|
238
|
+
"starSurveyTwoStarText": "Kvaliteten var dårlig.",
|
239
|
+
"starSurveyThreeStarText": "Kvaliteten var bra.",
|
240
|
+
"starSurveyFourStarText": "Kvaliteten var meget bra.",
|
241
|
+
"starSurveyFiveStarText": "Kvaliteten var meget bra.",
|
242
|
+
"surveyConfirmButtonLabel": "Send tilbakemelding",
|
243
|
+
"starRatingAriaLabel": "Velg {0} av {1} stjerner",
|
244
|
+
"surveyCancelButtonAriaLabel": "Avbryt",
|
245
|
+
"tagsSurveyQuestion": "Hva kunne ha vært bedre?",
|
246
|
+
"tagsSurveyTextFieldDefaultText": "Annet, spesifiser",
|
247
|
+
"tagsSurveyHelperText": "Merk eventuelle problemer du har opplevd.",
|
248
|
+
"surveyTextboxDefaultText": "Annet, spesifiser",
|
249
|
+
"surveyIssues": {
|
250
|
+
"overallRating": {
|
251
|
+
"callCannotJoin": "Jeg kunne ikke bli i samtalen",
|
252
|
+
"callCannotInvite": "Jeg kunne ikke invitere noen til samtalen",
|
253
|
+
"hadToRejoin": "Jeg måtte bli med i samtalen på nytt",
|
254
|
+
"callEndedUnexpectedly": "Samtalen ble avbrutt",
|
255
|
+
"otherIssues": "Jeg hadde andre problemer med samtalen"
|
256
|
+
},
|
257
|
+
"audioRating": {
|
258
|
+
"noLocalAudio": "Den andre parten hørte ikke noe lyd",
|
259
|
+
"noRemoteAudio": "Jeg hørte ikke lyd",
|
260
|
+
"echo": "Jeg hørte ekko i samtalen",
|
261
|
+
"audioNoise": "Jeg hørte støy i samtalen",
|
262
|
+
"lowVolume": "Volumet var lavt",
|
263
|
+
"audioStoppedUnexpectedly": "Lyd stoppet uventet",
|
264
|
+
"distortedSpeech": "Lyden var forvrengt",
|
265
|
+
"audioInterruption": "Lyden ble avbrutt",
|
266
|
+
"otherIssues": "Jeg hadde andre problemer med lyden i denne samtalen"
|
267
|
+
},
|
268
|
+
"videoRating": {
|
269
|
+
"noVideoReceived": "Jeg kunne ikke se videoen",
|
270
|
+
"noVideoSent": "Andre kunne ikke se meg",
|
271
|
+
"lowQuality": "Videokvaliteten var dårlig",
|
272
|
+
"freezes": "Videoen frøs",
|
273
|
+
"stoppedUnexpectedly": "Video stoppet uventet",
|
274
|
+
"darkVideoReceived": "Jeg kan bare se mørke skjermer når andre slår på kameraet",
|
275
|
+
"audioVideoOutOfSync": "Lyd og video er ikke synkronisert",
|
276
|
+
"otherIssues": "Jeg hadde andre problemer med videoen i denne samtalen"
|
277
|
+
},
|
278
|
+
"screenshareRating": {
|
279
|
+
"noContentLocal": "Andre personer kunne ikke se skjermdelingen min",
|
280
|
+
"noContentRemote": "Jeg kunne ikke se skjermdelingen til andre personer",
|
281
|
+
"cannotPresent": "Jeg kunne ikke vise skjermen min",
|
282
|
+
"lowQuality": "Kvaliteten på skjermdelingen var dårlig",
|
283
|
+
"freezes": "Skjermdeling frøs",
|
284
|
+
"stoppedUnexpectedly": "Skjermdelingen ble avbrutt",
|
285
|
+
"largeDelay": "Skjermdelingen har en stor forsinkelse",
|
286
|
+
"otherIssues": "Jeg hadde andre problemer med skjermdeling i denne samtalen"
|
287
|
+
}
|
288
|
+
},
|
289
|
+
"SurveyIssuesHeadingStrings": {
|
290
|
+
"overallRating": "Samlet vurdering",
|
291
|
+
"audioRating": "Lyd",
|
292
|
+
"videoRating": "Video",
|
293
|
+
"screenshareRating": "Presentering"
|
232
294
|
}
|
233
295
|
},
|
234
296
|
"chat": {
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json
CHANGED
@@ -118,6 +118,8 @@
|
|
118
118
|
"dismissModalAriaLabel": "Lokale en externe afbeelding en afbeelding, druk op Enter om terug te keren naar het gesprek",
|
119
119
|
"callRejectedTitle": "De aanroep kan niet worden voltooid",
|
120
120
|
"callRejectedMoreDetails": "De persoon die u probeert te bereiken, is niet beschikbaar. Probeer het later opnieuw.",
|
121
|
+
"callTimeoutTitle": "De aanroep kan niet worden voltooid",
|
122
|
+
"callTimeoutDetails": "De persoon die u probeert te bereiken, is niet beschikbaar. Probeer het later opnieuw.",
|
121
123
|
"spokenLanguageStrings": {
|
122
124
|
"ar-ae": "Arabisch - Verenigde Arabische Emiraten",
|
123
125
|
"ar-sa": "Arabisch - Saudi-Arabië",
|
@@ -229,6 +231,66 @@
|
|
229
231
|
"lostDueToRoleChangeToAttendee": "Uw rol is gewijzigd. Sommige acties, zoals het delen van inhoud, zijn niet beschikbaar voor u.",
|
230
232
|
"grantedDueToRoleChangeToPresenter": "U bent een presentator. U kunt inhoud delen en de vergadering vergemakkelijken."
|
231
233
|
}
|
234
|
+
},
|
235
|
+
"surveyQuestion": "Hoe was uw oproep vandaag?",
|
236
|
+
"starSurveyHelperText": "Wat was de kwaliteit van het gesprek?",
|
237
|
+
"starSurveyOneStarText": "De kwaliteit was erg slecht.",
|
238
|
+
"starSurveyTwoStarText": "De kwaliteit was slecht.",
|
239
|
+
"starSurveyThreeStarText": "De kwaliteit was goed.",
|
240
|
+
"starSurveyFourStarText": "De kwaliteit was geweldig.",
|
241
|
+
"starSurveyFiveStarText": "De kwaliteit was uitstekend.",
|
242
|
+
"surveyConfirmButtonLabel": "Feedback verzenden",
|
243
|
+
"starRatingAriaLabel": "Selecteer {0} van {1} sterren",
|
244
|
+
"surveyCancelButtonAriaLabel": "Annuleren",
|
245
|
+
"tagsSurveyQuestion": "Wat had beter kunnen zijn?",
|
246
|
+
"tagsSurveyTextFieldDefaultText": "Overig, geef een toelichting",
|
247
|
+
"tagsSurveyHelperText": "Controleer eventuele problemen die u hebt ondervonden",
|
248
|
+
"surveyTextboxDefaultText": "Overige, geef een toelichting",
|
249
|
+
"surveyIssues": {
|
250
|
+
"overallRating": {
|
251
|
+
"callCannotJoin": "Ik kan niet deelnemen aan de oproep",
|
252
|
+
"callCannotInvite": "Ik kan niet iemand uitnodigen voor de oproep",
|
253
|
+
"hadToRejoin": "Ik moest opnieuw deelnemen aan de oproep",
|
254
|
+
"callEndedUnexpectedly": "Oproep is onverwacht beëindigd voor mij",
|
255
|
+
"otherIssues": "Ik had andere problemen met de oproep"
|
256
|
+
},
|
257
|
+
"audioRating": {
|
258
|
+
"noLocalAudio": "De ander kon geen geluid horen",
|
259
|
+
"noRemoteAudio": "Ik kon geen geluid horen",
|
260
|
+
"echo": "Ik hoorde echo's tijdens de oproep",
|
261
|
+
"audioNoise": "Ik hoorde een ruis tijdens de oproep",
|
262
|
+
"lowVolume": "Het volume was laag",
|
263
|
+
"audioStoppedUnexpectedly": "Audio is onverwacht gestopt",
|
264
|
+
"distortedSpeech": "Audio is vervormd",
|
265
|
+
"audioInterruption": "Audio is onderbroken",
|
266
|
+
"otherIssues": "Ik had andere audioproblemen in deze oproep"
|
267
|
+
},
|
268
|
+
"videoRating": {
|
269
|
+
"noVideoReceived": "Ik kon geen video zien",
|
270
|
+
"noVideoSent": "Anderen konden mij niet zien",
|
271
|
+
"lowQuality": "Videokwaliteit was laag",
|
272
|
+
"freezes": "Video bevroren",
|
273
|
+
"stoppedUnexpectedly": "De video stopte onverwacht",
|
274
|
+
"darkVideoReceived": "Ik zie alleen donkere schermen wanneer anderen hun camera inschakelen",
|
275
|
+
"audioVideoOutOfSync": "Audio en video niet gesynchroniseerd",
|
276
|
+
"otherIssues": "Ik had andere audioproblemen in deze oproep"
|
277
|
+
},
|
278
|
+
"screenshareRating": {
|
279
|
+
"noContentLocal": "Anderen kunnen mijn gedeelde scherm niet zien",
|
280
|
+
"noContentRemote": "Ik kon het gedeelde scherm van anderen niet zien",
|
281
|
+
"cannotPresent": "Ik kon mijn scherm niet presenteren",
|
282
|
+
"lowQuality": "De kwaliteit van scherm delen was laag",
|
283
|
+
"freezes": "Scherm delen bevroren",
|
284
|
+
"stoppedUnexpectedly": "Scherm delen is onverwacht gestopt",
|
285
|
+
"largeDelay": "Scherm dele heeft een grote vertraging",
|
286
|
+
"otherIssues": "Ik had andere problemen met het delen van het scherm in dit gesprek"
|
287
|
+
}
|
288
|
+
},
|
289
|
+
"SurveyIssuesHeadingStrings": {
|
290
|
+
"overallRating": "Algemeen",
|
291
|
+
"audioRating": "Audio",
|
292
|
+
"videoRating": "Video",
|
293
|
+
"screenshareRating": "Presenteren"
|
232
294
|
}
|
233
295
|
},
|
234
296
|
"chat": {
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json
CHANGED
@@ -118,6 +118,8 @@
|
|
118
118
|
"dismissModalAriaLabel": "Lokalny i zdalny obraz i obraz, naciśnij klawisz Enter, aby powrócić do rozmowy",
|
119
119
|
"callRejectedTitle": "Nie można zakończyć rozmowy",
|
120
120
|
"callRejectedMoreDetails": "Osoba, z którą próbujesz się skontaktować, jest niedostępna. Spróbuj ponownie później.",
|
121
|
+
"callTimeoutTitle": "Nie można zakończyć rozmowy",
|
122
|
+
"callTimeoutDetails": "Osoba, z którą próbujesz się skontaktować, jest niedostępna. Spróbuj ponownie później.",
|
121
123
|
"spokenLanguageStrings": {
|
122
124
|
"ar-ae": "arabski — Zjednoczone Emiraty Arabskie",
|
123
125
|
"ar-sa": "arabski — Arabia Saudyjska",
|
@@ -229,6 +231,66 @@
|
|
229
231
|
"lostDueToRoleChangeToAttendee": "Rola została zmieniona. Niektóre akcje, takie jak udostępnianie zawartości, nie będą dla Ciebie dostępne.",
|
230
232
|
"grantedDueToRoleChangeToPresenter": "Jesteś osobą prowadzącą. Możesz udostępniać zawartość i prowadzić spotkanie."
|
231
233
|
}
|
234
|
+
},
|
235
|
+
"surveyQuestion": "Jak oceniasz dzisiejszą rozmowę?",
|
236
|
+
"starSurveyHelperText": "Jaka była jakość połączenia?",
|
237
|
+
"starSurveyOneStarText": "Jakość była zła.",
|
238
|
+
"starSurveyTwoStarText": "Jakość była niska.",
|
239
|
+
"starSurveyThreeStarText": "Jakość była dobra.",
|
240
|
+
"starSurveyFourStarText": "Jakość była doskonała.",
|
241
|
+
"starSurveyFiveStarText": "Jakość była świetna.",
|
242
|
+
"surveyConfirmButtonLabel": "Prześlij opinię",
|
243
|
+
"starRatingAriaLabel": "Wybierz {0} z {1} gwiazdek",
|
244
|
+
"surveyCancelButtonAriaLabel": "Anuluj",
|
245
|
+
"tagsSurveyQuestion": "Co można było zrobić lepiej?",
|
246
|
+
"tagsSurveyTextFieldDefaultText": "Inny — prosimy określić",
|
247
|
+
"tagsSurveyHelperText": "Sprawdź wszelkie napotkane problemy",
|
248
|
+
"surveyTextboxDefaultText": "Inna odpowiedź, podaj szczegóły",
|
249
|
+
"surveyIssues": {
|
250
|
+
"overallRating": {
|
251
|
+
"callCannotJoin": "Nie mogę dołączyć do rozmowy",
|
252
|
+
"callCannotInvite": "Nie mogę zaprosić innych osób do rozmowy",
|
253
|
+
"hadToRejoin": "Konieczne było ponowne dołączenie do rozmowy",
|
254
|
+
"callEndedUnexpectedly": "Rozmowa została nieoczekiwanie zakończona",
|
255
|
+
"otherIssues": "Wystąpiły inne problemy z połączeniem"
|
256
|
+
},
|
257
|
+
"audioRating": {
|
258
|
+
"noLocalAudio": "Mój rozmówca nic nie słyszał",
|
259
|
+
"noRemoteAudio": "Nie było słychać żadnego dźwięku",
|
260
|
+
"echo": "Podczas rozmowy słychać było echo",
|
261
|
+
"audioNoise": "Słyszę szum podczas rozmowy",
|
262
|
+
"lowVolume": "Poziom głośności był zbyt niski",
|
263
|
+
"audioStoppedUnexpectedly": "Dźwięk został nieoczekiwanie zatrzymany",
|
264
|
+
"distortedSpeech": "Dźwięk był zniekształcony",
|
265
|
+
"audioInterruption": "Dźwięk został przerwany",
|
266
|
+
"otherIssues": "Występowały inne problemy z dźwiękiem podczas tego połączenia"
|
267
|
+
},
|
268
|
+
"videoRating": {
|
269
|
+
"noVideoReceived": "Nie było nic widać",
|
270
|
+
"noVideoSent": "Inne osoby mnie nie widziały",
|
271
|
+
"lowQuality": "Jakość wideo była niska",
|
272
|
+
"freezes": "Wideo zablokowane",
|
273
|
+
"stoppedUnexpectedly": "Wideo zostało nieoczekiwanie zatrzymane",
|
274
|
+
"darkVideoReceived": "Widzę ciemne ekrany tylko wtedy, gdy inni włączają kamerę",
|
275
|
+
"audioVideoOutOfSync": "Dźwięk i obraz nie były zsynchronizowane",
|
276
|
+
"otherIssues": "Występowały inne problemy z wideo podczas tego połączenia"
|
277
|
+
},
|
278
|
+
"screenshareRating": {
|
279
|
+
"noContentLocal": "Inne osoby nie widziały mojego udostępnionego ekranu",
|
280
|
+
"noContentRemote": "Nie widzę zrzutów ekranu innych osób",
|
281
|
+
"cannotPresent": "Nie mogę zaprezentować ekranu",
|
282
|
+
"lowQuality": "Jakość udostępniania ekranu była niska",
|
283
|
+
"freezes": "Udostępnianie ekranu zablokowane",
|
284
|
+
"stoppedUnexpectedly": "Udostępnianie ekranu zostało nieoczekiwanie zatrzymane",
|
285
|
+
"largeDelay": "Udostępnianie ekranu ma duże opóźnienie",
|
286
|
+
"otherIssues": "Wystąpiły inne problemy z udostępnianiem ekranu podczas tej rozmowy"
|
287
|
+
}
|
288
|
+
},
|
289
|
+
"SurveyIssuesHeadingStrings": {
|
290
|
+
"overallRating": "Ogólne",
|
291
|
+
"audioRating": "Dźwięk",
|
292
|
+
"videoRating": "Wideo",
|
293
|
+
"screenshareRating": "W trakcie prezentacji"
|
232
294
|
}
|
233
295
|
},
|
234
296
|
"chat": {
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json
CHANGED
@@ -118,6 +118,8 @@
|
|
118
118
|
"dismissModalAriaLabel": "Imagem e imagem local e remota, pressione Enter para retornar à chamada",
|
119
119
|
"callRejectedTitle": "Não foi possível concluir a chamada",
|
120
120
|
"callRejectedMoreDetails": "A pessoa que você está tentando acessar não está disponível. Tente novamente mais tarde.",
|
121
|
+
"callTimeoutTitle": "Não foi possível concluir a chamada",
|
122
|
+
"callTimeoutDetails": "A pessoa que você está tentando acessar não está disponível. Tente novamente mais tarde.",
|
121
123
|
"spokenLanguageStrings": {
|
122
124
|
"ar-ae": "Árabe - Emirados Árabes Unidos",
|
123
125
|
"ar-sa": "Árabe - Arábia Saudita",
|
@@ -229,6 +231,66 @@
|
|
229
231
|
"lostDueToRoleChangeToAttendee": "Sua função foi alterada. Algumas ações, como o compartilhamento de conteúdo, não estarão disponíveis para você.",
|
230
232
|
"grantedDueToRoleChangeToPresenter": "Você é um apresentador. Você pode compartilhar conteúdo e facilitar a reunião."
|
231
233
|
}
|
234
|
+
},
|
235
|
+
"surveyQuestion": "Como foi sua chamada hoje?",
|
236
|
+
"starSurveyHelperText": "Como estava a qualidade da chamada?",
|
237
|
+
"starSurveyOneStarText": "A qualidade era ruim.",
|
238
|
+
"starSurveyTwoStarText": "A qualidade era ruim.",
|
239
|
+
"starSurveyThreeStarText": "A qualidade era boa.",
|
240
|
+
"starSurveyFourStarText": "A qualidade era ótima.",
|
241
|
+
"starSurveyFiveStarText": "A qualidade estava excelente.",
|
242
|
+
"surveyConfirmButtonLabel": "Enviar Comentários",
|
243
|
+
"starRatingAriaLabel": "Selecione {0} de {1} estrelas",
|
244
|
+
"surveyCancelButtonAriaLabel": "Cancelar",
|
245
|
+
"tagsSurveyQuestion": "O que poderia ter sido melhor?",
|
246
|
+
"tagsSurveyTextFieldDefaultText": "Outro; especifique",
|
247
|
+
"tagsSurveyHelperText": "Marque quaisquer problemas que você tenha enfrentado.",
|
248
|
+
"surveyTextboxDefaultText": "Outro. Especifique",
|
249
|
+
"surveyIssues": {
|
250
|
+
"overallRating": {
|
251
|
+
"callCannotJoin": "Não foi possível ingressar na chamada",
|
252
|
+
"callCannotInvite": "Não foi possível convidar outras pessoas para a chamada",
|
253
|
+
"hadToRejoin": "Eu tive que reingressar na chamada",
|
254
|
+
"callEndedUnexpectedly": "A chamada foi encerrada inesperadamente para mim",
|
255
|
+
"otherIssues": "Eu tive outros problemas com a chamada"
|
256
|
+
},
|
257
|
+
"audioRating": {
|
258
|
+
"noLocalAudio": "O outro lado não conseguiu ouvir nenhum som",
|
259
|
+
"noRemoteAudio": "Não consegui ouvir o som",
|
260
|
+
"echo": "Ouvi ecos na chamada",
|
261
|
+
"audioNoise": "Ouvi ruído na chamada",
|
262
|
+
"lowVolume": "O volume estava baixo",
|
263
|
+
"audioStoppedUnexpectedly": "O áudio foi interrompido inesperadamente",
|
264
|
+
"distortedSpeech": "O áudio estava distorcido",
|
265
|
+
"audioInterruption": "O áudio foi interrompido",
|
266
|
+
"otherIssues": "Eu tive outros problemas de áudio nesta chamada"
|
267
|
+
},
|
268
|
+
"videoRating": {
|
269
|
+
"noVideoReceived": "Não consegui ver o vídeo",
|
270
|
+
"noVideoSent": "Outras pessoas não puderam me ver",
|
271
|
+
"lowQuality": "A qualidade do vídeo estava baixa",
|
272
|
+
"freezes": "O vídeo ficou congelado",
|
273
|
+
"stoppedUnexpectedly": "O vídeo foi interrompido inesperadamente",
|
274
|
+
"darkVideoReceived": "Só consigo ver telas escuras quando outras pessoas ativam a câmera",
|
275
|
+
"audioVideoOutOfSync": "O Áudio e o Vídeo estavam fora de sincronia",
|
276
|
+
"otherIssues": "Eu tive outros problemas de vídeo nesta chamada"
|
277
|
+
},
|
278
|
+
"screenshareRating": {
|
279
|
+
"noContentLocal": "Outras pessoas não puderam ver meu compartilhamento de tela",
|
280
|
+
"noContentRemote": "Não foi possível ver o compartilhamento de tela de outras pessoas",
|
281
|
+
"cannotPresent": "Não foi possível apresentar minha tela",
|
282
|
+
"lowQuality": "A qualidade do compartilhamento de tela estava baixa",
|
283
|
+
"freezes": "O compartilhamento de tela ficou congelado",
|
284
|
+
"stoppedUnexpectedly": "O compartilhamento de tela foi interrompido inesperadamente",
|
285
|
+
"largeDelay": "O compartilhamento de tela tem um grande atraso",
|
286
|
+
"otherIssues": "Eu estava tendo outros problemas de compartilhamento de tela nesta chamada"
|
287
|
+
}
|
288
|
+
},
|
289
|
+
"SurveyIssuesHeadingStrings": {
|
290
|
+
"overallRating": "De modo geral",
|
291
|
+
"audioRating": "Áudio",
|
292
|
+
"videoRating": "Vídeo",
|
293
|
+
"screenshareRating": "Apresentando"
|
232
294
|
}
|
233
295
|
},
|
234
296
|
"chat": {
|