forked from axios/axios-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ru.lang.js
130 lines (130 loc) · 3.65 KB
/
ru.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
module.exports = {
display: "Русский",
prefix: "/ru/",
p: {
headline: "HTTP-клиент для браузера и node.js на основе Promise",
subhead: `Axios - простой HTTP-клиент для браузера и node.js на основе Promise.
Axios предоставляет простую в использовании библиотеку в небольшом пакете с очень расширяющимся интерфейсом.`,
},
t: {
"Get Started": "Начать",
"View on GitHub": "Посмотреть на GitHub",
"Languages": "Языки",
"Open Source": "Open Source",
"Contribute": "Сделать вклад",
"Source on GitHub": "Исходный код на GitHub",
"Fork on GitHub": "Форкнуть на GitHub",
"Fork the Website": "Форкнуть сайт",
"Create an Issue": "Сообщить о проблеме",
"Issues": "Проблемы",
"Pull Requests": "Пулл-реквесты",
"Next": "Следующее",
"Previous": "Предыдущее",
"Website Copy Right Footer": "Веб-сайт: Copyright © 2020-настоящее время John Jakob \"Jake\" Sarjeant. Используется с разрешения.",
"Axios Project Copy Right Footer": "Проект Axios: Copyright © 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: "Axios API",
},
{
type: "link",
href: "/docs/api_intro",
text: "Axios API",
},
{
type: "link",
href: "/docs/instance",
text: "Экземпляр Axios",
},
{
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-кодирующие параметры",
},
{
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: "Code of Conduct",
},
{
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: "Вклад в Axios"
},
{
type: "link",
href: "/docs/translating",
text: "Перевод документации"
}
],
};