diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-15 00:26:17 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-15 00:26:17 +0000 |
commit | 2f4abc774f9f561f60a63479295eae97c03aa8b0 (patch) | |
tree | 1521b0fece66399f31d253fdfae77fa7c8154f7c /apps/user_status/l10n/ar.js | |
parent | 14bf5c4ea9b956f66dc8b99f4778d7fda80d5ebe (diff) | |
download | nextcloud-server-2f4abc774f9f561f60a63479295eae97c03aa8b0.tar.gz nextcloud-server-2f4abc774f9f561f60a63479295eae97c03aa8b0.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status/l10n/ar.js')
-rw-r--r-- | apps/user_status/l10n/ar.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/user_status/l10n/ar.js b/apps/user_status/l10n/ar.js index 033674e8d6e..b32147dc01f 100644 --- a/apps/user_status/l10n/ar.js +++ b/apps/user_status/l10n/ar.js @@ -42,7 +42,6 @@ OC.L10N.register( "1 hour" : "1 ساعة", "4 hours" : "4 ساعات", "Mute all notifications" : "عدم اظهار جميع التنبيهات", - "Appear offline" : "الحالة غير متصل", - "View profile" : "عرض الملف الشخصي" + "Appear offline" : "الحالة غير متصل" }, "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;"); |