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

ar.yaml « i18n - github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 63101aab847ae348555642684564d618126aa04e (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
toggleMenu:
    other: اخفي القائمة

darkMode:
    other: الوضع الداكن

list:
    page:
        one: "{{ .Count }} صفحه"
        other: "{{ .Count }} صفحات"

    section:
        other: قسم

    subsection:
        one: قسم فرعي
        other: اقسام فرعية

article:
    back:
        other: خلف

    tableOfContents:
        other: جدول المحتويات

    relatedContent:
        other: محتوى مشابهه
        
    lastUpdatedOn:
        other: التعديل الاخير

    readingTime:
        one: "تُقرأ خلال دقيقة"
        other: "تُقرأ خلال {{ .Count }} دقائق"

notFound:
    title:
        other: غير موجود

    subtitle:
        other: تعذر العثور على الصفحة المطلوبة.

widget:
    archives:
        title:
            other: الارشيفات

        more:
            other: اكثر

    tagCloud:
        title:
            other: وسوم
            
    categoriesCloud:
        title:
            other: التصنيفات

search:
    title:
        other: بحث

    placeholder:
        other: اكتب...

    resultTitle:
        other: "#PAGES_COUNT نتيجة (#TIME_SECONDS ثواني)"

footer:
    builtWith:
        other: "مبني بستخدام {{ .Generator }}"
        
    designedBy:
        other:  "قالب {{ .Theme }} مصمم من {{ .DesignedBy }}"