diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-04 00:19:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-04 00:19:57 +0000 |
commit | 8f9e02e493059b4fcf763e3540e87e6e04915a06 (patch) | |
tree | e7e3b46d4db5206ee4df391c4dbb3786273cc395 | |
parent | 072b4c41cfc37d341012fff2006155b425663159 (diff) | |
download | nextcloud-server-8f9e02e493059b4fcf763e3540e87e6e04915a06.tar.gz nextcloud-server-8f9e02e493059b4fcf763e3540e87e6e04915a06.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r-- | apps/files/l10n/ar.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/ar.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/es_MX.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/es_MX.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/sv.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/sv.json | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index e4b7e03061b..91d492aa58c 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -305,6 +305,7 @@ OC.L10N.register( "Copy to {target}" : "أُنسُخ إلى {target}", "Move to {target}" : "أُنقُل إلى {target}", "Move or copy operation failed" : "عملية النسخ أو النقل أخفقت", + "Cancelled move or copy of \"{filename}\"." : "تمّ إلغاء عملية حذف أو نقل الملف \"{filename}\".", "Cancelled move or copy operation" : ".عملية النسخ أو النقل تمّ إلغاؤها", "Open folder {displayName}" : "إفتح المجلد {displayName}", "Open in Files" : "إفتَح في \"الملفات\"", diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json index 05485c234ff..41fb368ca1b 100644 --- a/apps/files/l10n/ar.json +++ b/apps/files/l10n/ar.json @@ -303,6 +303,7 @@ "Copy to {target}" : "أُنسُخ إلى {target}", "Move to {target}" : "أُنقُل إلى {target}", "Move or copy operation failed" : "عملية النسخ أو النقل أخفقت", + "Cancelled move or copy of \"{filename}\"." : "تمّ إلغاء عملية حذف أو نقل الملف \"{filename}\".", "Cancelled move or copy operation" : ".عملية النسخ أو النقل تمّ إلغاؤها", "Open folder {displayName}" : "إفتح المجلد {displayName}", "Open in Files" : "إفتَح في \"الملفات\"", diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js index 7de064137ca..4ba69a47d80 100644 --- a/apps/files/l10n/es_MX.js +++ b/apps/files/l10n/es_MX.js @@ -305,6 +305,7 @@ OC.L10N.register( "Copy to {target}" : "Copiar a {target}", "Move to {target}" : "Mover a {target}", "Move or copy operation failed" : "La operación de mover o copiar falló", + "Cancelled move or copy of \"{filename}\"." : "Se canceló la operación de mover o copiar de \"{filename}\".", "Cancelled move or copy operation" : "Se canceló la operación de mover o copiar", "Open folder {displayName}" : "Abrir carpeta {displayName}", "Open in Files" : "Abrir en Archivos", diff --git a/apps/files/l10n/es_MX.json b/apps/files/l10n/es_MX.json index 750dc1ce6ff..06b1c8b41d8 100644 --- a/apps/files/l10n/es_MX.json +++ b/apps/files/l10n/es_MX.json @@ -303,6 +303,7 @@ "Copy to {target}" : "Copiar a {target}", "Move to {target}" : "Mover a {target}", "Move or copy operation failed" : "La operación de mover o copiar falló", + "Cancelled move or copy of \"{filename}\"." : "Se canceló la operación de mover o copiar de \"{filename}\".", "Cancelled move or copy operation" : "Se canceló la operación de mover o copiar", "Open folder {displayName}" : "Abrir carpeta {displayName}", "Open in Files" : "Abrir en Archivos", diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index 2f136ff355b..efbe8dac30f 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -305,6 +305,7 @@ OC.L10N.register( "Copy to {target}" : "Kopiera till {target}", "Move to {target}" : "Flytta till {target}", "Move or copy operation failed" : "Flytta eller kopiera misslyckades", + "Cancelled move or copy of \"{filename}\"." : "Avbröt flytt eller kopiering av \"{filename}\".", "Cancelled move or copy operation" : "Flytta eller kopiera avbröts", "Open folder {displayName}" : "Öppna mappen {displayName}", "Open in Files" : "Öppna i Filer", diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index 12502beff83..30d701533f2 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -303,6 +303,7 @@ "Copy to {target}" : "Kopiera till {target}", "Move to {target}" : "Flytta till {target}", "Move or copy operation failed" : "Flytta eller kopiera misslyckades", + "Cancelled move or copy of \"{filename}\"." : "Avbröt flytt eller kopiering av \"{filename}\".", "Cancelled move or copy operation" : "Flytta eller kopiera avbröts", "Open folder {displayName}" : "Öppna mappen {displayName}", "Open in Files" : "Öppna i Filer", |