diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-20 00:26:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-20 00:26:12 +0000 |
commit | 3da48c2adb606ce26cbd27b7d4ddde1bc9565f77 (patch) | |
tree | c08005c39b9fc9eb60d198a4100cbad323bc5606 /apps/files/l10n/ar.js | |
parent | b1683256de66cd646cc9e648bcfc847c43353b29 (diff) | |
download | nextcloud-server-3da48c2adb606ce26cbd27b7d4ddde1bc9565f77.tar.gz nextcloud-server-3da48c2adb606ce26cbd27b7d4ddde1bc9565f77.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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index 132c1be519a..95c92b30bfc 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -212,7 +212,7 @@ OC.L10N.register( "Select file or folder to link to" : "اختر ملف أو مجلد للربط معه", "Loading current folder" : "تحميل المجلد الحالي", "No files in here" : "لا يوجد ملفات هنا ", - "No files or folders have been deleted yet" : "لم يتم حذف أي ملفات أو مجلدات بعدُ", + "Upload some content or sync with your devices!" : "ارفع بعض المحتوي او زامن مع اجهزتك !", "Go to the previous folder" : "إنتقل للمجلد السابق", "Go back" : "العودة", "Open the files app settings" : "إفتح إعدادات تطبيق الملفات", @@ -245,14 +245,13 @@ OC.L10N.register( "Create new templates folder" : "إنشيْ مجلد جديد للقوالب", "Unable to initialize the templates directory" : "تعذر تهيئة دليل القوالب", "List of favorites files and folders." : "قائمة الملفات والمجلدات المفضلة.", + "No favorites yet" : "ليست عندك مفضلات بعد", + "Files and folders you mark as favorite will show up here" : "الملفات والمجلدات التي حددتها كامفضلة سوف تظهر هنا ", "Toggle %1$s sublist" : "تبديل %1$s قائمة فرعية", "Toggle grid view" : "تفعيل/تعطيل القائمة", - "Upload some content or sync with your devices!" : "ارفع بعض المحتوي او زامن مع اجهزتك !", "No entries found in this folder" : "لا يوجد مدخلات في هذا المجلد ", "Upload too large" : "حجم الترفيع أعلى من المسموح", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "حجم الملفات التي تريد ترفيعها أعلى من المسموح على الخادم.", - "No favorites yet" : "ليست عندك مفضلات بعد", - "Files and folders you mark as favorite will show up here" : "الملفات والمجلدات التي حددتها كامفضلة سوف تظهر هنا ", "Text file" : "ملف نصي", "New text file.txt" : "ملف نصي جديد fille.txt", "Storage invalid" : "وحدة تخزين غير صالحة", @@ -271,6 +270,7 @@ OC.L10N.register( "Deleted shares" : "تم حذف المشاركات", "Pending shares" : "انتظار المشاركات", "Open folder {name}" : "إفتح المجلد {name}", - "Search for an account" : "البحث عن حساب" + "Search for an account" : "البحث عن حساب", + "No files or folders have been deleted yet" : "لم يتم حذف أي ملفات أو مجلدات بعدُ" }, "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;"); |