diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-14 00:19:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-14 00:19:23 +0000 |
commit | 42987e7a45f27392a0eeec1b976b1a0e7bb8c7a4 (patch) | |
tree | dd6ad94170d41fa01991cf9a05eb5d465e4c3dd4 /core/l10n/it.js | |
parent | 20932c8430dbe1d6173aba06c9a971af76c5efd5 (diff) | |
download | nextcloud-server-42987e7a45f27392a0eeec1b976b1a0e7bb8c7a4.tar.gz nextcloud-server-42987e7a45f27392a0eeec1b976b1a0e7bb8c7a4.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/it.js b/core/l10n/it.js index 73f2e5782cd..5fff13e6cea 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -217,7 +217,6 @@ OC.L10N.register( "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()}", "This browser is not supported" : "Questo browser non è supportato", @@ -453,6 +452,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Il tuo indirizzo remoto è stato identificato come \"{remoteAddress}\" e al momento è strozzato con forza bruta rallentando le prestazioni di varie richieste. Se l'indirizzo remoto non è tuo può essere indicativo che un proxy non è configurato correttamente. Puoi trovare maggiori informazioni nella {linkstart}documentazione ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Il database viene usato per il blocco transazionale dei file. Per migliorare le prestazioni, configura memcache, se disponibile. Vedi la {linkstart}documentazione ↗{linkend} per maggiori informazioni.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 è deprecato in Nextcloud 27. Nextcloud 28 potrebbe richiedere almeno PHP 8.1. Aggiorna ad {linkstart}una delle versioni di PHP supportate ufficialmente fornite dal Gruppo PHP ↗{linkend} il prima possibile.", - "Avatar of {fullName}" : "Avatar di {fullName}" + "Avatar of {fullName}" : "Avatar di {fullName}", + "Start typing in search" : "Inizia a digitare il testo di ricerca" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |