forked from axios/axios-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ar.lang.js
138 lines (137 loc) · 3.56 KB
/
ar.lang.js
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
/**
* Configuration for the Arabic translation
*/
module.exports = {
display: "Arabic",
prefix: "/ar/",
dir: "rtl",
lang: "ar",
p: {
headline: ",تعهد مبني على اساس عميل اتش تي بي بي للمتصفح و نود جي أس",
subhead: `,أكسيوس عبارة عن تعهد بسيط لل أتش تي بي بي للمتصفح و نود جي أس
.كما أن أكسيوي يوفر مكتبة بسيطة و صغيرة و واجهة قابلة للتوسع`,
},
t: {
"Get Started":"هيا بنا نبدأ",
"View on GitHub": "اعرض في غيت هب",
"Languages": "اللغات",
"Open Source": "مصدر مفوح",
"Contribute": "ساهم",
"Source on GitHub": "المصدر على غيت هب",
"Issues": "معضلات",
"Pull Requests": "طلبات السحب",
"Code of Conduct": "القواعد السلوكية",
"Fork on GitHub": "تفرع على غيت هب",
"Fork the Website": "تفرع على الموقع",
"Create an Issue": "أنشاء معضلة",
"Next": "التالي",
"Previous": "السابق",
"Website Copy Right Footer": "تذييل حقوق الملكية للموقع",
"View On Github": "اعرض على غيت هب",
"Axios Project Copy Right Footer": "تذييل مشروع أكسيويس حقوق النسخ",
"License Label Footer": "تزييل شهادة ملصق"
},
sidebar: [
{
type: "heading",
text: "البداية",
},
{
type: "link",
href: "/docs/intro",
text: "المقدمة",
},
{
type: "link",
href: "/docs/example",
text: "مثال",
},
{
type: "link",
href: "/docs/post_example",
text: "طلبات بوست",
},
{
type: "heading",
text: "أكسيوس إي بي أي",
},
{
type: "link",
href: "/docs/api_intro",
text: "أكسيوس إي بي أي",
},
{
type: "link",
href: "/docs/instance",
text: "نموذج الأكسيوس",
},
{
type: "link",
href: "/docs/req_config",
text: "إعدادات الطلب",
},
{
type: "link",
href: "/docs/res_schema",
text: "مخطط الطلب",
},
{
type: "link",
href: "/docs/config_defaults",
text: "إعدادات افتراضية",
},
{
type: "link",
href: "/docs/interceptors",
text: "المعترضون",
},
{
type: "link",
href: "/docs/handling_errors",
text: "معالجة الأخطاء",
},
{
type: "link",
href: "/docs/cancellation",
text: "الإلغاء",
},
{
type: "link",
href: "/docs/urlencoded",
text: "مجسمات ترميز يو أر إل",
},
{
type: "heading",
text: "أخرى",
},
{
type: "link",
href: "/docs/notes",
text: "ملاحظات",
},
{
type: "heading",
text: "المساهمون",
},
{
type: "link",
href: "https://github.com/axios/axios/blob/master/CODE_OF_CONDUCT.md",
text: "القواعد السلوكية",
},
{
type: "link",
href: "https://github.com/axios/axios/blob/master/COLLABORATOR_GUIDE.md",
text: "دليل المساهمون",
},
{
type: "link",
href: "https://github.com/axios/axios/blob/master/CONTRIBUTING.md",
text: "مساهمة في أكسيوس"
},
{
type: "link",
href: "/docs/translating",
text: "ترجمة هذه الوثائق"
}
],
};