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

ar.js « l10n « dashboard « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 42d3a5bba7bdaa817198863edad02e795e69b356 (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
OC.L10N.register(
    "dashboard",
    {
    "Dashboard" : "لوحة التحكم",
    "Dashboard app" : "تطبيق لوحة التحكم",
    "Show something" : "أظهر شي ما",
    "Customize" : "تعديل",
    "Edit widgets" : "تعديل الودجات",
    "Change background image" : "تغييرصورة الخلفية",
    "Weather service" : "خدمة احوال الطقس",
    "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "لخصوصيتك، يتم استدعاء بيانات احوال الطقس عبر خادم نكست كلاود الخاص بك نيابه عنك ولذلك خدمة احوال الطقس لا تشارك المعلومات الشخصية.",
    "Weather data from Met.no" : "بيانات احوال الطقس من Met.no",
    "geocoding with Nominatim" : "الترميز الجغرافي مع Nominatim",
    "elevation data from OpenTopoData" : "بيانات التقييم من OpenTopoData",
    "Weather" : "الطقس",
    "Status" : "الحالة",
    "Good morning" : "صباح الخير",
    "Good morning, {name}" : "صباح الخير ، {name}",
    "Good afternoon" : "مساء الخير",
    "Good afternoon, {name}" : "مساء الخير، {name}",
    "Good evening" : "مساء الخير",
    "Good evening, {name}" : "مساء الخير، {name}",
    "Hello" : "مرحبا",
    "Hello, {name}" : "مرحبا، {name} ",
    "Pick from Files" : "اختر من الملفات",
    "Default images" : "الصور الإفتراضية",
    "Plain background" : "خلفية سادة",
    "Insert from {productName}" : "اضف من {productName}",
    "Get more widgets from the app store" : "احصل على ودجات من متجر التطبيقات",
    "Good night, {name}" : "تصبح على خير، {name}",
    "Good night" : "تصبح على خير",
    "Pick from files" : "اختر من الملفات"
},
"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;");