diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-14 00:26:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-14 00:26:52 +0000 |
commit | b085803c0bfe8c568e5710525e49d5f6378833b6 (patch) | |
tree | 2d1021d4d11d2f11b9ee69bda0a5bf904b59df5d /apps/files/l10n/it.js | |
parent | 1ad1a9df23356f7983d7653425b677c86e723008 (diff) | |
download | nextcloud-server-b085803c0bfe8c568e5710525e49d5f6378833b6.tar.gz nextcloud-server-b085803c0bfe8c568e5710525e49d5f6378833b6.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/it.js')
-rw-r--r-- | apps/files/l10n/it.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index 2944b137eae..1556e01428c 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "Crea una nuova cartella", "Upload file" : "Carica file", "Recent" : "Recenti", - "This file has the tag {tag}" : "Questo file ha il tag {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Il file ha i tag {firstTags} e {lastTag}", "Not favorited" : "Non preferito", "Remove from favorites" : "Rimuovi dai preferiti", "Add to favorites" : "Aggiungi ai preferiti", @@ -283,6 +281,8 @@ OC.L10N.register( "Shared with you" : "Condivisi con te", "Deleted shares" : "Condivisioni eliminate", "Pending shares" : "Condivisioni in corso", + "This file has the tag {tag}" : "Questo file ha il tag {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Il file ha i tag {firstTags} e {lastTag}", "Open folder {name}" : "Apri la cartella {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Questa lista non รจ stata mostrata completamente per ragioni di performances. I file verranno mostrati durante la navigazione della lista.", "Search for an account" : "Cerca un account", |