@azure/communication-react 1.3.3-alpha-202210260016.0 → 1.3.3-alpha-202210280017.0
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 +21 -0
- package/dist/dist-cjs/communication-react/index.js +136 -81
- 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-stateful-client/src/CallClientState.d.ts +9 -0
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +3 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +23 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +8 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +3 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +9 -3
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js +8 -0
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/MessageThread.js +7 -7
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.js +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +4 -3
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +58 -8
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +66 -16
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +57 -7
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +62 -12
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +63 -13
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +66 -16
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +59 -9
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +57 -7
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +66 -16
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +60 -10
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +66 -16
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +60 -10
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +59 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +24 -27
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +6 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js +6 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +55 -14
- package/package.json +12 -12
@@ -5,7 +5,10 @@
|
|
5
5
|
"removeButtonLabel": "Verwijderen",
|
6
6
|
"sharingIconLabel": "Delen",
|
7
7
|
"mutedIconLabel": "Gedempt",
|
8
|
-
"displayNamePlaceholder": "Naamloze deelnemer"
|
8
|
+
"displayNamePlaceholder": "Naamloze deelnemer",
|
9
|
+
"participantStateConnecting": "Bellen...",
|
10
|
+
"participantStateRinging": "Bellen...",
|
11
|
+
"participantStateHold": "In de wacht"
|
9
12
|
},
|
10
13
|
"typingIndicator": {
|
11
14
|
"singleUser": "{user} typt ...",
|
@@ -18,7 +21,10 @@
|
|
18
21
|
"placeholderText": "Een bericht invoeren",
|
19
22
|
"textTooLong": "De lengte van uw bericht overschrijdt de maximumlimiet.",
|
20
23
|
"sendButtonAriaLabel": "Bericht verzenden",
|
21
|
-
"fileUploadsPendingError": "Uploaden.... Een ogenblik geduld."
|
24
|
+
"fileUploadsPendingError": "Uploaden.... Een ogenblik geduld.",
|
25
|
+
"removeFile": "Bestand verwijderen",
|
26
|
+
"uploading": "Uploaden",
|
27
|
+
"uploadCompleted": "Upload voltooid"
|
22
28
|
},
|
23
29
|
"messageStatusIndicator": {
|
24
30
|
"deliveredAriaLabel": "Bericht verzonden",
|
@@ -110,6 +116,8 @@
|
|
110
116
|
"failToSendTag": "Verzenden mislukt",
|
111
117
|
"editedTag": "Bewerkt",
|
112
118
|
"liveAuthorIntro": "{author} zegt",
|
119
|
+
"messageContentAriaText": "{author} zei {message}",
|
120
|
+
"messageContentMineAriaText": "U zei: {message}",
|
113
121
|
"editBoxTextLimit": "Uw bericht heeft de limiet van {limitNumber} tekens overschreden",
|
114
122
|
"editBoxPlaceholderText": "Uw bericht bewerken",
|
115
123
|
"newMessagesIndicator": "Nieuwe berichten",
|
@@ -117,7 +125,8 @@
|
|
117
125
|
"editBoxCancelButton": "Annuleren",
|
118
126
|
"editBoxSubmitButton": "Verzenden",
|
119
127
|
"messageReadCount": "Gelezen door {messageReadByCount} van {remoteParticipantsCount}",
|
120
|
-
"actionMenuMoreOptions": "Meer opties"
|
128
|
+
"actionMenuMoreOptions": "Meer opties",
|
129
|
+
"downloadFile": "Bestand downloaden"
|
121
130
|
},
|
122
131
|
"errorBar": {
|
123
132
|
"unableToReachChatService": "U bent offline",
|
@@ -138,10 +147,13 @@
|
|
138
147
|
"callNoMicrophoneFound": "Geen microfoons gevonden. Sluit een audio-invoerapparaat aan.",
|
139
148
|
"callMicrophoneAccessDenied": "Kan geen toegang krijgen tot de microfoon. Klik op de vergrendeling in de adresbalk om toestemming te verlenen aan deze webpagina.",
|
140
149
|
"callMicrophoneMutedBySystem": "U bent gedempt door jouw systeem.",
|
150
|
+
"callMicrophoneUnmutedBySystem": "De microfoon is hersteld en het dempen van de microfoon is door het systeem opgeheven.",
|
141
151
|
"callMacOsMicrophoneAccessDenied": "Kan geen toegang krijgen tot de microfoon. Verleen microfoonmachtiging in de privacyinstellingen voor macOS.",
|
142
152
|
"callLocalVideoFreeze": "De netwerkbandbreedte is slecht. Je video wordt mogelijk onderbroken weergegeven voor anderen in het gesprek.",
|
143
153
|
"callCameraAccessDenied": "Kan geen toegang krijgen tot de camera. Klik op de vergrendeling in de adresbalk om toestemming te verlenen aan deze webpagina.",
|
144
154
|
"callCameraAlreadyInUse": "Kan geen toegang krijgen tot de camera. Het wordt mogelijk al gebruikt door een andere toepassing.",
|
155
|
+
"callVideoStoppedBySystem": "Uw video is gestopt door uw systeem.",
|
156
|
+
"callVideoRecoveredBySystem": "Uw video is hervat.",
|
145
157
|
"callMacOsCameraAccessDenied": "MacOS blokkeert de toegang tot jouw camera. Werk je privacyinstellingen bij, zodat deze browser toegang heeft tot jouw camera.",
|
146
158
|
"callMacOsScreenShareAccessDenied": "MacOS blokkeert scherm delen. Werk je privacyinstellingen bij, zodat deze browser jouw scherm kan opnemen.",
|
147
159
|
"dismissButtonAriaLabel": "Sluiten",
|
@@ -158,12 +170,50 @@
|
|
158
170
|
"displayNamePlaceholder": "Naamloze deelnemer"
|
159
171
|
},
|
160
172
|
"dialpad": {
|
161
|
-
"placeholderText": "
|
173
|
+
"placeholderText": "Telefoonnummer invoeren",
|
174
|
+
"deleteButtonAriaLabel": "Verwijderen"
|
162
175
|
},
|
163
|
-
"
|
176
|
+
"holdButton": {
|
164
177
|
"onLabel": "Hervatten",
|
165
178
|
"offLabel": "Pauze",
|
166
|
-
"
|
167
|
-
"
|
179
|
+
"tooltipOnContent": "Gesprek hervatten",
|
180
|
+
"tooltipOffContent": "Gesprek in wachtrij plaatsen"
|
181
|
+
},
|
182
|
+
"videoTile": {
|
183
|
+
"participantStateConnecting": "Bellen...",
|
184
|
+
"participantStateRinging": "Bellen...",
|
185
|
+
"participantStateHold": "In de wacht"
|
186
|
+
},
|
187
|
+
"DomainPermissions": {
|
188
|
+
"primaryText": "Toestaan dat {appName} uw camera en microfoon gebruikt",
|
189
|
+
"secondaryText": "Dit is zodat deelnemers u kunnen zien en horen.",
|
190
|
+
"linkText": "Hulp nodig? Hulp bij probleemoplossing",
|
191
|
+
"primaryButtonText": "Toegang verlenen"
|
192
|
+
},
|
193
|
+
"UnsupportedBrowser": {
|
194
|
+
"primaryText": "Browser wordt niet ondersteund",
|
195
|
+
"secondaryText": "Neem deel aan dit gesprek via een compatibele browser.",
|
196
|
+
"moreHelpLink": "Meer hulp"
|
197
|
+
},
|
198
|
+
"BrowserPermissionDenied": {
|
199
|
+
"primaryText": "Kan uw camera of microfoon niet gebruiken",
|
200
|
+
"secondaryText": "Uw browser heeft mogelijk geen toegang tot uw camera of microfoon. Open Systeemvoorkeuren om dit op te lossen.",
|
201
|
+
"primaryButtonText": "Opnieuw proberen",
|
202
|
+
"linkText": "Hulp nodig? Hulp bij probleemoplossing"
|
203
|
+
},
|
204
|
+
"BrowserPermissionDeniedIOS": {
|
205
|
+
"primaryText": "Microfoontoegang toestaan om door te gaan",
|
206
|
+
"secondaryText": "Zodat andere deelnemers u kunnen horen.",
|
207
|
+
"primaryButtonText": "Opnieuw proberen",
|
208
|
+
"imageAltText": "Machtigingslocatie voor microfoon en cameraapparaat voor iOS",
|
209
|
+
"linkText": "Hulp nodig? Hulp bij probleemoplossing",
|
210
|
+
"step1Text": "Ga naar de app Instellingen",
|
211
|
+
"step2Text": "Schuif omlaag naar instellingen voor deze browser",
|
212
|
+
"step3Text": "Microfoon inschakelen (camera optioneel)",
|
213
|
+
"step4Text": "Probeer opnieuw deel te nemen aan het gesprek",
|
214
|
+
"step1DigitText": "1",
|
215
|
+
"step2DigitText": "2",
|
216
|
+
"step3DigitText": "3",
|
217
|
+
"step4DigitText": "4"
|
168
218
|
}
|
169
219
|
}
|
@@ -5,7 +5,10 @@
|
|
5
5
|
"removeButtonLabel": "Remover",
|
6
6
|
"sharingIconLabel": "Compartilhamento",
|
7
7
|
"mutedIconLabel": "Silenciado",
|
8
|
-
"displayNamePlaceholder": "Participante Sem Nome"
|
8
|
+
"displayNamePlaceholder": "Participante Sem Nome",
|
9
|
+
"participantStateConnecting": "Chamando...",
|
10
|
+
"participantStateRinging": "Chamando...",
|
11
|
+
"participantStateHold": "Em espera"
|
9
12
|
},
|
10
13
|
"typingIndicator": {
|
11
14
|
"singleUser": "{user} está digitando ...",
|
@@ -18,7 +21,10 @@
|
|
18
21
|
"placeholderText": "Inserir uma mensagem",
|
19
22
|
"textTooLong": "O comprimento da mensagem está acima do limite máximo.",
|
20
23
|
"sendButtonAriaLabel": "Enviar mensagem",
|
21
|
-
"fileUploadsPendingError": "Carregando... Aguarde."
|
24
|
+
"fileUploadsPendingError": "Carregando... Aguarde.",
|
25
|
+
"removeFile": "Remover arquivo",
|
26
|
+
"uploading": "Carregando",
|
27
|
+
"uploadCompleted": "Carregamento concluído"
|
22
28
|
},
|
23
29
|
"messageStatusIndicator": {
|
24
30
|
"deliveredAriaLabel": "Mensagem enviada",
|
@@ -33,7 +39,7 @@
|
|
33
39
|
},
|
34
40
|
"endCallButton": {
|
35
41
|
"label": "Sair",
|
36
|
-
"tooltipContent": "Sair da
|
42
|
+
"tooltipContent": "Sair da chamada"
|
37
43
|
},
|
38
44
|
"cameraButton": {
|
39
45
|
"onLabel": "Desabilitar",
|
@@ -43,7 +49,7 @@
|
|
43
49
|
"tooltipOffContent": "Ligar a câmera",
|
44
50
|
"tooltipVideoLoadingContent": "O vídeo está carregando",
|
45
51
|
"cameraMenuTitle": "Câmera",
|
46
|
-
"cameraMenuTooltip": "Escolher
|
52
|
+
"cameraMenuTooltip": "Escolher câmera",
|
47
53
|
"cameraButtonSplitRoleDescription": "Botão de divisão",
|
48
54
|
"onSplitButtonAriaLabel": "Desabilitar a câmera e as opções da câmera",
|
49
55
|
"offSplitButtonAriaLabel": "Habilitar a câmera e as opções da câmera",
|
@@ -57,9 +63,9 @@
|
|
57
63
|
"tooltipOnContent": "Ativar mudo do microfone",
|
58
64
|
"tooltipOffContent": "Desativar mudo do microfone",
|
59
65
|
"microphoneMenuTitle": "Microfone",
|
60
|
-
"microphoneMenuTooltip": "Escolher
|
66
|
+
"microphoneMenuTooltip": "Escolher microfone",
|
61
67
|
"speakerMenuTitle": "Alto-falante",
|
62
|
-
"speakerMenuTooltip": "Escolher
|
68
|
+
"speakerMenuTooltip": "Escolher alto-falante",
|
63
69
|
"microphoneButtonSplitRoleDescription": "Botão de divisão",
|
64
70
|
"onSplitButtonAriaLabel": "Ativar mudo das opções de microfone e áudio",
|
65
71
|
"offSplitButtonAriaLabel": "Desativar mudo do microfone e opções de áudio",
|
@@ -70,17 +76,17 @@
|
|
70
76
|
"label": "Dispositivos",
|
71
77
|
"tooltipContent": "Gerenciar dispositivos",
|
72
78
|
"cameraMenuTitle": "Câmera",
|
73
|
-
"cameraMenuTooltip": "Escolher
|
79
|
+
"cameraMenuTooltip": "Escolher câmera",
|
74
80
|
"audioDeviceMenuTitle": "Dispositivo de Áudio",
|
75
|
-
"audioDeviceMenuTooltip": "Escolher
|
81
|
+
"audioDeviceMenuTooltip": "Escolher dispositivo de áudio",
|
76
82
|
"microphoneMenuTitle": "Microfone",
|
77
|
-
"microphoneMenuTooltip": "Escolher
|
83
|
+
"microphoneMenuTooltip": "Escolher microfone",
|
78
84
|
"speakerMenuTitle": "Alto-falante",
|
79
|
-
"speakerMenuTooltip": "Escolher
|
85
|
+
"speakerMenuTooltip": "Escolher alto-falante"
|
80
86
|
},
|
81
87
|
"participantsButton": {
|
82
88
|
"label": "Pessoas",
|
83
|
-
"tooltipContent": "Mostrar
|
89
|
+
"tooltipContent": "Mostrar participantes",
|
84
90
|
"menuHeader": "Nesta chamada",
|
85
91
|
"participantsListButtonLabel": "{numParticipants} pessoas",
|
86
92
|
"muteAllButtonLabel": "Silenciar todos",
|
@@ -110,6 +116,8 @@
|
|
110
116
|
"failToSendTag": "Falha ao enviar",
|
111
117
|
"editedTag": "Editado",
|
112
118
|
"liveAuthorIntro": "{author} disse",
|
119
|
+
"messageContentAriaText": "{author} disse {message}",
|
120
|
+
"messageContentMineAriaText": "Você disse {message}",
|
113
121
|
"editBoxTextLimit": "Sua mensagem está acima do limite de {limitNumber} caracteres",
|
114
122
|
"editBoxPlaceholderText": "Edite sua mensagem",
|
115
123
|
"newMessagesIndicator": "Novas mensagens",
|
@@ -117,7 +125,8 @@
|
|
117
125
|
"editBoxCancelButton": "Cancelar",
|
118
126
|
"editBoxSubmitButton": "Enviar",
|
119
127
|
"messageReadCount": "Lido por {messageReadByCount} de {remoteParticipantsCount}",
|
120
|
-
"actionMenuMoreOptions": "Mais opções"
|
128
|
+
"actionMenuMoreOptions": "Mais opções",
|
129
|
+
"downloadFile": "Baixar arquivo"
|
121
130
|
},
|
122
131
|
"errorBar": {
|
123
132
|
"unableToReachChatService": "Você está offline",
|
@@ -138,10 +147,13 @@
|
|
138
147
|
"callNoMicrophoneFound": "Nenhum microfone encontrado. Conecte um dispositivo de entrada de áudio.",
|
139
148
|
"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.",
|
140
149
|
"callMicrophoneMutedBySystem": "Você está com as notificações desativada pelo sistema.",
|
150
|
+
"callMicrophoneUnmutedBySystem": "Seu microfone se recuperou e você foi desativado pelo sistema.",
|
141
151
|
"callMacOsMicrophoneAccessDenied": "Não é possível acessar o microfone. Conceda permissão ao microfone nas configurações de privacidade do macOS.",
|
142
152
|
"callLocalVideoFreeze": "A largura de banda da rede é ruim. Seu vídeo pode aparecer em pausa para outras pessoas na chamada.",
|
143
153
|
"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.",
|
144
154
|
"callCameraAlreadyInUse": "Não é possível acessar a câmera. Talvez ele já esteja em uso por outro aplicativo.",
|
155
|
+
"callVideoStoppedBySystem": "Seu vídeo foi interrompido pelo sistema.",
|
156
|
+
"callVideoRecoveredBySystem": "Seu vídeo foi retomado.",
|
145
157
|
"callMacOsCameraAccessDenied": "O MacOS está bloqueando o acesso à sua câmera. Atualize suas configurações de privacidade para permitir que este navegador acesse sua câmera.",
|
146
158
|
"callMacOsScreenShareAccessDenied": "O MacOS está bloqueando o compartilhamento de tela. Atualize suas configurações de privacidade para permitir que este navegador grave sua tela.",
|
147
159
|
"dismissButtonAriaLabel": "Fechar",
|
@@ -158,12 +170,50 @@
|
|
158
170
|
"displayNamePlaceholder": "Participante Sem Nome"
|
159
171
|
},
|
160
172
|
"dialpad": {
|
161
|
-
"placeholderText": "
|
173
|
+
"placeholderText": "Inserir o número do telefone",
|
174
|
+
"deleteButtonAriaLabel": "Excluir"
|
162
175
|
},
|
163
|
-
"
|
176
|
+
"holdButton": {
|
164
177
|
"onLabel": "Retomar",
|
165
178
|
"offLabel": "Retenção",
|
166
|
-
"
|
167
|
-
"
|
179
|
+
"tooltipOnContent": "Retomar chamada",
|
180
|
+
"tooltipOffContent": "Manter chamada em espera"
|
181
|
+
},
|
182
|
+
"videoTile": {
|
183
|
+
"participantStateConnecting": "Chamando...",
|
184
|
+
"participantStateRinging": "Chamando...",
|
185
|
+
"participantStateHold": "Em espera"
|
186
|
+
},
|
187
|
+
"DomainPermissions": {
|
188
|
+
"primaryText": "Permitir {appName} usar a câmera e o microfone",
|
189
|
+
"secondaryText": "Isso é para que os participantes possam ver e ouvir você.",
|
190
|
+
"linkText": "Preciso de ajuda? Obtenha ajuda para solução de problemas",
|
191
|
+
"primaryButtonText": "Permitir Acesso"
|
192
|
+
},
|
193
|
+
"UnsupportedBrowser": {
|
194
|
+
"primaryText": "Navegador sem suporte",
|
195
|
+
"secondaryText": "Ingresse nesta chamada usando um navegador compatível.",
|
196
|
+
"moreHelpLink": "Mais ajuda"
|
197
|
+
},
|
198
|
+
"BrowserPermissionDenied": {
|
199
|
+
"primaryText": "Não é possível usar sua câmera ou microfone",
|
200
|
+
"secondaryText": "Seu navegador pode não ter acesso à câmera ou ao microfone. Para corrigir isso, abra as Preferências do Sistema.",
|
201
|
+
"primaryButtonText": "Tentar novamente",
|
202
|
+
"linkText": "Preciso de ajuda? Obtenha ajuda para solução de problemas"
|
203
|
+
},
|
204
|
+
"BrowserPermissionDeniedIOS": {
|
205
|
+
"primaryText": "Permitir acesso ao microfone para continuar",
|
206
|
+
"secondaryText": "Para que outros participantes possam ouvi-lo.",
|
207
|
+
"primaryButtonText": "Tentar novamente",
|
208
|
+
"imageAltText": "Localização da permissão do microfone e do dispositivo da câmera para iOS",
|
209
|
+
"linkText": "Preciso de ajuda? Obtenha ajuda para solução de problemas",
|
210
|
+
"step1Text": "Acessar o aplicativo Configurações",
|
211
|
+
"step2Text": "Rolar para baixo até as configurações deste navegador",
|
212
|
+
"step3Text": "Ligar o microfone (Câmera opcional)",
|
213
|
+
"step4Text": "Tentar ingressar na chamada novamente",
|
214
|
+
"step1DigitText": "1",
|
215
|
+
"step2DigitText": "2",
|
216
|
+
"step3DigitText": "3",
|
217
|
+
"step4DigitText": "4"
|
168
218
|
}
|
169
219
|
}
|
@@ -5,7 +5,10 @@
|
|
5
5
|
"removeButtonLabel": "Удалить",
|
6
6
|
"sharingIconLabel": "Общий доступ",
|
7
7
|
"mutedIconLabel": "Микрофон отключен",
|
8
|
-
"displayNamePlaceholder": "Участник без имени"
|
8
|
+
"displayNamePlaceholder": "Участник без имени",
|
9
|
+
"participantStateConnecting": "Выполняется вызов...",
|
10
|
+
"participantStateRinging": "Выполняется вызов...",
|
11
|
+
"participantStateHold": "На удержании"
|
9
12
|
},
|
10
13
|
"typingIndicator": {
|
11
14
|
"singleUser": "{user} вводит текст...",
|
@@ -18,7 +21,10 @@
|
|
18
21
|
"placeholderText": "Введите сообщение",
|
19
22
|
"textTooLong": "Длина сообщения превышает максимально допустимую.",
|
20
23
|
"sendButtonAriaLabel": "Отправить сообщение",
|
21
|
-
"fileUploadsPendingError": "Выполняется загрузка. Подождите..."
|
24
|
+
"fileUploadsPendingError": "Выполняется загрузка. Подождите...",
|
25
|
+
"removeFile": "Удалить файл",
|
26
|
+
"uploading": "Отправка",
|
27
|
+
"uploadCompleted": "Отправка завершена"
|
22
28
|
},
|
23
29
|
"messageStatusIndicator": {
|
24
30
|
"deliveredAriaLabel": "Сообщение отправлено",
|
@@ -33,7 +39,7 @@
|
|
33
39
|
},
|
34
40
|
"endCallButton": {
|
35
41
|
"label": "Выйти",
|
36
|
-
"tooltipContent": "Покинуть
|
42
|
+
"tooltipContent": "Покинуть вызов"
|
37
43
|
},
|
38
44
|
"cameraButton": {
|
39
45
|
"onLabel": "Отключить",
|
@@ -43,7 +49,7 @@
|
|
43
49
|
"tooltipOffContent": "Включить камеру",
|
44
50
|
"tooltipVideoLoadingContent": "Видео загружается",
|
45
51
|
"cameraMenuTitle": "Камера",
|
46
|
-
"cameraMenuTooltip": "
|
52
|
+
"cameraMenuTooltip": "Выбрать камеру",
|
47
53
|
"cameraButtonSplitRoleDescription": "Разворачивающаяся кнопка",
|
48
54
|
"onSplitButtonAriaLabel": "Отключить камеру и параметры камеры",
|
49
55
|
"offSplitButtonAriaLabel": "Включить камеру и параметры камеры",
|
@@ -72,7 +78,7 @@
|
|
72
78
|
"cameraMenuTitle": "Камера",
|
73
79
|
"cameraMenuTooltip": "Выбрать камеру",
|
74
80
|
"audioDeviceMenuTitle": "Звуковое устройство",
|
75
|
-
"audioDeviceMenuTooltip": "
|
81
|
+
"audioDeviceMenuTooltip": "Выбрать звуковое устройство",
|
76
82
|
"microphoneMenuTitle": "Микрофон",
|
77
83
|
"microphoneMenuTooltip": "Выбрать микрофон",
|
78
84
|
"speakerMenuTitle": "Динамик",
|
@@ -110,6 +116,8 @@
|
|
110
116
|
"failToSendTag": "Не удалось отправить",
|
111
117
|
"editedTag": "Изменено",
|
112
118
|
"liveAuthorIntro": "{author} говорит",
|
119
|
+
"messageContentAriaText": "{author} говорит {message}",
|
120
|
+
"messageContentMineAriaText": "Вы сказали {message}",
|
113
121
|
"editBoxTextLimit": "Превышено предельное число символов в {limitNumber} сообщении",
|
114
122
|
"editBoxPlaceholderText": "Отредактируйте сообщение",
|
115
123
|
"newMessagesIndicator": "Новые сообщения",
|
@@ -117,7 +125,8 @@
|
|
117
125
|
"editBoxCancelButton": "Отмена",
|
118
126
|
"editBoxSubmitButton": "Отправить",
|
119
127
|
"messageReadCount": "Прочитали: {messageReadByCount} из {remoteParticipantsCount}",
|
120
|
-
"actionMenuMoreOptions": "Дополнительные параметры"
|
128
|
+
"actionMenuMoreOptions": "Дополнительные параметры",
|
129
|
+
"downloadFile": "Скачать файл"
|
121
130
|
},
|
122
131
|
"errorBar": {
|
123
132
|
"unableToReachChatService": "Вы не в сети",
|
@@ -138,10 +147,13 @@
|
|
138
147
|
"callNoMicrophoneFound": "Микрофоны не найдены. Подключение звукового устройства ввода.",
|
139
148
|
"callMicrophoneAccessDenied": "Не удается получить доступ к микрофону. Щелкните блокировку в адресной строке, чтобы предоставить разрешение на эту веб-страницу.",
|
140
149
|
"callMicrophoneMutedBySystem": "Система отключила ваш микрофон.",
|
150
|
+
"callMicrophoneUnmutedBySystem": "Микрофон восстановлен, и система включила ваш звук.",
|
141
151
|
"callMacOsMicrophoneAccessDenied": "Не удается получить доступ к микрофону. Предоставьте разрешение на доступ к микрофону в параметрах конфиденциальности macOS.",
|
142
152
|
"callLocalVideoFreeze": "Низкая пропускная способность сети. Ваше видео может отображаться как приостановленное для других участников вызова.",
|
143
153
|
"callCameraAccessDenied": "Не удается получить доступ к камере. Щелкните блокировку в адресной строке, чтобы предоставить разрешение на эту веб-страницу.",
|
144
154
|
"callCameraAlreadyInUse": "Не удается получить доступ к камере. Возможно, оно уже используется другим приложением.",
|
155
|
+
"callVideoStoppedBySystem": "Воспроизведение видео остановлено системой.",
|
156
|
+
"callVideoRecoveredBySystem": "Воспроизведение видео возобновлено.",
|
145
157
|
"callMacOsCameraAccessDenied": "MacOS блокирует доступ к камере. Обновите параметры конфиденциальности, чтобы разрешить этому браузеру доступ к камере.",
|
146
158
|
"callMacOsScreenShareAccessDenied": "MacOS блокирует демонстрацию экрана. Обновите параметры конфиденциальности, чтобы разрешить этому браузеру записывать ваш экран.",
|
147
159
|
"dismissButtonAriaLabel": "Закрыть",
|
@@ -158,12 +170,50 @@
|
|
158
170
|
"displayNamePlaceholder": "Участник без имени"
|
159
171
|
},
|
160
172
|
"dialpad": {
|
161
|
-
"placeholderText": "Введите номер"
|
173
|
+
"placeholderText": "Введите номер телефона",
|
174
|
+
"deleteButtonAriaLabel": "Удалить"
|
162
175
|
},
|
163
|
-
"
|
176
|
+
"holdButton": {
|
164
177
|
"onLabel": "Возобновить",
|
165
178
|
"offLabel": "Удержать",
|
166
|
-
"
|
167
|
-
"
|
179
|
+
"tooltipOnContent": "Возобновить звонок",
|
180
|
+
"tooltipOffContent": "Поставить звонок на удержание"
|
181
|
+
},
|
182
|
+
"videoTile": {
|
183
|
+
"participantStateConnecting": "Выполняется вызов...",
|
184
|
+
"participantStateRinging": "Выполняется вызов...",
|
185
|
+
"participantStateHold": "На удержании"
|
186
|
+
},
|
187
|
+
"DomainPermissions": {
|
188
|
+
"primaryText": "Разрешить {appName} использовать камеру и микрофон",
|
189
|
+
"secondaryText": "Это необходимо для того, чтобы участники могли видеть и слышать вас.",
|
190
|
+
"linkText": "Нужна помощь? Получите справку по устранению неполадок",
|
191
|
+
"primaryButtonText": "Разрешить доступ"
|
192
|
+
},
|
193
|
+
"UnsupportedBrowser": {
|
194
|
+
"primaryText": "Браузер не поддерживается",
|
195
|
+
"secondaryText": "Присоединитесь к этому вызову с помощью совместимого браузера.",
|
196
|
+
"moreHelpLink": "Дополнительная помощь"
|
197
|
+
},
|
198
|
+
"BrowserPermissionDenied": {
|
199
|
+
"primaryText": "Не удается использовать камеру или микрофон",
|
200
|
+
"secondaryText": "Возможно, у вашего браузера нет доступа к камере или микрофону. Чтобы устранить эту проблему, откройте параметры системы.",
|
201
|
+
"primaryButtonText": "Повторить попытку",
|
202
|
+
"linkText": "Нужна помощь? Получите справку по устранению неполадок"
|
203
|
+
},
|
204
|
+
"BrowserPermissionDeniedIOS": {
|
205
|
+
"primaryText": "Разрешите доступ к микрофону, чтобы продолжить",
|
206
|
+
"secondaryText": "Таким образом, другие участники могут вас слышать.",
|
207
|
+
"primaryButtonText": "Повторить попытку",
|
208
|
+
"imageAltText": "Разрешение на доступ к микрофону и камере для iOS",
|
209
|
+
"linkText": "Нужна помощь? Получите справку по устранению неполадок",
|
210
|
+
"step1Text": "Перейдите в приложение \"Параметры\"",
|
211
|
+
"step2Text": "Прокрутите страницу вниз до параметров этого браузера",
|
212
|
+
"step3Text": "Включите микрофон (камера необязательна)",
|
213
|
+
"step4Text": "Попробуйте присоединиться к вызову еще раз",
|
214
|
+
"step1DigitText": "1",
|
215
|
+
"step2DigitText": "2",
|
216
|
+
"step3DigitText": "3",
|
217
|
+
"step4DigitText": "4"
|
168
218
|
}
|
169
219
|
}
|
@@ -5,7 +5,10 @@
|
|
5
5
|
"removeButtonLabel": "Kaldır",
|
6
6
|
"sharingIconLabel": "Paylaşım",
|
7
7
|
"mutedIconLabel": "Ses kapatıldı",
|
8
|
-
"displayNamePlaceholder": "Adsız Katılımcı"
|
8
|
+
"displayNamePlaceholder": "Adsız Katılımcı",
|
9
|
+
"participantStateConnecting": "Aranıyor...",
|
10
|
+
"participantStateRinging": "Arıyor...",
|
11
|
+
"participantStateHold": "Beklemede"
|
9
12
|
},
|
10
13
|
"typingIndicator": {
|
11
14
|
"singleUser": "{user} yazıyor...",
|
@@ -18,7 +21,10 @@
|
|
18
21
|
"placeholderText": "Bir mesaj girin",
|
19
22
|
"textTooLong": "İletinizin uzunluğu üst sınırı aşıyor.",
|
20
23
|
"sendButtonAriaLabel": "İleti gönder",
|
21
|
-
"fileUploadsPendingError": "Karşıya yükleniyor... Lütfen bekleyin."
|
24
|
+
"fileUploadsPendingError": "Karşıya yükleniyor... Lütfen bekleyin.",
|
25
|
+
"removeFile": "Dosyayı kaldır",
|
26
|
+
"uploading": "Karşıya yükleniyor",
|
27
|
+
"uploadCompleted": "Karşıya yükleme tamamlandı"
|
22
28
|
},
|
23
29
|
"messageStatusIndicator": {
|
24
30
|
"deliveredAriaLabel": "İleti gönderildi",
|
@@ -33,7 +39,7 @@
|
|
33
39
|
},
|
34
40
|
"endCallButton": {
|
35
41
|
"label": "Ayrıl",
|
36
|
-
"tooltipContent": "Aramadan
|
42
|
+
"tooltipContent": "Aramadan ayrıl"
|
37
43
|
},
|
38
44
|
"cameraButton": {
|
39
45
|
"onLabel": "Kapat",
|
@@ -43,7 +49,7 @@
|
|
43
49
|
"tooltipOffContent": "Kamerayı aç",
|
44
50
|
"tooltipVideoLoadingContent": "Video yükleniyor",
|
45
51
|
"cameraMenuTitle": "Kamera",
|
46
|
-
"cameraMenuTooltip": "Kamera
|
52
|
+
"cameraMenuTooltip": "Kamera seç",
|
47
53
|
"cameraButtonSplitRoleDescription": "Bölünmüş düğme",
|
48
54
|
"onSplitButtonAriaLabel": "Kamerayı ve kamera seçeneklerini devre dışı bırak",
|
49
55
|
"offSplitButtonAriaLabel": "Kamerayı ve kamera seçeneklerini etkinleştir",
|
@@ -57,9 +63,9 @@
|
|
57
63
|
"tooltipOnContent": "Mikrofonun sesini kapat",
|
58
64
|
"tooltipOffContent": "Mikrofonun sesini aç",
|
59
65
|
"microphoneMenuTitle": "Mikrofon",
|
60
|
-
"microphoneMenuTooltip": "Mikrofon
|
66
|
+
"microphoneMenuTooltip": "Mikrofon seç",
|
61
67
|
"speakerMenuTitle": "Hoparlör",
|
62
|
-
"speakerMenuTooltip": "Hoparlör
|
68
|
+
"speakerMenuTooltip": "Hoparlör seç",
|
63
69
|
"microphoneButtonSplitRoleDescription": "Bölünmüş düğme",
|
64
70
|
"onSplitButtonAriaLabel": "Mikrofonun ve ses seçeneklerinin sesini kapat",
|
65
71
|
"offSplitButtonAriaLabel": "Mikrofonun ve ses seçeneklerinin sesini aç",
|
@@ -70,17 +76,17 @@
|
|
70
76
|
"label": "Cihazlar",
|
71
77
|
"tooltipContent": "Cihazları yönet",
|
72
78
|
"cameraMenuTitle": "Kamera",
|
73
|
-
"cameraMenuTooltip": "Kamera
|
79
|
+
"cameraMenuTooltip": "Kamera seç",
|
74
80
|
"audioDeviceMenuTitle": "Ses Cihazı",
|
75
|
-
"audioDeviceMenuTooltip": "Ses
|
81
|
+
"audioDeviceMenuTooltip": "Ses cihazı seç",
|
76
82
|
"microphoneMenuTitle": "Mikrofon",
|
77
|
-
"microphoneMenuTooltip": "Mikrofon
|
83
|
+
"microphoneMenuTooltip": "Mikrofon seç",
|
78
84
|
"speakerMenuTitle": "Hoparlör",
|
79
|
-
"speakerMenuTooltip": "Hoparlör
|
85
|
+
"speakerMenuTooltip": "Hoparlör seç"
|
80
86
|
},
|
81
87
|
"participantsButton": {
|
82
88
|
"label": "Kişiler",
|
83
|
-
"tooltipContent": "Katılımcıları
|
89
|
+
"tooltipContent": "Katılımcıları göster",
|
84
90
|
"menuHeader": "Bu aramada",
|
85
91
|
"participantsListButtonLabel": "{numParticipants} kişiler",
|
86
92
|
"muteAllButtonLabel": "Tümünün sesini kapat",
|
@@ -110,6 +116,8 @@
|
|
110
116
|
"failToSendTag": "Gönderilemedi",
|
111
117
|
"editedTag": "Düzenlendi",
|
112
118
|
"liveAuthorIntro": "{author} şöyle diyor:",
|
119
|
+
"messageContentAriaText": "{author} iletisinde şunu yazdı: {message}",
|
120
|
+
"messageContentMineAriaText": "{message}dediniz",
|
113
121
|
"editBoxTextLimit": "İletiniz en fazla {limitNumber} aşıyor",
|
114
122
|
"editBoxPlaceholderText": "İletinizi düzenleyin",
|
115
123
|
"newMessagesIndicator": "Yeni iletiler",
|
@@ -117,7 +125,8 @@
|
|
117
125
|
"editBoxCancelButton": "İptal",
|
118
126
|
"editBoxSubmitButton": "Gönder",
|
119
127
|
"messageReadCount": "{messageReadByCount} / {remoteParticipantsCount} katılımcı tarafından okundu",
|
120
|
-
"actionMenuMoreOptions": "Diğer Seçenekler"
|
128
|
+
"actionMenuMoreOptions": "Diğer Seçenekler",
|
129
|
+
"downloadFile": "Dosyayı indir"
|
121
130
|
},
|
122
131
|
"errorBar": {
|
123
132
|
"unableToReachChatService": "Çevrimdışısınız",
|
@@ -138,10 +147,13 @@
|
|
138
147
|
"callNoMicrophoneFound": "Mikrofon bulunamadı. Ses giriş cihazı bağlan.",
|
139
148
|
"callMicrophoneAccessDenied": "Mikrofona erişemiyor. Bu web sayfası için izin vermek için adres çubuğundaki kilidi tıklatın.",
|
140
149
|
"callMicrophoneMutedBySystem": "Sisteminiz tarafından sessize alındınız.",
|
150
|
+
"callMicrophoneUnmutedBySystem": "Mikrofonunuz kurtarıldı ve sisteminiz tarafından sesiniz açıldı.",
|
141
151
|
"callMacOsMicrophoneAccessDenied": "Mikrofona erişilemiyor. macOS gizlilik ayarlarınızda mikrofon izni verin.",
|
142
152
|
"callLocalVideoFreeze": "Ağ bant genişliği düşük. Görüntülü aramada başkaları için duraklatılmış görünüyor olabilir.",
|
143
153
|
"callCameraAccessDenied": "Kameraya erişemiyor. Bu web sayfası için izin vermek için adres çubuğundaki kilidi tıklatın.",
|
144
154
|
"callCameraAlreadyInUse": "Kameraya erişemiyor. Başka bir uygulama tarafından zaten kullanılıyor olabilir.",
|
155
|
+
"callVideoStoppedBySystem": "Videonuz sisteminiz tarafından durduruldu.",
|
156
|
+
"callVideoRecoveredBySystem": "Videonuz devam ediyor.",
|
145
157
|
"callMacOsCameraAccessDenied": "MacOS kameranıza erişimi engelliyor. Bu tarayıcının kameranıza erişmesine izin vermek için gizlilik ayarlarınızı güncelleştirin.",
|
146
158
|
"callMacOsScreenShareAccessDenied": "MacOS ekran paylaşımını engelliyor. Bu tarayıcının ekranınızı kaydetmesini izin vermek için gizlilik ayarlarınızı güncelleştirin.",
|
147
159
|
"dismissButtonAriaLabel": "Kapat",
|
@@ -158,12 +170,50 @@
|
|
158
170
|
"displayNamePlaceholder": "Adsız Katılımcı"
|
159
171
|
},
|
160
172
|
"dialpad": {
|
161
|
-
"placeholderText": "
|
173
|
+
"placeholderText": "Telefon numarası gir",
|
174
|
+
"deleteButtonAriaLabel": "Sil"
|
162
175
|
},
|
163
|
-
"
|
176
|
+
"holdButton": {
|
164
177
|
"onLabel": "Devam et",
|
165
178
|
"offLabel": "Beklet",
|
166
|
-
"
|
167
|
-
"
|
179
|
+
"tooltipOnContent": "Görüşmeye devam etme",
|
180
|
+
"tooltipOffContent": "Aramayı bekletme"
|
181
|
+
},
|
182
|
+
"videoTile": {
|
183
|
+
"participantStateConnecting": "Aranıyor...",
|
184
|
+
"participantStateRinging": "Aranıyor...",
|
185
|
+
"participantStateHold": "Beklemede"
|
186
|
+
},
|
187
|
+
"DomainPermissions": {
|
188
|
+
"primaryText": "{appName} uygulamasının kameranızı ve mikrofonunuzu kullanmasına izin verin",
|
189
|
+
"secondaryText": "Bu, katılımcıların sizi görebilmesi ve duyabilmesi içindir.",
|
190
|
+
"linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın",
|
191
|
+
"primaryButtonText": "Erişime İzin Ver"
|
192
|
+
},
|
193
|
+
"UnsupportedBrowser": {
|
194
|
+
"primaryText": "Tarayıcı desteklenmiyor",
|
195
|
+
"secondaryText": "Lütfen uyumlu bir tarayıcı kullanarak bu aramaya katılın.",
|
196
|
+
"moreHelpLink": "Daha fazla yardım"
|
197
|
+
},
|
198
|
+
"BrowserPermissionDenied": {
|
199
|
+
"primaryText": "Kameranızı veya mikrofonunuzu kullanamazsınız",
|
200
|
+
"secondaryText": "Tarayıcınızın kameranıza veya mikrofonunuza erişimi olmayabilir. Bunu düzeltmek için Sistem Tercihleri'ni açın.",
|
201
|
+
"primaryButtonText": "Yeniden dene",
|
202
|
+
"linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın"
|
203
|
+
},
|
204
|
+
"BrowserPermissionDeniedIOS": {
|
205
|
+
"primaryText": "Devam etmek için mikrofon erişimine izin ver",
|
206
|
+
"secondaryText": "Böylece diğer katılımcılar sizi duyabilir.",
|
207
|
+
"primaryButtonText": "Yeniden dene",
|
208
|
+
"imageAltText": "iOS için mikrofon ve kamera cihazı izin konumu",
|
209
|
+
"linkText": "Yardıma mı ihtiyacınız var? Sorun giderme yardımı alın",
|
210
|
+
"step1Text": "Ayarlar uygulamasına gidin",
|
211
|
+
"step2Text": "Bu tarayıcının ayarlarına ilerleyin",
|
212
|
+
"step3Text": "Mikrofonu Aç (İsteğe bağlı kamera)",
|
213
|
+
"step4Text": "Aramaya tekrar katılmayı deneyin",
|
214
|
+
"step1DigitText": "1",
|
215
|
+
"step2DigitText": "2",
|
216
|
+
"step3DigitText": "3",
|
217
|
+
"step4DigitText": "4"
|
168
218
|
}
|
169
219
|
}
|