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

ar.js « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77550a1ca7af859c881346ca3fcf2f03118da648 (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
32
33
34
35
36
37
38
39
40
41
42
OC.L10N.register(
    "firstrunwizard",
    {
    "video" : "فيديو",
    "Start using Nextcloud" : "اشرع في استخدام ناكست كلاود",
    "Copy to clipboard" : "انسخه إلى الحافظة",
    "Copied!" : "تم نسخه!",
    "Not supported!" : "غير مدعوم!",
    "Press ⌘-C to copy." : "إضغط ⌘-C للنسخ",
    "Press Ctrl-C to copy." : "إضغط Ctrl-C للنسخ.",
    "First run wizard" : "دليل التشغيل لأول مرة",
    "Add your profile information! For example your email is needed to reset your password." : "قم بإضافة معلومات في ملفك التعريفي كعنوان البريد الإلكتروني على سبيل المثال لتتمكن من إعادة تعيين كلمتك السرية.",
    "About" : "عن",
    "Browse the app store" : "استكشف متجر التطبيقات",
    "Get the apps to sync your files" : "احصل على التطبيقات لمزامنة ملفاتك",
    "Desktop client" : "تطبيق سطح المكتب",
    "Android app" : "تطبيق أندرويد",
    "iOS app" : "تطبيق iOS",
    "Connect your desktop apps to %s" : "اربط تطبيقات نظامك بـ %s",
    "Connect your calendar" : "قم بربط مُفكّرتك",
    "Connect your contacts" : "قم بريط قائمة مراسليك",
    "Access files via WebDAV" : "دخول الملفات باستخدام WebDAV",
    "Get help" : "الحصول على مساعدة",
    "Get more information" : "احصل على المزيد من المعلومات",
    "User manual" : "دليل المستخدم",
    "Admin manual" : "دليل المدير",
    "Developer manual" : "دليل المُطوّر",
    "the Nextcloud forums" : "منتديات Nextcloud",
    "the Nextcloud IRC chat channel on freenode.net" : "قناة IRC للدردشة الخاصة بـ Nextcloud على freenode.net",
    "Start contributing" : "ابدأ في المساهمة",
    "Become part of the Community" : "اصبح عضوا في المجتمع",
    "A safe home for all your data" : "المكان الآمن لكافة بياناتكم",
    "Host your data and files where you decide" : "استضف بياناتك في المكان الذي تقرره أنت",
    "100%% Open Source & community-focused" : "منصة مفتوحة المصدر 100%% موجهة للمجتمع",
    "Learn more about %s" : "تعلم المزيد عن %s",
    "Connect other apps to %s" : "قم بربط تطبيقات أخرى مع %s",
    "Server address" : "عنوان الخادم",
    "Copy link" : "انسخ الرابط",
    "Previous" : "السابق",
    "Next" : "التالي"
},
"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;");