diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-12 10:40:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-12 10:40:03 +0000 |
commit | d54c5c8a826a450bef222e1f120dc87a6fae5fb0 (patch) | |
tree | baebcf8d3f2febabf11278168e82b23305c2ff43 /apps/files/l10n/ar.js | |
parent | 239213abfe59dc749129d4b0728c191dcc636513 (diff) | |
download | nextcloud-server-d54c5c8a826a450bef222e1f120dc87a6fae5fb0.tar.gz nextcloud-server-d54c5c8a826a450bef222e1f120dc87a6fae5fb0.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ar.js')
-rw-r--r-- | apps/files/l10n/ar.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index 6b62bcd34f9..de3414d985d 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -200,13 +200,10 @@ OC.L10N.register( "Unselect all" : "إلغاء الاختيار للكل", "\"{displayName}\" failed on some elements " : "\"{displayName}\" فشل في بعض العناصر", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" حزمة الأوامر نُفّذت بنجاح", - "{summaryFile} and {summaryFolder}" : "{summaryFile} و {summaryFolder}", "List of files and folders." : "قائمة الملفات و المجلدات", "Column headers with buttons are sortable." : "ترويسات الأعمدة ذات الأزرار قابلة للترتيب.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "لم يتم عرض هذه القائمة بالكامل لأسباب تتعلق بالأداء. سيتم عرض الملفات تباعاً أثناء التنقل عبر القائمة.", "File not found" : "تعذر العثور على الملف", - "_{count} file_::_{count} files_" : ["{count} ملف","{count} ملف","{count} ملف","{count} ملفات","{count} ملفات","{count} ملفات"], - "_{count} folder_::_{count} folders_" : ["{count} مجلد","{count} مجلد","{count} مجلد","{count} مجلدات","{count} مجلدات","{count} مجلدات"], "Storage informations" : "معلومات التخزين", "{usedQuotaByte} used" : "{usedQuotaByte} مستخدمة", "{relative}% used" : "{relative}% مستخدمة", @@ -323,6 +320,9 @@ OC.L10N.register( "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "لم يمكن عرض هذه القائمة بالكامل بسبب إشكالية في الأداء. سيتم عرض الملفات عندما تمر عليها في القائمة", "Search for an account" : "البحث عن حساب", "Choose" : "إختَر", - "No files or folders have been deleted yet" : "لم يتم حذف أي ملفات أو مجلدات بعدُ" + "No files or folders have been deleted yet" : "لم يتم حذف أي ملفات أو مجلدات بعدُ", + "{summaryFile} and {summaryFolder}" : "{summaryFile} و {summaryFolder}", + "_{count} file_::_{count} files_" : ["{count} ملف","{count} ملف","{count} ملف","{count} ملفات","{count} ملفات","{count} ملفات"], + "_{count} folder_::_{count} folders_" : ["{count} مجلد","{count} مجلد","{count} مجلد","{count} مجلدات","{count} مجلدات","{count} مجلدات"] }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); |