@azure/communication-react 1.2.3-alpha-202206280015.0 → 1.3.1-beta.1
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/CHANGELOG.json +1260 -0
- package/CHANGELOG.md +110 -1
- package/dist/communication-react.d.ts +30 -1
- package/dist/dist-cjs/communication-react/index.js +76 -32
- 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/react-components/src/components/ErrorBar.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +16 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +7 -2
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +46 -8
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +45 -7
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +1 -0
- package/dist/dist-esm/react-components/src/theming/icons.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.js +3 -2
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +6 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +10 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +21 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +5 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +12 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +6 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +12 -6
- package/package.json +10 -10
@@ -4,7 +4,8 @@
|
|
4
4
|
"menuTitle": "Altre opzioni",
|
5
5
|
"removeButtonLabel": "Rimuovi",
|
6
6
|
"sharingIconLabel": "Condivisione",
|
7
|
-
"mutedIconLabel": "Disattivato"
|
7
|
+
"mutedIconLabel": "Disattivato",
|
8
|
+
"displayNamePlaceholder": "Partecipante senza nome"
|
8
9
|
},
|
9
10
|
"typingIndicator": {
|
10
11
|
"singleUser": "{user} sta scrivendo ...",
|
@@ -17,7 +18,10 @@
|
|
17
18
|
"placeholderText": "Immetti un messaggio",
|
18
19
|
"textTooLong": "La lunghezza del messaggio supera il limite massimo.",
|
19
20
|
"sendButtonAriaLabel": "Invio messaggio",
|
20
|
-
"fileUploadsPendingError": "Caricamento in corso... Attendere."
|
21
|
+
"fileUploadsPendingError": "Caricamento in corso... Attendere.",
|
22
|
+
"removeFile": "Rimuovi file",
|
23
|
+
"uploading": "Caricamento in corso",
|
24
|
+
"uploadCompleted": "Caricamento completato"
|
21
25
|
},
|
22
26
|
"messageStatusIndicator": {
|
23
27
|
"deliveredAriaLabel": "Il messaggio è stato inviato",
|
@@ -42,7 +46,12 @@
|
|
42
46
|
"tooltipOffContent": "Accendi la videocamera",
|
43
47
|
"tooltipVideoLoadingContent": "Il video è in corso di caricamento",
|
44
48
|
"cameraMenuTitle": "Fotocamera",
|
45
|
-
"cameraMenuTooltip": "Scegli la fotocamera"
|
49
|
+
"cameraMenuTooltip": "Scegli la fotocamera",
|
50
|
+
"cameraButtonSplitRoleDescription": "Pulsante di menu combinato",
|
51
|
+
"onSplitButtonAriaLabel": "Disattiva fotocamera e le opzioni della fotocamera",
|
52
|
+
"offSplitButtonAriaLabel": "Attiva fotocamera e le opzioni della fotocamera",
|
53
|
+
"cameraActionTurnedOnAnnouncement": "La videocamera è stata attivata",
|
54
|
+
"cameraActionTurnedOffAnnouncement": "La videocamera è stata disattivata"
|
46
55
|
},
|
47
56
|
"microphoneButton": {
|
48
57
|
"onLabel": "Disattiva audio",
|
@@ -53,13 +62,20 @@
|
|
53
62
|
"microphoneMenuTitle": "Microfono",
|
54
63
|
"microphoneMenuTooltip": "Scegli il microfono",
|
55
64
|
"speakerMenuTitle": "Altoparlante",
|
56
|
-
"speakerMenuTooltip": "Scegli l’altoparlante"
|
65
|
+
"speakerMenuTooltip": "Scegli l’altoparlante",
|
66
|
+
"microphoneButtonSplitRoleDescription": "Pulsante di menu combinato",
|
67
|
+
"onSplitButtonAriaLabel": "Disattiva microfono e opzioni audio",
|
68
|
+
"offSplitButtonAriaLabel": "Attiva microfono e opzioni audio",
|
69
|
+
"microphoneActionTurnedOnAnnouncement": "Il microfono è stato attivato",
|
70
|
+
"microphoneActionTurnedOffAnnouncement": "Il microfono è stato disattivato"
|
57
71
|
},
|
58
72
|
"devicesButton": {
|
59
73
|
"label": "Dispositivi",
|
60
74
|
"tooltipContent": "Gestisci dispositivi",
|
61
75
|
"cameraMenuTitle": "Fotocamera",
|
62
76
|
"cameraMenuTooltip": "Scegli la fotocamera",
|
77
|
+
"audioDeviceMenuTitle": "Dispositivo audio",
|
78
|
+
"audioDeviceMenuTooltip": "Scegli dispositivo audio",
|
63
79
|
"microphoneMenuTitle": "Microfono",
|
64
80
|
"microphoneMenuTooltip": "Scegli il microfono",
|
65
81
|
"speakerMenuTitle": "Altoparlante",
|
@@ -93,6 +109,8 @@
|
|
93
109
|
"participantLeft": "ha abbandonato la chat.",
|
94
110
|
"editMessage": "Modifica",
|
95
111
|
"removeMessage": "Elimina",
|
112
|
+
"resendMessage": "Riprova a inviare",
|
113
|
+
"failToSendTag": "Invio non riuscito",
|
96
114
|
"editedTag": "Modificato",
|
97
115
|
"liveAuthorIntro": "{author} dice",
|
98
116
|
"editBoxTextLimit": "Il messaggio ha superato il limite di caratteri {limitNumber}",
|
@@ -101,7 +119,9 @@
|
|
101
119
|
"noDisplayNameSub": "Nessun nome",
|
102
120
|
"editBoxCancelButton": "Annulla",
|
103
121
|
"editBoxSubmitButton": "Invia",
|
104
|
-
"messageReadCount": "Letto da {messageReadByCount} di {remoteParticipantsCount}"
|
122
|
+
"messageReadCount": "Letto da {messageReadByCount} di {remoteParticipantsCount}",
|
123
|
+
"actionMenuMoreOptions": "Altre opzioni",
|
124
|
+
"downloadFile": "Scarica file"
|
105
125
|
},
|
106
126
|
"errorBar": {
|
107
127
|
"unableToReachChatService": "Sei offline",
|
@@ -122,17 +142,35 @@
|
|
122
142
|
"callNoMicrophoneFound": "Nessun microfono trovato. Connetti un dispositivo di input audio.",
|
123
143
|
"callMicrophoneAccessDenied": "Impossibile accedere al microfono. Fare clic sul blocco nella barra degli indirizzi per concedere l'autorizzazione a questa pagina Web.",
|
124
144
|
"callMicrophoneMutedBySystem": "Il sistema disattiva l'audio.",
|
145
|
+
"callMicrophoneUnmutedBySystem": "Il microfono è stato ripristinato e il sistema ha riattivato l'audio.",
|
125
146
|
"callMacOsMicrophoneAccessDenied": "Impossibile accedere al microfono. Concedi l'autorizzazione al microfono nelle impostazioni di privacy di macOS.",
|
126
147
|
"callLocalVideoFreeze": "Larghezza di banda di rete insufficiente. Il video potrebbe essere sospeso per gli altri partecipanti alla chiamata.",
|
127
148
|
"callCameraAccessDenied": "Non è possibile accedere alla fotocamera. Fare clic sul blocco nella barra degli indirizzi per concedere l'autorizzazione a questa pagina Web.",
|
128
149
|
"callCameraAlreadyInUse": "Non è possibile accedere alla fotocamera. Potrebbe essere già in uso da un'altra applicazione.",
|
150
|
+
"callVideoStoppedBySystem": "Il video è stato arrestato dal sistema.",
|
151
|
+
"callVideoRecoveredBySystem": "Il video è ripreso.",
|
129
152
|
"callMacOsCameraAccessDenied": "MacOS sta bloccando l'accesso alla fotocamera. Aggiorna le impostazioni di privacy per consentire a questo browser di accedere alla fotocamera.",
|
130
|
-
"callMacOsScreenShareAccessDenied": "MacOS sta bloccando la condivisione dello schermo. Aggiorna le impostazioni di privacy per consentire a questo browser di registrare lo schermo."
|
153
|
+
"callMacOsScreenShareAccessDenied": "MacOS sta bloccando la condivisione dello schermo. Aggiorna le impostazioni di privacy per consentire a questo browser di registrare lo schermo.",
|
154
|
+
"dismissButtonAriaLabel": "Chiudi",
|
155
|
+
"failedToJoinCallGeneric": "Non è stato possibile partecipare alla chiamata.",
|
156
|
+
"failedToJoinCallInvalidMeetingLink": "Impossibile partecipare alla riunione. Collegamento non valido."
|
131
157
|
},
|
132
158
|
"videoGallery": {
|
133
159
|
"screenIsBeingSharedMessage": "Stai condividendo lo schermo",
|
134
160
|
"screenShareLoadingMessage": "Caricamento dello schermo di {participant}",
|
135
161
|
"localVideoLabel": "Tu",
|
136
|
-
"localVideoCameraSwitcherLabel": "
|
162
|
+
"localVideoCameraSwitcherLabel": "Cambia videocamera",
|
163
|
+
"localVideoMovementLabel": "Riquadro video locale mobile",
|
164
|
+
"localVideoSelectedDescription": "{cameraName} selezionata",
|
165
|
+
"displayNamePlaceholder": "Partecipante senza nome"
|
166
|
+
},
|
167
|
+
"dialpad": {
|
168
|
+
"placeholderText": "Inserisci un numero"
|
169
|
+
},
|
170
|
+
"HoldButton": {
|
171
|
+
"onLabel": "Riprendi",
|
172
|
+
"offLabel": "Mantenere",
|
173
|
+
"toolTipOnContent": "Riprendi chiamata",
|
174
|
+
"toolTipOffContent": "Metti in attesa chiamata"
|
137
175
|
}
|
138
176
|
}
|
@@ -4,7 +4,8 @@
|
|
4
4
|
"menuTitle": "その他のオプション",
|
5
5
|
"removeButtonLabel": "削除",
|
6
6
|
"sharingIconLabel": "共有",
|
7
|
-
"mutedIconLabel": "ミュート状態"
|
7
|
+
"mutedIconLabel": "ミュート状態",
|
8
|
+
"displayNamePlaceholder": "名前のない参加者"
|
8
9
|
},
|
9
10
|
"typingIndicator": {
|
10
11
|
"singleUser": "{user} さんが入力しています...",
|
@@ -17,7 +18,10 @@
|
|
17
18
|
"placeholderText": "メッセージを入力",
|
18
19
|
"textTooLong": "メッセージの長さが上限を超えています。",
|
19
20
|
"sendButtonAriaLabel": "メッセージの送信",
|
20
|
-
"fileUploadsPendingError": "アップロード中です... お待ちください。"
|
21
|
+
"fileUploadsPendingError": "アップロード中です... お待ちください。",
|
22
|
+
"removeFile": "ファイルを削除します",
|
23
|
+
"uploading": "アップロード中",
|
24
|
+
"uploadCompleted": "アップロードが完了しました"
|
21
25
|
},
|
22
26
|
"messageStatusIndicator": {
|
23
27
|
"deliveredAriaLabel": "メッセージを送信しました",
|
@@ -42,7 +46,12 @@
|
|
42
46
|
"tooltipOffContent": "カメラをオンにする",
|
43
47
|
"tooltipVideoLoadingContent": "ビデオの読み込み中です",
|
44
48
|
"cameraMenuTitle": "カメラ",
|
45
|
-
"cameraMenuTooltip": "カメラの選択"
|
49
|
+
"cameraMenuTooltip": "カメラの選択",
|
50
|
+
"cameraButtonSplitRoleDescription": "分割ボタン",
|
51
|
+
"onSplitButtonAriaLabel": "カメラとカメラ オプションをオフにする",
|
52
|
+
"offSplitButtonAriaLabel": "カメラとカメラ オプションをオンにする",
|
53
|
+
"cameraActionTurnedOnAnnouncement": "カメラがオンになっています",
|
54
|
+
"cameraActionTurnedOffAnnouncement": "カメラがオフになっています"
|
46
55
|
},
|
47
56
|
"microphoneButton": {
|
48
57
|
"onLabel": "ミュート",
|
@@ -53,13 +62,20 @@
|
|
53
62
|
"microphoneMenuTitle": "マイク",
|
54
63
|
"microphoneMenuTooltip": "マイクの選択",
|
55
64
|
"speakerMenuTitle": "スピーカー",
|
56
|
-
"speakerMenuTooltip": "スピーカーの選択"
|
65
|
+
"speakerMenuTooltip": "スピーカーの選択",
|
66
|
+
"microphoneButtonSplitRoleDescription": "分割ボタン",
|
67
|
+
"onSplitButtonAriaLabel": "マイクとオーディオのオプションをミュートにする",
|
68
|
+
"offSplitButtonAriaLabel": "マイクとオーディオのオプションのミュートを解除する",
|
69
|
+
"microphoneActionTurnedOnAnnouncement": "マイクがオンになっています",
|
70
|
+
"microphoneActionTurnedOffAnnouncement": "マイクがオフになっています"
|
57
71
|
},
|
58
72
|
"devicesButton": {
|
59
73
|
"label": "デバイス",
|
60
74
|
"tooltipContent": "デバイスの管理",
|
61
75
|
"cameraMenuTitle": "カメラ",
|
62
76
|
"cameraMenuTooltip": "カメラの選択",
|
77
|
+
"audioDeviceMenuTitle": "オーディオ デバイス",
|
78
|
+
"audioDeviceMenuTooltip": "オーディオ デバイスの選択",
|
63
79
|
"microphoneMenuTitle": "マイク",
|
64
80
|
"microphoneMenuTooltip": "マイクの選択",
|
65
81
|
"speakerMenuTitle": "スピーカー",
|
@@ -93,6 +109,8 @@
|
|
93
109
|
"participantLeft": "チャットから退出しました。",
|
94
110
|
"editMessage": "編集",
|
95
111
|
"removeMessage": "削除",
|
112
|
+
"resendMessage": "もう一度送信",
|
113
|
+
"failToSendTag": "送信できませんでした",
|
96
114
|
"editedTag": "編集済み",
|
97
115
|
"liveAuthorIntro": "{author} さんの発言",
|
98
116
|
"editBoxTextLimit": "メッセージが{limitNumber}文字の制限を超えています",
|
@@ -101,7 +119,9 @@
|
|
101
119
|
"noDisplayNameSub": "名前がありません",
|
102
120
|
"editBoxCancelButton": "取り消し",
|
103
121
|
"editBoxSubmitButton": "送信",
|
104
|
-
"messageReadCount": "{remoteParticipantsCount} の {messageReadByCount} による読み取り"
|
122
|
+
"messageReadCount": "{remoteParticipantsCount} の {messageReadByCount} による読み取り",
|
123
|
+
"actionMenuMoreOptions": "その他のオプション",
|
124
|
+
"downloadFile": "ファイルをダウンロード"
|
105
125
|
},
|
106
126
|
"errorBar": {
|
107
127
|
"unableToReachChatService": "オフラインです",
|
@@ -122,17 +142,35 @@
|
|
122
142
|
"callNoMicrophoneFound": "マイクが見つかりません。オーディオ入力デバイスを接続します。",
|
123
143
|
"callMicrophoneAccessDenied": "マイクにアクセスできません。アドレス バーのロックをクリックして、この Web ページにアクセス許可を付与します。",
|
124
144
|
"callMicrophoneMutedBySystem": "システムによってミュートになっています。",
|
145
|
+
"callMicrophoneUnmutedBySystem": "マイクが回復し、システムによってミュートが解除されました。",
|
125
146
|
"callMacOsMicrophoneAccessDenied": "マイクにアクセスできません。macOS のプライバシー設定でマイクへのアクセス許可を付与します。",
|
126
147
|
"callLocalVideoFreeze": "ネットワーク帯域幅が不十分です。通話中に他のユーザーのビデオが一時停止している可能性があります。",
|
127
148
|
"callCameraAccessDenied": "カメラにアクセスできません。アドレス バーのロックをクリックして、この Web ページにアクセス許可を付与します。",
|
128
149
|
"callCameraAlreadyInUse": "カメラにアクセスできません。別のアプリケーションによって既に使用されている可能性があります。",
|
150
|
+
"callVideoStoppedBySystem": "ビデオはシステムによって停止されました。",
|
151
|
+
"callVideoRecoveredBySystem": "ビデオが再開されました。",
|
129
152
|
"callMacOsCameraAccessDenied": "MacOS がカメラへのアクセスをブロックしています。プライバシー設定を更新して、このブラウザーがカメラにアクセスできるようにします。",
|
130
|
-
"callMacOsScreenShareAccessDenied": "MacOS は画面の共有をブロックしています。プライバシー設定を更新して、このブラウザーで画面を録画できるようにします。"
|
153
|
+
"callMacOsScreenShareAccessDenied": "MacOS は画面の共有をブロックしています。プライバシー設定を更新して、このブラウザーで画面を録画できるようにします。",
|
154
|
+
"dismissButtonAriaLabel": "閉じる",
|
155
|
+
"failedToJoinCallGeneric": "通話に参加できませんでした",
|
156
|
+
"failedToJoinCallInvalidMeetingLink": "会議に参加できません。リンクが無効です。"
|
131
157
|
},
|
132
158
|
"videoGallery": {
|
133
159
|
"screenIsBeingSharedMessage": "画面を共有しています",
|
134
160
|
"screenShareLoadingMessage": "{participant} の画面を読み込んでいます",
|
135
161
|
"localVideoLabel": "自分",
|
136
|
-
"localVideoCameraSwitcherLabel": "
|
162
|
+
"localVideoCameraSwitcherLabel": "カメラを切り替え",
|
163
|
+
"localVideoMovementLabel": "移動可能なローカル ビデオ タイル",
|
164
|
+
"localVideoSelectedDescription": "{cameraName} が選択されました。",
|
165
|
+
"displayNamePlaceholder": "名前のない参加者"
|
166
|
+
},
|
167
|
+
"dialpad": {
|
168
|
+
"placeholderText": "番号の入力"
|
169
|
+
},
|
170
|
+
"HoldButton": {
|
171
|
+
"onLabel": "再開",
|
172
|
+
"offLabel": "保留",
|
173
|
+
"toolTipOnContent": "通話の再開",
|
174
|
+
"toolTipOffContent": "通話の保留"
|
137
175
|
}
|
138
176
|
}
|
@@ -4,7 +4,8 @@
|
|
4
4
|
"menuTitle": "추가 옵션",
|
5
5
|
"removeButtonLabel": "제거",
|
6
6
|
"sharingIconLabel": "공유 중",
|
7
|
-
"mutedIconLabel": "음소거됨"
|
7
|
+
"mutedIconLabel": "음소거됨",
|
8
|
+
"displayNamePlaceholder": "명명되지 않은 참가자"
|
8
9
|
},
|
9
10
|
"typingIndicator": {
|
10
11
|
"singleUser": "{user} 님이 입력 중...",
|
@@ -17,7 +18,10 @@
|
|
17
18
|
"placeholderText": "메시지를 입력하세요",
|
18
19
|
"textTooLong": "메시지 길이가 최대 제한을 초과했습니다.",
|
19
20
|
"sendButtonAriaLabel": "메시지 보내기",
|
20
|
-
"fileUploadsPendingError": "업로드 중... 잠시만 기다려 주세요."
|
21
|
+
"fileUploadsPendingError": "업로드 중... 잠시만 기다려 주세요.",
|
22
|
+
"removeFile": "파일 제거",
|
23
|
+
"uploading": "업로드 중",
|
24
|
+
"uploadCompleted": "업로드 완료"
|
21
25
|
},
|
22
26
|
"messageStatusIndicator": {
|
23
27
|
"deliveredAriaLabel": "메시지를 보냄",
|
@@ -42,7 +46,12 @@
|
|
42
46
|
"tooltipOffContent": "카메라 켜기",
|
43
47
|
"tooltipVideoLoadingContent": "비디오를 로드하는 중입니다.",
|
44
48
|
"cameraMenuTitle": "카메라",
|
45
|
-
"cameraMenuTooltip": "카메라 선택"
|
49
|
+
"cameraMenuTooltip": "카메라 선택",
|
50
|
+
"cameraButtonSplitRoleDescription": "분할 단추",
|
51
|
+
"onSplitButtonAriaLabel": "카메라 사용 안 함 및 카메라 옵션",
|
52
|
+
"offSplitButtonAriaLabel": "카메라 사용 및 카메라 옵션",
|
53
|
+
"cameraActionTurnedOnAnnouncement": "카메라가 켜져 있습니다.",
|
54
|
+
"cameraActionTurnedOffAnnouncement": "카메라가 꺼져 있습니다."
|
46
55
|
},
|
47
56
|
"microphoneButton": {
|
48
57
|
"onLabel": "음소거",
|
@@ -53,13 +62,20 @@
|
|
53
62
|
"microphoneMenuTitle": "마이크",
|
54
63
|
"microphoneMenuTooltip": "마이크 선택",
|
55
64
|
"speakerMenuTitle": "발언자",
|
56
|
-
"speakerMenuTooltip": "스피커 선택"
|
65
|
+
"speakerMenuTooltip": "스피커 선택",
|
66
|
+
"microphoneButtonSplitRoleDescription": "분할 단추",
|
67
|
+
"onSplitButtonAriaLabel": "마이크 및 오디오 음소거 옵션",
|
68
|
+
"offSplitButtonAriaLabel": "마이크 및 오디오 음소거 해제 옵션",
|
69
|
+
"microphoneActionTurnedOnAnnouncement": "마이크가 켜져 있습니다.",
|
70
|
+
"microphoneActionTurnedOffAnnouncement": "마이크가 꺼져 있습니다."
|
57
71
|
},
|
58
72
|
"devicesButton": {
|
59
73
|
"label": "장치",
|
60
74
|
"tooltipContent": "장치 관리",
|
61
75
|
"cameraMenuTitle": "카메라",
|
62
76
|
"cameraMenuTooltip": "카메라 선택",
|
77
|
+
"audioDeviceMenuTitle": "오디오 장치",
|
78
|
+
"audioDeviceMenuTooltip": "오디오 장치 선택",
|
63
79
|
"microphoneMenuTitle": "마이크",
|
64
80
|
"microphoneMenuTooltip": "마이크 선택",
|
65
81
|
"speakerMenuTitle": "발언자",
|
@@ -93,6 +109,8 @@
|
|
93
109
|
"participantLeft": "이 채팅을 나갔습니다.",
|
94
110
|
"editMessage": "편집",
|
95
111
|
"removeMessage": "삭제",
|
112
|
+
"resendMessage": "전송 다시 시도",
|
113
|
+
"failToSendTag": "보내기 실패",
|
96
114
|
"editedTag": "편집됨",
|
97
115
|
"liveAuthorIntro": "{author} 님이 말합니다.",
|
98
116
|
"editBoxTextLimit": "메시지가 {limitNumber} 문자 제한을 초과했습니다.",
|
@@ -101,7 +119,9 @@
|
|
101
119
|
"noDisplayNameSub": "이름 없음",
|
102
120
|
"editBoxCancelButton": "취소",
|
103
121
|
"editBoxSubmitButton": "제출",
|
104
|
-
"messageReadCount": "{messageReadByCount}/{remoteParticipantsCount}명이 읽음"
|
122
|
+
"messageReadCount": "{messageReadByCount}/{remoteParticipantsCount}명이 읽음",
|
123
|
+
"actionMenuMoreOptions": "추가 옵션",
|
124
|
+
"downloadFile": "파일 다운로드"
|
105
125
|
},
|
106
126
|
"errorBar": {
|
107
127
|
"unableToReachChatService": "오프라인 상태입니다.",
|
@@ -122,17 +142,35 @@
|
|
122
142
|
"callNoMicrophoneFound": "마이크를 찾을 수 없습니다. 오디오 입력 장치를 연결합니다.",
|
123
143
|
"callMicrophoneAccessDenied": "마이크에 액세스할 수 없습니다. 주소 표시줄에서 잠금을 클릭하여 이 웹 페이지에 권한을 부여합니다.",
|
124
144
|
"callMicrophoneMutedBySystem": "시스템에 의해 음소거되었습니다.",
|
145
|
+
"callMicrophoneUnmutedBySystem": "마이크가 복구되었으며 시스템에서 음소거를 해제했습니다.",
|
125
146
|
"callMacOsMicrophoneAccessDenied": "마이크에 액세스할 수 없습니다. macOS 개인 정보 설정에서 마이크 권한을 부여합니다.",
|
126
147
|
"callLocalVideoFreeze": "네트워크 대역폭이 불량합니다. 통화 중에 다른 사람에 대해 비디오가 일시 중지된 것 같습니다.",
|
127
148
|
"callCameraAccessDenied": "카메라에 액세스할 수 없습니다. 주소 표시줄에서 잠금을 클릭하여 이 웹 페이지에 권한을 부여합니다.",
|
128
149
|
"callCameraAlreadyInUse": "카메라에 액세스할 수 없습니다. 다른 응용 프로그램에서 이미 사용 중일 수 있습니다.",
|
150
|
+
"callVideoStoppedBySystem": "시스템에 의해 비디오가 중지되었습니다.",
|
151
|
+
"callVideoRecoveredBySystem": "비디오가 다시 시작되었습니다.",
|
129
152
|
"callMacOsCameraAccessDenied": "MacOS에서 카메라에 대한 액세스를 차단하고 있습니다. 이 브라우저에서 카메라에 액세스할 수 있도록 개인 정보 설정을 업데이트합니다.",
|
130
|
-
"callMacOsScreenShareAccessDenied": "MacOS에서 화면 공유를 차단하고 있습니다. 이 브라우저에서 화면을 녹화할 수 있도록 개인 정보 설정을 업데이트합니다."
|
153
|
+
"callMacOsScreenShareAccessDenied": "MacOS에서 화면 공유를 차단하고 있습니다. 이 브라우저에서 화면을 녹화할 수 있도록 개인 정보 설정을 업데이트합니다.",
|
154
|
+
"dismissButtonAriaLabel": "닫기",
|
155
|
+
"failedToJoinCallGeneric": "통화에 참가하지 못했습니다.",
|
156
|
+
"failedToJoinCallInvalidMeetingLink": "모임에 참가할 수 없습니다. 잘못된 링크입니다."
|
131
157
|
},
|
132
158
|
"videoGallery": {
|
133
159
|
"screenIsBeingSharedMessage": "화면을 공유 중입니다.",
|
134
160
|
"screenShareLoadingMessage": "{participant} 님의 화면 로드 중",
|
135
161
|
"localVideoLabel": "나",
|
136
|
-
"localVideoCameraSwitcherLabel": "카메라
|
162
|
+
"localVideoCameraSwitcherLabel": "카메라 전환",
|
163
|
+
"localVideoMovementLabel": "이동 가능한 로컬 비디오 타일",
|
164
|
+
"localVideoSelectedDescription": "{cameraName} 선택함",
|
165
|
+
"displayNamePlaceholder": "명명되지 않은 참가자"
|
166
|
+
},
|
167
|
+
"dialpad": {
|
168
|
+
"placeholderText": "번호 입력"
|
169
|
+
},
|
170
|
+
"HoldButton": {
|
171
|
+
"onLabel": "계속",
|
172
|
+
"offLabel": "보류",
|
173
|
+
"toolTipOnContent": "통화 계속하기",
|
174
|
+
"toolTipOffContent": "통화 대기"
|
137
175
|
}
|
138
176
|
}
|
@@ -4,7 +4,8 @@
|
|
4
4
|
"menuTitle": "Meer opties",
|
5
5
|
"removeButtonLabel": "Verwijderen",
|
6
6
|
"sharingIconLabel": "Delen",
|
7
|
-
"mutedIconLabel": "Gedempt"
|
7
|
+
"mutedIconLabel": "Gedempt",
|
8
|
+
"displayNamePlaceholder": "Naamloze deelnemer"
|
8
9
|
},
|
9
10
|
"typingIndicator": {
|
10
11
|
"singleUser": "{user} typt ...",
|
@@ -17,7 +18,10 @@
|
|
17
18
|
"placeholderText": "Een bericht invoeren",
|
18
19
|
"textTooLong": "De lengte van uw bericht overschrijdt de maximumlimiet.",
|
19
20
|
"sendButtonAriaLabel": "Bericht verzenden",
|
20
|
-
"fileUploadsPendingError": "Uploaden.... Een ogenblik geduld."
|
21
|
+
"fileUploadsPendingError": "Uploaden.... Een ogenblik geduld.",
|
22
|
+
"removeFile": "Bestand verwijderen",
|
23
|
+
"uploading": "Uploaden",
|
24
|
+
"uploadCompleted": "Upload voltooid"
|
21
25
|
},
|
22
26
|
"messageStatusIndicator": {
|
23
27
|
"deliveredAriaLabel": "Bericht verzonden",
|
@@ -42,7 +46,12 @@
|
|
42
46
|
"tooltipOffContent": "Camera inschakelen",
|
43
47
|
"tooltipVideoLoadingContent": "Video wordt geladen",
|
44
48
|
"cameraMenuTitle": "Camera",
|
45
|
-
"cameraMenuTooltip": "Camera kiezen"
|
49
|
+
"cameraMenuTooltip": "Camera kiezen",
|
50
|
+
"cameraButtonSplitRoleDescription": "Knop Splitsen",
|
51
|
+
"onSplitButtonAriaLabel": "Camera- en cameraopties uitschakelen",
|
52
|
+
"offSplitButtonAriaLabel": "Camera- en cameraopties inschakelen",
|
53
|
+
"cameraActionTurnedOnAnnouncement": "Uw camera is ingeschakeld",
|
54
|
+
"cameraActionTurnedOffAnnouncement": "Uw camera is uitgeschakeld"
|
46
55
|
},
|
47
56
|
"microphoneButton": {
|
48
57
|
"onLabel": "Dempen",
|
@@ -53,13 +62,20 @@
|
|
53
62
|
"microphoneMenuTitle": "Microfoon",
|
54
63
|
"microphoneMenuTooltip": "Microfoon kiezen",
|
55
64
|
"speakerMenuTitle": "Luidspreker",
|
56
|
-
"speakerMenuTooltip": "Luidspreker kiezen"
|
65
|
+
"speakerMenuTooltip": "Luidspreker kiezen",
|
66
|
+
"microphoneButtonSplitRoleDescription": "Knop Splitsen",
|
67
|
+
"onSplitButtonAriaLabel": "Microfoon- en audioopties dempen",
|
68
|
+
"offSplitButtonAriaLabel": "Microfoon- en audioopties dempen opheffen",
|
69
|
+
"microphoneActionTurnedOnAnnouncement": "Uw microfoon is ingeschakeld",
|
70
|
+
"microphoneActionTurnedOffAnnouncement": "Uw microfoon is uitgeschakeld"
|
57
71
|
},
|
58
72
|
"devicesButton": {
|
59
73
|
"label": "Apparaten",
|
60
74
|
"tooltipContent": "Apparaten beheren",
|
61
75
|
"cameraMenuTitle": "Camera",
|
62
76
|
"cameraMenuTooltip": "Camera kiezen",
|
77
|
+
"audioDeviceMenuTitle": "Audioapparaat",
|
78
|
+
"audioDeviceMenuTooltip": "Audioapparaat kiezen",
|
63
79
|
"microphoneMenuTitle": "Microfoon",
|
64
80
|
"microphoneMenuTooltip": "Microfoon kiezen",
|
65
81
|
"speakerMenuTitle": "Spreker",
|
@@ -93,6 +109,8 @@
|
|
93
109
|
"participantLeft": "heeft de chat verlaten.",
|
94
110
|
"editMessage": "Bewerken",
|
95
111
|
"removeMessage": "Verwijderen",
|
112
|
+
"resendMessage": "Probeer opnieuw te verzenden",
|
113
|
+
"failToSendTag": "Verzenden mislukt",
|
96
114
|
"editedTag": "Bewerkt",
|
97
115
|
"liveAuthorIntro": "{author} zegt",
|
98
116
|
"editBoxTextLimit": "Uw bericht heeft de limiet van {limitNumber} tekens overschreden",
|
@@ -101,7 +119,9 @@
|
|
101
119
|
"noDisplayNameSub": "Geen naam",
|
102
120
|
"editBoxCancelButton": "Annuleren",
|
103
121
|
"editBoxSubmitButton": "Verzenden",
|
104
|
-
"messageReadCount": "Gelezen door {messageReadByCount} van {remoteParticipantsCount}"
|
122
|
+
"messageReadCount": "Gelezen door {messageReadByCount} van {remoteParticipantsCount}",
|
123
|
+
"actionMenuMoreOptions": "Meer opties",
|
124
|
+
"downloadFile": "Bestand downloaden"
|
105
125
|
},
|
106
126
|
"errorBar": {
|
107
127
|
"unableToReachChatService": "U bent offline",
|
@@ -122,17 +142,35 @@
|
|
122
142
|
"callNoMicrophoneFound": "Geen microfoons gevonden. Sluit een audio-invoerapparaat aan.",
|
123
143
|
"callMicrophoneAccessDenied": "Kan geen toegang krijgen tot de microfoon. Klik op de vergrendeling in de adresbalk om toestemming te verlenen aan deze webpagina.",
|
124
144
|
"callMicrophoneMutedBySystem": "U bent gedempt door jouw systeem.",
|
145
|
+
"callMicrophoneUnmutedBySystem": "De microfoon is hersteld en het dempen van de microfoon is door het systeem opgeheven.",
|
125
146
|
"callMacOsMicrophoneAccessDenied": "Kan geen toegang krijgen tot de microfoon. Verleen microfoonmachtiging in de privacyinstellingen voor macOS.",
|
126
147
|
"callLocalVideoFreeze": "De netwerkbandbreedte is slecht. Je video wordt mogelijk onderbroken weergegeven voor anderen in het gesprek.",
|
127
148
|
"callCameraAccessDenied": "Kan geen toegang krijgen tot de camera. Klik op de vergrendeling in de adresbalk om toestemming te verlenen aan deze webpagina.",
|
128
149
|
"callCameraAlreadyInUse": "Kan geen toegang krijgen tot de camera. Het wordt mogelijk al gebruikt door een andere toepassing.",
|
150
|
+
"callVideoStoppedBySystem": "Uw video is gestopt door uw systeem.",
|
151
|
+
"callVideoRecoveredBySystem": "Uw video is hervat.",
|
129
152
|
"callMacOsCameraAccessDenied": "MacOS blokkeert de toegang tot jouw camera. Werk je privacyinstellingen bij, zodat deze browser toegang heeft tot jouw camera.",
|
130
|
-
"callMacOsScreenShareAccessDenied": "MacOS blokkeert scherm delen. Werk je privacyinstellingen bij, zodat deze browser jouw scherm kan opnemen."
|
153
|
+
"callMacOsScreenShareAccessDenied": "MacOS blokkeert scherm delen. Werk je privacyinstellingen bij, zodat deze browser jouw scherm kan opnemen.",
|
154
|
+
"dismissButtonAriaLabel": "Sluiten",
|
155
|
+
"failedToJoinCallGeneric": "Deelnemen aan gesprek mislukt.",
|
156
|
+
"failedToJoinCallInvalidMeetingLink": "Kan niet deelnemen aan vergadering. Ongeldige koppeling."
|
131
157
|
},
|
132
158
|
"videoGallery": {
|
133
159
|
"screenIsBeingSharedMessage": "U deelt uw scherm",
|
134
160
|
"screenShareLoadingMessage": "Scherm van {participant} laden",
|
135
161
|
"localVideoLabel": "U",
|
136
|
-
"localVideoCameraSwitcherLabel": "Camera wisselen"
|
162
|
+
"localVideoCameraSwitcherLabel": "Camera wisselen",
|
163
|
+
"localVideoMovementLabel": "Tegel voor verwisselbare lokale video",
|
164
|
+
"localVideoSelectedDescription": "{cameraName} geselecteerd",
|
165
|
+
"displayNamePlaceholder": "Naamloze deelnemer"
|
166
|
+
},
|
167
|
+
"dialpad": {
|
168
|
+
"placeholderText": "Voer een nummer in"
|
169
|
+
},
|
170
|
+
"HoldButton": {
|
171
|
+
"onLabel": "Hervatten",
|
172
|
+
"offLabel": "Pauze",
|
173
|
+
"toolTipOnContent": "Gesprek hervatten",
|
174
|
+
"toolTipOffContent": "Gesprek in wachtrij plaatsen"
|
137
175
|
}
|
138
176
|
}
|
@@ -4,7 +4,8 @@
|
|
4
4
|
"menuTitle": "Mais opções",
|
5
5
|
"removeButtonLabel": "Remover",
|
6
6
|
"sharingIconLabel": "Compartilhamento",
|
7
|
-
"mutedIconLabel": "Silenciado"
|
7
|
+
"mutedIconLabel": "Silenciado",
|
8
|
+
"displayNamePlaceholder": "Participante Sem Nome"
|
8
9
|
},
|
9
10
|
"typingIndicator": {
|
10
11
|
"singleUser": "{user} está digitando ...",
|
@@ -17,7 +18,10 @@
|
|
17
18
|
"placeholderText": "Inserir uma mensagem",
|
18
19
|
"textTooLong": "O comprimento da mensagem está acima do limite máximo.",
|
19
20
|
"sendButtonAriaLabel": "Enviar mensagem",
|
20
|
-
"fileUploadsPendingError": "Carregando... Aguarde."
|
21
|
+
"fileUploadsPendingError": "Carregando... Aguarde.",
|
22
|
+
"removeFile": "Remover arquivo",
|
23
|
+
"uploading": "Carregando",
|
24
|
+
"uploadCompleted": "Carregamento concluído"
|
21
25
|
},
|
22
26
|
"messageStatusIndicator": {
|
23
27
|
"deliveredAriaLabel": "Mensagem enviada",
|
@@ -42,7 +46,12 @@
|
|
42
46
|
"tooltipOffContent": "Ligar a câmera",
|
43
47
|
"tooltipVideoLoadingContent": "O vídeo está carregando",
|
44
48
|
"cameraMenuTitle": "Câmera",
|
45
|
-
"cameraMenuTooltip": "Escolher Câmera"
|
49
|
+
"cameraMenuTooltip": "Escolher Câmera",
|
50
|
+
"cameraButtonSplitRoleDescription": "Botão de divisão",
|
51
|
+
"onSplitButtonAriaLabel": "Desabilitar a câmera e as opções da câmera",
|
52
|
+
"offSplitButtonAriaLabel": "Habilitar a câmera e as opções da câmera",
|
53
|
+
"cameraActionTurnedOnAnnouncement": "A câmera foi ligada",
|
54
|
+
"cameraActionTurnedOffAnnouncement": "A câmera foi desligada"
|
46
55
|
},
|
47
56
|
"microphoneButton": {
|
48
57
|
"onLabel": "Mudo",
|
@@ -53,13 +62,20 @@
|
|
53
62
|
"microphoneMenuTitle": "Microfone",
|
54
63
|
"microphoneMenuTooltip": "Escolher Microfone",
|
55
64
|
"speakerMenuTitle": "Alto-falante",
|
56
|
-
"speakerMenuTooltip": "Escolher Alto-falante"
|
65
|
+
"speakerMenuTooltip": "Escolher Alto-falante",
|
66
|
+
"microphoneButtonSplitRoleDescription": "Botão de divisão",
|
67
|
+
"onSplitButtonAriaLabel": "Ativar mudo das opções de microfone e áudio",
|
68
|
+
"offSplitButtonAriaLabel": "Desativar mudo do microfone e opções de áudio",
|
69
|
+
"microphoneActionTurnedOnAnnouncement": "O microfone foi ligado",
|
70
|
+
"microphoneActionTurnedOffAnnouncement": "O microfone foi desligado"
|
57
71
|
},
|
58
72
|
"devicesButton": {
|
59
73
|
"label": "Dispositivos",
|
60
74
|
"tooltipContent": "Gerenciar dispositivos",
|
61
75
|
"cameraMenuTitle": "Câmera",
|
62
76
|
"cameraMenuTooltip": "Escolher Câmera",
|
77
|
+
"audioDeviceMenuTitle": "Dispositivo de Áudio",
|
78
|
+
"audioDeviceMenuTooltip": "Escolher o Dispositivo de Áudio",
|
63
79
|
"microphoneMenuTitle": "Microfone",
|
64
80
|
"microphoneMenuTooltip": "Escolher Microfone",
|
65
81
|
"speakerMenuTitle": "Alto-falante",
|
@@ -93,6 +109,8 @@
|
|
93
109
|
"participantLeft": "saiu do chat.",
|
94
110
|
"editMessage": "Editar",
|
95
111
|
"removeMessage": "Excluir",
|
112
|
+
"resendMessage": "Tente enviar novamente",
|
113
|
+
"failToSendTag": "Falha ao enviar",
|
96
114
|
"editedTag": "Editado",
|
97
115
|
"liveAuthorIntro": "{author} disse",
|
98
116
|
"editBoxTextLimit": "Sua mensagem está acima do limite de {limitNumber} caracteres",
|
@@ -101,7 +119,9 @@
|
|
101
119
|
"noDisplayNameSub": "Sem nome",
|
102
120
|
"editBoxCancelButton": "Cancelar",
|
103
121
|
"editBoxSubmitButton": "Enviar",
|
104
|
-
"messageReadCount": "Lido por {messageReadByCount} de {remoteParticipantsCount}"
|
122
|
+
"messageReadCount": "Lido por {messageReadByCount} de {remoteParticipantsCount}",
|
123
|
+
"actionMenuMoreOptions": "Mais opções",
|
124
|
+
"downloadFile": "Baixar arquivo"
|
105
125
|
},
|
106
126
|
"errorBar": {
|
107
127
|
"unableToReachChatService": "Você está offline",
|
@@ -122,17 +142,35 @@
|
|
122
142
|
"callNoMicrophoneFound": "Nenhum microfone encontrado. Conecte um dispositivo de entrada de áudio.",
|
123
143
|
"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.",
|
124
144
|
"callMicrophoneMutedBySystem": "Você está com as notificações desativada pelo sistema.",
|
145
|
+
"callMicrophoneUnmutedBySystem": "Seu microfone se recuperou e você foi desativado pelo sistema.",
|
125
146
|
"callMacOsMicrophoneAccessDenied": "Não é possível acessar o microfone. Conceda permissão ao microfone nas configurações de privacidade do macOS.",
|
126
147
|
"callLocalVideoFreeze": "A largura de banda da rede é ruim. Seu vídeo pode aparecer em pausa para outras pessoas na chamada.",
|
127
148
|
"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.",
|
128
149
|
"callCameraAlreadyInUse": "Não é possível acessar a câmera. Talvez ele já esteja em uso por outro aplicativo.",
|
150
|
+
"callVideoStoppedBySystem": "Seu vídeo foi interrompido pelo sistema.",
|
151
|
+
"callVideoRecoveredBySystem": "Seu vídeo foi retomado.",
|
129
152
|
"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.",
|
130
|
-
"callMacOsScreenShareAccessDenied": "O MacOS está bloqueando o compartilhamento de tela. Atualize suas configurações de privacidade para permitir que este navegador grave sua tela."
|
153
|
+
"callMacOsScreenShareAccessDenied": "O MacOS está bloqueando o compartilhamento de tela. Atualize suas configurações de privacidade para permitir que este navegador grave sua tela.",
|
154
|
+
"dismissButtonAriaLabel": "Fechar",
|
155
|
+
"failedToJoinCallGeneric": "Ocorreu um erro ao ingressar na chamada.",
|
156
|
+
"failedToJoinCallInvalidMeetingLink": "Não é possível ingressar na Reunião. Link Inválido."
|
131
157
|
},
|
132
158
|
"videoGallery": {
|
133
159
|
"screenIsBeingSharedMessage": "Você está compartilhando sua tela",
|
134
160
|
"screenShareLoadingMessage": "Carregando a tela do {participant}",
|
135
161
|
"localVideoLabel": "Você",
|
136
|
-
"localVideoCameraSwitcherLabel": "
|
162
|
+
"localVideoCameraSwitcherLabel": "Alternar câmera",
|
163
|
+
"localVideoMovementLabel": "Bloco de Vídeo Local Removível",
|
164
|
+
"localVideoSelectedDescription": "{cameraName} selecionado",
|
165
|
+
"displayNamePlaceholder": "Participante Sem Nome"
|
166
|
+
},
|
167
|
+
"dialpad": {
|
168
|
+
"placeholderText": "Digite um número"
|
169
|
+
},
|
170
|
+
"HoldButton": {
|
171
|
+
"onLabel": "Retomar",
|
172
|
+
"offLabel": "Retenção",
|
173
|
+
"toolTipOnContent": "Retomar chamada",
|
174
|
+
"toolTipOffContent": "Manter chamada em espera"
|
137
175
|
}
|
138
176
|
}
|