diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-01-26 00:22:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-01-26 00:22:32 +0000 |
commit | 0a0ab5742c3796358a452a248e9f9836fc8384d9 (patch) | |
tree | 053bbb60220c6d0eeccacb94f8f4e2d78fdff413 /apps/files | |
parent | ea3c9f164c975319cdf571071ff4862e3bce7165 (diff) | |
download | nextcloud-server-0a0ab5742c3796358a452a248e9f9836fc8384d9.tar.gz nextcloud-server-0a0ab5742c3796358a452a248e9f9836fc8384d9.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.js | 16 | ||||
-rw-r--r-- | apps/files/l10n/ar.json | 16 | ||||
-rw-r--r-- | apps/files/l10n/en_GB.js | 18 | ||||
-rw-r--r-- | apps/files/l10n/en_GB.json | 18 |
4 files changed, 68 insertions, 0 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index 59b431cc2b5..a48277580bc 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -211,12 +211,28 @@ OC.L10N.register( "Tags" : "الوسوم", "You" : "أنت", "Shared multiple times with different people" : "تمّت مشاركته عدة مرات مع أشخاص متعددين", + "Unable to change the favorite state of the file" : "تعذّر تغيير حالة المُفضَّلة للملف", "Error while loading the file data" : "خطأ اثناء تحميل بيانات الملف", "Pick a template for {name}" : "اختر قالبا لـ {name}", "Create a new file with the selected template" : "إنشاء ملف جديد بإستخدام القالب المحدد", "Creating file" : "إنشاء ملف", "Blank" : "فارغ", "Unable to create new file from template" : "تعذر إنشاء الملف الجديد من القالب", + "Save as {displayName}" : "حفظ باسم {displayName}", + "Save as …" : "حفظ باسم ...", + "Converting files…" : "تحويل الملفات ...", + "Failed to convert files: {message}" : "تعذّر تحويل الملفات: {message}", + "All files failed to be converted" : "تعذّر تحويل كل الملفات", + "One file could not be converted: {message}" : "تعذّر تحويل الملف : {message}", + "One file could not be converted" : "تعذّر تحويل ملف", + "{count} files could not be converted" : "{count} ملفات تعذّر تحويلها", + "{count} files successfully converted" : "{count} ملف تمّ تحويلها بنجاحٍ", + "Files successfully converted" : "ملفات تمّ تحويلها بنجاحٍ", + "Failed to convert files" : "تعذّر تحويل الملفات", + "Converting file…" : "تحويل الملفات ...", + "File successfully converted" : "تمّ تحويل الملفات بنجاحٍ", + "Failed to convert file: {message}" : "تعذّر تحويل الملف: {message}", + "Failed to convert file" : "تعذّر تحويل ملف", "Deletion cancelled" : "تمّ إلغاء الحذف", "Leave this share" : "مغادرة هذه المشاركة", "Leave these shares" : "مغادرة هاتين المشاركتين", diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json index 4399a3025ba..0ba0cac174c 100644 --- a/apps/files/l10n/ar.json +++ b/apps/files/l10n/ar.json @@ -209,12 +209,28 @@ "Tags" : "الوسوم", "You" : "أنت", "Shared multiple times with different people" : "تمّت مشاركته عدة مرات مع أشخاص متعددين", + "Unable to change the favorite state of the file" : "تعذّر تغيير حالة المُفضَّلة للملف", "Error while loading the file data" : "خطأ اثناء تحميل بيانات الملف", "Pick a template for {name}" : "اختر قالبا لـ {name}", "Create a new file with the selected template" : "إنشاء ملف جديد بإستخدام القالب المحدد", "Creating file" : "إنشاء ملف", "Blank" : "فارغ", "Unable to create new file from template" : "تعذر إنشاء الملف الجديد من القالب", + "Save as {displayName}" : "حفظ باسم {displayName}", + "Save as …" : "حفظ باسم ...", + "Converting files…" : "تحويل الملفات ...", + "Failed to convert files: {message}" : "تعذّر تحويل الملفات: {message}", + "All files failed to be converted" : "تعذّر تحويل كل الملفات", + "One file could not be converted: {message}" : "تعذّر تحويل الملف : {message}", + "One file could not be converted" : "تعذّر تحويل ملف", + "{count} files could not be converted" : "{count} ملفات تعذّر تحويلها", + "{count} files successfully converted" : "{count} ملف تمّ تحويلها بنجاحٍ", + "Files successfully converted" : "ملفات تمّ تحويلها بنجاحٍ", + "Failed to convert files" : "تعذّر تحويل الملفات", + "Converting file…" : "تحويل الملفات ...", + "File successfully converted" : "تمّ تحويل الملفات بنجاحٍ", + "Failed to convert file: {message}" : "تعذّر تحويل الملف: {message}", + "Failed to convert file" : "تعذّر تحويل ملف", "Deletion cancelled" : "تمّ إلغاء الحذف", "Leave this share" : "مغادرة هذه المشاركة", "Leave these shares" : "مغادرة هاتين المشاركتين", diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 199f0dc8e34..30272c3a1db 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -48,6 +48,8 @@ OC.L10N.register( "Folder not found" : "Folder not found", "The file cannot be found" : "The file cannot be found", "The destination path does not exist: %1$s" : "The destination path does not exist: %1$s", + "You do not have permission to create a file at the specified location" : "You do not have permission to create a file at the specified location", + "The file could not be converted." : "The file could not be converted.", "Could not get relative path to converted file" : "Could not get relative path to converted file", "Favorite files" : "Favorite files", "No favorites" : "No favourites", @@ -209,12 +211,28 @@ OC.L10N.register( "Tags" : "Tags", "You" : "You", "Shared multiple times with different people" : "Shared multiple times with different people", + "Unable to change the favorite state of the file" : "Unable to change the favorite state of the file", "Error while loading the file data" : "Error while loading the file data", "Pick a template for {name}" : "Pick a template for {name}", "Create a new file with the selected template" : "Create a new file with the selected template", "Creating file" : "Creating file", "Blank" : "Blank", "Unable to create new file from template" : "Unable to create new file from template", + "Save as {displayName}" : "Save as {displayName}", + "Save as …" : "Save as …", + "Converting files…" : "Converting files…", + "Failed to convert files: {message}" : "Failed to convert files: {message}", + "All files failed to be converted" : "All files failed to be converted", + "One file could not be converted: {message}" : "One file could not be converted: {message}", + "One file could not be converted" : "One file could not be converted", + "{count} files could not be converted" : "{count} files could not be converted", + "{count} files successfully converted" : "{count} files successfully converted", + "Files successfully converted" : "Files successfully converted", + "Failed to convert files" : "Failed to convert files", + "Converting file…" : "Converting file…", + "File successfully converted" : "File successfully converted", + "Failed to convert file: {message}" : "Failed to convert file: {message}", + "Failed to convert file" : "Failed to convert file", "Deletion cancelled" : "Deletion cancelled", "Leave this share" : "Leave this share", "Leave these shares" : "Leave these shares", diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index ed0382e133c..dbd98c2759e 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -46,6 +46,8 @@ "Folder not found" : "Folder not found", "The file cannot be found" : "The file cannot be found", "The destination path does not exist: %1$s" : "The destination path does not exist: %1$s", + "You do not have permission to create a file at the specified location" : "You do not have permission to create a file at the specified location", + "The file could not be converted." : "The file could not be converted.", "Could not get relative path to converted file" : "Could not get relative path to converted file", "Favorite files" : "Favorite files", "No favorites" : "No favourites", @@ -207,12 +209,28 @@ "Tags" : "Tags", "You" : "You", "Shared multiple times with different people" : "Shared multiple times with different people", + "Unable to change the favorite state of the file" : "Unable to change the favorite state of the file", "Error while loading the file data" : "Error while loading the file data", "Pick a template for {name}" : "Pick a template for {name}", "Create a new file with the selected template" : "Create a new file with the selected template", "Creating file" : "Creating file", "Blank" : "Blank", "Unable to create new file from template" : "Unable to create new file from template", + "Save as {displayName}" : "Save as {displayName}", + "Save as …" : "Save as …", + "Converting files…" : "Converting files…", + "Failed to convert files: {message}" : "Failed to convert files: {message}", + "All files failed to be converted" : "All files failed to be converted", + "One file could not be converted: {message}" : "One file could not be converted: {message}", + "One file could not be converted" : "One file could not be converted", + "{count} files could not be converted" : "{count} files could not be converted", + "{count} files successfully converted" : "{count} files successfully converted", + "Files successfully converted" : "Files successfully converted", + "Failed to convert files" : "Failed to convert files", + "Converting file…" : "Converting file…", + "File successfully converted" : "File successfully converted", + "Failed to convert file: {message}" : "Failed to convert file: {message}", + "Failed to convert file" : "Failed to convert file", "Deletion cancelled" : "Deletion cancelled", "Leave this share" : "Leave this share", "Leave these shares" : "Leave these shares", |