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

ar.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34b398aad6d92f2f61bbb9dede7eb1c2edfa4bdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
OC.L10N.register(
    "serverinfo",
    {
    "Load average" : "متوسط الحمل",
    "Last minute" : "اخر دقيقة",
    "Memory info not available" : "معلومات الذاكرة غير متوفرة",
    "Total" : "المجموع",
    "Current usage" : "الاستخدام الحالي",
    "Users" : "المستخدمين:",
    "Groups" : "المجموعات:",
    "Links" : "الروابط",
    "Files:" : "الملفات:",
    "Active users" : "المستخدمون النشطون",
    "Shares" : "مشاركة",
    "PHP" : "PHP",
    "Version:" : "الأصدار:",
    "Memory Limit:" : "حد الذاكرة:",
    "Max Execution Time:" : "مدة أقصى إجراء",
    "Upload max size:" : "الحجم الأقصى للرفع:",
    "Database" : "قاعدة البيانات",
    "Type:" : "النوع:",
    "Size:" : "الحجم:",
    "Last 24 hours" : "اخر 24 ساعة",
    "Last 1 hour" : "اخر 1 ساعة",
    "Last 5 mins" : "اخر 5 دقائق",
    "CPU load" : "حمل المعالج",
    "Memory usage" : "المستخدام من الذاكرة",
    "Storage" : "تخزين",
    "Users:" : "المستخدمين:"
},
"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;");