diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-02 00:21:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-02 00:21:34 +0000 |
commit | 5353a018b71a0f02fb4d7449e5be25d7fbd6e1ba (patch) | |
tree | c808cf372807f193c565d03d70521a4b71f0efa5 /apps/files/l10n/ar.js | |
parent | 90529e5de16561c44a09ea1ced9b0ce17925bcae (diff) | |
download | nextcloud-server-5353a018b71a0f02fb4d7449e5be25d7fbd6e1ba.tar.gz nextcloud-server-5353a018b71a0f02fb4d7449e5be25d7fbd6e1ba.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index 888e7029df9..884f7574847 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -198,7 +198,6 @@ OC.L10N.register( "Unselect all" : "إلغاء الاختيار للكل", "\"{displayName}\" failed on some elements " : "\"{displayName}\" فشل في بعض العناصر", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" حزمة الأوامر نُفّذت بنجاح", - "Sort list by {column}" : "ترتيب القائمة على أساس {column} ", "{summaryFile} and {summaryFolder}" : "{summaryFile} و {summaryFolder}", "List of files and folders." : "قائمة الملفات و المجلدات", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "لم يتم عرض هذه القائمة بالكامل لأسباب تتعلق بالأداء. سيتم عرض الملفات تباعاً أثناء التنقل عبر القائمة.", @@ -311,6 +310,7 @@ 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" : "لم يتم حذف أي ملفات أو مجلدات بعدُ", + "Sort list by {column}" : "ترتيب القائمة على أساس {column} " }, "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;"); |