Skip to content

Commit

Permalink
Add Ukrainian menu
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Mar 1, 2017
1 parent fb20e83 commit 05bbe82
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions i18n/uk.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
{
"title" : "Вивчаємо Bash",
"subtitle" : "Bash це неймовірно!"
"title" : "Вивчаємо Bash",
"subtitle" : "Bash це неймовірно!",
"exercise": {
"HELLO WORLD": "HELLO WORLD",
"VARIABLES": "ЗМІННІ",
"POSITIONAL PARAMETERS": "ПОЗИЦІЙНІ ПАРАМЕТРИ",
"ARRAYS": "МАСИВИ",
"SHELL EXPANSIONS": "ПІДСТАНОВКИ",
"STREAMS PIPES AND LISTS": "ПОТОКИ, КАНАЛИ ТА СПИСКИ",
"IF CONDITIONAL STATEMENT": "УМОВНИЙ ОПЕРАТОР IF",
"CASE CONDITIONAL STATEMENT": "УМОВНИЙ ОПЕРАТОР CASE",
"LOOPS": "ЦИКЛИ",
"FUNCTIONS": "ФУНКЦІЇ",
"DEBUGGING": "НАЛАГОДЖЕННЯ"
}
}

0 comments on commit 05bbe82

Please sign in to comment.