ep_webrtc 0.1.93 → 0.1.94
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/locales/it.json +10 -3
- package/package.json +1 -1
package/locales/it.json
CHANGED
|
@@ -1,15 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@metadata": {
|
|
3
3
|
"authors": [
|
|
4
|
-
"Beta16"
|
|
4
|
+
"Beta16",
|
|
5
|
+
"VamosErik88"
|
|
5
6
|
]
|
|
6
7
|
},
|
|
7
|
-
"
|
|
8
|
+
"ep_webrtc_settings_enablertc": "Abilita Chat Audio/Video",
|
|
9
|
+
"ep_webrtc_error_ssl": "Il TLS (https) è obbligatorio per utilizzare WebRTC.",
|
|
8
10
|
"ep_webrtc_error_permission_cam": "Impossibile ottenere l'autorizzazione per accedere alla fotocamera.",
|
|
9
11
|
"ep_webrtc_error_permission_mic": "Impossibile ottenere l'autorizzazione per accedere al microfono.",
|
|
10
12
|
"ep_webrtc_error_permission_cammic": "Impossibile ottenere l'autorizzazione per accedere alla fotocamera e al microfono.",
|
|
13
|
+
"ep_webrtc_error_permission_screen": "Impossibile ottenere l'autorizzazione per accedere allo schermo.",
|
|
11
14
|
"ep_webrtc_error_notFound_cam": "Impossibile accedere alla fotocamera.",
|
|
12
15
|
"ep_webrtc_error_notFound_mic": "Impossibile accedere al microfono.",
|
|
13
16
|
"ep_webrtc_error_notFound_cammic": "Impossibile accedere alla fotocamera e al microfono.",
|
|
14
|
-
"
|
|
17
|
+
"ep_webrtc_error_notFound_screen": "Errore all'accedere al tuo schermo.",
|
|
18
|
+
"ep_webrtc_error_notReadable": "Spiacenti, si è verificato un errore hardware che ha impedito l'accesso alla tua telecamera e/o microfono:",
|
|
19
|
+
"ep_webrtc_error_otherCantAccess": "Spiacenti, il browser non ha accesso alla fotocamera e/o al microfono. Controlla i permessi nelle impostazioni del tuo browser.\nMolto probabilmente si tratta di un errore hardware.",
|
|
20
|
+
"ep_webrtc_settings_audioenabledonstart": "Audio attivato all'avvio",
|
|
21
|
+
"ep_webrtc_settings_videoenabledonstart": "Video attivato all'avvio"
|
|
15
22
|
}
|
package/package.json
CHANGED