forked from javascript-tutorial/ru.javascript.info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
images.yml
384 lines (335 loc) · 10.7 KB
/
images.yml
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
code-style.svg:
"No space":
text: "Без пробелов"
position: "center"
"between the function name and parentheses":
position: "center"
text: "между именем функции и скобками"
"between the parentheses and the parameter":
position: "center"
text: "между скобками и параметрами"
"Indentation":
position: "center"
text: "Отступ"
"2 spaces":
position: "center"
text: "2 пробела"
"A space ":
position: "center"
text: "Пробел"
"after for/if/while…":
position: "center"
text: "после for/if/while…"
"} else { without a line break": "} else { без перевода строки"
"Spaces around a nested call":
position: "center"
text: "Пробелы вокруг вложенного вызова"
"An empty line":
position: "center"
text: "Пустая строка"
"between logical blocks":
position: "center"
text: "Между логическими блоками"
"Lines are not very long": "Строки не очень длинные"
"A semicolon ;": "Точка с запятой ;"
"is mandatory": "обязательна"
"Spaces":
position: "center"
text: "Пробелы"
"around operators":
position: "center"
text: "вокруг операторов"
"Curly brace {":
position: "center"
text: "Фигурная скобка {"
"on the same line, after a space":
position: "center"
text: "на той же строке, после пробела"
"A space":
position: "center"
text: "Пробел"
"between":
position: "center"
text: "между"
"parameters":
position: "center"
text: "параметрами"
"A space between parameters":
position: "center"
text: "Пробел между параметрами"
try-catch-flow.svg:
"Begin":
text: "Начало"
position: "center"
"No Errors":
text: "Нет ошибок"
position: "center"
"An error occured in the code":
text: "В коде произошла ошибка"
position: "center"
"// code...": "// код..."
"Ignore catch block":
text: "Игнорировать блок catch"
position: "center"
"Ignore the rest of try":
text: "Игнорировать остаток try"
position: "center"
"Execute catch block":
text: "Выполнить блок catch"
position: "center"
recursion-pow.svg:
"Yes":
text: "Да"
position: "center"
"No":
text: "Нет"
"recursive call until n==1": "рекурсивный вызов до n==1"
hello-world-render.svg:
"1. The browser shows this part": "1. Браузер показывает эту часть"
"2. Then runs the script": "2. Затем запускает скрипт"
"3. Then shows the rest": "3. Затем показывает остальное"
ifelse_task2.svg:
"Begin":
text: "Начало"
position: "center"
"Other":
text: "Другое"
position: "center"
"You don't know?":
text: "Не знаете?"
position: "center"
"Right!":
text: "Правильно!"
position: "center"
"What's the ":
text: "Каково"
position: "center"
"“official” name of":
text: "\"официальное название\""
position: "center"
"Иначе": ""
ifelse_task.svg:
"Begin": "Начало"
"Canceled":
position: "center"
text: "Отменено"
"Welcome!":
text: "Здравствуйте!"
position: "center"
"I don't know you": "Я вас не знаю"
"Wrong password":
position: "center"
text: "Неверный пароль"
"Who's there?":
position: "center"
text: "Кто там?"
"Password?": "Пароль?"
"Cancel": "Отмена"
"Admin": "Админ"
"TheMaster": "Я Главный"
"Other": "Другое"
chrome-sources-breakpoint.svg:
"here's the list":
text: "вот список"
position: "right"
"breakpoints":
text: "точки останова"
chrome-sources-debugger-pause.svg:
"jump to the outer function":
text: "выпрыгнуть во внешнюю функцию"
position: "right"
"watch expressions":
text: "смотреть за выражениями"
position: "right"
"current variables":
text: "текущие переменные"
position: "right"
chrome-sources-debugger-trace-1.svg:
"nested calls":
text: "вложенные вызовы"
position: "right"
chrome-open-sources.svg:
open sources: 'открыть исходные файлы'
object-user-empty.svg:
empty:
text: пусто
position: "center"
garbage-collection-5.svg:
unreachables:
text: недостижимые
array-shift.svg:
clear:
text: очистить
position: "center"
move: передвинуть
elements: элементы
to the left: влево
array-pop.svg:
clear:
text: очистить
position: "center"
decorator-makecaching-wrapper.svg:
wrapper: 'обёртка'
around the function: 'вокруг функции'
xhr-another-domain.svg:
_defaults:
position: "center"
Browser: 'Браузер'
Server: 'Сервер'
HTTP-request: 'HTTP-запрос'
HTTP-response: 'HTTP-ответ'
'* OR https://javascript.info': '* ИЛИ https://javascript.info'
'if the header allows, success,': 'если заголовок разрешает, успех'
otherwise fail: 'иначе ошибка'
xhr-preflight.svg:
_defaults:
position: "center"
Browser: 'Браузер'
Server: 'Сервер'
Main HTTP-response: 'Основной HTTP-ответ'
otherwise error: 'иначе ошибка'
'if allowed: success,': 'если разрешено, успех,'
Main HTTP-request: 'Основной HTTP-запрос'
preflight: 'предзапрос'
if allowed: 'если разрешено'
cors-gmail-messages.svg:
_defaults:
position: "center"
got the cookie?: 'есть куки?'
okay!: 'ок!'
websocket-handshake.svg:
_defaults:
position: "center"
Browser: 'Браузер'
Server: 'Сервер'
HTTP-request: 'HTTP-запрос'
'"Hey, server, let''s talk WebSocket?"': '"Сервер, давай поговорим на WebSocket?"'
HTTP-response: 'HTTP-ответ'
'"Okay!"': 'Давай!'
WebSocket protocol: 'Протокол WebSocket'
long-polling.svg:
_defaults:
position: "center"
Browser: 'Браузер'
Server: 'Сервер'
request: 'запрос'
connection: 'соединение'
hangs: 'висит'
connection breaks: 'соединение разорвано'
end of request: 'конец запроса'
data: 'данные'
genYield2-2.svg:
_defaults:
position: "center"
Generator: 'Генератор'
Calling code: 'Вызывающий код'
genYield2.svg:
_defaults:
position: "center"
Generator: 'Генератор'
Calling code: 'Вызывающий код'
promise-handler-variants.svg:
_defaults:
position: "center"
...with the result: '...с результатом'
of the new promise...: 'нового промиса...'
'the call of .then(handler) always returns a promise:': 'вызов .then(handler) всегда возвращает промис:'
if handler ends with…: 'если handler заканчивается…'
return value: 'возвратом значения'
return promise: 'возвратом промиса'
throw error: 'ошибкой'
'that promise settles with:': 'этот промис завершается с:'
promiseQueue.svg:
'"code finished"': '"код завершён"'
handler enqueued: 'handler в очереди'
queued handler runs: 'запускается handler из очереди'
script execution finished: 'выполнение скрипта завершено'
eventLoop-full.svg:
script: 'скрипт'
event:
text: 'событийный'
position: 'center'
loop:
text: 'цикл'
position: 'center'
microtasks: 'микрозадачи'
render: 'рендеринг'
eventLoop.svg:
script: 'скрипт'
event:
text: 'событийный'
position: 'center'
loop:
text: 'цикл'
position: 'center'
macrotask:
text: 'очередь'
position: 'center'
queue:
text: 'макрозадач'
position: 'center'
cookie-xsrf.svg:
_defaults:
position: "center"
got the cookie?: 'есть куки?'
okay!: 'отлично!'
lexical-environment-global-3.svg:
execution start: 'начало выполнения'
lexenv-nested-makecounter-5.svg:
'<empty>':
text: '<пусто>'
position: 'center'
lexical-environment-global-2.svg:
execution start: 'начало выполнения'
'<empty>': '<пусто>'
lexenv-makearmy.svg:
for block: 'блочный'
lexical-environment-simple.svg:
'LexicalEnvironment for the call': 'LexicalEnvironment вызова'
lexenv-nested-makecounter-2.svg:
global LexicalEnvironment: 'глобальное LexicalEnvironment'
'of makeCounter() call': 'вызова makeCounter()'
lexenv-nested-makecounter-6.svg:
modified here: 'изменено здесь'
proxy-inherit.svg:
_defaults:
position: "center"
'_name: "Guest"': '_name: "Гость"'
'_name: "Admin"': '_name: "Админ"'
user (proxied): 'user (прокси)'
original user: 'исходный user'
selection-firefox.svg:
selection: 'выделение'
selection-direction-backward.svg:
focus: 'фокус'
anchor: 'якорь'
selection-direction-forward.svg:
focus: 'фокус'
anchor: 'якорь'
object-prototype-empty.svg:
'prototype object': 'прототип object'
rabbit-prototype-constructor.svg:
'default "prototype"': '"prototype" по умолчанию'
function-prototype-constructor.svg:
'default "prototype"': '"prototype" по умолчанию'
rabbit-animal-independent-animal.svg:
'name: "My animal"': 'name: "Мой питомец"'
rabbit-animal-independent-rabbit.svg:
'name: "My rabbit"': 'name: "Мой кролик"'
animal-rabbit-extends.svg:
'name: "White Rabbit"': 'name: "Белый кролик"'
animal-rabbit-static.svg:
'name: "White Rabbit"': 'name: "Белый кролик"'
class-inheritance-rabbit-animal.svg:
'methods of Animal': 'методы Animal'
'methods of Rabbit': 'методы Rabbit'
'properties of rabbit': 'свойства rabbit'
proto-animal-rabbit-walk-3.svg:
'name: "White Rabbit"': 'name: "Белый кролик"'
class-inheritance-rabbit-animal-2.svg:
'name: "White Rabbit"': 'name: "Белый кролик"'
event-order-bubbling.svg:
_defaults:
position: "center"
'Most deeply': 'Самый глубоко'
'nested element': 'вложенный элемент'