Migrate action, common, a11y translation keys
```
move () {
FROM=$1 TO=$2 find public/locales -type f -exec sh -c 'jq ".$TO = .\"$FROM\" | del(.\"$FROM\") | del(..|nulls) | select(length > 0)" {} | sponge {}' \;
}
move "Avatar" "common.avatar"
move "Camera" "common.camera"
move "Close" "action.close"
move "Copied!" "common.copied"
move "Copy" "action.copy"
move "Copy link" "action.copy_link"
move "Encrypted" "common.encrypted"
move "Go" "action.go"
move "Home" "common.home"
move "Invite" "action.invite"
move "Loading…" "common.loading"
move "Microphone" "common.microphone"
move "No" "action.no"
move "Not encrypted" "common.unencrypted"
move "Password" "common.password"
move "Profile" "common.profile"
move "Username" "common.username"
move "Video" "common.video"
move "Register" "action.register"
move "Remove" "action.remove"
move "Settings" "common.settings"
move "Sign in" "action.sign_in"
move "Sign out" "action.sign_out"
move "Submit" "action.submit"
move "User menu" "a11y.user_menu"
move "Audio" "common.audio"
move "Display name" "common.display_name"
```
This commit is contained in:
@@ -10,80 +10,55 @@
|
||||
"<0>Submitting debug logs will help us track down the problem.</0>": "<0>L'invio di registri di debug ci aiuterà ad individuare il problema.</0>",
|
||||
"<0>Thanks for your feedback!</0>": "<0>Grazie per la tua opinione!</0>",
|
||||
"<0>We'd love to hear your feedback so we can improve your experience.</0>": "<0>Vorremmo sapere la tua opinione in modo da migliorare l'esperienza.</0>",
|
||||
"Audio": "Audio",
|
||||
"Avatar": "Avatar",
|
||||
"By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "Cliccando \"Vai\", accetti il nostro <2>accordo di licenza con l'utente finale (EULA)</2>",
|
||||
"Camera": "Fotocamera",
|
||||
"Close": "Chiudi",
|
||||
"Confirm password": "Conferma password",
|
||||
"Connectivity to the server has been lost.": "La connessione al server è stata persa.",
|
||||
"Copied!": "Copiato!",
|
||||
"Copy": "Copia",
|
||||
"Create account": "Crea profilo",
|
||||
"Debug log request": "Richiesta registro di debug",
|
||||
"Developer": "Sviluppatore",
|
||||
"Developer Settings": "Impostazioni per sviluppatori",
|
||||
"Display name": "Il tuo nome",
|
||||
"Element Call Home": "Inizio di Element Call",
|
||||
"Encrypted": "Cifrata",
|
||||
"End call": "Termina chiamata",
|
||||
"Exit full screen": "Esci da schermo intero",
|
||||
"Expose developer settings in the settings window.": "Mostra le impostazioni per sviluppatori nella finestra delle impostazioni.",
|
||||
"Feedback": "Feedback",
|
||||
"Full screen": "Schermo intero",
|
||||
"Go": "Vai",
|
||||
"Grid": "Griglia",
|
||||
"Home": "Pagina iniziale",
|
||||
"How did it go?": "Com'è andata?",
|
||||
"Include debug logs": "Includi registri di debug",
|
||||
"Join call": "Entra in chiamata",
|
||||
"Join call now": "Entra in chiamata ora",
|
||||
"Loading…": "Caricamento…",
|
||||
"Local volume": "Volume locale",
|
||||
"Logging in…": "Accesso…",
|
||||
"Login": "Accedi",
|
||||
"Login to your account": "Accedi al tuo profilo",
|
||||
"Microphone": "Microfono",
|
||||
"Microphone off": "Microfono spento",
|
||||
"Microphone on": "Microfono acceso",
|
||||
"More": "Altro",
|
||||
"No": "No",
|
||||
"Not encrypted": "Non cifrata",
|
||||
"Join existing call?": "Entrare in una chiamata esistente?",
|
||||
"Not registered yet? <2>Create an account</2>": "Non hai ancora un profilo? <2>Creane uno</2>",
|
||||
"Password": "Password",
|
||||
"Passwords must match": "Le password devono coincidere",
|
||||
"Profile": "Profilo",
|
||||
"Recaptcha dismissed": "Recaptcha annullato",
|
||||
"Recaptcha not loaded": "Recaptcha non caricato",
|
||||
"Reconnect": "Riconnetti",
|
||||
"Register": "Registra",
|
||||
"Registering…": "Registrazione…",
|
||||
"Remove": "Rimuovi",
|
||||
"Retry sending logs": "Riprova l'invio dei registri",
|
||||
"Return to home screen": "Torna alla schermata di iniziale",
|
||||
"Select an option": "Seleziona un'opzione",
|
||||
"Send debug logs": "Invia registri di debug",
|
||||
"Sending debug logs…": "Invio dei registri di debug…",
|
||||
"Sending…": "Invio…",
|
||||
"Settings": "Impostazioni",
|
||||
"Share screen": "Condividi schermo",
|
||||
"Sharing screen": "Condivisione schermo",
|
||||
"Show connection stats": "Mostra statistiche connessione",
|
||||
"Sign in": "Accedi",
|
||||
"Sign out": "Disconnetti",
|
||||
"Speaker": "Altoparlante",
|
||||
"Submit": "Invia",
|
||||
"Submit feedback": "Invia commento",
|
||||
"Spotlight": "In primo piano",
|
||||
"Thanks, we received your feedback!": "Grazie, abbiamo ricevuto il tuo commento!",
|
||||
"Thanks!": "Grazie!",
|
||||
"This call already exists, would you like to join?": "Questa chiamata esiste già, vuoi entrare?",
|
||||
"This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>": "Questo sito è protetto da ReCAPTCHA e si applicano l'<2>informativa sulla privacy</2> e i <6>termini di servizio</6> di Google.<9></9>Cliccando \"Registra\", accetti il nostro <12>accordo di licenza con l'utente finale (EULA)</12>",
|
||||
"User menu": "Menu utente",
|
||||
"Username": "Nome utente",
|
||||
"Version: {{version}}": "Versione: {{version}}",
|
||||
"Video": "Video",
|
||||
"Waiting for other participants…": "In attesa di altri partecipanti…",
|
||||
"Yes, join call": "Sì, entra in chiamata",
|
||||
"You were disconnected from the call": "Sei stato disconnesso dalla chiamata",
|
||||
@@ -112,9 +87,40 @@
|
||||
"Call not found": "Chiamata non trovata",
|
||||
"Calls are now end-to-end encrypted and need to be created from the home page. This helps make sure everyone's using the same encryption key.": "Le chiamate ora sono cifrate end-to-end e devono essere create dalla pagina principale. Ciò assicura che chiunque usi la stessa chiave di crittografia.",
|
||||
"Your web browser does not support media end-to-end encryption. Supported Browsers are Chrome, Safari, Firefox >=117": "Il tuo browser non supporta la crittografia end-to-end dei media. I browser supportati sono Chrome, Safari, Firefox >=117",
|
||||
"Copy link": "Copia collegamento",
|
||||
"Invite": "Invita",
|
||||
"Invite to this call": "Invita a questa chiamata",
|
||||
"Participants": "Partecipanti",
|
||||
"Link copied to clipboard": "Collegamento copiato negli appunti"
|
||||
"Link copied to clipboard": "Collegamento copiato negli appunti",
|
||||
"common": {
|
||||
"avatar": "Avatar",
|
||||
"camera": "Fotocamera",
|
||||
"copied": "Copiato!",
|
||||
"encrypted": "Cifrata",
|
||||
"home": "Pagina iniziale",
|
||||
"loading": "Caricamento…",
|
||||
"microphone": "Microfono",
|
||||
"unencrypted": "Non cifrata",
|
||||
"password": "Password",
|
||||
"profile": "Profilo",
|
||||
"username": "Nome utente",
|
||||
"video": "Video",
|
||||
"settings": "Impostazioni",
|
||||
"audio": "Audio",
|
||||
"display_name": "Il tuo nome"
|
||||
},
|
||||
"action": {
|
||||
"close": "Chiudi",
|
||||
"copy": "Copia",
|
||||
"copy_link": "Copia collegamento",
|
||||
"go": "Vai",
|
||||
"invite": "Invita",
|
||||
"no": "No",
|
||||
"register": "Registra",
|
||||
"remove": "Rimuovi",
|
||||
"sign_in": "Accedi",
|
||||
"sign_out": "Disconnetti",
|
||||
"submit": "Invia"
|
||||
},
|
||||
"a11y": {
|
||||
"user_menu": "Menu utente"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user