@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.
Files changed (76) hide show
  1. package/dist/communication-react.d.ts +21 -0
  2. package/dist/dist-cjs/communication-react/index.js +136 -81
  3. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  5. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  6. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +9 -0
  7. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  8. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +3 -0
  9. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +23 -0
  10. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  11. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +1 -0
  12. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +8 -0
  13. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  14. package/dist/dist-esm/calling-stateful-client/src/Converter.js +3 -1
  15. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  16. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +9 -3
  17. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  18. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.d.ts +1 -0
  19. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js +8 -0
  20. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  21. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +2 -0
  22. package/dist/dist-esm/react-components/src/components/MessageThread.js +7 -7
  23. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  24. package/dist/dist-esm/react-components/src/components/VideoTile.js +1 -1
  25. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  26. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.d.ts +1 -1
  27. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +4 -3
  28. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  29. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +58 -8
  30. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +66 -16
  31. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +57 -7
  32. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +62 -12
  33. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +63 -13
  34. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +66 -16
  35. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +59 -9
  36. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +57 -7
  37. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +66 -16
  38. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +60 -10
  39. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +66 -16
  40. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +60 -10
  41. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +59 -9
  42. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +5 -0
  43. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +24 -27
  44. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  45. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js +1 -1
  46. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js.map +1 -1
  47. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +1 -1
  48. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  49. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +3 -1
  50. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  51. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +5 -0
  52. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +6 -2
  53. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  54. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js +1 -1
  55. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js.map +1 -1
  56. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +1 -0
  57. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +3 -3
  58. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  59. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js +6 -1
  60. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js.map +1 -1
  61. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js +0 -1
  62. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js.map +1 -1
  63. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +55 -14
  64. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +55 -14
  65. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +55 -14
  66. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +55 -14
  67. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +55 -14
  68. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +55 -14
  69. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +55 -14
  70. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +55 -14
  71. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +55 -14
  72. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +55 -14
  73. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +55 -14
  74. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +55 -14
  75. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +55 -14
  76. 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โ€™appel"
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": "Choisir une camรฉra",
79
+ "cameraMenuTooltip": "Choisissez l'appareil photo",
74
80
  "audioDeviceMenuTitle": "Pรฉriphรฉrique audio",
75
- "audioDeviceMenuTooltip": "Choisir un pรฉriphรฉrique audio",
81
+ "audioDeviceMenuTooltip": "Choisissez un pรฉriphรฉrique audio",
76
82
  "microphoneMenuTitle": "Microphone",
77
- "microphoneMenuTooltip": "Choisir le micro",
83
+ "microphoneMenuTooltip": "Choisissez le micro",
78
84
  "speakerMenuTitle": "Haut-parleur",
79
- "speakerMenuTooltip": "Choisir une enceinte"
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
- "HoldButton": {
176
+ "holdButton": {
164
177
  "onLabel": "Reprendre",
165
178
  "offLabel": "Mettre en attente",
166
- "toolTipOnContent": "Reprendre lโ€™appel",
167
- "toolTipOffContent": "Mettre lโ€™appel en attente"
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 la fotocamera",
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 il microfono",
66
+ "microphoneMenuTooltip": "Scegli microfono",
61
67
  "speakerMenuTitle": "Altoparlante",
62
- "speakerMenuTooltip": "Scegli lโ€™altoparlante",
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 la fotocamera",
79
+ "cameraMenuTooltip": "Scegli fotocamera",
74
80
  "audioDeviceMenuTitle": "Dispositivo audio",
75
81
  "audioDeviceMenuTooltip": "Scegli dispositivo audio",
76
82
  "microphoneMenuTitle": "Microfono",
77
- "microphoneMenuTooltip": "Scegli il microfono",
83
+ "microphoneMenuTooltip": "Scegli microfono",
78
84
  "speakerMenuTitle": "Altoparlante",
79
- "speakerMenuTooltip": "Scegli lโ€™altoparlante"
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 un numero"
173
+ "placeholderText": "Inserisci numero di telefono",
174
+ "deleteButtonAriaLabel": "Elimina"
162
175
  },
163
- "HoldButton": {
176
+ "holdButton": {
164
177
  "onLabel": "Riprendi",
165
178
  "offLabel": "Mantenere",
166
- "toolTipOnContent": "Riprendi chiamata",
167
- "toolTipOffContent": "Metti in attesa chiamata"
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
- "HoldButton": {
176
+ "holdButton": {
164
177
  "onLabel": "ๅ†้–‹",
165
178
  "offLabel": "ไฟ็•™",
166
- "toolTipOnContent": "้€š่ฉฑใฎๅ†้–‹",
167
- "toolTipOffContent": "้€š่ฉฑใฎไฟ็•™"
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
- "HoldButton": {
176
+ "holdButton": {
164
177
  "onLabel": "๊ณ„์†",
165
178
  "offLabel": "๋ณด๋ฅ˜",
166
- "toolTipOnContent": "ํ†ตํ™” ๊ณ„์†ํ•˜๊ธฐ",
167
- "toolTipOffContent": "ํ†ตํ™” ๋Œ€๊ธฐ"
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
  }