@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": "Supprimer",
|
6
6
|
"sharingIconLabel": "Partage",
|
7
7
|
"mutedIconLabel": "Muet activรฉ",
|
8
|
-
"displayNamePlaceholder": "Participant non identifiรฉ"
|
8
|
+
"displayNamePlaceholder": "Participant non identifiรฉ",
|
9
|
+
"participantStateConnecting": "Appel en cours...",
|
10
|
+
"participantStateRinging": "Appel en cours...",
|
11
|
+
"participantStateHold": "En attente"
|
9
12
|
},
|
10
13
|
"typingIndicator": {
|
11
14
|
"singleUser": "{user} en train dโรฉcrire...",
|
@@ -18,7 +21,10 @@
|
|
18
21
|
"placeholderText": "Saisir un message",
|
19
22
|
"textTooLong": "La longueur de votre message dรฉpasse la limite maximale.",
|
20
23
|
"sendButtonAriaLabel": "Envoyer un message",
|
21
|
-
"fileUploadsPendingError": "Chargement en cours... Veuillez patienter."
|
24
|
+
"fileUploadsPendingError": "Chargement en cours... Veuillez patienter.",
|
25
|
+
"removeFile": "Supprimer un fichier",
|
26
|
+
"uploading": "Chargement",
|
27
|
+
"uploadCompleted": "Tรฉlรฉchargement terminรฉ"
|
22
28
|
},
|
23
29
|
"messageStatusIndicator": {
|
24
30
|
"deliveredAriaLabel": "Message envoyรฉ",
|
@@ -33,7 +39,7 @@
|
|
33
39
|
},
|
34
40
|
"endCallButton": {
|
35
41
|
"label": "Quitter",
|
36
|
-
"tooltipContent": "Quitter l
|
42
|
+
"tooltipContent": "Quitter l'appel"
|
37
43
|
},
|
38
44
|
"cameraButton": {
|
39
45
|
"onLabel": "Dรฉsactiver",
|
@@ -70,13 +76,13 @@
|
|
70
76
|
"label": "Appareils",
|
71
77
|
"tooltipContent": "Gรฉrer les appareils",
|
72
78
|
"cameraMenuTitle": "Appareil photo",
|
73
|
-
"cameraMenuTooltip": "
|
79
|
+
"cameraMenuTooltip": "Choisissez l'appareil photo",
|
74
80
|
"audioDeviceMenuTitle": "Pรฉriphรฉrique audio",
|
75
|
-
"audioDeviceMenuTooltip": "
|
81
|
+
"audioDeviceMenuTooltip": "Choisissez un pรฉriphรฉrique audio",
|
76
82
|
"microphoneMenuTitle": "Microphone",
|
77
|
-
"microphoneMenuTooltip": "
|
83
|
+
"microphoneMenuTooltip": "Choisissez le micro",
|
78
84
|
"speakerMenuTitle": "Haut-parleur",
|
79
|
-
"speakerMenuTooltip": "
|
85
|
+
"speakerMenuTooltip": "Choisissez le haut-parleur"
|
80
86
|
},
|
81
87
|
"participantsButton": {
|
82
88
|
"label": "Personnes",
|
@@ -110,6 +116,8 @@
|
|
110
116
|
"failToSendTag": "รchec de l'envoi",
|
111
117
|
"editedTag": "Modifiรฉ",
|
112
118
|
"liveAuthorIntro": "{author} dit",
|
119
|
+
"messageContentAriaText": "{author} a dit {message}",
|
120
|
+
"messageContentMineAriaText": "Vous avez dit {message}",
|
113
121
|
"editBoxTextLimit": "Votre message dรฉpasse la limite de {limitNumber} caractรจres",
|
114
122
|
"editBoxPlaceholderText": "Modifier votre message",
|
115
123
|
"newMessagesIndicator": "Nouveaux messages",
|
@@ -117,7 +125,8 @@
|
|
117
125
|
"editBoxCancelButton": "Annuler",
|
118
126
|
"editBoxSubmitButton": "Envoyer",
|
119
127
|
"messageReadCount": "Lu par {messageReadByCount} participants sur {remoteParticipantsCount}",
|
120
|
-
"actionMenuMoreOptions": "Plus dโoptions"
|
128
|
+
"actionMenuMoreOptions": "Plus dโoptions",
|
129
|
+
"downloadFile": "Tรฉlรฉcharger un fichier"
|
121
130
|
},
|
122
131
|
"errorBar": {
|
123
132
|
"unableToReachChatService": "Vous รชtes hors connexion",
|
@@ -138,10 +147,13 @@
|
|
138
147
|
"callNoMicrophoneFound": "Aucun micro nโa รฉtรฉ trouvรฉ. Connectez un pรฉriphรฉrique dโentrรฉe audio.",
|
139
148
|
"callMicrophoneAccessDenied": "Impossible dโaccรฉder au microphone. Cliquez sur le verrou dans la barre dโadresses pour accorder lโautorisation ร cette page Web.",
|
140
149
|
"callMicrophoneMutedBySystem": "Votre micro est dรฉsactivรฉ par votre systรจme.",
|
150
|
+
"callMicrophoneUnmutedBySystem": "Votre micro a รฉtรฉ rรฉcupรฉrรฉ et la son a รฉtรฉ activรฉ par votre systรจme.",
|
141
151
|
"callMacOsMicrophoneAccessDenied": "Impossible dโaccรฉder au microphone. Accordez lโautorisation de microphone dans vos paramรจtres de confidentialitรฉ macOS.",
|
142
152
|
"callLocalVideoFreeze": "La bande passante rรฉseau est mรฉdiocre. Votre vidรฉo peut apparaรฎtre suspendue pour les autres participants ร lโappel.",
|
143
153
|
"callCameraAccessDenied": "Impossible dโaccรฉder ร la camรฉra. Cliquez sur le verrou dans la barre dโadresses pour accorder lโautorisation ร cette page Web.",
|
144
154
|
"callCameraAlreadyInUse": "Impossible dโaccรฉder ร la camรฉra. Il est peut-รชtre dรฉjร utilisรฉ par une autre application.",
|
155
|
+
"callVideoStoppedBySystem": "Votre vidรฉo a รฉtรฉ arrรชtรฉe par votre systรจme.",
|
156
|
+
"callVideoRecoveredBySystem": "Votre vidรฉo a repris.",
|
145
157
|
"callMacOsCameraAccessDenied": "MacOS bloque lโaccรจs ร votre camรฉra. Mettez ร jour vos paramรจtres de confidentialitรฉ pour autoriser ce navigateur ร accรฉder ร votre camรฉra.",
|
146
158
|
"callMacOsScreenShareAccessDenied": "MacOS bloque le partage dโรฉcran. Mettez ร jour vos paramรจtres de confidentialitรฉ pour permettre ร ce navigateur dโenregistrer votre รฉcran.",
|
147
159
|
"dismissButtonAriaLabel": "Fermer",
|
@@ -158,12 +170,50 @@
|
|
158
170
|
"displayNamePlaceholder": "Participant non identifiรฉ"
|
159
171
|
},
|
160
172
|
"dialpad": {
|
161
|
-
"placeholderText": "Entrer un numรฉro"
|
173
|
+
"placeholderText": "Entrer un numรฉro de tรฉlรฉphone",
|
174
|
+
"deleteButtonAriaLabel": "Supprimer"
|
162
175
|
},
|
163
|
-
"
|
176
|
+
"holdButton": {
|
164
177
|
"onLabel": "Reprendre",
|
165
178
|
"offLabel": "Mettre en attente",
|
166
|
-
"
|
167
|
-
"
|
179
|
+
"tooltipOnContent": "Reprendre lโappel",
|
180
|
+
"tooltipOffContent": "Mettre lโappel en attente"
|
181
|
+
},
|
182
|
+
"videoTile": {
|
183
|
+
"participantStateConnecting": "Appel en cours...",
|
184
|
+
"participantStateRinging": "Appel en cours...",
|
185
|
+
"participantStateHold": "En attente"
|
186
|
+
},
|
187
|
+
"DomainPermissions": {
|
188
|
+
"primaryText": "Autoriser {appName} ร utiliser votre camรฉra et votre microphone",
|
189
|
+
"secondaryText": "Cela permet aux participants de vous voir et de vous entendre.",
|
190
|
+
"linkText": "Besoin dโaideย ? Obtenir de lโaide sur la rรฉsolution des problรจmes",
|
191
|
+
"primaryButtonText": "Autoriser lโaccรจs"
|
192
|
+
},
|
193
|
+
"UnsupportedBrowser": {
|
194
|
+
"primaryText": "Navigateur non pris en charge",
|
195
|
+
"secondaryText": "Rejoignez cet appel ร lโaide dโun navigateur compatible.",
|
196
|
+
"moreHelpLink": "Plus d'aide"
|
197
|
+
},
|
198
|
+
"BrowserPermissionDenied": {
|
199
|
+
"primaryText": "Impossible dโutiliser votre camรฉra ou votre micro",
|
200
|
+
"secondaryText": "Votre navigateur nโa peut-รชtre pas accรจs ร votre camรฉra ou ร votre micro. Pour rรฉsoudre ce problรจme, ouvrez Prรฉfรฉrences systรจme.",
|
201
|
+
"primaryButtonText": "Rรฉessayer",
|
202
|
+
"linkText": "Besoin dโaideย ? Obtenir de lโaide sur la rรฉsolution des problรจmes"
|
203
|
+
},
|
204
|
+
"BrowserPermissionDeniedIOS": {
|
205
|
+
"primaryText": "Autoriser lโaccรจs au microphone pour continuer",
|
206
|
+
"secondaryText": "Ainsi, les autres participants peuvent vous entendre.",
|
207
|
+
"primaryButtonText": "Rรฉessayer",
|
208
|
+
"imageAltText": "Emplacement des autorisations pour le microphone et la camรฉra pour iOS",
|
209
|
+
"linkText": "Besoin dโaideย ? Obtenir de lโaide sur la rรฉsolution des problรจmes",
|
210
|
+
"step1Text": "Accรฉder ร lโapplication Paramรจtres",
|
211
|
+
"step2Text": "Faites dรฉfiler vers le bas pour accรฉder aux paramรจtres de ce navigateur",
|
212
|
+
"step3Text": "Activer le microphone (camรฉra facultative)",
|
213
|
+
"step4Text": "Rรฉessayez de rejoindre lโappel",
|
214
|
+
"step1DigitText": "1",
|
215
|
+
"step2DigitText": "2",
|
216
|
+
"step3DigitText": "3",
|
217
|
+
"step4DigitText": "4"
|
168
218
|
}
|
169
219
|
}
|
@@ -5,7 +5,10 @@
|
|
5
5
|
"removeButtonLabel": "Rimuovi",
|
6
6
|
"sharingIconLabel": "Condivisione",
|
7
7
|
"mutedIconLabel": "Disattivato",
|
8
|
-
"displayNamePlaceholder": "Partecipante senza nome"
|
8
|
+
"displayNamePlaceholder": "Partecipante senza nome",
|
9
|
+
"participantStateConnecting": "Chiamata in corso...",
|
10
|
+
"participantStateRinging": "Chiamata in corso...",
|
11
|
+
"participantStateHold": "Per l'attesa"
|
9
12
|
},
|
10
13
|
"typingIndicator": {
|
11
14
|
"singleUser": "{user} sta scrivendo ...",
|
@@ -18,7 +21,10 @@
|
|
18
21
|
"placeholderText": "Immetti un messaggio",
|
19
22
|
"textTooLong": "La lunghezza del messaggio supera il limite massimo.",
|
20
23
|
"sendButtonAriaLabel": "Invio messaggio",
|
21
|
-
"fileUploadsPendingError": "Caricamento in corso... Attendere."
|
24
|
+
"fileUploadsPendingError": "Caricamento in corso... Attendere.",
|
25
|
+
"removeFile": "Rimuovi file",
|
26
|
+
"uploading": "Caricamento in corso",
|
27
|
+
"uploadCompleted": "Caricamento completato"
|
22
28
|
},
|
23
29
|
"messageStatusIndicator": {
|
24
30
|
"deliveredAriaLabel": "Il messaggio รจ stato inviato",
|
@@ -43,7 +49,7 @@
|
|
43
49
|
"tooltipOffContent": "Accendi la videocamera",
|
44
50
|
"tooltipVideoLoadingContent": "Il video รจ in corso di caricamento",
|
45
51
|
"cameraMenuTitle": "Fotocamera",
|
46
|
-
"cameraMenuTooltip": "Scegli
|
52
|
+
"cameraMenuTooltip": "Scegli fotocamera",
|
47
53
|
"cameraButtonSplitRoleDescription": "Pulsante di menu combinato",
|
48
54
|
"onSplitButtonAriaLabel": "Disattiva fotocamera e le opzioni della fotocamera",
|
49
55
|
"offSplitButtonAriaLabel": "Attiva fotocamera e le opzioni della fotocamera",
|
@@ -57,9 +63,9 @@
|
|
57
63
|
"tooltipOnContent": "Disattiva microfono",
|
58
64
|
"tooltipOffContent": "Riattiva microfono",
|
59
65
|
"microphoneMenuTitle": "Microfono",
|
60
|
-
"microphoneMenuTooltip": "Scegli
|
66
|
+
"microphoneMenuTooltip": "Scegli microfono",
|
61
67
|
"speakerMenuTitle": "Altoparlante",
|
62
|
-
"speakerMenuTooltip": "Scegli
|
68
|
+
"speakerMenuTooltip": "Scegli altoparlante",
|
63
69
|
"microphoneButtonSplitRoleDescription": "Pulsante di menu combinato",
|
64
70
|
"onSplitButtonAriaLabel": "Disattiva microfono e opzioni audio",
|
65
71
|
"offSplitButtonAriaLabel": "Attiva microfono e opzioni audio",
|
@@ -70,13 +76,13 @@
|
|
70
76
|
"label": "Dispositivi",
|
71
77
|
"tooltipContent": "Gestisci dispositivi",
|
72
78
|
"cameraMenuTitle": "Fotocamera",
|
73
|
-
"cameraMenuTooltip": "Scegli
|
79
|
+
"cameraMenuTooltip": "Scegli fotocamera",
|
74
80
|
"audioDeviceMenuTitle": "Dispositivo audio",
|
75
81
|
"audioDeviceMenuTooltip": "Scegli dispositivo audio",
|
76
82
|
"microphoneMenuTitle": "Microfono",
|
77
|
-
"microphoneMenuTooltip": "Scegli
|
83
|
+
"microphoneMenuTooltip": "Scegli microfono",
|
78
84
|
"speakerMenuTitle": "Altoparlante",
|
79
|
-
"speakerMenuTooltip": "Scegli
|
85
|
+
"speakerMenuTooltip": "Scegli altoparlante"
|
80
86
|
},
|
81
87
|
"participantsButton": {
|
82
88
|
"label": "Persone",
|
@@ -110,6 +116,8 @@
|
|
110
116
|
"failToSendTag": "Invio non riuscito",
|
111
117
|
"editedTag": "Modificato",
|
112
118
|
"liveAuthorIntro": "{author} dice",
|
119
|
+
"messageContentAriaText": "{author} ha detto {message}",
|
120
|
+
"messageContentMineAriaText": "Hai detto {message}",
|
113
121
|
"editBoxTextLimit": "Il messaggio ha superato il limite di caratteri {limitNumber}",
|
114
122
|
"editBoxPlaceholderText": "Modifica il messaggio",
|
115
123
|
"newMessagesIndicator": "Nuovi messaggi",
|
@@ -117,7 +125,8 @@
|
|
117
125
|
"editBoxCancelButton": "Annulla",
|
118
126
|
"editBoxSubmitButton": "Invia",
|
119
127
|
"messageReadCount": "Letto da {messageReadByCount} di {remoteParticipantsCount}",
|
120
|
-
"actionMenuMoreOptions": "Altre opzioni"
|
128
|
+
"actionMenuMoreOptions": "Altre opzioni",
|
129
|
+
"downloadFile": "Scarica file"
|
121
130
|
},
|
122
131
|
"errorBar": {
|
123
132
|
"unableToReachChatService": "Sei offline",
|
@@ -138,10 +147,13 @@
|
|
138
147
|
"callNoMicrophoneFound": "Nessun microfono trovato. Connetti un dispositivo di input audio.",
|
139
148
|
"callMicrophoneAccessDenied": "Impossibile accedere al microfono. Fare clic sul blocco nella barra degli indirizzi per concedere l'autorizzazione a questa pagina Web.",
|
140
149
|
"callMicrophoneMutedBySystem": "Il sistema disattiva l'audio.",
|
150
|
+
"callMicrophoneUnmutedBySystem": "Il microfono รจ stato ripristinato e il sistema ha riattivato l'audio.",
|
141
151
|
"callMacOsMicrophoneAccessDenied": "Impossibile accedere al microfono. Concedi l'autorizzazione al microfono nelle impostazioni di privacy di macOS.",
|
142
152
|
"callLocalVideoFreeze": "Larghezza di banda di rete insufficiente. Il video potrebbe essere sospeso per gli altri partecipanti alla chiamata.",
|
143
153
|
"callCameraAccessDenied": "Non รจ possibile accedere alla fotocamera. Fare clic sul blocco nella barra degli indirizzi per concedere l'autorizzazione a questa pagina Web.",
|
144
154
|
"callCameraAlreadyInUse": "Non รจ possibile accedere alla fotocamera. Potrebbe essere giร in uso da un'altra applicazione.",
|
155
|
+
"callVideoStoppedBySystem": "Il video รจ stato arrestato dal sistema.",
|
156
|
+
"callVideoRecoveredBySystem": "Il video รจ ripreso.",
|
145
157
|
"callMacOsCameraAccessDenied": "MacOS sta bloccando l'accesso alla fotocamera. Aggiorna le impostazioni di privacy per consentire a questo browser di accedere alla fotocamera.",
|
146
158
|
"callMacOsScreenShareAccessDenied": "MacOS sta bloccando la condivisione dello schermo. Aggiorna le impostazioni di privacy per consentire a questo browser di registrare lo schermo.",
|
147
159
|
"dismissButtonAriaLabel": "Chiudi",
|
@@ -158,12 +170,50 @@
|
|
158
170
|
"displayNamePlaceholder": "Partecipante senza nome"
|
159
171
|
},
|
160
172
|
"dialpad": {
|
161
|
-
"placeholderText": "Inserisci
|
173
|
+
"placeholderText": "Inserisci numero di telefono",
|
174
|
+
"deleteButtonAriaLabel": "Elimina"
|
162
175
|
},
|
163
|
-
"
|
176
|
+
"holdButton": {
|
164
177
|
"onLabel": "Riprendi",
|
165
178
|
"offLabel": "Mantenere",
|
166
|
-
"
|
167
|
-
"
|
179
|
+
"tooltipOnContent": "Riprendi chiamata",
|
180
|
+
"tooltipOffContent": "Metti in attesa chiamata"
|
181
|
+
},
|
182
|
+
"videoTile": {
|
183
|
+
"participantStateConnecting": "Chiamata in corso...",
|
184
|
+
"participantStateRinging": "Chiamata in corso...",
|
185
|
+
"participantStateHold": "Per l'attesa"
|
186
|
+
},
|
187
|
+
"DomainPermissions": {
|
188
|
+
"primaryText": "Consenti a {appName} di usare la fotocamera e il microfono",
|
189
|
+
"secondaryText": "In questo modo i partecipanti possono vederti e sentirti.",
|
190
|
+
"linkText": "Serve aiuto? Guida alla risoluzione dei problemi",
|
191
|
+
"primaryButtonText": "Consenti l'accesso"
|
192
|
+
},
|
193
|
+
"UnsupportedBrowser": {
|
194
|
+
"primaryText": "Browser non supportato",
|
195
|
+
"secondaryText": "Partecipa alla chiamata utilizzando un browser compatibile.",
|
196
|
+
"moreHelpLink": "Ulteriore assistenza"
|
197
|
+
},
|
198
|
+
"BrowserPermissionDenied": {
|
199
|
+
"primaryText": "Non รจ possibile usare la fotocamera o il microfono",
|
200
|
+
"secondaryText": "Il browser potrebbe non avere accesso alla fotocamera o al microfono. Per risolvere il problema, aprire Preferenze di sistema.",
|
201
|
+
"primaryButtonText": "Riprova",
|
202
|
+
"linkText": "Serve aiuto? Guida alla risoluzione dei problemi"
|
203
|
+
},
|
204
|
+
"BrowserPermissionDeniedIOS": {
|
205
|
+
"primaryText": "Consenti l'accesso al microfono per continuare",
|
206
|
+
"secondaryText": "Cosรฌ gli altri partecipanti possono sentirti.",
|
207
|
+
"primaryButtonText": "Riprova",
|
208
|
+
"imageAltText": "Posizione dell'autorizzazione del microfono e della fotocamera per iOS",
|
209
|
+
"linkText": "Serve aiuto? Guida alla risoluzione dei problemi",
|
210
|
+
"step1Text": "Vai alle impostazioni dell'app",
|
211
|
+
"step2Text": "Scorri verso il basso fino alle impostazioni per questo browser",
|
212
|
+
"step3Text": "Attiva microfono (fotocamera facoltativa)",
|
213
|
+
"step4Text": "Prova a partecipare di nuovo alla chiamata",
|
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": "ใซใกใฉใจใซใกใฉ ใชใใทใงใณใใชใณใซใใ",
|
@@ -57,9 +63,9 @@
|
|
57
63
|
"tooltipOnContent": "ใใคใฏใใใฅใผใใซใใ",
|
58
64
|
"tooltipOffContent": "ใใคใฏใฎใใฅใผใใ่งฃ้คใใ",
|
59
65
|
"microphoneMenuTitle": "ใใคใฏ",
|
60
|
-
"microphoneMenuTooltip": "
|
66
|
+
"microphoneMenuTooltip": "ใใคใฏใ้ธๆใใ",
|
61
67
|
"speakerMenuTitle": "ในใใผใซใผ",
|
62
|
-
"speakerMenuTooltip": "
|
68
|
+
"speakerMenuTooltip": "ในใใผใซใผใ้ธๆใใ",
|
63
69
|
"microphoneButtonSplitRoleDescription": "ๅๅฒใใฟใณ",
|
64
70
|
"onSplitButtonAriaLabel": "ใใคใฏใจใชใผใใฃใชใฎใชใใทใงใณใใใฅใผใใซใใ",
|
65
71
|
"offSplitButtonAriaLabel": "ใใคใฏใจใชใผใใฃใชใฎใชใใทใงใณใฎใใฅใผใใ่งฃ้คใใ",
|
@@ -70,17 +76,17 @@
|
|
70
76
|
"label": "ใใใคใน",
|
71
77
|
"tooltipContent": "ใใใคในใฎ็ฎก็",
|
72
78
|
"cameraMenuTitle": "ใซใกใฉ",
|
73
|
-
"cameraMenuTooltip": "
|
79
|
+
"cameraMenuTooltip": "ใซใกใฉใ้ธๆใใ",
|
74
80
|
"audioDeviceMenuTitle": "ใชใผใใฃใช ใใใคใน",
|
75
|
-
"audioDeviceMenuTooltip": "ใชใผใใฃใช
|
81
|
+
"audioDeviceMenuTooltip": "ใชใผใใฃใช ใใใคในใ้ธๆใใ",
|
76
82
|
"microphoneMenuTitle": "ใใคใฏ",
|
77
|
-
"microphoneMenuTooltip": "
|
83
|
+
"microphoneMenuTooltip": "ใใคใฏใ้ธๆใใ",
|
78
84
|
"speakerMenuTitle": "ในใใผใซใผ",
|
79
|
-
"speakerMenuTooltip": "
|
85
|
+
"speakerMenuTooltip": "ในใใผใซใผใ้ธๆใใ"
|
80
86
|
},
|
81
87
|
"participantsButton": {
|
82
88
|
"label": "ใฆใผใถใผ",
|
83
|
-
"tooltipContent": "
|
89
|
+
"tooltipContent": "ๅๅ ่
ใ่กจ็คบ",
|
84
90
|
"menuHeader": "ใใฎ้่ฉฑใง",
|
85
91
|
"participantsListButtonLabel": "{numParticipants} ไบบ",
|
86
92
|
"muteAllButtonLabel": "ๅ
จๅกใใใฅใผใ",
|
@@ -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": "{remoteParticipantsCount} ใฎ {messageReadByCount} ใซใใ่ชญใฟๅใ",
|
120
|
-
"actionMenuMoreOptions": "ใใฎไปใฎใชใใทใงใณ"
|
128
|
+
"actionMenuMoreOptions": "ใใฎไปใฎใชใใทใงใณ",
|
129
|
+
"downloadFile": "ใใกใคใซใใใฆใณใญใผใ"
|
121
130
|
},
|
122
131
|
"errorBar": {
|
123
132
|
"unableToReachChatService": "ใชใใฉใคใณใงใ",
|
@@ -138,10 +147,13 @@
|
|
138
147
|
"callNoMicrophoneFound": "ใใคใฏใ่ฆใคใใใพใใใใชใผใใฃใชๅ
ฅๅใใใคในใๆฅ็ถใใพใใ",
|
139
148
|
"callMicrophoneAccessDenied": "ใใคใฏใซใขใฏใปในใงใใพใใใใขใใฌใน ใใผใฎใญใใฏใใฏใชใใฏใใฆใใใฎ Web ใใผใธใซใขใฏใปใน่จฑๅฏใไปไธใใพใใ",
|
140
149
|
"callMicrophoneMutedBySystem": "ใทในใใ ใซใใฃใฆใใฅใผใใซใชใฃใฆใใพใใ",
|
150
|
+
"callMicrophoneUnmutedBySystem": "ใใคใฏใๅๅพฉใใใทในใใ ใซใใฃใฆใใฅใผใใ่งฃ้คใใใพใใใ",
|
141
151
|
"callMacOsMicrophoneAccessDenied": "ใใคใฏใซใขใฏใปในใงใใพใใใmacOS ใฎใใฉใคใใทใผ่จญๅฎใงใใคใฏใธใฎใขใฏใปใน่จฑๅฏใไปไธใใพใใ",
|
142
152
|
"callLocalVideoFreeze": "ใใใใฏใผใฏๅธฏๅๅน
ใไธๅๅใงใใ้่ฉฑไธญใซไปใฎใฆใผใถใผใฎใใใชใไธๆๅๆญขใใฆใใๅฏ่ฝๆงใใใใพใใ",
|
143
153
|
"callCameraAccessDenied": "ใซใกใฉใซใขใฏใปในใงใใพใใใใขใใฌใน ใใผใฎใญใใฏใใฏใชใใฏใใฆใใใฎ Web ใใผใธใซใขใฏใปใน่จฑๅฏใไปไธใใพใใ",
|
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": "์ ๊ฑฐ",
|
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": "๋๊ธฐ",
|
@@ -80,7 +86,7 @@
|
|
80
86
|
},
|
81
87
|
"participantsButton": {
|
82
88
|
"label": "์ฌ์ฉ์",
|
83
|
-
"tooltipContent": "
|
89
|
+
"tooltipContent": "์ฐธ๊ฐ์ ํ์",
|
84
90
|
"menuHeader": "์ด ํตํ์์",
|
85
91
|
"participantsListButtonLabel": "{numParticipants}๋ช
",
|
86
92
|
"muteAllButtonLabel": "๋ชจ๋ ์์๊ฑฐ",
|
@@ -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": "์ด ๋ธ๋ผ์ฐ์ ์ ์ค์ ์ Scroll down",
|
212
|
+
"step3Text": "๋ง์ดํฌ ์ผ๊ธฐ(์นด๋ฉ๋ผ ์ ํ ์ฌํญ)",
|
213
|
+
"step4Text": "ํตํ์ ๋ค์ ์ฐธ๊ฐํด ๋ณด์ธ์.",
|
214
|
+
"step1DigitText": "1",
|
215
|
+
"step2DigitText": "2",
|
216
|
+
"step3DigitText": "3",
|
217
|
+
"step4DigitText": "4"
|
168
218
|
}
|
169
219
|
}
|