forked from axios/axios-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ku.lang.js
136 lines (135 loc) · 4.11 KB
/
ku.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
/**
* Configuration for the Central Kurdish language translation
*/
module.exports = {
display: "کوردی",
prefix: "/ku/",
dir: "rtl",
lang: "ckb-ku",
// `p` stands for `paragraph`. This will contain translations of full text blocks
p: {
headline: "ڕاژەخوازێکی HTTPـیە لەسەر بنچینەی Promise بۆ وێبگەڕ و نۆد",
subhead: `ئەکسیۆس ڕاژەخوازێکی HTTPـیە لەسەر Promise بنچینەکراوە بۆ نۆد و وێبگەڕ. ئەکسیۆس ژێدەرگەیەکی ئاسان بۆ بەکارهێنان لە گورزەیەکی بچووک بە ناوبەستێکی شیاو بۆ پەرەسەندن دابین دەکات.`,
},
// `t` stands fot `translation`. This will contain translations of single words or phrases
t: {
"Get Started": "دەستپێبکە",
"View on GitHub": "لە گیتهەب بیبینە",
"Languages": "زمانەکان",
"Open Source": "سەرجاوەکراوە",
"Contribute": "بەشداریبکە",
"Source on GitHub": "سەرچاوە لە گیتهەب",
"Fork on GitHub": "فۆرک بکە لە گیتهەب",
"Fork the Website": "ماڵپەڕەکە فۆرک بکە",
"Create an Issue": "کێشەیەک دروست بکە",
"Next": "دواتر",
"Previous": "پێشتر",
"Website Copy Right Footer": 'ئەم ماڵپەڕە: مافی لەبەرگگرتنەوەی پارێزراوە @ 2020-ئێستا John Jakob "Jake" Sarjeant. بەکارهێنراوە پاش مۆڵەت وەرگرتن',
"View On Github": 'بڕوانە ئەم ماڵپەڕە لەسەر گیتهەب',
"Axios Project Copy Right Footer": 'پڕۆژەی ئەکسیۆس: مافی لەبەرگگرتنەوەی پارێزراوە @ 2014-ئێستا Matt Zabriskie.',
"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: "داواکاری POST",
},
{
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: "URL-Encoding Bodies",
},
{
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: "وەرگێڕانی ئەم بەڵگەنامانە",
},
],
};