mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(l10n): Update translations from Transifex
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
a2eb38fefc
commit
f8cb12f3f0
16 changed files with 152 additions and 12 deletions
|
|
@ -7,11 +7,11 @@ OC.L10N.register(
|
|||
"Weather" : "Wetter",
|
||||
"Status" : "Status",
|
||||
"Good morning" : "Guten Morgen",
|
||||
"Good morning, {name}" : "Guten Morgen {name}",
|
||||
"Good morning, {name}" : "Guten Morgen, {name}",
|
||||
"Good afternoon" : "Guten Tag",
|
||||
"Good afternoon, {name}" : "Guten Tag {name}",
|
||||
"Good afternoon, {name}" : "Guten Tag, {name}",
|
||||
"Good evening" : "Guten Abend",
|
||||
"Good evening, {name}" : "Guten Abend {name}",
|
||||
"Good evening, {name}" : "Guten Abend, {name}",
|
||||
"Hello" : "Hallo",
|
||||
"Hello, {name}" : "Hallo, {name}",
|
||||
"Happy birthday 🥳🤩🎂🎉" : "Alles Gute zum Geburtstag 🥳🤩🎂🎉",
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
"Weather" : "Wetter",
|
||||
"Status" : "Status",
|
||||
"Good morning" : "Guten Morgen",
|
||||
"Good morning, {name}" : "Guten Morgen {name}",
|
||||
"Good morning, {name}" : "Guten Morgen, {name}",
|
||||
"Good afternoon" : "Guten Tag",
|
||||
"Good afternoon, {name}" : "Guten Tag {name}",
|
||||
"Good afternoon, {name}" : "Guten Tag, {name}",
|
||||
"Good evening" : "Guten Abend",
|
||||
"Good evening, {name}" : "Guten Abend {name}",
|
||||
"Good evening, {name}" : "Guten Abend, {name}",
|
||||
"Hello" : "Hallo",
|
||||
"Hello, {name}" : "Hallo, {name}",
|
||||
"Happy birthday 🥳🤩🎂🎉" : "Alles Gute zum Geburtstag 🥳🤩🎂🎉",
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@ OC.L10N.register(
|
|||
"Weather" : "Wetter",
|
||||
"Status" : "Status",
|
||||
"Good morning" : "Guten Morgen",
|
||||
"Good morning, {name}" : "Guten Morgen {name}",
|
||||
"Good morning, {name}" : "Guten Morgen, {name}",
|
||||
"Good afternoon" : "Guten Tag",
|
||||
"Good afternoon, {name}" : "Guten Tag {name}",
|
||||
"Good afternoon, {name}" : "Guten Tag, {name}",
|
||||
"Good evening" : "Guten Abend",
|
||||
"Good evening, {name}" : "Guten Abend {name}",
|
||||
"Good evening, {name}" : "Guten Abend, {name}",
|
||||
"Hello" : "Hallo",
|
||||
"Hello, {name}" : "Hallo, {name}",
|
||||
"Happy birthday 🥳🤩🎂🎉" : "Alles Gute zum Geburtstag 🥳🤩🎂🎉",
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
"Weather" : "Wetter",
|
||||
"Status" : "Status",
|
||||
"Good morning" : "Guten Morgen",
|
||||
"Good morning, {name}" : "Guten Morgen {name}",
|
||||
"Good morning, {name}" : "Guten Morgen, {name}",
|
||||
"Good afternoon" : "Guten Tag",
|
||||
"Good afternoon, {name}" : "Guten Tag {name}",
|
||||
"Good afternoon, {name}" : "Guten Tag, {name}",
|
||||
"Good evening" : "Guten Abend",
|
||||
"Good evening, {name}" : "Guten Abend {name}",
|
||||
"Good evening, {name}" : "Guten Abend, {name}",
|
||||
"Hello" : "Hallo",
|
||||
"Hello, {name}" : "Hallo, {name}",
|
||||
"Happy birthday 🥳🤩🎂🎉" : "Alles Gute zum Geburtstag 🥳🤩🎂🎉",
|
||||
|
|
|
|||
|
|
@ -216,13 +216,21 @@ OC.L10N.register(
|
|||
"Submitting fields …" : "Invio dei campi …",
|
||||
"Submit" : "Invia",
|
||||
"Choose a file or folder to transfer" : "Scegli file o cartella da trasferire",
|
||||
"Transfer \"{path}\"" : "Trasferisci “{path}”",
|
||||
"Select file or folder" : "Seleziona file o cartella",
|
||||
"Transfer" : "Trasferisci",
|
||||
"Transfer {path} to {userid}" : "Trasferisci {path} a {userid}",
|
||||
"Error while opening file picker for transfer ownership" : "Errore durante l’apertura della selezione file per il trasferimento della proprietà",
|
||||
"Error while searching for users" : "Errore nella ricerca di utenti",
|
||||
"Ownership transfer request sent" : "Richiesta di trasferimento della proprietà inviata",
|
||||
"Cannot transfer ownership of a file or folder you do not own" : "Impossibile trasferire la proprietà di un file o di una cartella di cui non sei proprietario",
|
||||
"Error while sending ownership transfer request" : "Errore durante l’invio della richiesta di trasferimento della proprietà",
|
||||
"Transfer ownership of a file or folder" : " Trasferisci la proprietà di un file o di una cartella",
|
||||
"File or folder to transfer" : "File o cartella da trasferire",
|
||||
"No file or folder selected" : "Nessun file o cartella selezionato",
|
||||
"New owner" : "Nuovo proprietario",
|
||||
"You need to select a file or folder to transfer ownership." : "Seleziona un file o una cartella per trasferirne la proprietà.",
|
||||
"You need to select a new owner for the file or folder." : "Seleziona un nuovo proprietario per il file o la cartella.",
|
||||
"Keep {old}" : "Mantieni {old}",
|
||||
"Keep without extension" : "Mantenere senza estensione",
|
||||
"Use {new}" : "Usa {new}",
|
||||
|
|
|
|||
|
|
@ -214,13 +214,21 @@
|
|||
"Submitting fields …" : "Invio dei campi …",
|
||||
"Submit" : "Invia",
|
||||
"Choose a file or folder to transfer" : "Scegli file o cartella da trasferire",
|
||||
"Transfer \"{path}\"" : "Trasferisci “{path}”",
|
||||
"Select file or folder" : "Seleziona file o cartella",
|
||||
"Transfer" : "Trasferisci",
|
||||
"Transfer {path} to {userid}" : "Trasferisci {path} a {userid}",
|
||||
"Error while opening file picker for transfer ownership" : "Errore durante l’apertura della selezione file per il trasferimento della proprietà",
|
||||
"Error while searching for users" : "Errore nella ricerca di utenti",
|
||||
"Ownership transfer request sent" : "Richiesta di trasferimento della proprietà inviata",
|
||||
"Cannot transfer ownership of a file or folder you do not own" : "Impossibile trasferire la proprietà di un file o di una cartella di cui non sei proprietario",
|
||||
"Error while sending ownership transfer request" : "Errore durante l’invio della richiesta di trasferimento della proprietà",
|
||||
"Transfer ownership of a file or folder" : " Trasferisci la proprietà di un file o di una cartella",
|
||||
"File or folder to transfer" : "File o cartella da trasferire",
|
||||
"No file or folder selected" : "Nessun file o cartella selezionato",
|
||||
"New owner" : "Nuovo proprietario",
|
||||
"You need to select a file or folder to transfer ownership." : "Seleziona un file o una cartella per trasferirne la proprietà.",
|
||||
"You need to select a new owner for the file or folder." : "Seleziona un nuovo proprietario per il file o la cartella.",
|
||||
"Keep {old}" : "Mantieni {old}",
|
||||
"Keep without extension" : "Mantenere senza estensione",
|
||||
"Use {new}" : "Usa {new}",
|
||||
|
|
|
|||
|
|
@ -294,6 +294,7 @@ OC.L10N.register(
|
|||
"Your server is correctly configured to send security headers." : "Il tuo server è configurato correttamente per inviare intestazioni di sicurezza.",
|
||||
"Configuration server ID" : "ID server di configurazione",
|
||||
"Server identifier isn’t configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a server ID in your configuration." : "L'identificatore del server non è configurato. È consigliabile se l'istanza Nextcloud è in esecuzione su più server PHP. Aggiungi un ID server nella configurazione.",
|
||||
"\"%d\" is not a valid server identifier. It must be between 0 and 511." : "\"%d\" non è un identificatore di server valido. Deve essere compreso tra 0 e 511",
|
||||
"Server identifier is configured and valid." : "L'identificatore del server è configurato e valido.",
|
||||
"Database version" : "Versione del database",
|
||||
"MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Rilevata versione MariaDB 10.3. Questa versione è giunta al termine del ciclo di vita ed è supportata solo come parte di Ubuntu 20.04. Per ottenere prestazioni, stabilità e funzionalità ottimali con questa versione di Nextcloud, si consiglia di utilizzare MariaDB >=%1$s e <=%2$s.",
|
||||
|
|
@ -311,8 +312,13 @@ OC.L10N.register(
|
|||
"_No scheduled tasks in the last day._::_No scheduled tasks in the last %n days._" : ["Nessuna attività pianificata nell'ultimo giorno.","Nessuna attività pianificata negli ultimi %n giorni.","Nessuna attività pianificata negli ultimi %n giorni."],
|
||||
"_The task pickup speed has been ok in the last day._::_The task pickup speed has been ok in the last %n days._" : ["La velocità di raccolta dei compiti è stata buona nell'ultimo giorno.","La velocità di raccolta dei compiti è stata buona negli ultimi %n giorni.","La velocità di presa in carico dei compiti è stata buona negli ultimi %n giorni."],
|
||||
"_The task pickup speed has been slow in the last day. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._::_The task pickup speed has been slow in the last %n days. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._" : ["Nell'ultimo giorno la velocità di presa in carico dei compiti è stata lenta. Molti compiti hanno richiesto più di 4 minuti per essere presi in carico. Si consiglia di impostare un worker per elaborare i compiti in background.","Negli ultimi %n giorni la velocità di presa in carico dei compiti è stata lenta. Molti compiti hanno richiesto più di 4 minuti per essere presi in carico. Si consiglia di impostare un worker per elaborare i compiti in background.","Negli ultimi %n giorni la velocità di presa in carico dei compiti è stata lenta. Molti compiti hanno richiesto più di 4 minuti per essere presi in carico. Si consiglia di impostare un worker per elaborare i compiti in background."],
|
||||
"Task Processing success rate" : "Tasso di successo dell’elaborazione delle attività",
|
||||
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["La maggior parte dei compiti è stata portata a termine con successo nell'ultimo giorno.","La maggior parte dei compiti è stata portata a termine con successo negli ultimi %n giorni.","La maggior parte dei compiti è stata portata a termine con successo negli ultimi %n giorni."],
|
||||
"_A lot of tasks failed in the last day. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._::_A lot of tasks failed in the last %n days. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._" : ["Nell'ultimo giorno molte attività non sono state completate. Si consiglia di controllare il log di Nextcloud per verificare la presenza di errori e di verificare che le app del provider AI siano state configurate correttamente.","Negli ultimi %n giorni molte attività non sono state completate. Si consiglia di controllare il log di Nextcloud per verificare la presenza di errori e di verificare che le app del provider AI siano state configurate correttamente.","Negli ultimi %n giorni molte attività non sono state completate. Si consiglia di controllare il log di Nextcloud per verificare la presenza di errori e di verificare che le app del provider AI siano state configurate correttamente."],
|
||||
"Task Processing worker status" : "Stato del worker di elaborazione delle attività",
|
||||
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Il worker di elaborazione delle attività è stato eseguito nell' ultimo minuto. ","Il worker di elaborazione delle attività è stato eseguito negli ultimi %n minuti. ","Il worker di elaborazione delle attività è stato eseguito negli ultimi %n minuti. "],
|
||||
"The Task Processing worker does not seem to be running. The last run was at %s." : "Il worker di elaborazione delle attività non sembra essere in esecuzione. L’ultima esecuzione risale alle %s.",
|
||||
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Il worker di elaborazione delle attività non sembra essere in esecuzione. Sembra che non sia mai stato avviato finora.",
|
||||
"Temporary space available" : "Spazio temporaneo disponibile",
|
||||
"Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Errore durante il controllo del percorso temporaneo di PHP: non è stato impostato correttamente su una directory. Valore restituito: %s",
|
||||
"The PHP function \"disk_free_space\" is disabled, which prevents the check for enough space in the temporary directories." : "La funzione PHP “disk_free_space” è disabilitata, il che impedisce il controllo dello spazio disponibile nelle directory temporanee.",
|
||||
|
|
@ -325,6 +331,10 @@ OC.L10N.register(
|
|||
"Database transaction isolation level" : "Livello di isolamento delle transazioni del database",
|
||||
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Il tuo database non è in esecuzione con il livello di isolamento delle transazioni \"READ COMMITTED\". Ciò può causare problemi quando diverse azioni sono eseguite in parallelo.",
|
||||
"Was not able to get transaction isolation level: %s" : "Impossibile ottenere il livello di isolamento della transazione: %s",
|
||||
"Second factor configuration" : "Configurazione secondo fattore",
|
||||
"This instance has no second factor provider available." : "Nessun provider per il secondo fattore è disponibile in questa istanza.",
|
||||
"Second factor providers are available but two-factor authentication is not enforced." : "Sono disponibili provider per il secondo fattore, ma l’autenticazione a due fattori non è obbligatoria.",
|
||||
"Second factor providers are available and enforced: %s." : "I provider per il secondo fattore sono disponibili e obbligatori: %s.",
|
||||
".well-known URLs" : ".well-known URLs",
|
||||
"`check_for_working_wellknown_setup` is set to false in your configuration, so this check was skipped." : "`check_for_working_wellknown_setup` è impostato su falso nella configurazione, quindi questo controllo è stato saltato.",
|
||||
"Could not check that your web server serves `.well-known` correctly. Please check manually." : "Impossibile verificare che il tuo server web serva correttamente `.well-known`. Controlla manualmente.",
|
||||
|
|
@ -481,8 +491,11 @@ OC.L10N.register(
|
|||
"cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php è registrato presso un servizio webcron per chiamare cron.php ogni 5 minuti tramite HTTP. Caso d'uso: istanza molto piccola (1-5 account a seconda dell'utilizzo).",
|
||||
"Cron (Recommended)" : "Cron (Consigliato)",
|
||||
"Unable to update profile default setting" : "Impossibile aggiornare l'impostazione predefinita del profilo",
|
||||
"Unable to update profile picker setting" : "Impossibile aggiornare l’impostazione del selettore del profilo",
|
||||
"Profile" : "Profilo",
|
||||
"Enable or disable profile by default for new accounts." : "Abilita o disabilita il profilo per impostazione predefinita per i nuovi account.",
|
||||
"Enable the profile picker" : "Abilita il selettore del profilo",
|
||||
"Enable or disable the profile picker in the Smart Picker and the profile link previews." : "Abilita o disabilita il selettore del profilo nello Smart Picker e nelle anteprime dei link del profilo.",
|
||||
"Password confirmation is required" : "La conferma della password è richiesta",
|
||||
"Failed to save setting" : "Impossibile salvare le impostazioni",
|
||||
"{app}'s declarative setting field: {name}" : "Campo di impostazione dichiarativo di {app}: {name}",
|
||||
|
|
@ -624,6 +637,7 @@ OC.L10N.register(
|
|||
"List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Elenco degli account. Questo elenco non viene visualizzato completamente per motivi di prestazioni. Gli account verranno visualizzati man mano che si naviga nell'elenco.",
|
||||
"Account name" : "Nome account",
|
||||
"Account updated" : "Account aggiornato",
|
||||
"Failed to update account" : "Aggiornamento dell’account non riuscito",
|
||||
"Edit account" : "Modifica account",
|
||||
"Saving …" : "Salvataggio…",
|
||||
"Save" : "Salva",
|
||||
|
|
@ -709,7 +723,12 @@ OC.L10N.register(
|
|||
"No devices configured." : "Nessun dispositivo configurato.",
|
||||
"The following devices are configured for your account:" : "I seguenti dispositivi sono configurati per il tuo account:",
|
||||
"Your browser does not support WebAuthn." : "Il tuo browser non supporta WebAuthn.",
|
||||
"Email sent successfully" : "Email inviata con successo",
|
||||
"Failed to send email" : "Invio dell’email non riuscito",
|
||||
"Failed to save email settings" : "Salvataggio delle impostazioni delle mail non riuscito",
|
||||
"It is important to set up this server to be able to send emails, like for password reset and notifications." : "È importante impostare questo server per poter inviare email, come per il ripristino della password e per le notifiche.",
|
||||
"The server configuration is read-only so the mail settings cannot be changed using the web interface." : "La configurazione del server è in sola lettura, quindi le impostazioni della posta non possono essere modificate tramite l’interfaccia web.",
|
||||
"Mail delivery is disabled by instance config \"{config}\"." : "La consegna della posta è disabilitata dalla configurazione dell’istanza \"{config}\".",
|
||||
"Send mode" : "Modalità di invio",
|
||||
"Encryption" : "Cifratura",
|
||||
"Sendmail mode" : "Modalità sendmail",
|
||||
|
|
@ -721,6 +740,8 @@ OC.L10N.register(
|
|||
"Port" : "Porta",
|
||||
"Authentication" : "Autenticazione",
|
||||
"Authentication required" : "Autenticazione richiesta",
|
||||
"Sending test email…" : "Invio email di test...",
|
||||
"Send test email" : "Invia email di test",
|
||||
"Saving…" : "Salvataggio…",
|
||||
"Save settings" : "Salva impostazioni",
|
||||
"Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}." : "Controlla attentamente le {linkStartInstallationGuides}guide all'installazione{linkEnd} e verifica la presenza di eventuali errori o avvisi nel {linkStartLog}log{linkEnd}.",
|
||||
|
|
@ -742,6 +763,7 @@ OC.L10N.register(
|
|||
"Admins" : "Amministratori",
|
||||
"Account group: {group}" : "Gruppo account: {group}",
|
||||
"Account management" : "Gestione account",
|
||||
"Search accounts and groups…" : "Cerca account e gruppi...",
|
||||
"For performance reasons, when you enable encryption on a {productName} server only new and changed files are encrypted." : "Per motivi di prestazioni, quando si abilita la crittografia su un server {productName}, vengono crittografati solo i file nuovi e modificati.",
|
||||
"Location" : "Posizione",
|
||||
"Profile picture" : "Immagine del profilo",
|
||||
|
|
@ -831,7 +853,10 @@ OC.L10N.register(
|
|||
"Limit sharing to some groups" : "Limita la condivisione ad alcuni gruppi",
|
||||
"Also allow autocompletion on full match of the user id" : "Consenti anche il completamento automatico in caso di corrispondenza completa dell'ID utente",
|
||||
"Choose Deploy Daemon for {appName}" : "Scegli il Deploy Daemon per {appName}",
|
||||
"Registered Deploy daemons list" : "Elenco dei daemon di deployment registrati",
|
||||
"No Deploy daemons configured" : "Nessun daemon di deployment configurato",
|
||||
"Register a custom one or setup from available templates" : "Registra uno personalizzato o configuralo dai modelli disponibili",
|
||||
"Manage Deploy daemons" : "Gestisci daemon di deployment",
|
||||
"Show details for {appName} app" : "Mostra dettagli per l'applicazione {appName}",
|
||||
"Update to {update}" : "Aggiorna a {update}",
|
||||
"Remove" : "Rimuovi",
|
||||
|
|
@ -968,6 +993,20 @@ OC.L10N.register(
|
|||
"SMTP Login" : "Login SMTP",
|
||||
"SMTP Password" : "Password SMTP",
|
||||
"Test and verify email settings" : "Prova e verifica impostazioni email",
|
||||
"Office suite switching is managed through the Nextcloud All-in-One interface." : "Il passaggio tra le suite Office è gestito dall’interfaccia Nextcloud All-in-One.",
|
||||
"Please use the AIO interface to switch between office suites." : "Si prega di utilizzare l’interfaccia AIO per cambiare suite Office.",
|
||||
"Select your preferred office suite. Please note that installing requires manual server setup." : "Seleziona la suite Office che preferisci. Si noti che l’installazione richiede una configurazione manuale del server.",
|
||||
"installed" : "installato",
|
||||
"Disable office suites" : "Disabilita suite Office",
|
||||
"All office suites disabled" : "Tutte le suite Office sono disabilitate",
|
||||
"{name} enabled" : "{name} abilitato",
|
||||
"Best Nextcloud integration" : "Miglior integrazione Nextcloud",
|
||||
"Good performance" : "Buone performance",
|
||||
"Best security: documents never leave your server" : "Miglior sicurezza: i documenti non lasciano mai i tuoi server",
|
||||
"Best ODF compatibility" : "Miglior compatibilità con ODF",
|
||||
"Best support for legacy files" : "Miglior supporto per i file legacy",
|
||||
"Good Nextcloud integration" : "Buona integrazione con Nextcloud",
|
||||
"Best performance" : "Miglior performance",
|
||||
"{progress}% Deploying …" : "Distribuzione al {progress}% …",
|
||||
"{progress}% Initializing …" : "Inizializzazione al {progress}% …"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -292,6 +292,7 @@
|
|||
"Your server is correctly configured to send security headers." : "Il tuo server è configurato correttamente per inviare intestazioni di sicurezza.",
|
||||
"Configuration server ID" : "ID server di configurazione",
|
||||
"Server identifier isn’t configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a server ID in your configuration." : "L'identificatore del server non è configurato. È consigliabile se l'istanza Nextcloud è in esecuzione su più server PHP. Aggiungi un ID server nella configurazione.",
|
||||
"\"%d\" is not a valid server identifier. It must be between 0 and 511." : "\"%d\" non è un identificatore di server valido. Deve essere compreso tra 0 e 511",
|
||||
"Server identifier is configured and valid." : "L'identificatore del server è configurato e valido.",
|
||||
"Database version" : "Versione del database",
|
||||
"MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Rilevata versione MariaDB 10.3. Questa versione è giunta al termine del ciclo di vita ed è supportata solo come parte di Ubuntu 20.04. Per ottenere prestazioni, stabilità e funzionalità ottimali con questa versione di Nextcloud, si consiglia di utilizzare MariaDB >=%1$s e <=%2$s.",
|
||||
|
|
@ -309,8 +310,13 @@
|
|||
"_No scheduled tasks in the last day._::_No scheduled tasks in the last %n days._" : ["Nessuna attività pianificata nell'ultimo giorno.","Nessuna attività pianificata negli ultimi %n giorni.","Nessuna attività pianificata negli ultimi %n giorni."],
|
||||
"_The task pickup speed has been ok in the last day._::_The task pickup speed has been ok in the last %n days._" : ["La velocità di raccolta dei compiti è stata buona nell'ultimo giorno.","La velocità di raccolta dei compiti è stata buona negli ultimi %n giorni.","La velocità di presa in carico dei compiti è stata buona negli ultimi %n giorni."],
|
||||
"_The task pickup speed has been slow in the last day. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._::_The task pickup speed has been slow in the last %n days. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._" : ["Nell'ultimo giorno la velocità di presa in carico dei compiti è stata lenta. Molti compiti hanno richiesto più di 4 minuti per essere presi in carico. Si consiglia di impostare un worker per elaborare i compiti in background.","Negli ultimi %n giorni la velocità di presa in carico dei compiti è stata lenta. Molti compiti hanno richiesto più di 4 minuti per essere presi in carico. Si consiglia di impostare un worker per elaborare i compiti in background.","Negli ultimi %n giorni la velocità di presa in carico dei compiti è stata lenta. Molti compiti hanno richiesto più di 4 minuti per essere presi in carico. Si consiglia di impostare un worker per elaborare i compiti in background."],
|
||||
"Task Processing success rate" : "Tasso di successo dell’elaborazione delle attività",
|
||||
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["La maggior parte dei compiti è stata portata a termine con successo nell'ultimo giorno.","La maggior parte dei compiti è stata portata a termine con successo negli ultimi %n giorni.","La maggior parte dei compiti è stata portata a termine con successo negli ultimi %n giorni."],
|
||||
"_A lot of tasks failed in the last day. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._::_A lot of tasks failed in the last %n days. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._" : ["Nell'ultimo giorno molte attività non sono state completate. Si consiglia di controllare il log di Nextcloud per verificare la presenza di errori e di verificare che le app del provider AI siano state configurate correttamente.","Negli ultimi %n giorni molte attività non sono state completate. Si consiglia di controllare il log di Nextcloud per verificare la presenza di errori e di verificare che le app del provider AI siano state configurate correttamente.","Negli ultimi %n giorni molte attività non sono state completate. Si consiglia di controllare il log di Nextcloud per verificare la presenza di errori e di verificare che le app del provider AI siano state configurate correttamente."],
|
||||
"Task Processing worker status" : "Stato del worker di elaborazione delle attività",
|
||||
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Il worker di elaborazione delle attività è stato eseguito nell' ultimo minuto. ","Il worker di elaborazione delle attività è stato eseguito negli ultimi %n minuti. ","Il worker di elaborazione delle attività è stato eseguito negli ultimi %n minuti. "],
|
||||
"The Task Processing worker does not seem to be running. The last run was at %s." : "Il worker di elaborazione delle attività non sembra essere in esecuzione. L’ultima esecuzione risale alle %s.",
|
||||
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Il worker di elaborazione delle attività non sembra essere in esecuzione. Sembra che non sia mai stato avviato finora.",
|
||||
"Temporary space available" : "Spazio temporaneo disponibile",
|
||||
"Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Errore durante il controllo del percorso temporaneo di PHP: non è stato impostato correttamente su una directory. Valore restituito: %s",
|
||||
"The PHP function \"disk_free_space\" is disabled, which prevents the check for enough space in the temporary directories." : "La funzione PHP “disk_free_space” è disabilitata, il che impedisce il controllo dello spazio disponibile nelle directory temporanee.",
|
||||
|
|
@ -323,6 +329,10 @@
|
|||
"Database transaction isolation level" : "Livello di isolamento delle transazioni del database",
|
||||
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Il tuo database non è in esecuzione con il livello di isolamento delle transazioni \"READ COMMITTED\". Ciò può causare problemi quando diverse azioni sono eseguite in parallelo.",
|
||||
"Was not able to get transaction isolation level: %s" : "Impossibile ottenere il livello di isolamento della transazione: %s",
|
||||
"Second factor configuration" : "Configurazione secondo fattore",
|
||||
"This instance has no second factor provider available." : "Nessun provider per il secondo fattore è disponibile in questa istanza.",
|
||||
"Second factor providers are available but two-factor authentication is not enforced." : "Sono disponibili provider per il secondo fattore, ma l’autenticazione a due fattori non è obbligatoria.",
|
||||
"Second factor providers are available and enforced: %s." : "I provider per il secondo fattore sono disponibili e obbligatori: %s.",
|
||||
".well-known URLs" : ".well-known URLs",
|
||||
"`check_for_working_wellknown_setup` is set to false in your configuration, so this check was skipped." : "`check_for_working_wellknown_setup` è impostato su falso nella configurazione, quindi questo controllo è stato saltato.",
|
||||
"Could not check that your web server serves `.well-known` correctly. Please check manually." : "Impossibile verificare che il tuo server web serva correttamente `.well-known`. Controlla manualmente.",
|
||||
|
|
@ -479,8 +489,11 @@
|
|||
"cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php è registrato presso un servizio webcron per chiamare cron.php ogni 5 minuti tramite HTTP. Caso d'uso: istanza molto piccola (1-5 account a seconda dell'utilizzo).",
|
||||
"Cron (Recommended)" : "Cron (Consigliato)",
|
||||
"Unable to update profile default setting" : "Impossibile aggiornare l'impostazione predefinita del profilo",
|
||||
"Unable to update profile picker setting" : "Impossibile aggiornare l’impostazione del selettore del profilo",
|
||||
"Profile" : "Profilo",
|
||||
"Enable or disable profile by default for new accounts." : "Abilita o disabilita il profilo per impostazione predefinita per i nuovi account.",
|
||||
"Enable the profile picker" : "Abilita il selettore del profilo",
|
||||
"Enable or disable the profile picker in the Smart Picker and the profile link previews." : "Abilita o disabilita il selettore del profilo nello Smart Picker e nelle anteprime dei link del profilo.",
|
||||
"Password confirmation is required" : "La conferma della password è richiesta",
|
||||
"Failed to save setting" : "Impossibile salvare le impostazioni",
|
||||
"{app}'s declarative setting field: {name}" : "Campo di impostazione dichiarativo di {app}: {name}",
|
||||
|
|
@ -622,6 +635,7 @@
|
|||
"List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Elenco degli account. Questo elenco non viene visualizzato completamente per motivi di prestazioni. Gli account verranno visualizzati man mano che si naviga nell'elenco.",
|
||||
"Account name" : "Nome account",
|
||||
"Account updated" : "Account aggiornato",
|
||||
"Failed to update account" : "Aggiornamento dell’account non riuscito",
|
||||
"Edit account" : "Modifica account",
|
||||
"Saving …" : "Salvataggio…",
|
||||
"Save" : "Salva",
|
||||
|
|
@ -707,7 +721,12 @@
|
|||
"No devices configured." : "Nessun dispositivo configurato.",
|
||||
"The following devices are configured for your account:" : "I seguenti dispositivi sono configurati per il tuo account:",
|
||||
"Your browser does not support WebAuthn." : "Il tuo browser non supporta WebAuthn.",
|
||||
"Email sent successfully" : "Email inviata con successo",
|
||||
"Failed to send email" : "Invio dell’email non riuscito",
|
||||
"Failed to save email settings" : "Salvataggio delle impostazioni delle mail non riuscito",
|
||||
"It is important to set up this server to be able to send emails, like for password reset and notifications." : "È importante impostare questo server per poter inviare email, come per il ripristino della password e per le notifiche.",
|
||||
"The server configuration is read-only so the mail settings cannot be changed using the web interface." : "La configurazione del server è in sola lettura, quindi le impostazioni della posta non possono essere modificate tramite l’interfaccia web.",
|
||||
"Mail delivery is disabled by instance config \"{config}\"." : "La consegna della posta è disabilitata dalla configurazione dell’istanza \"{config}\".",
|
||||
"Send mode" : "Modalità di invio",
|
||||
"Encryption" : "Cifratura",
|
||||
"Sendmail mode" : "Modalità sendmail",
|
||||
|
|
@ -719,6 +738,8 @@
|
|||
"Port" : "Porta",
|
||||
"Authentication" : "Autenticazione",
|
||||
"Authentication required" : "Autenticazione richiesta",
|
||||
"Sending test email…" : "Invio email di test...",
|
||||
"Send test email" : "Invia email di test",
|
||||
"Saving…" : "Salvataggio…",
|
||||
"Save settings" : "Salva impostazioni",
|
||||
"Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}." : "Controlla attentamente le {linkStartInstallationGuides}guide all'installazione{linkEnd} e verifica la presenza di eventuali errori o avvisi nel {linkStartLog}log{linkEnd}.",
|
||||
|
|
@ -740,6 +761,7 @@
|
|||
"Admins" : "Amministratori",
|
||||
"Account group: {group}" : "Gruppo account: {group}",
|
||||
"Account management" : "Gestione account",
|
||||
"Search accounts and groups…" : "Cerca account e gruppi...",
|
||||
"For performance reasons, when you enable encryption on a {productName} server only new and changed files are encrypted." : "Per motivi di prestazioni, quando si abilita la crittografia su un server {productName}, vengono crittografati solo i file nuovi e modificati.",
|
||||
"Location" : "Posizione",
|
||||
"Profile picture" : "Immagine del profilo",
|
||||
|
|
@ -829,7 +851,10 @@
|
|||
"Limit sharing to some groups" : "Limita la condivisione ad alcuni gruppi",
|
||||
"Also allow autocompletion on full match of the user id" : "Consenti anche il completamento automatico in caso di corrispondenza completa dell'ID utente",
|
||||
"Choose Deploy Daemon for {appName}" : "Scegli il Deploy Daemon per {appName}",
|
||||
"Registered Deploy daemons list" : "Elenco dei daemon di deployment registrati",
|
||||
"No Deploy daemons configured" : "Nessun daemon di deployment configurato",
|
||||
"Register a custom one or setup from available templates" : "Registra uno personalizzato o configuralo dai modelli disponibili",
|
||||
"Manage Deploy daemons" : "Gestisci daemon di deployment",
|
||||
"Show details for {appName} app" : "Mostra dettagli per l'applicazione {appName}",
|
||||
"Update to {update}" : "Aggiorna a {update}",
|
||||
"Remove" : "Rimuovi",
|
||||
|
|
@ -966,6 +991,20 @@
|
|||
"SMTP Login" : "Login SMTP",
|
||||
"SMTP Password" : "Password SMTP",
|
||||
"Test and verify email settings" : "Prova e verifica impostazioni email",
|
||||
"Office suite switching is managed through the Nextcloud All-in-One interface." : "Il passaggio tra le suite Office è gestito dall’interfaccia Nextcloud All-in-One.",
|
||||
"Please use the AIO interface to switch between office suites." : "Si prega di utilizzare l’interfaccia AIO per cambiare suite Office.",
|
||||
"Select your preferred office suite. Please note that installing requires manual server setup." : "Seleziona la suite Office che preferisci. Si noti che l’installazione richiede una configurazione manuale del server.",
|
||||
"installed" : "installato",
|
||||
"Disable office suites" : "Disabilita suite Office",
|
||||
"All office suites disabled" : "Tutte le suite Office sono disabilitate",
|
||||
"{name} enabled" : "{name} abilitato",
|
||||
"Best Nextcloud integration" : "Miglior integrazione Nextcloud",
|
||||
"Good performance" : "Buone performance",
|
||||
"Best security: documents never leave your server" : "Miglior sicurezza: i documenti non lasciano mai i tuoi server",
|
||||
"Best ODF compatibility" : "Miglior compatibilità con ODF",
|
||||
"Best support for legacy files" : "Miglior supporto per i file legacy",
|
||||
"Good Nextcloud integration" : "Buona integrazione con Nextcloud",
|
||||
"Best performance" : "Miglior performance",
|
||||
"{progress}% Deploying …" : "Distribuzione al {progress}% …",
|
||||
"{progress}% Initializing …" : "Inizializzazione al {progress}% …"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ OC.L10N.register(
|
|||
"Note:" : "Nota:",
|
||||
"This share is valid until %s at midnight" : "Questa condivisione è valida fino %s a mezzanotte",
|
||||
"Expiration:" : "Scadenza:",
|
||||
"Open shared item" : "Apri elemento condiviso",
|
||||
"%1$s via %2$s" : "%1$s tramite %2$s",
|
||||
"%1$s shared %2$s with you. You should have already received a separate mail with a link to access it." : "%1$s condiviso %2$s con te. Dovresti aver già ricevuto un'email separata con un collegamento per accedervi.",
|
||||
"Password to access %1$s shared to you by %2$s" : "Password per accedere %1$s condiviso con te da %2$s",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"Note:" : "Nota:",
|
||||
"This share is valid until %s at midnight" : "Questa condivisione è valida fino %s a mezzanotte",
|
||||
"Expiration:" : "Scadenza:",
|
||||
"Open shared item" : "Apri elemento condiviso",
|
||||
"%1$s via %2$s" : "%1$s tramite %2$s",
|
||||
"%1$s shared %2$s with you. You should have already received a separate mail with a link to access it." : "%1$s condiviso %2$s con te. Dovresti aver già ricevuto un'email separata con un collegamento per accedervi.",
|
||||
"Password to access %1$s shared to you by %2$s" : "Password per accedere %1$s condiviso con te da %2$s",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ OC.L10N.register(
|
|||
"The given privacy policy address is not a valid URL" : "L'indirizzo dello specifico criterio di riservatezza non è un URL valido",
|
||||
"The given slogan is too long" : "Questo slogan è troppo lungo",
|
||||
"The given color is invalid" : "Questo colore non è valido",
|
||||
"%1$s should be true or false" : "%1$s deve essere true oppure false",
|
||||
"%1$s can only be set to %2$s through the API" : "%1$s può essere impostato su %2$s solo tramite API",
|
||||
"Invalid setting key" : "Voce di impostazione non valida",
|
||||
"Saved" : "Salvato",
|
||||
"Invalid app given" : "Applicazione non valida",
|
||||
|
|
@ -68,14 +70,21 @@ OC.L10N.register(
|
|||
"Privacy policy link" : "Collegamento criteri di riservatezza",
|
||||
"Background and color" : "Sfondo e colore",
|
||||
"Primary color" : "Colore primario",
|
||||
"Set the default primary color, used to highlight important elements." : "Imposta il colore principale predefinito, usato per evidenziare gli elementi importanti.",
|
||||
"The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Il colore usato per elementi come i pulsanti principali potrebbe variare leggermente, perché viene adattato per rispettare i requisiti di accessibilità.",
|
||||
"Background color" : "Colore di sfondo",
|
||||
"When no background image is set the background color will be used." : "Se non è impostata alcuna immagine di sfondo, verrà usato il colore di sfondo.",
|
||||
"Otherwise the background color is by default generated from the background image, but can be adjusted to fine tune the color of the navigation icons." : "In caso contrario, il colore di sfondo viene generato automaticamente dall’immagine di sfondo, ma può essere modificato per ottimizzare il colore delle icone di navigazione.",
|
||||
"Use a plain background color instead of a background image." : "Usa un colore di sfondo uniforme invece di un’immagine di sfondo.",
|
||||
"Remove background image" : "Rimuovi immagine di sfondo",
|
||||
"Background image" : "Immagine di sfondo",
|
||||
"Favicon" : "Favicon",
|
||||
"Logo" : "Logo",
|
||||
"Navigation bar logo" : "Logo della barra di navigazione",
|
||||
"Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Sebbene tu possa selezionare e personalizzare la tua istanza, gli utenti possono cambiare il loro sfondo e colore. Se vuoi forzare la tua personalizzazione, puoi attivare questo.",
|
||||
"Disable user theming" : "Disattiva temi utente",
|
||||
"Current selected app: {app}, position {position} of {total}" : "Applicazione attualmente selezionata: {app}, posizione {position} di {total}",
|
||||
"Navigation bar app order" : "Ordine delle app nella barra di navigazione",
|
||||
"Move up" : "Sposta su",
|
||||
"Move down" : "Sposta giù",
|
||||
"Theme selection is enforced" : "La selezione del tema è obbligata",
|
||||
|
|
@ -91,6 +100,7 @@ OC.L10N.register(
|
|||
"Custom background" : "Sfondo personalizzato",
|
||||
"Plain background" : "Sfondo semplice",
|
||||
"Default background" : "Sfondo predefinito",
|
||||
"Default shipped background images" : "Immagini di sfondo predefinite incluse",
|
||||
"Keyboard shortcuts" : "Scorciatoie da tastiera",
|
||||
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In alcuni casi le scorciatoie da tastiera possono interferire con gli strumenti di accessibilità. Per concentrarti correttamente sullo strumento, è possibile disattivare tutte le scorciatoie da tastiera. Verranno disattivate anche tutte le scorciatoie disponibili nelle applicazioni.",
|
||||
"Disable all keyboard shortcuts" : "Disattiva tutte le scorciatoie da tastiera",
|
||||
|
|
@ -98,6 +108,9 @@ OC.L10N.register(
|
|||
"Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Imposta un colore primario per evidenziare elementi importanti. Il colore usato per elementi come pulsanti principali può essere leggermente diverso, dato che viene regolato per soddisfare i requisiti di accessibilità.",
|
||||
"Reset primary color" : "Ripristina colore primario",
|
||||
"Reset to default" : "Ripristina valori predefiniti",
|
||||
"Non image file selected" : "Il file selezionato non è un’immagine",
|
||||
"Failed to upload image" : "Non è stato possibile caricare l’immagine",
|
||||
"Preview of the selected image" : "Anteprima dell’immagine selezionata",
|
||||
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {linkstart}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "L'accessibilità universale è molto importante per noi. Seguiamo gli standard web e verifichiamo che tutto sia utilizzabile anche senza mouse e con software di assistenza come gli screen reader. Il nostro obiettivo è quello di essere conformi alle {linkstart}Linee guida per l'accessibilità dei contenuti web{linkend} 2.1 a livello AA, con il tema ad alto contrasto anche a livello AAA.",
|
||||
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Se trovi qualsiasi problema, non esitare a segnalarlo sul {issuetracker}nostro sistema di segnalazione dei bug{linkend}. E se vuoi partecipare, unisciti alla {designteam}nostra squadra di progettazione{linkend}!",
|
||||
"Unable to apply the setting." : "Impossibile applicare l'impostazione.",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@
|
|||
"The given privacy policy address is not a valid URL" : "L'indirizzo dello specifico criterio di riservatezza non è un URL valido",
|
||||
"The given slogan is too long" : "Questo slogan è troppo lungo",
|
||||
"The given color is invalid" : "Questo colore non è valido",
|
||||
"%1$s should be true or false" : "%1$s deve essere true oppure false",
|
||||
"%1$s can only be set to %2$s through the API" : "%1$s può essere impostato su %2$s solo tramite API",
|
||||
"Invalid setting key" : "Voce di impostazione non valida",
|
||||
"Saved" : "Salvato",
|
||||
"Invalid app given" : "Applicazione non valida",
|
||||
|
|
@ -66,14 +68,21 @@
|
|||
"Privacy policy link" : "Collegamento criteri di riservatezza",
|
||||
"Background and color" : "Sfondo e colore",
|
||||
"Primary color" : "Colore primario",
|
||||
"Set the default primary color, used to highlight important elements." : "Imposta il colore principale predefinito, usato per evidenziare gli elementi importanti.",
|
||||
"The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Il colore usato per elementi come i pulsanti principali potrebbe variare leggermente, perché viene adattato per rispettare i requisiti di accessibilità.",
|
||||
"Background color" : "Colore di sfondo",
|
||||
"When no background image is set the background color will be used." : "Se non è impostata alcuna immagine di sfondo, verrà usato il colore di sfondo.",
|
||||
"Otherwise the background color is by default generated from the background image, but can be adjusted to fine tune the color of the navigation icons." : "In caso contrario, il colore di sfondo viene generato automaticamente dall’immagine di sfondo, ma può essere modificato per ottimizzare il colore delle icone di navigazione.",
|
||||
"Use a plain background color instead of a background image." : "Usa un colore di sfondo uniforme invece di un’immagine di sfondo.",
|
||||
"Remove background image" : "Rimuovi immagine di sfondo",
|
||||
"Background image" : "Immagine di sfondo",
|
||||
"Favicon" : "Favicon",
|
||||
"Logo" : "Logo",
|
||||
"Navigation bar logo" : "Logo della barra di navigazione",
|
||||
"Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Sebbene tu possa selezionare e personalizzare la tua istanza, gli utenti possono cambiare il loro sfondo e colore. Se vuoi forzare la tua personalizzazione, puoi attivare questo.",
|
||||
"Disable user theming" : "Disattiva temi utente",
|
||||
"Current selected app: {app}, position {position} of {total}" : "Applicazione attualmente selezionata: {app}, posizione {position} di {total}",
|
||||
"Navigation bar app order" : "Ordine delle app nella barra di navigazione",
|
||||
"Move up" : "Sposta su",
|
||||
"Move down" : "Sposta giù",
|
||||
"Theme selection is enforced" : "La selezione del tema è obbligata",
|
||||
|
|
@ -89,6 +98,7 @@
|
|||
"Custom background" : "Sfondo personalizzato",
|
||||
"Plain background" : "Sfondo semplice",
|
||||
"Default background" : "Sfondo predefinito",
|
||||
"Default shipped background images" : "Immagini di sfondo predefinite incluse",
|
||||
"Keyboard shortcuts" : "Scorciatoie da tastiera",
|
||||
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In alcuni casi le scorciatoie da tastiera possono interferire con gli strumenti di accessibilità. Per concentrarti correttamente sullo strumento, è possibile disattivare tutte le scorciatoie da tastiera. Verranno disattivate anche tutte le scorciatoie disponibili nelle applicazioni.",
|
||||
"Disable all keyboard shortcuts" : "Disattiva tutte le scorciatoie da tastiera",
|
||||
|
|
@ -96,6 +106,9 @@
|
|||
"Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Imposta un colore primario per evidenziare elementi importanti. Il colore usato per elementi come pulsanti principali può essere leggermente diverso, dato che viene regolato per soddisfare i requisiti di accessibilità.",
|
||||
"Reset primary color" : "Ripristina colore primario",
|
||||
"Reset to default" : "Ripristina valori predefiniti",
|
||||
"Non image file selected" : "Il file selezionato non è un’immagine",
|
||||
"Failed to upload image" : "Non è stato possibile caricare l’immagine",
|
||||
"Preview of the selected image" : "Anteprima dell’immagine selezionata",
|
||||
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {linkstart}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "L'accessibilità universale è molto importante per noi. Seguiamo gli standard web e verifichiamo che tutto sia utilizzabile anche senza mouse e con software di assistenza come gli screen reader. Il nostro obiettivo è quello di essere conformi alle {linkstart}Linee guida per l'accessibilità dei contenuti web{linkend} 2.1 a livello AA, con il tema ad alto contrasto anche a livello AAA.",
|
||||
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Se trovi qualsiasi problema, non esitare a segnalarlo sul {issuetracker}nostro sistema di segnalazione dei bug{linkend}. E se vuoi partecipare, unisciti alla {designteam}nostra squadra di progettazione{linkend}!",
|
||||
"Unable to apply the setting." : "Impossibile applicare l'impostazione.",
|
||||
|
|
|
|||
|
|
@ -206,7 +206,9 @@ OC.L10N.register(
|
|||
"Code will expire {timeCountdown} or after use" : "Il codice scadrà {timeCountdown} o dopo l'utilizzo",
|
||||
"_{count} notification_::_{count} notifications_" : ["{count} notifica","{count} notifiche","{count} notifiche"],
|
||||
"More apps" : "Altre applicazioni",
|
||||
"App store" : "Store delle app",
|
||||
"Applications" : "Applicazioni",
|
||||
"Open apps menu" : "Apri menu delle app",
|
||||
"Apps" : "Applicazioni",
|
||||
"No" : "No",
|
||||
"Yes" : "Sì",
|
||||
|
|
@ -352,6 +354,7 @@ OC.L10N.register(
|
|||
"This share is password-protected" : "Questa condivisione è protetta da password",
|
||||
"The password is wrong or expired. Please try again or request a new one." : "La password è errata o scaduta. Riprova o richiedine una nuova.",
|
||||
"Submit" : "Invia",
|
||||
"If the email address was correct then you will receive an email with the password." : "Se l’indirizzo email è corretto, riceverai un’email con la password.",
|
||||
"Please type in your email address to request a temporary password" : "Inserisci il tuo indirizzo email per richiedere una password temporanea",
|
||||
"Email address" : "Indirizzo email",
|
||||
"Request password" : "Richiedi password",
|
||||
|
|
|
|||
|
|
@ -204,7 +204,9 @@
|
|||
"Code will expire {timeCountdown} or after use" : "Il codice scadrà {timeCountdown} o dopo l'utilizzo",
|
||||
"_{count} notification_::_{count} notifications_" : ["{count} notifica","{count} notifiche","{count} notifiche"],
|
||||
"More apps" : "Altre applicazioni",
|
||||
"App store" : "Store delle app",
|
||||
"Applications" : "Applicazioni",
|
||||
"Open apps menu" : "Apri menu delle app",
|
||||
"Apps" : "Applicazioni",
|
||||
"No" : "No",
|
||||
"Yes" : "Sì",
|
||||
|
|
@ -350,6 +352,7 @@
|
|||
"This share is password-protected" : "Questa condivisione è protetta da password",
|
||||
"The password is wrong or expired. Please try again or request a new one." : "La password è errata o scaduta. Riprova o richiedine una nuova.",
|
||||
"Submit" : "Invia",
|
||||
"If the email address was correct then you will receive an email with the password." : "Se l’indirizzo email è corretto, riceverai un’email con la password.",
|
||||
"Please type in your email address to request a temporary password" : "Inserisci il tuo indirizzo email per richiedere una password temporanea",
|
||||
"Email address" : "Indirizzo email",
|
||||
"Request password" : "Richiedi password",
|
||||
|
|
|
|||
|
|
@ -216,6 +216,7 @@ OC.L10N.register(
|
|||
"Share provider does not support accepting" : "Il provider di condivisione non supporta l'accettazione",
|
||||
"Cannot change target of link share" : "Impossibile modificare la destinazione della condivisione del collegamento",
|
||||
"Invalid share recipient" : "Destinatario della condivisione non valido",
|
||||
"Unknown share recipient" : "Destinatario della condivisione sconosciuto",
|
||||
"Group \"%s\" does not exist" : "Il gruppo \"%s\" non esiste",
|
||||
"The requested share does not exist anymore" : "La condivisione richiesta non esiste più",
|
||||
"The user was not created because the user limit has been reached. Check your notifications to learn more." : "L'utente non è stato creato perché il limite è stato raggiunto. Controlla le notifiche per maggiori informazioni.",
|
||||
|
|
@ -434,6 +435,11 @@ OC.L10N.register(
|
|||
"The text to proofread" : "Il testo da correggere",
|
||||
"Corrections" : "Correzioni",
|
||||
"The corrections that should be made in your text" : "Le correzioni da apportare al tuo testo",
|
||||
"Reformat paragraphs" : "Riformatta paragrafi",
|
||||
"Reformats a text into multiple paragraphs separated by topic" : "Riorganizza il testo in più paragrafi separati per argomento",
|
||||
"The text to reformat" : "Testo da riformattare",
|
||||
"Reformatted text" : "Testo riformattato",
|
||||
"The reformatted text with paragraphs separated by topic" : "Testo riformattato con paragrafi separati per argomento",
|
||||
"Reformulate text" : "Riformula il testo",
|
||||
"Takes a text and reformulates it" : "Prende un testo e lo riformula",
|
||||
"Write a text that you want the assistant to reformulate" : "Scrivi un testo che desideri che l'assistente riformuli.",
|
||||
|
|
|
|||
|
|
@ -214,6 +214,7 @@
|
|||
"Share provider does not support accepting" : "Il provider di condivisione non supporta l'accettazione",
|
||||
"Cannot change target of link share" : "Impossibile modificare la destinazione della condivisione del collegamento",
|
||||
"Invalid share recipient" : "Destinatario della condivisione non valido",
|
||||
"Unknown share recipient" : "Destinatario della condivisione sconosciuto",
|
||||
"Group \"%s\" does not exist" : "Il gruppo \"%s\" non esiste",
|
||||
"The requested share does not exist anymore" : "La condivisione richiesta non esiste più",
|
||||
"The user was not created because the user limit has been reached. Check your notifications to learn more." : "L'utente non è stato creato perché il limite è stato raggiunto. Controlla le notifiche per maggiori informazioni.",
|
||||
|
|
@ -432,6 +433,11 @@
|
|||
"The text to proofread" : "Il testo da correggere",
|
||||
"Corrections" : "Correzioni",
|
||||
"The corrections that should be made in your text" : "Le correzioni da apportare al tuo testo",
|
||||
"Reformat paragraphs" : "Riformatta paragrafi",
|
||||
"Reformats a text into multiple paragraphs separated by topic" : "Riorganizza il testo in più paragrafi separati per argomento",
|
||||
"The text to reformat" : "Testo da riformattare",
|
||||
"Reformatted text" : "Testo riformattato",
|
||||
"The reformatted text with paragraphs separated by topic" : "Testo riformattato con paragrafi separati per argomento",
|
||||
"Reformulate text" : "Riformula il testo",
|
||||
"Takes a text and reformulates it" : "Prende un testo e lo riformula",
|
||||
"Write a text that you want the assistant to reformulate" : "Scrivi un testo che desideri che l'assistente riformuli.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue