diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-30 00:22:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-30 00:22:32 +0000 |
commit | 7cc66998a2a0383b89e80a9e5c54d9848c539455 (patch) | |
tree | a70fc5e168b3a8a204450732887b50d65c81afb1 /core/l10n/it.js | |
parent | ff06a803e61025e58749b71a17a32457785338d9 (diff) | |
download | nextcloud-server-7cc66998a2a0383b89e80a9e5c54d9848c539455.tar.gz nextcloud-server-7cc66998a2a0383b89e80a9e5c54d9848c539455.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, 3 insertions, 1 deletions
diff --git a/core/l10n/it.js b/core/l10n/it.js index 990ad0562d7..f780bdabb24 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -188,7 +188,7 @@ OC.L10N.register( "Global search" : "Ricerca globale", "Search apps, files, tags, messages" : "Cerca apps. flie, tag, messaggi", "Apps and Settings" : "App e impostazioni", - "Modified" : "Modificato", + "Date" : "Data", "Today" : "Ogg", "Last 7 days" : "Ultimi 7 giorni", "Last 30 days" : "Ultimi 30 giorni", @@ -200,6 +200,7 @@ OC.L10N.register( "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()}", @@ -433,6 +434,7 @@ OC.L10N.register( "No more subfolders in here" : "Qui non ci sono altre sottocartelle", "Name" : "Nome", "Size" : "Dimensione", + "Modified" : "Modificato", "\"{name}\" is an invalid file name." : "\"{name}\" non è un nome file valido.", "File name cannot be empty." : "Il nome del file non può essere vuoto.", "\"/\" is not allowed inside a file name." : "\"/\" non è consentito nel nome di un file.", |