diff options
Diffstat (limited to 'lib/l10n/it.js')
-rw-r--r-- | lib/l10n/it.js | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/l10n/it.js b/lib/l10n/it.js index b000b94fa96..9a9727cee20 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -95,7 +95,7 @@ OC.L10N.register( "Administration settings" : "Impostazioni di amministrazione", "Settings" : "Impostazioni", "Log out" : "Esci", - "Users" : "Utenti", + "Accounts" : "Account", "Email" : "Email", "Mail %s" : "Email a %s", "Fediverse" : "Fediverso", @@ -113,6 +113,7 @@ OC.L10N.register( "Headline" : "Titolo", "Organisation" : "Organizzazione", "Role" : "Ruolo", + "Unknown account" : "Account sconosciuto", "Additional settings" : "Impostazioni aggiuntive", "Enter the database name for %s" : "Inserisci il nome del database per %s", "You cannot use dots in the database name %s" : "Non puoi usare punti nel nome del database %s", @@ -192,6 +193,7 @@ OC.L10N.register( "Nov." : "Nov.", "Dec." : "Dic.", "A valid password must be provided" : "Deve essere fornita una password valida", + "Account disabled" : "Account disabilitato", "Login canceled by app" : "Accesso annullato dall'applicazione", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "L'applicazione \"%1$s\" non può essere installata poiché le seguenti dipendenze non sono soddisfatte: %2$s", "a safe home for all your data" : "un posto sicuro per tutti i tuoi dati", @@ -239,19 +241,21 @@ OC.L10N.register( "Storage connection error. %s" : "Errore di connessione all'archiviazione. %s", "Storage is temporarily not available" : "L'archiviazione è temporaneamente non disponibile", "Storage connection timeout. %s" : "Timeout di connessione all'archiviazione. %s", + "Generates a possible headline for a text." : "Genera un possibile titolo per un testo.", + "Summarize" : "Riassumi", + "Summary" : "Riepilogo", + "Extract topics" : "Estrai argomenti", "Free prompt" : "Prompt libero", "Runs an arbitrary prompt through the language model." : "Esegue un prompt arbitrario attraverso il modello di lingua.", "Generate headline" : "Genera titolo", - "Generates a possible headline for a text." : "Genera un possibile titolo per un testo.", - "Summarize" : "Riassumi", "Summarizes text by reducing its length without losing key information." : "Riassume il testo riducendone la lunghezza senza perdere le informazioni chiave.", - "Extract topics" : "Estrai argomenti", "Extracts topics from a text and outputs them separated by commas." : "Estrae gli argomenti da un testo e li elenca separati da virgole.", "404" : "404", "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "L'utente connesso deve essere un admin, un sub admin o avere il permesso di accedere a questa impostazione", "Logged in user must be an admin or sub admin" : "L'utente che ha eseguito l'accesso deve essere un amministratore o sub-amministratore", "Logged in user must be an admin" : "L'utente che ha eseguito l'accesso deve essere un amministratore ", "Help" : "Aiuto", + "Users" : "Utenti", "Unknown user" : "Utente sconosciuto", "Enter the database username and name for %s" : "Inserisci il nome utente del database e il nome per %s", "Enter the database username for %s" : "Inserisci il nome utente del database per %s", |