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: cadab135019d461e6bcff20cac363026f9dfc877 (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
OC.L10N.register(
    "firstrunwizard",
    {
    "Copy to clipboard" : "انسخه إلى الحافظة",
    "Copied!" : "تم نسخه!",
    "Not supported!" : "غير مدعوم!",
    "Press ⌘-C to copy." : "إضغط ⌘-C للنسخ",
    "Press Ctrl-C to copy." : "إضغط Ctrl-C للنسخ.",
    "First run wizard" : "دليل التشغيل لأول مرة",
    "Schedule work & meetings, synced with all your devices." : "قم بجدولة العمل والإجتماعات ، بالتزامن مع جميع أجهزتك.",
    "Keep your colleagues and friends in one place without leaking their private info." : "احتفظ بزملائك وأصدقائك في مكان واحد دون تسريب معلوماتهم الخاصة.",
    "Simple email app nicely integrated with Files, Contacts and Calendar." : "تطبيق بريد إلكتروني بسيط متوافق بشكل ممتاز مع الملفات وجهات الاتصال والتقويم.",
    "About" : "عن",
    "Communication with Nextcloud Talk" : "التواصل مع Nextcloud Talk",
    "Get the apps to sync your files" : "احصل على التطبيقات لمزامنة ملفاتك",
    "Desktop client" : "تطبيق سطح المكتب",
    "iOS app" : "تطبيق iOS",
    "Connect your desktop apps to %s" : "اربط تطبيقات نظامك بـ %s",
    "Connect your calendar" : "قم بربط مُفكّرتك",
    "Connect your contacts" : "قم بريط قائمة مراسليك",
    "Access files via WebDAV" : "دخول الملفات باستخدام WebDAV",
    "Get help" : "الحصول على مساعدة",
    "Start contributing" : "ابدأ في المساهمة",
    "Become part of the Community" : "اصبح عضوا في المجتمع",
    "Get more information" : "احصل على المزيد من المعلومات",
    "User manual" : "دليل المستخدم",
    "Admin manual" : "دليل المدير",
    "Developer manual" : "دليل المُطوّر",
    "the Nextcloud forums" : "منتديات Nextcloud",
    "A safe home for all your data" : "المكان الآمن لكافة بياناتكم",
    "Host your data and files where you decide" : "استضف بياناتك في المكان الذي تقرره أنت",
    "Learn more about %s" : "تعلم المزيد عن %s",
    "Connect other apps to %s" : "قم بربط تطبيقات أخرى مع %s",
    "Server address" : "عنوان الخادم",
    "Copy link" : "انسخ الرابط",
    "the Nextcloud IRC chat channel on freenode.net" : "قناة IRC للدردشة الخاصة بـ Nextcloud على freenode.net",
    "100%% Open Source & community-focused" : "منصة مفتوحة المصدر 100%% موجهة للمجتمع"
},
"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;");