mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[i18n] Translated using Weblate (Italian)
Currently translated at 82.6% (43 of 52 strings)
This commit is contained in:
parent
4a17c10214
commit
36ac535135
1 changed files with 42 additions and 1 deletions
|
@ -1,4 +1,45 @@
|
||||||
{
|
{
|
||||||
"logged_out": "Disconnesso",
|
"logged_out": "Disconnesso",
|
||||||
"password": "Password"
|
"password": "Password",
|
||||||
|
"argument_required": "L'argomento '{argument}' è richiesto",
|
||||||
|
"authentication_profile_required": "Autenticazione al profilo '{profile}' richiesta",
|
||||||
|
"authentication_required": "Autenticazione richiesta",
|
||||||
|
"authentication_required_long": "Autenticazione richiesta per eseguire questa azione",
|
||||||
|
"colon": "{}: ",
|
||||||
|
"confirm": "Confermare {prompt}",
|
||||||
|
"deprecated_command": "'{prog} {command}' è deprecato e sarà rimosso in futuro",
|
||||||
|
"deprecated_command_alias": "'{prog} {old}' è deprecato e sarà rimosso in futuro, usa invece '{prog} {new}'",
|
||||||
|
"error": "Errore:",
|
||||||
|
"error_see_log": "Si è verificato un errore. Per favore controlla i registri per i dettagli, sono salvati in /var/log/yunohost/.",
|
||||||
|
"file_exists": "Il file esiste già: '{path}'",
|
||||||
|
"file_not_exist": "Il file non esiste: '{path}'",
|
||||||
|
"folder_exists": "La cartella esiste già: '{path}'",
|
||||||
|
"folder_not_exist": "La cartella non esiste",
|
||||||
|
"instance_already_running": "Un'istanza è già in esecuzione",
|
||||||
|
"invalid_argument": "Argomento non valido '{argument}': {error}",
|
||||||
|
"invalid_password": "Password non valida",
|
||||||
|
"invalid_usage": "Utilizzo non valido, usa --help per vedere l'aiuto",
|
||||||
|
"ldap_attribute_already_exists": "L'attributo '{attribute}' esiste già con valore '{value}'",
|
||||||
|
"ldap_operation_error": "Si è verificato un errore durante l'operazione LDAP",
|
||||||
|
"ldap_server_down": "Impossibile raggiungere il server LDAP",
|
||||||
|
"logged_in": "Connesso",
|
||||||
|
"not_logged_in": "Non hai effettuato l'accesso",
|
||||||
|
"operation_interrupted": "Operazione interrotta",
|
||||||
|
"pattern_not_match": "Non corrisponde al modello",
|
||||||
|
"permission_denied": "Permesso negato",
|
||||||
|
"root_required": "Devi essere root per eseguire questa azione",
|
||||||
|
"server_already_running": "Un server è già in esecuzione su quella porta",
|
||||||
|
"success": "Riuscito!",
|
||||||
|
"unable_authenticate": "Autenticazione fallita",
|
||||||
|
"unable_retrieve_session": "Recupero della sessione non riuscito",
|
||||||
|
"unknown_group": "Gruppo '{group}' sconosciuto",
|
||||||
|
"unknown_user": "Utente '{user}' sconosciuto",
|
||||||
|
"values_mismatch": "I valori non corrispondono",
|
||||||
|
"warning": "Attenzione:",
|
||||||
|
"websocket_request_expected": "Richiesta WebSocket attesa",
|
||||||
|
"cannot_open_file": "Impossibile aprire il file {file:s} (motivo: {error:s})",
|
||||||
|
"cannot_write_file": "Impossibile scrivere il file {file:s} (motivo: {error:s})",
|
||||||
|
"unknown_error_reading_file": "Errore sconosciuto nel tentativo di leggere il file {file:s}",
|
||||||
|
"corrupted_json": "Lettura corrotta del json da {ressource:s} (motivo: {error:s})",
|
||||||
|
"corrupted_yaml": "Lettura yaml corrotta da {ressource:s} (motivo: {error:s})"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue