nextcloud/apps/files_external/l10n/it.json

131 lines
8.3 KiB
JSON
Raw Normal View History

{ "translations": {
2017-04-28 03:07:41 +03:00
"External storages" : "Archiviazioni esterne",
"Personal" : "Personale",
"System" : "Sistema",
2015-08-25 19:39:10 +03:00
"Grant access" : "Concedi l'accesso",
2015-08-26 11:10:42 +03:00
"Error configuring OAuth1" : "Errore di configurazione OAuth1",
2017-08-17 03:08:14 +03:00
"Please provide a valid app key and secret." : "Fornisci chiave e segreto dell'applicazione validi.",
2015-08-26 11:10:42 +03:00
"Error configuring OAuth2" : "Errore di configurazione OAuth2",
2015-09-14 08:55:35 +03:00
"Generate keys" : "Genera la chiavi",
"Error generating key pair" : "Errore durante la generazione della coppia di chiavi",
"All users. Type to select user or group." : "Tutti gli utenti. Digita per selezionare utente o gruppo.",
"(group)" : "(gruppo)",
2016-05-25 09:03:38 +03:00
"Compatibility with Mac NFD encoding (slow)" : "Compatibilità con la codifica Mac NFD (lento)",
2015-11-26 09:55:22 +03:00
"Admin defined" : "Definito dall'amministratore",
2017-09-30 03:08:25 +03:00
"Are you sure you want to delete this external storage" : "Sei sicuro di voler eliminare questa archiviazione esterna?",
"Delete storage?" : "Vuoi eliminare l'archiviazione?",
"Saved" : "Salvato",
2016-07-06 16:28:06 +03:00
"Saving..." : "Salvataggio in corso...",
"Save" : "Salva",
2015-12-09 09:55:14 +03:00
"Empty response from the server" : "Risposta vuota dal server",
2017-08-12 03:08:18 +03:00
"Couldn't access. Please log out and in again to activate this mount point" : "Impossibile accedere. Chiudi la sessione e accedi nuovamente per attivare questo punto di mount",
2016-11-10 04:07:14 +03:00
"Couldn't get the information from the remote server: {code} {type}" : "Impossibile ottenere le informazioni dal server remoto: {code} {tipo}",
2015-12-09 09:55:14 +03:00
"Couldn't get the list of external mount points: {type}" : "Impossibile ottenere l'elenco dei punti di mount esterni: {type}",
"There was an error with message: " : "Si è verificato un errore con il messaggio:",
"External mount error" : "Errore di mount esterno",
2016-02-07 09:55:33 +03:00
"external-storage" : "archiviazione-esterna",
2017-08-12 03:08:18 +03:00
"Couldn't fetch list of Windows network drive mount points: Empty response from server" : "Impossibile ottenere l'elenco dei punti di mount delle unità di rete Windows: risposta vuota dal server",
2015-12-09 09:55:14 +03:00
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Alcuni dei punti di mount esterni configurati non sono connessi. Fai clic sulle righe rosse per ulteriori informazioni",
2016-02-07 09:55:33 +03:00
"Please enter the credentials for the {mount} mount" : "Digita le credenziali per montare {mount}",
2016-02-06 09:55:36 +03:00
"Username" : "Nome utente",
"Password" : "Password",
2016-02-07 09:55:33 +03:00
"Credentials saved" : "Credenziali salvate",
"Credentials saving failed" : "Salvataggio delle credenziali non riuscito",
"Credentials required" : "Credenziali richieste",
2017-04-29 03:07:17 +03:00
"Storage with ID \"%d\" not found" : "Archiviazione con ID \"%d\" non trovata",
2016-05-24 22:24:38 +03:00
"Invalid backend or authentication mechanism class" : "Motore o classe del meccanismo di autenticazione non valido",
"Invalid mount point" : "Punto di mount non valido",
"Objectstore forbidden" : "Objectstore vietato",
"Invalid storage backend \"%s\"" : "Motore di archiviazione \"%s\" non valido",
"Not permitted to use backend \"%s\"" : "Utilizzo del motore \"%s\" non permesso",
"Not permitted to use authentication mechanism \"%s\"" : "Utilizzo del meccanismo di autenticazione \"%s\" non permesso",
"Unsatisfied backend parameters" : "Parametri del motore non soddisfatti",
"Unsatisfied authentication mechanism parameters" : "Parametri del meccanismo di autenticazione non soddisfatti",
"Insufficient data: %s" : "Dati insufficienti: %s",
"%s" : "%s",
2017-04-29 03:07:17 +03:00
"Storage with ID \"%d\" is not user editable" : "Archiviazione con ID \"%d\" non modificabile dall'utente",
2015-08-26 11:10:42 +03:00
"Access key" : "Chiave di accesso",
"Secret key" : "Chiave segreta",
"Builtin" : "Integrata",
2015-08-25 19:39:10 +03:00
"None" : "Nessuno",
2015-08-26 11:10:42 +03:00
"OAuth1" : "OAuth1",
2015-08-25 19:39:10 +03:00
"App key" : "Chiave applicazione",
"App secret" : "Segreto applicazione",
2015-08-26 11:10:42 +03:00
"OAuth2" : "OAuth2",
2015-08-25 19:39:10 +03:00
"Client ID" : "ID client",
"Client secret" : "Segreto del client",
2015-09-15 08:54:50 +03:00
"OpenStack" : "OpenStack",
"Tenant name" : "Nome tenant",
2015-09-20 08:54:48 +03:00
"Identity endpoint URL" : "URL endpoint delle identità",
2015-09-15 08:54:50 +03:00
"Rackspace" : "Rackspace",
2015-09-14 08:55:35 +03:00
"API key" : "Chiave API",
2016-09-01 03:09:24 +03:00
"Global credentials" : "Credenziali globali",
2016-07-06 16:28:06 +03:00
"Log-in credentials, save in database" : "Credenziali di accesso, salva nel database",
2015-09-14 08:55:35 +03:00
"Username and password" : "Nome utente e password",
2016-02-03 09:55:26 +03:00
"Log-in credentials, save in session" : "Credenziali di accesso, salva nella sessione",
2016-07-06 16:28:06 +03:00
"User entered, store in database" : "Inserite dall'utente, salva nel database",
2015-09-15 08:54:50 +03:00
"RSA public key" : "Chiave pubblica RSA",
2015-09-14 08:55:35 +03:00
"Public key" : "Chiave pubblica",
2015-08-25 19:39:10 +03:00
"Amazon S3" : "Amazon S3",
2015-09-14 08:55:35 +03:00
"Bucket" : "Bucket",
2015-08-25 19:39:10 +03:00
"Hostname" : "Nome host",
"Port" : "Porta",
"Region" : "Regione",
"Enable SSL" : "Abilita SSL",
"Enable Path Style" : "Abilita stile percorsi",
2018-01-08 04:11:17 +03:00
"Legacy (v2) authentication" : "Autenticazione tradizionale (v2)",
2015-08-25 19:39:10 +03:00
"WebDAV" : "WebDAV",
"URL" : "URL",
2015-09-14 08:55:35 +03:00
"Remote subfolder" : "Sottocartella remota",
2015-08-25 19:39:10 +03:00
"Secure https://" : "Sicuro https://",
2015-08-26 11:10:42 +03:00
"FTP" : "FTP",
2015-09-14 08:55:35 +03:00
"Host" : "Host",
2015-08-25 19:39:10 +03:00
"Secure ftps://" : "Sicuro ftps://",
"Local" : "Locale",
"Location" : "Posizione",
2016-09-04 03:09:21 +03:00
"Nextcloud" : "Nextcloud",
2015-08-26 11:10:42 +03:00
"SFTP" : "SFTP",
2015-08-25 19:39:10 +03:00
"Root" : "Radice",
2015-09-28 12:07:18 +03:00
"SFTP with secret key login" : "SFTP con accesso a chiave segreta",
2015-08-26 11:10:42 +03:00
"SMB / CIFS" : "SMB / CIFS",
2015-09-14 08:55:35 +03:00
"Share" : "Condividi",
2015-09-18 08:54:55 +03:00
"Domain" : "Dominio",
2015-09-28 12:07:18 +03:00
"SMB / CIFS using OC login" : "SMB / CIFS utilizzando le credenziali di OC",
2015-09-14 08:55:35 +03:00
"Username as share" : "Nome utente come condivisione",
"OpenStack Object Storage" : "OpenStack Object Storage",
2015-09-15 08:54:50 +03:00
"Service name" : "Nome servizio",
2015-09-16 11:00:17 +03:00
"Request timeout (seconds)" : "Tempo massimo della richiesta (secondi)",
2016-09-01 03:09:24 +03:00
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Il supporto cURL di PHP non è abilitato o installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.",
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Il supporto FTP in PHP non è abilitato o installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.",
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" non è installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.",
2015-01-14 09:55:16 +03:00
"No external storage configured" : "Nessuna archiviazione esterna configurata",
2015-03-28 08:55:46 +03:00
"You can add external storages in the personal settings" : "Puoi aggiungere archiviazioni esterne nelle impostazioni personali",
"Name" : "Nome",
"Storage type" : "Tipo di archiviazione",
"Scope" : "Ambito",
2016-04-09 19:28:39 +03:00
"Enable encryption" : "Abilita cifratura",
"Enable previews" : "Abilita le anteprime",
"Enable sharing" : "Abilita condivisione",
"Check for changes" : "Controlla le modifiche",
"Never" : "Mai",
"Once every direct access" : "Una volta per ogni accesso diretto",
"Folder name" : "Nome della cartella",
2017-05-08 23:49:06 +03:00
"External storage" : "Archiviazione esterna",
2015-08-26 11:10:42 +03:00
"Authentication" : "Autenticazione",
"Configuration" : "Configurazione",
"Available for" : "Disponibile per",
2015-11-25 09:55:37 +03:00
"Add storage" : "Aggiungi archiviazione",
2015-03-28 08:55:46 +03:00
"Advanced settings" : "Impostazioni avanzate",
"Delete" : "Elimina",
2015-11-05 09:55:14 +03:00
"Allow users to mount external storage" : "Consenti agli utenti di montare archiviazioni esterne",
2018-02-02 04:10:15 +03:00
"Allow users to mount the following external storage" : "Consenti agli utenti di montare la seguente archiviazione esterna",
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Il recupero dei token di richiesta non è riuscito. Verifica che la chiave e il segreto dell'applicazione siano corretti.",
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Il recupero dei token di accesso non è riuscito. Verifica che la chiave e il segreto dell'applicazione siano corretti.",
"Step 1 failed. Exception: %s" : "Fase 1 non riuscita. Eccezione: %s",
"Step 2 failed. Exception: %s" : "Fase 2 non riuscita. Eccezione: %s",
"Dropbox App Configuration" : "Configurazione applicazione Dropbox",
"Google Drive App Configuration" : "Configurazione applicazione Google Drive",
"Dropbox" : "Dropbox",
"Google Drive" : "Google Drive"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}