diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-01 00:18:33 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-01 00:18:33 +0000 |
commit | f49550db979bdc1de23ef6df993ec29f938de1d7 (patch) | |
tree | d3701ef31c4c2e8bc982b4687d7c20ad8b6526f8 /apps/files/l10n | |
parent | 254914a7358a8dbdfe18580cf876c126383cb4ef (diff) | |
download | nextcloud-server-f49550db979bdc1de23ef6df993ec29f938de1d7.tar.gz nextcloud-server-f49550db979bdc1de23ef6df993ec29f938de1d7.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/en_GB.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/en_GB.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/it.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/it.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/nl.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/nl.json | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 06c45f824fa..ce9a8904756 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -172,6 +172,7 @@ OC.L10N.register( "Reload current directory" : "Reload current directory", "Go to the \"{dir}\" directory" : "Go to the \"{dir}\" directory", "Drag and drop files here to upload" : "Drag and drop files here to upload", + "Uploading \"{filename}\" failed" : "Uploading \"{filename}\" failed", "Upload successful" : "Upload successful", "\"{displayName}\" action executed successfully" : "\"{displayName}\" action executed successfully", "\"{displayName}\" action failed" : "\"{displayName}\" action failed", diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index 92a58a7e296..bbb23d07ae8 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -170,6 +170,7 @@ "Reload current directory" : "Reload current directory", "Go to the \"{dir}\" directory" : "Go to the \"{dir}\" directory", "Drag and drop files here to upload" : "Drag and drop files here to upload", + "Uploading \"{filename}\" failed" : "Uploading \"{filename}\" failed", "Upload successful" : "Upload successful", "\"{displayName}\" action executed successfully" : "\"{displayName}\" action executed successfully", "\"{displayName}\" action failed" : "\"{displayName}\" action failed", diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index 70f7fd37bc4..a79c975fe63 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -172,6 +172,7 @@ OC.L10N.register( "Reload current directory" : "Ricarica la cartella corrente", "Go to the \"{dir}\" directory" : "Vai alla cartella \"{dir}\"", "Drag and drop files here to upload" : "Trascina i file qui per caricarli", + "Uploading \"{filename}\" failed" : "Caricamento di \"{filename}\" fallito", "Upload successful" : "Caricamento effettuato", "\"{displayName}\" action executed successfully" : "L'azione \"{displayName}\" è stata eseguita correttamente", "\"{displayName}\" action failed" : "L'azione \"{displayName}\" è fallita", diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json index 092e584c444..d137d12d221 100644 --- a/apps/files/l10n/it.json +++ b/apps/files/l10n/it.json @@ -170,6 +170,7 @@ "Reload current directory" : "Ricarica la cartella corrente", "Go to the \"{dir}\" directory" : "Vai alla cartella \"{dir}\"", "Drag and drop files here to upload" : "Trascina i file qui per caricarli", + "Uploading \"{filename}\" failed" : "Caricamento di \"{filename}\" fallito", "Upload successful" : "Caricamento effettuato", "\"{displayName}\" action executed successfully" : "L'azione \"{displayName}\" è stata eseguita correttamente", "\"{displayName}\" action failed" : "L'azione \"{displayName}\" è fallita", diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js index 1c186581010..be96f0ca2c5 100644 --- a/apps/files/l10n/nl.js +++ b/apps/files/l10n/nl.js @@ -170,6 +170,7 @@ OC.L10N.register( "Folder name" : "Mapnaam", "Name cannot be empty" : "Naam mag niet leeg zijn", "Select all" : "Alles selecteren", + "Unselect all" : "Alle deselecteren", "File not found" : "Bestand niet gevonden", "{usedQuotaByte} used" : "{usedQuotaByte} gebruikt", "{relative}% used" : "{relative}% gebruikt", diff --git a/apps/files/l10n/nl.json b/apps/files/l10n/nl.json index 80845738259..01b211616b6 100644 --- a/apps/files/l10n/nl.json +++ b/apps/files/l10n/nl.json @@ -168,6 +168,7 @@ "Folder name" : "Mapnaam", "Name cannot be empty" : "Naam mag niet leeg zijn", "Select all" : "Alles selecteren", + "Unselect all" : "Alle deselecteren", "File not found" : "Bestand niet gevonden", "{usedQuotaByte} used" : "{usedQuotaByte} gebruikt", "{relative}% used" : "{relative}% gebruikt", |