Skip to content

Commit 80805a2

Browse files
authored
Remove non-translated strings; Add translations
1 parent ba7e960 commit 80805a2

File tree

1 file changed

+22
-73
lines changed

1 file changed

+22
-73
lines changed

images.yml

+22-73
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,6 @@ variable-change.svg:
1919
text: "Повідомлення"
2020
position: "center"
2121

22-
ifelse_task2.svg:
23-
Begin: ''
24-
You don't know?: ''
25-
“ECMAScript”!: ''
26-
Right!: ''
27-
What's the: ''
28-
“official” name of: ''
29-
JavaScript?: ''
30-
Other: ''
31-
ECMAScript: ''
32-
33-
ifelse_task.svg:
34-
Begin: ''
35-
Canceled: ''
36-
Welcome!: ''
37-
I don't know you: ''
38-
Wrong password: ''
39-
Who's there?: ''
40-
Password?: ''
41-
Cancel: ''
42-
Admin: ''
43-
TheMaster: ''
44-
Other: ''
45-
4622
# 1-js/03-code-quality/01-debugging-chrome/chrome-open-sources.svg
4723
chrome-open-sources.svg:
4824
"open sources":
@@ -73,41 +49,28 @@ chrome-sources-debugger-trace-1.svg:
7349
"nested calls":
7450
text: "вкладені виклики"
7551

76-
toolbarButtonGlyphs.svg: {}
77-
78-
code-style.svg:
79-
'2': ''
80-
No space: ''
81-
between the function name and parentheses: ''
82-
between the parentheses and the parameter: ''
83-
Indentation: ''
84-
2 spaces: ''
85-
'A space ': ''
86-
after for/if/while…: ''
87-
'} else { without a line break': ''
88-
Spaces around a nested call: ''
89-
An empty line: ''
90-
between logical blocks: ''
91-
Lines are not very long: ''
92-
A semicolon ;: ''
93-
is mandatory: ''
94-
Spaces: ''
95-
around operators: ''
96-
'Curly brace {': ''
97-
'on the same line, after a space': ''
98-
A space: ''
99-
between: ''
100-
parameters: ''
101-
A space between parameters: ''
102-
103-
recursion-pow.svg:
104-
'pow(x,n)': ''
105-
x: ''
106-
'x * pow(x, n-1)': ''
107-
n == 1 ?: ''
108-
'Yes': ''
109-
'No': ''
110-
recursive call until n==1: ''
52+
# 1-js/05-data-types/04-array/array-pop.svg
53+
array-pop.svg:
54+
'"Apple"': '"Яблуко"'
55+
'"Orange"': '"Апельсин"'
56+
'"Pear"': '"Груша"'
57+
'"Lemon"': '"Лимон"'
58+
clear:
59+
text: 'видалення'
60+
position: 'center'
61+
62+
# 1-js/05-data-types/04-array/array-shift.svg
63+
array-shift.svg:
64+
'"Apple"': '"Яблуко"'
65+
'"Orange"': '"Апельсин"'
66+
'"Pear"': '"Груша"'
67+
'"Lemon"': '"Лимон"'
68+
clear:
69+
text: 'видалення'
70+
position: 'center'
71+
move: 'переміщення'
72+
elements: 'елементів'
73+
to the left: 'вліво'
11174

11275
try-catch-flow.svg:
11376
Begin: "Початок"
@@ -133,19 +96,5 @@ promise-handler-variants.svg:
13396
throw error: 'помилкою'
13497
'that promise settles with:': 'цей проміс завершується з:'
13598

136-
statusbarButtonGlyphs.svg:
137-
'!': ''
138-
139-
field.svg: {}
140-
141-
placeholder.svg: {}
142-
143-
logo-fetch.svg: {}
144-
145-
demo.svg:
146-
'1': ''
147-
14899
before-prepend-append-after.svg:
149100
(…nodes-or-strings): "(...вузли або рядки)"
150-
151-

0 commit comments

Comments
 (0)