Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ar.json « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9ca9e203fb89d471519e2b24598d7f0c3f36bbcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ "translations": {
    "Hello %s" : "أهلاً %s",
    "Hello %s," : "أهلاً %s،",
    "Admin notifications" : "إشعارات المدير",
    "Notifications" : "الإخطارات",
    "No notifications" : "لا توجد هناك إخطارات",
    "Dismiss" : "رفض",
    "seconds ago" : "ثوانٍ مضت",
    "in {path}" : "في {المسار}",
    "You need to set up your email address before you can receive notification emails." : "عليك إضافة بريدك الإلكتروني قبل تلقي رسائل الإشعارات.",
    "Never" : "أبدا",
    "1 hour" : "ساعة واحدة",
    "3 hours" : "3 ساعات",
    "1 day" : "1 يوم",
    "Your settings have been updated." : "تم تحديث إعداداتك."
},"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;"
}