aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-07-29 00:20:16 +0000
committerNextcloud bot <bot@nextcloud.com>2024-07-29 00:20:16 +0000
commit8f235982c9d4380065ba2568b6185c4ceefaa9fa (patch)
tree565dbf8f12ce9e404c3cf8a0207a320777333987 /apps/files
parent57385a4961e5160b177e0ac63d8225cc01171a2e (diff)
downloadnextcloud-server-8f235982c9d4380065ba2568b6185c4ceefaa9fa.tar.gz
nextcloud-server-8f235982c9d4380065ba2568b6185c4ceefaa9fa.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/l10n/ar.js2
-rw-r--r--apps/files/l10n/ar.json2
-rw-r--r--apps/files/l10n/de_DE.js2
-rw-r--r--apps/files/l10n/de_DE.json2
-rw-r--r--apps/files/l10n/en_GB.js2
-rw-r--r--apps/files/l10n/en_GB.json2
-rw-r--r--apps/files/l10n/gl.js2
-rw-r--r--apps/files/l10n/gl.json2
-rw-r--r--apps/files/l10n/sv.js2
-rw-r--r--apps/files/l10n/sv.json2
-rw-r--r--apps/files/l10n/zh_HK.js1
-rw-r--r--apps/files/l10n/zh_HK.json1
12 files changed, 22 insertions, 0 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js
index cdc594b5198..690a06039fa 100644
--- a/apps/files/l10n/ar.js
+++ b/apps/files/l10n/ar.js
@@ -283,6 +283,8 @@ OC.L10N.register(
"Disconnect storages" : "فصل وحدات تخزين",
"Delete files" : "حذف الملفات",
"Delete folders" : "حذف مجلدين",
+ "_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["أنت على وشك أن تحذف نهائياً {count} عنصراً","أنت على وشك أن تحذف نهائياً {count} عنصراً","أنت على وشك أن تحذف نهائياً {count} عنصراً","أنت على وشك أن تحذف نهائياً {count} عناصر","أنت على وشك أن تحذف نهائياً {count} عناصر","أنت على وشك أن تحذف نهائياً {count} عنصراً"],
+ "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["أنت على وشك أن تحذف {count} عنصراً","أنت على وشك أن تحذف {count} عنصراً","أنت على وشك أن تحذف {count} عنصراً","أنت على وشك أن تحذف {count} عناصر","أنت على وشك أن تحذف {count} عناصر","أنت على وشك أن تحذف {count} عنصراً"],
"Confirm deletion" : "أكِّد على الحذف",
"Cancel" : "الغاء",
"Destination is not a folder" : "المَقصَد ليس مُجلّداً",
diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json
index 8153d82016b..7ce28a353d5 100644
--- a/apps/files/l10n/ar.json
+++ b/apps/files/l10n/ar.json
@@ -281,6 +281,8 @@
"Disconnect storages" : "فصل وحدات تخزين",
"Delete files" : "حذف الملفات",
"Delete folders" : "حذف مجلدين",
+ "_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["أنت على وشك أن تحذف نهائياً {count} عنصراً","أنت على وشك أن تحذف نهائياً {count} عنصراً","أنت على وشك أن تحذف نهائياً {count} عنصراً","أنت على وشك أن تحذف نهائياً {count} عناصر","أنت على وشك أن تحذف نهائياً {count} عناصر","أنت على وشك أن تحذف نهائياً {count} عنصراً"],
+ "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["أنت على وشك أن تحذف {count} عنصراً","أنت على وشك أن تحذف {count} عنصراً","أنت على وشك أن تحذف {count} عنصراً","أنت على وشك أن تحذف {count} عناصر","أنت على وشك أن تحذف {count} عناصر","أنت على وشك أن تحذف {count} عنصراً"],
"Confirm deletion" : "أكِّد على الحذف",
"Cancel" : "الغاء",
"Destination is not a folder" : "المَقصَد ليس مُجلّداً",
diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js
index 3dc6f686dbd..31c8c01a273 100644
--- a/apps/files/l10n/de_DE.js
+++ b/apps/files/l10n/de_DE.js
@@ -283,6 +283,8 @@ OC.L10N.register(
"Disconnect storages" : "Speicher trennen",
"Delete files" : "Dateien löschen",
"Delete folders" : "Ordner löschen",
+ "_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["Sie sind dabei, {count} Element endgültig zu löschen","Sie sind dabei, {count} Elemente endgültig zu löschen"],
+ "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Sie sind dabei, {count} Element zu löschen","Sie sind dabei, {count} Elemente zu löschen"],
"Confirm deletion" : "Löschen bestätigen",
"Cancel" : "Abbrechen",
"Destination is not a folder" : "Ziel ist kein Ordner",
diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json
index 99100573540..8d3094e8b50 100644
--- a/apps/files/l10n/de_DE.json
+++ b/apps/files/l10n/de_DE.json
@@ -281,6 +281,8 @@
"Disconnect storages" : "Speicher trennen",
"Delete files" : "Dateien löschen",
"Delete folders" : "Ordner löschen",
+ "_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["Sie sind dabei, {count} Element endgültig zu löschen","Sie sind dabei, {count} Elemente endgültig zu löschen"],
+ "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Sie sind dabei, {count} Element zu löschen","Sie sind dabei, {count} Elemente zu löschen"],
"Confirm deletion" : "Löschen bestätigen",
"Cancel" : "Abbrechen",
"Destination is not a folder" : "Ziel ist kein Ordner",
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js
index 1b85269ab3b..1b0cb7ec7eb 100644
--- a/apps/files/l10n/en_GB.js
+++ b/apps/files/l10n/en_GB.js
@@ -283,6 +283,8 @@ OC.L10N.register(
"Disconnect storages" : "Disconnect storages",
"Delete files" : "Delete files",
"Delete folders" : "Delete folders",
+ "_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["You are about to permanently delete {count} item","You are about to permanently delete {count} items"],
+ "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["You are about to delete {count} item","You are about to delete {count} items"],
"Confirm deletion" : "Confirm deletion",
"Cancel" : "Cancel",
"Destination is not a folder" : "Destination is not a folder",
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json
index bafa8f8a9f6..25ec308eb01 100644
--- a/apps/files/l10n/en_GB.json
+++ b/apps/files/l10n/en_GB.json
@@ -281,6 +281,8 @@
"Disconnect storages" : "Disconnect storages",
"Delete files" : "Delete files",
"Delete folders" : "Delete folders",
+ "_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["You are about to permanently delete {count} item","You are about to permanently delete {count} items"],
+ "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["You are about to delete {count} item","You are about to delete {count} items"],
"Confirm deletion" : "Confirm deletion",
"Cancel" : "Cancel",
"Destination is not a folder" : "Destination is not a folder",
diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js
index f48e8113424..a12157a5144 100644
--- a/apps/files/l10n/gl.js
+++ b/apps/files/l10n/gl.js
@@ -283,6 +283,8 @@ OC.L10N.register(
"Disconnect storages" : "Desconectar os almacenamentos",
"Delete files" : "Eliminar ficheiros",
"Delete folders" : "Eliminar cartafoles",
+ "_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["Está a piques de eliminar definitivamente {count} elemento","Está a piques de eliminar definitivamente {count} elementos"],
+ "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Está a piques de eliminar {count} elemento","Está a piques de eliminar {count} elementos"],
"Confirm deletion" : "Confirmar a eliminación",
"Cancel" : "Cancelar",
"Destination is not a folder" : "O destino non é un cartafol",
diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json
index 6f69e8bf7a2..bd4f3246861 100644
--- a/apps/files/l10n/gl.json
+++ b/apps/files/l10n/gl.json
@@ -281,6 +281,8 @@
"Disconnect storages" : "Desconectar os almacenamentos",
"Delete files" : "Eliminar ficheiros",
"Delete folders" : "Eliminar cartafoles",
+ "_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["Está a piques de eliminar definitivamente {count} elemento","Está a piques de eliminar definitivamente {count} elementos"],
+ "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Está a piques de eliminar {count} elemento","Está a piques de eliminar {count} elementos"],
"Confirm deletion" : "Confirmar a eliminación",
"Cancel" : "Cancelar",
"Destination is not a folder" : "O destino non é un cartafol",
diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js
index 3dcc340e865..4c46be9f9af 100644
--- a/apps/files/l10n/sv.js
+++ b/apps/files/l10n/sv.js
@@ -283,6 +283,8 @@ OC.L10N.register(
"Disconnect storages" : "Koppla bort lagringar",
"Delete files" : "Radera filer",
"Delete folders" : "Radera mappar",
+ "_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["Du är på väg att permanent ta bort {count} objekt","Du är på väg att permanent ta bort {count} objekt"],
+ "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Du är på väg att ta bort {count} objekt","Du är på väg att ta bort {count} objekt"],
"Confirm deletion" : "Bekräfta radering",
"Cancel" : "Avbryt",
"Destination is not a folder" : "Destinationen är inte en mapp",
diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json
index 5c423819c52..abb35e085f5 100644
--- a/apps/files/l10n/sv.json
+++ b/apps/files/l10n/sv.json
@@ -281,6 +281,8 @@
"Disconnect storages" : "Koppla bort lagringar",
"Delete files" : "Radera filer",
"Delete folders" : "Radera mappar",
+ "_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["Du är på väg att permanent ta bort {count} objekt","Du är på väg att permanent ta bort {count} objekt"],
+ "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Du är på väg att ta bort {count} objekt","Du är på väg att ta bort {count} objekt"],
"Confirm deletion" : "Bekräfta radering",
"Cancel" : "Avbryt",
"Destination is not a folder" : "Destinationen är inte en mapp",
diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js
index 87f8211ab36..bc07a9c33a6 100644
--- a/apps/files/l10n/zh_HK.js
+++ b/apps/files/l10n/zh_HK.js
@@ -283,6 +283,7 @@ OC.L10N.register(
"Disconnect storages" : "解除連結儲存空間",
"Delete files" : "刪除檔案",
"Delete folders" : "刪除資料夾",
+ "_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["您即將永久刪除 {count} 項。"],
"Confirm deletion" : "確認刪除",
"Cancel" : "取消",
"Destination is not a folder" : "目標地不是資料夾",
diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json
index 6805178d858..89105133daa 100644
--- a/apps/files/l10n/zh_HK.json
+++ b/apps/files/l10n/zh_HK.json
@@ -281,6 +281,7 @@
"Disconnect storages" : "解除連結儲存空間",
"Delete files" : "刪除檔案",
"Delete folders" : "刪除資料夾",
+ "_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["您即將永久刪除 {count} 項。"],
"Confirm deletion" : "確認刪除",
"Cancel" : "取消",
"Destination is not a folder" : "目標地不是資料夾",