diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-23 00:28:15 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-23 00:28:15 +0000 |
commit | bc411a2cf318d807cd42e15bf9b2ffca56b78bd8 (patch) | |
tree | 076993e7b7463ade82c99775c7ac0e916e783d03 /apps/user_status/l10n/ar.json | |
parent | 020401b6c82930783188fd428b961ddd4a296656 (diff) | |
download | nextcloud-server-bc411a2cf318d807cd42e15bf9b2ffca56b78bd8.tar.gz nextcloud-server-bc411a2cf318d807cd42e15bf9b2ffca56b78bd8.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status/l10n/ar.json')
-rw-r--r-- | apps/user_status/l10n/ar.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/user_status/l10n/ar.json b/apps/user_status/l10n/ar.json index 1d28973bbe4..3c399371569 100644 --- a/apps/user_status/l10n/ar.json +++ b/apps/user_status/l10n/ar.json @@ -1,5 +1,6 @@ { "translations": { "Recent statuses" : "آخر الحالات", + "No recent status changes" : "لم يتم تغيير الحالة مؤخراً", "In a meeting" : "في اجتماع", "Commuting" : "تجوال", "Out sick" : "إجازة مرضية", @@ -26,14 +27,12 @@ "There was an error saving the status" : "حدث خطأ اثناء حفظ الحالة", "There was an error clearing the status" : "حدث خطأ اثناء حذف الحالة", "There was an error reverting the status" : "حدث خطأ أثناء استرجاع الحالة", - "No recent status changes" : "لم يتم تغيير الحالة مؤخراً", - "Away" : "بالخارج", - "Do not disturb" : "عدم الازعاج", - "{status}, {timestamp}" : "{status}, {timestamp}", "Don't clear" : "غير محدد", "Today" : "اليوم", "This week" : "هذا الأسبوع", "Online" : "متصل", + "Away" : "بالخارج", + "Do not disturb" : "عدم الازعاج", "Invisible" : "عدم الظهور", "Offline" : "غير متصل", "There was an error saving the new status" : "حدث خطأ اثناء حفظ الحالة الجديدة", @@ -41,6 +40,7 @@ "1 hour" : "1 ساعة", "4 hours" : "4 ساعات", "Mute all notifications" : "عدم اظهار جميع التنبيهات", - "Appear offline" : "الحالة غير متصل" + "Appear offline" : "الحالة غير متصل", + "{status}, {timestamp}" : "{status}, {timestamp}" },"pluralForm" :"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;" }
\ No newline at end of file |