diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-13 00:20:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-13 00:20:13 +0000 |
commit | c416abbb7fa6acd8bc01613cd930ca57a8762a52 (patch) | |
tree | cbd29eec2d1f06f1234ca4a7f1c1f2a43fba0695 /core/l10n/it.js | |
parent | 87e8468d407d7b584ee1c68ffb6f55d44da9823b (diff) | |
download | nextcloud-server-c416abbb7fa6acd8bc01613cd930ca57a8762a52.tar.gz nextcloud-server-c416abbb7fa6acd8bc01613cd930ca57a8762a52.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/it.js')
-rw-r--r-- | core/l10n/it.js | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/core/l10n/it.js b/core/l10n/it.js index 7481d3bf770..73f2e5782cd 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -183,7 +183,27 @@ OC.L10N.register( "Install the Contacts app" : "Installa l'applicazione Contatti", "Loading your contacts …" : "Caricamento dei tuoi contatti...", "Looking for {term} …" : "Ricerca di {term} in corso...", + "Search starts once you start typing and results may be reached with the arrow keys" : "La ricerca inizia nel momento in cui digiti e puoi vedere i risultati con i tasti freccia", + "Search for {name} only" : "Cerca solo {name}", + "Start typing to search" : "Inizia a digitare per cercare", + "Loading more results …" : "Caricamento di più risultati...", + "Load more results" : "Carica più risultati", + "Search" : "Cerca", + "No results for {query}" : "Nessun risultato per {query}", + "Press Enter to start searching" : "Premi invio per iniziare la ricerca", + "An error occurred while searching for {type}" : "Si è verificato un errore durante la ricerca di {type}", + "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Digita {minSearchLength} carattere o più per cercare","Digita {minSearchLength} caratteri o più per cercare","Digita {minSearchLength} caratteri o più per cercare"], + "Forgot password?" : "Hai dimenticato la password?", + "Back to login form" : "Torna al modulo di accesso", + "Back" : "Indietro", + "Login form is disabled." : "Il modulo di accesso è disabilitato.", + "Edit Profile" : "Modifica il profilo", + "The headline and about sections will show up here" : "Le sezioni del titolo e delle informazioni verranno mostrate qui", + "You have not added any info yet" : "Non hai ancora aggiunto alcuna informazione", + "{user} has not added any info yet" : "{user} non ha ancora aggiunto alcuna informazione", + "Error opening the user status modal, try hard refreshing the page" : "Errore nell'apertura dello stato utente, prova a ricaricare la pagina", "Search apps, files, tags, messages" : "Cerca apps. flie, tag, messaggi", + "Search {types} …" : "Cerca {types}...", "Apps and Settings" : "App e impostazioni", "Date" : "Data", "Today" : "Ogg", @@ -194,31 +214,12 @@ OC.L10N.register( "Search people" : "Cerca le persone", "Not found" : "Non trovato", "People" : "Persone", - "Load more results" : "Carica più risultati", "Search in" : "Cerca all'interno", "Filter in current view" : "Filtro nella vista corrente", "Searching …" : "Ricerca in corso…", "Start typing in search" : "Inizia a digitare il testo di ricerca", "No matching results" : "Nessun risultato corrispondente", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Tra ${this.dateFilter.startFrom.toLocaleDateString()} e ${this.dateFilter.endAt.toLocaleDateString()}", - "Forgot password?" : "Hai dimenticato la password?", - "Back to login form" : "Torna al modulo di accesso", - "Back" : "Indietro", - "Login form is disabled." : "Il modulo di accesso è disabilitato.", - "Edit Profile" : "Modifica il profilo", - "The headline and about sections will show up here" : "Le sezioni del titolo e delle informazioni verranno mostrate qui", - "You have not added any info yet" : "Non hai ancora aggiunto alcuna informazione", - "{user} has not added any info yet" : "{user} non ha ancora aggiunto alcuna informazione", - "Error opening the user status modal, try hard refreshing the page" : "Errore nell'apertura dello stato utente, prova a ricaricare la pagina", - "Search starts once you start typing and results may be reached with the arrow keys" : "La ricerca inizia nel momento in cui digiti e puoi vedere i risultati con i tasti freccia", - "Search for {name} only" : "Cerca solo {name}", - "Start typing to search" : "Inizia a digitare per cercare", - "Loading more results …" : "Caricamento di più risultati...", - "Search" : "Cerca", - "No results for {query}" : "Nessun risultato per {query}", - "Press Enter to start searching" : "Premi invio per iniziare la ricerca", - "An error occurred while searching for {type}" : "Si è verificato un errore durante la ricerca di {type}", - "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Digita {minSearchLength} carattere o più per cercare","Digita {minSearchLength} caratteri o più per cercare","Digita {minSearchLength} caratteri o più per cercare"], "This browser is not supported" : "Questo browser non è supportato", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Il tuo browser non è supportato. Effettua l'upgrade a una versione più recente o supportata.", "Continue with this unsupported browser" : "Prosegui con questo browser non supportato", @@ -226,7 +227,6 @@ OC.L10N.register( "{name} version {version} and above" : "{name} versione {version} e successive", "Settings menu" : "Menu delle impostazioni", "Avatar of {displayName}" : "Avatar di {displayName}", - "Search {types} …" : "Cerca {types}...", "No" : "No", "Yes" : "Sì", "Choose {file}" : "Scegli {file}", |