@azure/communication-react 1.19.0-alpha-202409140017 → 1.19.0-alpha-202409170013
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 +3 -3
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-HC13usP7.js → ChatMessageComponentAsRichTextEditBox-DczaGPAx.js} +2 -2
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-HC13usP7.js.map → ChatMessageComponentAsRichTextEditBox-DczaGPAx.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DxPMo6JT.js → RichTextSendBoxWrapper-f3qwoP3I.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DxPMo6JT.js.map → RichTextSendBoxWrapper-f3qwoP3I.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-cgaqtK0L.js → index-D-uZsyQQ.js} +27 -27
- package/dist/dist-cjs/communication-react/{index-cgaqtK0L.js.map → index-D-uZsyQQ.js.map} +1 -1
- package/dist/dist-cjs/communication-react/index.js +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/react-components/src/localization/locales/ar-SA/strings.json +17 -10
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +15 -8
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +16 -9
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +17 -10
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +17 -10
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +15 -8
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +17 -10
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +16 -9
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +15 -8
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +16 -9
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +15 -8
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +15 -8
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +17 -10
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +15 -8
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +17 -10
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +15 -8
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +16 -9
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +16 -9
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +15 -8
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +18 -11
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +10 -10
- package/package.json +1 -1
@@ -99,14 +99,15 @@
|
|
99
99
|
"cameraMenuTitle": "カメラ",
|
100
100
|
"cameraMenuTooltip": "カメラを選択する",
|
101
101
|
"cameraButtonSplitRoleDescription": "分割ボタン",
|
102
|
-
"onSplitButtonAriaLabel": "
|
103
|
-
"offSplitButtonAriaLabel": "
|
102
|
+
"onSplitButtonAriaLabel": "カメラをオフにする",
|
103
|
+
"offSplitButtonAriaLabel": "カメラをオンにする",
|
104
104
|
"cameraActionTurnedOnAnnouncement": "カメラがオンになっています",
|
105
105
|
"cameraActionTurnedOffAnnouncement": "カメラがオフになっています",
|
106
106
|
"onSplitButtonPrimaryActionCamera": "カメラをオフにする",
|
107
107
|
"offSplitButtonPrimaryActionCamera": "カメラをオンにする",
|
108
108
|
"cameraPrimaryActionSplitButtonTitle": "カメラを使用する",
|
109
|
-
"videoEffectsMenuItemTitle": "効果"
|
109
|
+
"videoEffectsMenuItemTitle": "効果",
|
110
|
+
"cameraButtonAriaDescription": "カメラのオプション"
|
110
111
|
},
|
111
112
|
"microphoneButton": {
|
112
113
|
"onLabel": "マイク",
|
@@ -119,13 +120,17 @@
|
|
119
120
|
"speakerMenuTitle": "スピーカー",
|
120
121
|
"speakerMenuTooltip": "スピーカーを選択する",
|
121
122
|
"microphoneButtonSplitRoleDescription": "分割ボタン",
|
122
|
-
"onSplitButtonAriaLabel": "
|
123
|
-
"offSplitButtonAriaLabel": "
|
123
|
+
"onSplitButtonAriaLabel": "マイクをミュートする",
|
124
|
+
"offSplitButtonAriaLabel": "マイクのミュートを解除する",
|
124
125
|
"microphoneActionTurnedOnAnnouncement": "マイクがオンになっています",
|
125
126
|
"microphoneActionTurnedOffAnnouncement": "マイクがオフになっています",
|
126
127
|
"offSplitButtonMicrophonePrimaryAction": "マイクのミュートを解除する",
|
127
|
-
"onSplitButtonMicrophonePrimaryAction": "
|
128
|
-
"microphonePrimaryActionSplitButtonTitle": "マイクを使用する"
|
128
|
+
"onSplitButtonMicrophonePrimaryAction": "マイクをミュートする",
|
129
|
+
"microphonePrimaryActionSplitButtonTitle": "マイクを使用する",
|
130
|
+
"microphoneAriaDescription": "オーディオのオプション",
|
131
|
+
"deepNoiseSuppressionTitle": "ノイズ抑制",
|
132
|
+
"deepNoiseSuppressionOnAnnouncement": "ディープ ノイズ抑制がオンになっています",
|
133
|
+
"deepNoiseSuppressionOffAnnouncement": "ディープ ノイズ抑制がオフになっています"
|
129
134
|
},
|
130
135
|
"devicesButton": {
|
131
136
|
"label": "デバイス",
|
@@ -504,7 +509,8 @@
|
|
504
509
|
"stopSpotlightVideoTileMenuLabel": "スポットライトの設定を解除",
|
505
510
|
"stopSpotlightOnSelfVideoTileMenuLabel": "スポットライトを終了",
|
506
511
|
"attendeeRole": "出席者",
|
507
|
-
"muteParticipantMenuItemLabel": "ミュート"
|
512
|
+
"muteParticipantMenuItemLabel": "ミュート",
|
513
|
+
"waitingScreenText": "他のユーザーの参加を待っています"
|
508
514
|
},
|
509
515
|
"dialpad": {
|
510
516
|
"placeholderText": "電話番号を入力してください",
|
@@ -658,6 +664,7 @@
|
|
658
664
|
"incomingCallNoticicationRejectAriaLabel": "拒否する",
|
659
665
|
"incomingCallNotificationAcceptButtonLabel": "承諾",
|
660
666
|
"incomingCallNotificationRejectButtonLabel": "拒否",
|
661
|
-
"incomingCallNotificationAccceptWithVideoButtonLabel": "ビデオで受ける"
|
667
|
+
"incomingCallNotificationAccceptWithVideoButtonLabel": "ビデオで受ける",
|
668
|
+
"incomingCallNotificationDismissButtonAriaLabel": "閉じる"
|
662
669
|
}
|
663
670
|
}
|
@@ -99,14 +99,15 @@
|
|
99
99
|
"cameraMenuTitle": "카메라",
|
100
100
|
"cameraMenuTooltip": "카메라 선택",
|
101
101
|
"cameraButtonSplitRoleDescription": "분할 단추",
|
102
|
-
"onSplitButtonAriaLabel": "카메라
|
103
|
-
"offSplitButtonAriaLabel": "카메라
|
102
|
+
"onSplitButtonAriaLabel": "카메라 끄기",
|
103
|
+
"offSplitButtonAriaLabel": "카메라 켜기",
|
104
104
|
"cameraActionTurnedOnAnnouncement": "카메라가 켜져 있습니다.",
|
105
105
|
"cameraActionTurnedOffAnnouncement": "카메라가 꺼져 있습니다.",
|
106
106
|
"onSplitButtonPrimaryActionCamera": "카메라 끄기",
|
107
107
|
"offSplitButtonPrimaryActionCamera": "카메라 켜기",
|
108
108
|
"cameraPrimaryActionSplitButtonTitle": "카메라 사용",
|
109
|
-
"videoEffectsMenuItemTitle": "효과"
|
109
|
+
"videoEffectsMenuItemTitle": "효과",
|
110
|
+
"cameraButtonAriaDescription": "카메라 옵션"
|
110
111
|
},
|
111
112
|
"microphoneButton": {
|
112
113
|
"onLabel": "마이크",
|
@@ -119,13 +120,17 @@
|
|
119
120
|
"speakerMenuTitle": "발언자",
|
120
121
|
"speakerMenuTooltip": "스피커 선택",
|
121
122
|
"microphoneButtonSplitRoleDescription": "분할 단추",
|
122
|
-
"onSplitButtonAriaLabel": "마이크
|
123
|
-
"offSplitButtonAriaLabel": "마이크
|
123
|
+
"onSplitButtonAriaLabel": "마이크 음소거",
|
124
|
+
"offSplitButtonAriaLabel": "마이크 음소거 해제",
|
124
125
|
"microphoneActionTurnedOnAnnouncement": "마이크가 켜져 있습니다.",
|
125
126
|
"microphoneActionTurnedOffAnnouncement": "마이크가 꺼져 있습니다.",
|
126
127
|
"offSplitButtonMicrophonePrimaryAction": "마이크 음소거 해제",
|
127
128
|
"onSplitButtonMicrophonePrimaryAction": "마이크 음소거",
|
128
|
-
"microphonePrimaryActionSplitButtonTitle": "마이크 사용"
|
129
|
+
"microphonePrimaryActionSplitButtonTitle": "마이크 사용",
|
130
|
+
"microphoneAriaDescription": "오디오 옵션",
|
131
|
+
"deepNoiseSuppressionTitle": "노이즈 억제",
|
132
|
+
"deepNoiseSuppressionOnAnnouncement": "심층 노이즈 억제가 켜졌습니다.",
|
133
|
+
"deepNoiseSuppressionOffAnnouncement": "심층 노이즈 억제가 꺼졌습니다."
|
129
134
|
},
|
130
135
|
"devicesButton": {
|
131
136
|
"label": "장치",
|
@@ -504,7 +509,8 @@
|
|
504
509
|
"stopSpotlightVideoTileMenuLabel": "스포트라이트 중지",
|
505
510
|
"stopSpotlightOnSelfVideoTileMenuLabel": "스포트라이트 종료",
|
506
511
|
"attendeeRole": "참석자",
|
507
|
-
"muteParticipantMenuItemLabel": "음소거"
|
512
|
+
"muteParticipantMenuItemLabel": "음소거",
|
513
|
+
"waitingScreenText": "다른 사용자의 참여를 기다리는 중"
|
508
514
|
},
|
509
515
|
"dialpad": {
|
510
516
|
"placeholderText": "전화 번호를 입력하세요.",
|
@@ -658,6 +664,7 @@
|
|
658
664
|
"incomingCallNoticicationRejectAriaLabel": "거부",
|
659
665
|
"incomingCallNotificationAcceptButtonLabel": "수락",
|
660
666
|
"incomingCallNotificationRejectButtonLabel": "거절",
|
661
|
-
"incomingCallNotificationAccceptWithVideoButtonLabel": "영상 수락"
|
667
|
+
"incomingCallNotificationAccceptWithVideoButtonLabel": "영상 수락",
|
668
|
+
"incomingCallNotificationDismissButtonAriaLabel": "해제"
|
662
669
|
}
|
663
670
|
}
|
@@ -99,14 +99,15 @@
|
|
99
99
|
"cameraMenuTitle": "Kamera",
|
100
100
|
"cameraMenuTooltip": "Velg kamera",
|
101
101
|
"cameraButtonSplitRoleDescription": "Rullegardinknapp",
|
102
|
-
"onSplitButtonAriaLabel": "Slå av kamera
|
103
|
-
"offSplitButtonAriaLabel": "Slå på kamera
|
102
|
+
"onSplitButtonAriaLabel": "Slå av kamera",
|
103
|
+
"offSplitButtonAriaLabel": "Slå på kamera",
|
104
104
|
"cameraActionTurnedOnAnnouncement": "Kameraet er slått på",
|
105
105
|
"cameraActionTurnedOffAnnouncement": "Kameraet er slått av.",
|
106
106
|
"onSplitButtonPrimaryActionCamera": "Slå av kamera",
|
107
107
|
"offSplitButtonPrimaryActionCamera": "Slå på kamera",
|
108
108
|
"cameraPrimaryActionSplitButtonTitle": "Bruk kamera",
|
109
|
-
"videoEffectsMenuItemTitle": "Effekter"
|
109
|
+
"videoEffectsMenuItemTitle": "Effekter",
|
110
|
+
"cameraButtonAriaDescription": "kameraalternativer"
|
110
111
|
},
|
111
112
|
"microphoneButton": {
|
112
113
|
"onLabel": "Mikrofon",
|
@@ -119,13 +120,17 @@
|
|
119
120
|
"speakerMenuTitle": "Høyttaler",
|
120
121
|
"speakerMenuTooltip": "Velg høyttaler",
|
121
122
|
"microphoneButtonSplitRoleDescription": "Rullegardinknapp",
|
122
|
-
"onSplitButtonAriaLabel": "Demp mikrofon
|
123
|
-
"offSplitButtonAriaLabel": "Opphev demping av mikrofon
|
123
|
+
"onSplitButtonAriaLabel": "Demp mikrofon",
|
124
|
+
"offSplitButtonAriaLabel": "Opphev demping av mikrofon",
|
124
125
|
"microphoneActionTurnedOnAnnouncement": "Mikrofonen er slått på",
|
125
126
|
"microphoneActionTurnedOffAnnouncement": "Mikrofonen er slått av",
|
126
127
|
"offSplitButtonMicrophonePrimaryAction": "Opphev demping av mikrofon",
|
127
128
|
"onSplitButtonMicrophonePrimaryAction": "Demp mikrofon",
|
128
|
-
"microphonePrimaryActionSplitButtonTitle": "Bruk mikrofon"
|
129
|
+
"microphonePrimaryActionSplitButtonTitle": "Bruk mikrofon",
|
130
|
+
"microphoneAriaDescription": "Lydalternativer",
|
131
|
+
"deepNoiseSuppressionTitle": "Støydemping",
|
132
|
+
"deepNoiseSuppressionOnAnnouncement": "Dyp støydemping er aktivert",
|
133
|
+
"deepNoiseSuppressionOffAnnouncement": "Dyp støydemping er deaktivert"
|
129
134
|
},
|
130
135
|
"devicesButton": {
|
131
136
|
"label": "Enheter",
|
@@ -504,7 +509,8 @@
|
|
504
509
|
"stopSpotlightVideoTileMenuLabel": "Fjern fra rampelyset",
|
505
510
|
"stopSpotlightOnSelfVideoTileMenuLabel": "Rampelys av",
|
506
511
|
"attendeeRole": "Deltaker",
|
507
|
-
"muteParticipantMenuItemLabel": "Demp"
|
512
|
+
"muteParticipantMenuItemLabel": "Demp",
|
513
|
+
"waitingScreenText": "Venter på at andre skal bli med"
|
508
514
|
},
|
509
515
|
"dialpad": {
|
510
516
|
"placeholderText": "Skriv inn telefonnummeret",
|
@@ -658,6 +664,7 @@
|
|
658
664
|
"incomingCallNoticicationRejectAriaLabel": "Avvis",
|
659
665
|
"incomingCallNotificationAcceptButtonLabel": "Godta",
|
660
666
|
"incomingCallNotificationRejectButtonLabel": "Avslå",
|
661
|
-
"incomingCallNotificationAccceptWithVideoButtonLabel": "Svar med video"
|
667
|
+
"incomingCallNotificationAccceptWithVideoButtonLabel": "Svar med video",
|
668
|
+
"incomingCallNotificationDismissButtonAriaLabel": "Lukk"
|
662
669
|
}
|
663
670
|
}
|
@@ -99,14 +99,15 @@
|
|
99
99
|
"cameraMenuTitle": "Camera",
|
100
100
|
"cameraMenuTooltip": "Camera kiezen",
|
101
101
|
"cameraButtonSplitRoleDescription": "Knop Splitsen",
|
102
|
-
"onSplitButtonAriaLabel": "Camera
|
103
|
-
"offSplitButtonAriaLabel": "Camera
|
102
|
+
"onSplitButtonAriaLabel": "Camera uitschakelen",
|
103
|
+
"offSplitButtonAriaLabel": "Camera inschakelen",
|
104
104
|
"cameraActionTurnedOnAnnouncement": "Uw camera is ingeschakeld",
|
105
105
|
"cameraActionTurnedOffAnnouncement": "Uw camera is uitgeschakeld",
|
106
106
|
"onSplitButtonPrimaryActionCamera": "Camera uitschakelen",
|
107
107
|
"offSplitButtonPrimaryActionCamera": "Camera inschakelen",
|
108
108
|
"cameraPrimaryActionSplitButtonTitle": "Camera gebruiken",
|
109
|
-
"videoEffectsMenuItemTitle": "Effecten"
|
109
|
+
"videoEffectsMenuItemTitle": "Effecten",
|
110
|
+
"cameraButtonAriaDescription": "camera-opties"
|
110
111
|
},
|
111
112
|
"microphoneButton": {
|
112
113
|
"onLabel": "Microfoon",
|
@@ -119,13 +120,17 @@
|
|
119
120
|
"speakerMenuTitle": "Luidspreker",
|
120
121
|
"speakerMenuTooltip": "Luidspreker kiezen",
|
121
122
|
"microphoneButtonSplitRoleDescription": "Knop Splitsen",
|
122
|
-
"onSplitButtonAriaLabel": "Microfoon
|
123
|
-
"offSplitButtonAriaLabel": "
|
123
|
+
"onSplitButtonAriaLabel": "Microfoon dempen",
|
124
|
+
"offSplitButtonAriaLabel": "Dempen opheffen voor microfoon",
|
124
125
|
"microphoneActionTurnedOnAnnouncement": "Uw microfoon is ingeschakeld",
|
125
126
|
"microphoneActionTurnedOffAnnouncement": "Uw microfoon is uitgeschakeld",
|
126
|
-
"offSplitButtonMicrophonePrimaryAction": "
|
127
|
-
"onSplitButtonMicrophonePrimaryAction": "Microfoon
|
128
|
-
"microphonePrimaryActionSplitButtonTitle": "Microfoon gebruiken"
|
127
|
+
"offSplitButtonMicrophonePrimaryAction": "Dempen opheffen voor microfoon",
|
128
|
+
"onSplitButtonMicrophonePrimaryAction": "Microfoon dempen",
|
129
|
+
"microphonePrimaryActionSplitButtonTitle": "Microfoon gebruiken",
|
130
|
+
"microphoneAriaDescription": "Audio-opties",
|
131
|
+
"deepNoiseSuppressionTitle": "Ruisonderdrukking",
|
132
|
+
"deepNoiseSuppressionOnAnnouncement": "Diepe ruisonderdrukking is ingeschakeld",
|
133
|
+
"deepNoiseSuppressionOffAnnouncement": "Diepe ruisonderdrukking is uitgeschakeld"
|
129
134
|
},
|
130
135
|
"devicesButton": {
|
131
136
|
"label": "Apparaten",
|
@@ -504,7 +509,8 @@
|
|
504
509
|
"stopSpotlightVideoTileMenuLabel": "Spotlighten stoppen",
|
505
510
|
"stopSpotlightOnSelfVideoTileMenuLabel": "Spotlight afsluiten",
|
506
511
|
"attendeeRole": "Genodigde",
|
507
|
-
"muteParticipantMenuItemLabel": "Dempen"
|
512
|
+
"muteParticipantMenuItemLabel": "Dempen",
|
513
|
+
"waitingScreenText": "Wachten tot anderen deelnemen"
|
508
514
|
},
|
509
515
|
"dialpad": {
|
510
516
|
"placeholderText": "Telefoonnummer invoeren",
|
@@ -658,6 +664,7 @@
|
|
658
664
|
"incomingCallNoticicationRejectAriaLabel": "Weigeren",
|
659
665
|
"incomingCallNotificationAcceptButtonLabel": "Accepteren",
|
660
666
|
"incomingCallNotificationRejectButtonLabel": "Weigeren",
|
661
|
-
"incomingCallNotificationAccceptWithVideoButtonLabel": "Accepteren met video"
|
667
|
+
"incomingCallNotificationAccceptWithVideoButtonLabel": "Accepteren met video",
|
668
|
+
"incomingCallNotificationDismissButtonAriaLabel": "Sluiten"
|
662
669
|
}
|
663
670
|
}
|
@@ -99,14 +99,15 @@
|
|
99
99
|
"cameraMenuTitle": "Kamera",
|
100
100
|
"cameraMenuTooltip": "Wybierz kamerę",
|
101
101
|
"cameraButtonSplitRoleDescription": "Przycisk podziału",
|
102
|
-
"onSplitButtonAriaLabel": "Wyłącz kamerę
|
103
|
-
"offSplitButtonAriaLabel": "Włącz kamerę
|
102
|
+
"onSplitButtonAriaLabel": "Wyłącz kamerę",
|
103
|
+
"offSplitButtonAriaLabel": "Włącz kamerę",
|
104
104
|
"cameraActionTurnedOnAnnouncement": "Kamera została włączona",
|
105
105
|
"cameraActionTurnedOffAnnouncement": "Kamera została wyłączona",
|
106
106
|
"onSplitButtonPrimaryActionCamera": "Wyłącz kamerę",
|
107
107
|
"offSplitButtonPrimaryActionCamera": "Włącz kamerę",
|
108
108
|
"cameraPrimaryActionSplitButtonTitle": "Użyj kamery",
|
109
|
-
"videoEffectsMenuItemTitle": "Efekty"
|
109
|
+
"videoEffectsMenuItemTitle": "Efekty",
|
110
|
+
"cameraButtonAriaDescription": "opcje kamery"
|
110
111
|
},
|
111
112
|
"microphoneButton": {
|
112
113
|
"onLabel": "Mikrofon",
|
@@ -119,13 +120,17 @@
|
|
119
120
|
"speakerMenuTitle": "Głośnik",
|
120
121
|
"speakerMenuTooltip": "Wybierz głośnik",
|
121
122
|
"microphoneButtonSplitRoleDescription": "Przycisk podziału",
|
122
|
-
"onSplitButtonAriaLabel": "
|
123
|
-
"offSplitButtonAriaLabel": "Wyłącz wyciszenie mikrofonu
|
123
|
+
"onSplitButtonAriaLabel": "Wycisz mikrofon",
|
124
|
+
"offSplitButtonAriaLabel": "Wyłącz wyciszenie mikrofonu",
|
124
125
|
"microphoneActionTurnedOnAnnouncement": "Mikrofon został włączony",
|
125
126
|
"microphoneActionTurnedOffAnnouncement": "Mikrofon został wyłączony",
|
126
127
|
"offSplitButtonMicrophonePrimaryAction": "Wyłącz wyciszenie mikrofonu",
|
127
128
|
"onSplitButtonMicrophonePrimaryAction": "Wycisz mikrofon",
|
128
|
-
"microphonePrimaryActionSplitButtonTitle": "Użyj mikrofonu"
|
129
|
+
"microphonePrimaryActionSplitButtonTitle": "Użyj mikrofonu",
|
130
|
+
"microphoneAriaDescription": "Opcje dźwięku",
|
131
|
+
"deepNoiseSuppressionTitle": "Tłumienie szumu",
|
132
|
+
"deepNoiseSuppressionOnAnnouncement": "Głębokie tłumienie szumów zostało włączone",
|
133
|
+
"deepNoiseSuppressionOffAnnouncement": "Głębokie tłumienie szumów zostało wyłączone"
|
129
134
|
},
|
130
135
|
"devicesButton": {
|
131
136
|
"label": "Urządzenia",
|
@@ -504,7 +509,8 @@
|
|
504
509
|
"stopSpotlightVideoTileMenuLabel": "Zatrzymaj wyróżnianie",
|
505
510
|
"stopSpotlightOnSelfVideoTileMenuLabel": "Zakończ wyróżnienie",
|
506
511
|
"attendeeRole": "Uczestnik",
|
507
|
-
"muteParticipantMenuItemLabel": "Wycisz"
|
512
|
+
"muteParticipantMenuItemLabel": "Wycisz",
|
513
|
+
"waitingScreenText": "Oczekiwanie na dołączenie innych osób"
|
508
514
|
},
|
509
515
|
"dialpad": {
|
510
516
|
"placeholderText": "Wprowadź numer telefonu",
|
@@ -658,6 +664,7 @@
|
|
658
664
|
"incomingCallNoticicationRejectAriaLabel": "Odrzuć",
|
659
665
|
"incomingCallNotificationAcceptButtonLabel": "Akceptuj",
|
660
666
|
"incomingCallNotificationRejectButtonLabel": "Odrzuć",
|
661
|
-
"incomingCallNotificationAccceptWithVideoButtonLabel": "Odbierz jako połączenie wideo"
|
667
|
+
"incomingCallNotificationAccceptWithVideoButtonLabel": "Odbierz jako połączenie wideo",
|
668
|
+
"incomingCallNotificationDismissButtonAriaLabel": "Odrzuć"
|
662
669
|
}
|
663
670
|
}
|
@@ -99,14 +99,15 @@
|
|
99
99
|
"cameraMenuTitle": "Câmera",
|
100
100
|
"cameraMenuTooltip": "Escolher câmera",
|
101
101
|
"cameraButtonSplitRoleDescription": "Botão de divisão",
|
102
|
-
"onSplitButtonAriaLabel": "
|
103
|
-
"offSplitButtonAriaLabel": "
|
102
|
+
"onSplitButtonAriaLabel": "Desligar a câmera",
|
103
|
+
"offSplitButtonAriaLabel": "Ligar a câmera",
|
104
104
|
"cameraActionTurnedOnAnnouncement": "A câmera foi ligada",
|
105
105
|
"cameraActionTurnedOffAnnouncement": "A câmera foi desligada",
|
106
106
|
"onSplitButtonPrimaryActionCamera": "Desligar a câmera",
|
107
107
|
"offSplitButtonPrimaryActionCamera": "Ligar a câmera",
|
108
108
|
"cameraPrimaryActionSplitButtonTitle": "Usar câmera",
|
109
|
-
"videoEffectsMenuItemTitle": "Efeitos"
|
109
|
+
"videoEffectsMenuItemTitle": "Efeitos",
|
110
|
+
"cameraButtonAriaDescription": "opções de câmera"
|
110
111
|
},
|
111
112
|
"microphoneButton": {
|
112
113
|
"onLabel": "Microfone",
|
@@ -119,13 +120,17 @@
|
|
119
120
|
"speakerMenuTitle": "Alto-falante",
|
120
121
|
"speakerMenuTooltip": "Escolher alto-falante",
|
121
122
|
"microphoneButtonSplitRoleDescription": "Botão de divisão",
|
122
|
-
"onSplitButtonAriaLabel": "Ativar mudo
|
123
|
-
"offSplitButtonAriaLabel": "Desativar mudo
|
123
|
+
"onSplitButtonAriaLabel": "Ativar mudo do microfone",
|
124
|
+
"offSplitButtonAriaLabel": "Desativar mudo do microfone",
|
124
125
|
"microphoneActionTurnedOnAnnouncement": "O microfone foi ligado",
|
125
126
|
"microphoneActionTurnedOffAnnouncement": "O microfone foi desligado",
|
126
|
-
"offSplitButtonMicrophonePrimaryAction": "Desativar mudo
|
127
|
-
"onSplitButtonMicrophonePrimaryAction": "Ativar mudo do
|
128
|
-
"microphonePrimaryActionSplitButtonTitle": "Usar o microfone"
|
127
|
+
"offSplitButtonMicrophonePrimaryAction": "Desativar mudo do microfone",
|
128
|
+
"onSplitButtonMicrophonePrimaryAction": "Ativar mudo do microfone",
|
129
|
+
"microphonePrimaryActionSplitButtonTitle": "Usar o microfone",
|
130
|
+
"microphoneAriaDescription": "Opções de áudio",
|
131
|
+
"deepNoiseSuppressionTitle": "Supressão de ruído",
|
132
|
+
"deepNoiseSuppressionOnAnnouncement": "A supressão de ruído profundo foi ativada",
|
133
|
+
"deepNoiseSuppressionOffAnnouncement": "A supressão de ruído profundo foi desativada"
|
129
134
|
},
|
130
135
|
"devicesButton": {
|
131
136
|
"label": "Dispositivos",
|
@@ -504,7 +509,8 @@
|
|
504
509
|
"stopSpotlightVideoTileMenuLabel": "Parar de destacar",
|
505
510
|
"stopSpotlightOnSelfVideoTileMenuLabel": "Sair de destaque",
|
506
511
|
"attendeeRole": "Participante",
|
507
|
-
"muteParticipantMenuItemLabel": "Ativar mudo"
|
512
|
+
"muteParticipantMenuItemLabel": "Ativar mudo",
|
513
|
+
"waitingScreenText": "Aguardando o ingresso de outros participantes"
|
508
514
|
},
|
509
515
|
"dialpad": {
|
510
516
|
"placeholderText": "Inserir o número do telefone",
|
@@ -658,6 +664,7 @@
|
|
658
664
|
"incomingCallNoticicationRejectAriaLabel": "Rejeitar",
|
659
665
|
"incomingCallNotificationAcceptButtonLabel": "Aceitar",
|
660
666
|
"incomingCallNotificationRejectButtonLabel": "Recusar",
|
661
|
-
"incomingCallNotificationAccceptWithVideoButtonLabel": "Aceitar com Vídeo"
|
667
|
+
"incomingCallNotificationAccceptWithVideoButtonLabel": "Aceitar com Vídeo",
|
668
|
+
"incomingCallNotificationDismissButtonAriaLabel": "Ignorar"
|
662
669
|
}
|
663
670
|
}
|
@@ -99,14 +99,15 @@
|
|
99
99
|
"cameraMenuTitle": "Камера",
|
100
100
|
"cameraMenuTooltip": "Выбрать камеру",
|
101
101
|
"cameraButtonSplitRoleDescription": "Разворачивающаяся кнопка",
|
102
|
-
"onSplitButtonAriaLabel": "Отключить камеру
|
103
|
-
"offSplitButtonAriaLabel": "Включить камеру
|
102
|
+
"onSplitButtonAriaLabel": "Отключить камеру",
|
103
|
+
"offSplitButtonAriaLabel": "Включить камеру",
|
104
104
|
"cameraActionTurnedOnAnnouncement": "Камера включена",
|
105
105
|
"cameraActionTurnedOffAnnouncement": "Камера отключена",
|
106
106
|
"onSplitButtonPrimaryActionCamera": "Выключить камеру",
|
107
107
|
"offSplitButtonPrimaryActionCamera": "Включить камеру",
|
108
108
|
"cameraPrimaryActionSplitButtonTitle": "Использовать камеру",
|
109
|
-
"videoEffectsMenuItemTitle": "Эффекты"
|
109
|
+
"videoEffectsMenuItemTitle": "Эффекты",
|
110
|
+
"cameraButtonAriaDescription": "параметры камеры"
|
110
111
|
},
|
111
112
|
"microphoneButton": {
|
112
113
|
"onLabel": "Микрофон",
|
@@ -119,13 +120,17 @@
|
|
119
120
|
"speakerMenuTitle": "Динамик",
|
120
121
|
"speakerMenuTooltip": "Выбрать динамик",
|
121
122
|
"microphoneButtonSplitRoleDescription": "Разворачивающаяся кнопка",
|
122
|
-
"onSplitButtonAriaLabel": "Отключить микрофон
|
123
|
-
"offSplitButtonAriaLabel": "Включить микрофон
|
123
|
+
"onSplitButtonAriaLabel": "Отключить микрофон",
|
124
|
+
"offSplitButtonAriaLabel": "Включить микрофон",
|
124
125
|
"microphoneActionTurnedOnAnnouncement": "Ваш микрофон включен",
|
125
126
|
"microphoneActionTurnedOffAnnouncement": "Ваш микрофон отключен",
|
126
127
|
"offSplitButtonMicrophonePrimaryAction": "Включить микрофон",
|
127
128
|
"onSplitButtonMicrophonePrimaryAction": "Отключить микрофон",
|
128
|
-
"microphonePrimaryActionSplitButtonTitle": "Использовать микрофон"
|
129
|
+
"microphonePrimaryActionSplitButtonTitle": "Использовать микрофон",
|
130
|
+
"microphoneAriaDescription": "Параметры звука",
|
131
|
+
"deepNoiseSuppressionTitle": "Подавление шума",
|
132
|
+
"deepNoiseSuppressionOnAnnouncement": "Глубокое подавление шума включено",
|
133
|
+
"deepNoiseSuppressionOffAnnouncement": "Глубокое подавление шума отключено"
|
129
134
|
},
|
130
135
|
"devicesButton": {
|
131
136
|
"label": "Устройства",
|
@@ -504,7 +509,8 @@
|
|
504
509
|
"stopSpotlightVideoTileMenuLabel": "Не закреплять",
|
505
510
|
"stopSpotlightOnSelfVideoTileMenuLabel": "Открепить",
|
506
511
|
"attendeeRole": "Участник",
|
507
|
-
"muteParticipantMenuItemLabel": "Отключить микрофон"
|
512
|
+
"muteParticipantMenuItemLabel": "Отключить микрофон",
|
513
|
+
"waitingScreenText": "Ожидание присоединения других участников"
|
508
514
|
},
|
509
515
|
"dialpad": {
|
510
516
|
"placeholderText": "Введите номер телефона",
|
@@ -658,6 +664,7 @@
|
|
658
664
|
"incomingCallNoticicationRejectAriaLabel": "Отклонить",
|
659
665
|
"incomingCallNotificationAcceptButtonLabel": "Принять",
|
660
666
|
"incomingCallNotificationRejectButtonLabel": "Отклонить",
|
661
|
-
"incomingCallNotificationAccceptWithVideoButtonLabel": "Ответить с видео"
|
667
|
+
"incomingCallNotificationAccceptWithVideoButtonLabel": "Ответить с видео",
|
668
|
+
"incomingCallNotificationDismissButtonAriaLabel": "Закрыть"
|
662
669
|
}
|
663
670
|
}
|
@@ -99,14 +99,15 @@
|
|
99
99
|
"cameraMenuTitle": "Kamera",
|
100
100
|
"cameraMenuTooltip": "Välj kamera",
|
101
101
|
"cameraButtonSplitRoleDescription": "Delningsknapp",
|
102
|
-
"onSplitButtonAriaLabel": "
|
103
|
-
"offSplitButtonAriaLabel": "Aktivera
|
102
|
+
"onSplitButtonAriaLabel": "Stäng av kameran",
|
103
|
+
"offSplitButtonAriaLabel": "Aktivera kameran",
|
104
104
|
"cameraActionTurnedOnAnnouncement": "Kameran har aktiverats",
|
105
105
|
"cameraActionTurnedOffAnnouncement": "Kameran har stängts av",
|
106
106
|
"onSplitButtonPrimaryActionCamera": "Stäng av kameran",
|
107
107
|
"offSplitButtonPrimaryActionCamera": "Aktivera kameran",
|
108
108
|
"cameraPrimaryActionSplitButtonTitle": "Använd kamera",
|
109
|
-
"videoEffectsMenuItemTitle": "Effekter"
|
109
|
+
"videoEffectsMenuItemTitle": "Effekter",
|
110
|
+
"cameraButtonAriaDescription": "kameraalternativ"
|
110
111
|
},
|
111
112
|
"microphoneButton": {
|
112
113
|
"onLabel": "Mikrofon",
|
@@ -119,13 +120,17 @@
|
|
119
120
|
"speakerMenuTitle": "Högtalare",
|
120
121
|
"speakerMenuTooltip": "Välj högtalare",
|
121
122
|
"microphoneButtonSplitRoleDescription": "Delningsknapp",
|
122
|
-
"onSplitButtonAriaLabel": "
|
123
|
-
"offSplitButtonAriaLabel": "Slå på
|
123
|
+
"onSplitButtonAriaLabel": "Inaktivera mikrofonen",
|
124
|
+
"offSplitButtonAriaLabel": "Slå på mikrofonen",
|
124
125
|
"microphoneActionTurnedOnAnnouncement": "Mikrofonen har aktiverats",
|
125
126
|
"microphoneActionTurnedOffAnnouncement": "Mikrofonen har inaktiverats",
|
126
127
|
"offSplitButtonMicrophonePrimaryAction": "Slå på mikrofonen",
|
127
|
-
"onSplitButtonMicrophonePrimaryAction": "
|
128
|
-
"microphonePrimaryActionSplitButtonTitle": "Använd mikrofon"
|
128
|
+
"onSplitButtonMicrophonePrimaryAction": "Inaktivera mikrofonen",
|
129
|
+
"microphonePrimaryActionSplitButtonTitle": "Använd mikrofon",
|
130
|
+
"microphoneAriaDescription": "Ljudalternativ",
|
131
|
+
"deepNoiseSuppressionTitle": "Ljuddämpning",
|
132
|
+
"deepNoiseSuppressionOnAnnouncement": "Djup brusreducering har aktiverats",
|
133
|
+
"deepNoiseSuppressionOffAnnouncement": "Djup brusreducering har inaktiverats"
|
129
134
|
},
|
130
135
|
"devicesButton": {
|
131
136
|
"label": "Enheter",
|
@@ -504,7 +509,8 @@
|
|
504
509
|
"stopSpotlightVideoTileMenuLabel": "Sluta uppmärksamma",
|
505
510
|
"stopSpotlightOnSelfVideoTileMenuLabel": "Spotlight",
|
506
511
|
"attendeeRole": "Deltagare",
|
507
|
-
"muteParticipantMenuItemLabel": "Stäng av ljudet"
|
512
|
+
"muteParticipantMenuItemLabel": "Stäng av ljudet",
|
513
|
+
"waitingScreenText": "Väntar på att andra ska ansluta"
|
508
514
|
},
|
509
515
|
"dialpad": {
|
510
516
|
"placeholderText": "Ange telefonnummer",
|
@@ -658,6 +664,7 @@
|
|
658
664
|
"incomingCallNoticicationRejectAriaLabel": "Avvisa",
|
659
665
|
"incomingCallNotificationAcceptButtonLabel": "Acceptera",
|
660
666
|
"incomingCallNotificationRejectButtonLabel": "Avböj",
|
661
|
-
"incomingCallNotificationAccceptWithVideoButtonLabel": "Acceptera med video"
|
667
|
+
"incomingCallNotificationAccceptWithVideoButtonLabel": "Acceptera med video",
|
668
|
+
"incomingCallNotificationDismissButtonAriaLabel": "Stäng"
|
662
669
|
}
|
663
670
|
}
|
@@ -99,14 +99,15 @@
|
|
99
99
|
"cameraMenuTitle": "Kamera",
|
100
100
|
"cameraMenuTooltip": "Kamera seç",
|
101
101
|
"cameraButtonSplitRoleDescription": "Bölünmüş düğme",
|
102
|
-
"onSplitButtonAriaLabel": "Kamerayı
|
103
|
-
"offSplitButtonAriaLabel": "Kamerayı
|
102
|
+
"onSplitButtonAriaLabel": "Kamerayı kapat",
|
103
|
+
"offSplitButtonAriaLabel": "Kamerayı aç",
|
104
104
|
"cameraActionTurnedOnAnnouncement": "Kameranız açıldı",
|
105
105
|
"cameraActionTurnedOffAnnouncement": "Kameranız kapatıldı",
|
106
106
|
"onSplitButtonPrimaryActionCamera": "Kamerayı kapat",
|
107
107
|
"offSplitButtonPrimaryActionCamera": "Kamerayı aç",
|
108
108
|
"cameraPrimaryActionSplitButtonTitle": "Kamerayı kullan",
|
109
|
-
"videoEffectsMenuItemTitle": "Efektler"
|
109
|
+
"videoEffectsMenuItemTitle": "Efektler",
|
110
|
+
"cameraButtonAriaDescription": "kamera seçenekleri"
|
110
111
|
},
|
111
112
|
"microphoneButton": {
|
112
113
|
"onLabel": "Mikrofon",
|
@@ -119,13 +120,17 @@
|
|
119
120
|
"speakerMenuTitle": "Hoparlör",
|
120
121
|
"speakerMenuTooltip": "Hoparlör seç",
|
121
122
|
"microphoneButtonSplitRoleDescription": "Bölünmüş düğme",
|
122
|
-
"onSplitButtonAriaLabel": "
|
123
|
-
"offSplitButtonAriaLabel": "Mikrofonun
|
123
|
+
"onSplitButtonAriaLabel": "Mikrofonu sessize al",
|
124
|
+
"offSplitButtonAriaLabel": "Mikrofonun sesini aç",
|
124
125
|
"microphoneActionTurnedOnAnnouncement": "Mikrofonunuz açıldı",
|
125
126
|
"microphoneActionTurnedOffAnnouncement": "Mikrofonunuz kapatıldı",
|
126
127
|
"offSplitButtonMicrophonePrimaryAction": "Mikrofonun sesini aç",
|
127
|
-
"onSplitButtonMicrophonePrimaryAction": "
|
128
|
-
"microphonePrimaryActionSplitButtonTitle": "Mikrofonu kullan"
|
128
|
+
"onSplitButtonMicrophonePrimaryAction": "Mikrofonu sessize al",
|
129
|
+
"microphonePrimaryActionSplitButtonTitle": "Mikrofonu kullan",
|
130
|
+
"microphoneAriaDescription": "Ses seçenekleri",
|
131
|
+
"deepNoiseSuppressionTitle": "Gürültü engelleme",
|
132
|
+
"deepNoiseSuppressionOnAnnouncement": "Derin gürültü önleme açıldı",
|
133
|
+
"deepNoiseSuppressionOffAnnouncement": "Derin gürültü önleme kapatıldı"
|
129
134
|
},
|
130
135
|
"devicesButton": {
|
131
136
|
"label": "Cihazlar",
|
@@ -504,7 +509,8 @@
|
|
504
509
|
"stopSpotlightVideoTileMenuLabel": "Öne çıkarmayı durdur",
|
505
510
|
"stopSpotlightOnSelfVideoTileMenuLabel": "Öne çıkarmadan çık",
|
506
511
|
"attendeeRole": "Katılımcı",
|
507
|
-
"muteParticipantMenuItemLabel": "Sesi kapat"
|
512
|
+
"muteParticipantMenuItemLabel": "Sesi kapat",
|
513
|
+
"waitingScreenText": "Diğerlerinin katılması bekleniyor"
|
508
514
|
},
|
509
515
|
"dialpad": {
|
510
516
|
"placeholderText": "Telefon numarası gir",
|
@@ -658,6 +664,7 @@
|
|
658
664
|
"incomingCallNoticicationRejectAriaLabel": "Reddet",
|
659
665
|
"incomingCallNotificationAcceptButtonLabel": "Kabul et",
|
660
666
|
"incomingCallNotificationRejectButtonLabel": "Reddet",
|
661
|
-
"incomingCallNotificationAccceptWithVideoButtonLabel": "Görüntülü Kabul Et"
|
667
|
+
"incomingCallNotificationAccceptWithVideoButtonLabel": "Görüntülü Kabul Et",
|
668
|
+
"incomingCallNotificationDismissButtonAriaLabel": "Kapat"
|
662
669
|
}
|
663
670
|
}
|
@@ -99,14 +99,15 @@
|
|
99
99
|
"cameraMenuTitle": "相机",
|
100
100
|
"cameraMenuTooltip": "选择“相机”",
|
101
101
|
"cameraButtonSplitRoleDescription": "拆分按钮",
|
102
|
-
"onSplitButtonAriaLabel": "
|
103
|
-
"offSplitButtonAriaLabel": "
|
102
|
+
"onSplitButtonAriaLabel": "关闭摄像头",
|
103
|
+
"offSplitButtonAriaLabel": "打开摄像头",
|
104
104
|
"cameraActionTurnedOnAnnouncement": "你的相机已打开",
|
105
105
|
"cameraActionTurnedOffAnnouncement": "你的相机已关闭",
|
106
106
|
"onSplitButtonPrimaryActionCamera": "关闭摄像头",
|
107
107
|
"offSplitButtonPrimaryActionCamera": "打开摄像头",
|
108
108
|
"cameraPrimaryActionSplitButtonTitle": "使用照相机",
|
109
|
-
"videoEffectsMenuItemTitle": "效果"
|
109
|
+
"videoEffectsMenuItemTitle": "效果",
|
110
|
+
"cameraButtonAriaDescription": "摄像头选项"
|
110
111
|
},
|
111
112
|
"microphoneButton": {
|
112
113
|
"onLabel": "麦克风",
|
@@ -119,13 +120,17 @@
|
|
119
120
|
"speakerMenuTitle": "扬声器",
|
120
121
|
"speakerMenuTooltip": "选择“扬声器”",
|
121
122
|
"microphoneButtonSplitRoleDescription": "拆分按钮",
|
122
|
-
"onSplitButtonAriaLabel": "
|
123
|
-
"offSplitButtonAriaLabel": "
|
123
|
+
"onSplitButtonAriaLabel": "将麦克风静音",
|
124
|
+
"offSplitButtonAriaLabel": "取消麦克风静音",
|
124
125
|
"microphoneActionTurnedOnAnnouncement": "你的麦克风已打开",
|
125
126
|
"microphoneActionTurnedOffAnnouncement": "你的麦克风已关闭",
|
126
127
|
"offSplitButtonMicrophonePrimaryAction": "取消麦克风静音",
|
127
128
|
"onSplitButtonMicrophonePrimaryAction": "将麦克风静音",
|
128
|
-
"microphonePrimaryActionSplitButtonTitle": "使用麦克风"
|
129
|
+
"microphonePrimaryActionSplitButtonTitle": "使用麦克风",
|
130
|
+
"microphoneAriaDescription": "音频选项",
|
131
|
+
"deepNoiseSuppressionTitle": "噪音抑制",
|
132
|
+
"deepNoiseSuppressionOnAnnouncement": "深层噪音抑制已打开",
|
133
|
+
"deepNoiseSuppressionOffAnnouncement": "深层噪音抑制已关闭"
|
129
134
|
},
|
130
135
|
"devicesButton": {
|
131
136
|
"label": "设备",
|
@@ -504,7 +509,8 @@
|
|
504
509
|
"stopSpotlightVideoTileMenuLabel": "停止聚焦",
|
505
510
|
"stopSpotlightOnSelfVideoTileMenuLabel": "退出聚焦",
|
506
511
|
"attendeeRole": "与会者",
|
507
|
-
"muteParticipantMenuItemLabel": "静音"
|
512
|
+
"muteParticipantMenuItemLabel": "静音",
|
513
|
+
"waitingScreenText": "正在等待其他人加入"
|
508
514
|
},
|
509
515
|
"dialpad": {
|
510
516
|
"placeholderText": "输入电话号码",
|
@@ -658,6 +664,7 @@
|
|
658
664
|
"incomingCallNoticicationRejectAriaLabel": "拒绝",
|
659
665
|
"incomingCallNotificationAcceptButtonLabel": "接受",
|
660
666
|
"incomingCallNotificationRejectButtonLabel": "拒绝",
|
661
|
-
"incomingCallNotificationAccceptWithVideoButtonLabel": "使用视频接受"
|
667
|
+
"incomingCallNotificationAccceptWithVideoButtonLabel": "使用视频接受",
|
668
|
+
"incomingCallNotificationDismissButtonAriaLabel": "关闭"
|
662
669
|
}
|
663
670
|
}
|