You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/ru.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@
3
3
"subtitle": "Серия практических заданий по изучению ES6 генераторов",
4
4
"menu": {
5
5
"credits": "БЛАГОДАРНОСТЬ",
6
-
"completed": "DONE"
6
+
"completed": "COMPLETED"
7
7
},
8
8
"error": {
9
9
"didnt_use_generators": "Кажется Вы не использовали генераторы в своем решении (ಠ_ಠ)",
10
-
"has_generators": "{red}Для работы с генераторами Вам необходимо установить nodejs >= 0.11.x or iojs >= {/red}\n\nВозможно, для этого вам понадобится:\n {bold}nvm{/bold} https://github.com/creationix/nvm\n {bold}n{/bold} https://github.com/tj/n"
10
+
"has_generators": "{red}Для работы с генераторами Вам необходимо установить nodejs >= 0.11.x или iojs >= 1.0.x{/red}\n\nВозможно, для этого вам понадобится:\n {bold}nvm{/bold} https://github.com/creationix/nvm\n {bold}n{/bold} https://github.com/tj/n"
0 commit comments