Skip to content

Commit 7075cf9

Browse files
committed
translate README
1 parent 9cc52dd commit 7075cf9

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

README.md

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# The JavaScript Tutorial
1+
# Посібник по JavaScript
22

3-
This repository hosts the content of the Modern JavaScript Tutorial, published at [https://javascript.info](https://javascript.info).
3+
В цьому репозиторії проводиться переклад [сучасного посібника по JavaScript](https://github.com/iliakan/javascript-tutorial-en) на українську мову. Усі переклади українською мовою вітаються у вигляді пул реквестів до цього репозиторію.
44

5-
## Translations
5+
## Переклади на інші мови
66

7-
(In alphabetical order):
7+
(в алфавітному порядку):
88

9-
| Language | Github | Translation leads | Translated (%) |       Last Commit       | Published |
9+
| Мова | Github | Головний перекладач | Перекладено (%) | Останній коміт | Сайт |
1010
|----------|--------|-------------------|----------------|-------------|-----------|
1111
| Azerbaijani | [orkhan-huseyn/javascript-tutorial-az](https://github.com/orkhan-huseyn/javascript-tutorial-az) | @orkhan-huseyn | ![](http://translate-hook.javascript.info/stats/az.svg) | ![](https://img.shields.io/github/last-commit/orkhan-huseyn/javascript-tutorial-az.svg?maxAge=900&label=) | |
1212
| Chinese | [xitu/javascript-tutorial-zh](https://github.com/xitu/javascript-tutorial-zh) | @leviding | ![](http://translate-hook.javascript.info/stats/zh.svg) | ![](https://img.shields.io/github/last-commit/xitu/javascript-tutorial-zh.svg?maxAge=900&label=) | [zh.javascript.info](https://zh.javascript.info) |
@@ -19,24 +19,20 @@ This repository hosts the content of the Modern JavaScript Tutorial, published a
1919
| Russian | [iliakan/javascript-tutorial-ru](https://github.com/iliakan/javascript-tutorial-ru) | @iliakan | * . | ![](https://img.shields.io/github/last-commit/iliakan/javascript-tutorial-ru.svg?maxAge=900&label=) | [learn.javascript.ru](https://learn.javascript.ru) |
2020
| Turkish | [sahinyanlik/javascript-tutorial-tr](https://github.com/sahinyanlik/javascript-tutorial-tr) | @sahinyanlik | ![](http://translate-hook.javascript.info/stats/tr.svg) | ![](https://img.shields.io/github/last-commit/sahinyanlik/javascript-tutorial-tr.svg?maxAge=900&label=) | |
2121

22-
`*` – the previous version is published in Russian, need to backport/translate the new one from English.
22+
Ви можете редагувати текст у будь-якому текстовому редакторі, чи IDE (у вигляді markdown). Щоб запустити локальний сервер, і переглянути як виглядає переклад, використовуйте [спеціальний сервер](https://github.com/iliakan/javascript-tutorial-server).
2323

24-
If you'd like to translate it into your language, please clone the repository, change its name to `javascript-tutorial-...` (by the language) and [create an issue](https://github.com/iliakan/javascript-tutorial-en/issues/new) for me to add you to the list.
2524

26-
You can edit the text in any editor (markdown-like syntax). The server to run the tutorial locally and see how it looks is at <https://github.com/iliakan/javascript-tutorial-server>.
2725

26+
## Структура
2827

28+
Кожен розділ, стаття і завдання має свою теку.
2929

30-
## Structure
30+
Тека іменується в форматі `N-url`, де `N` це порядковий номер з метою сортування і `url` це частина URL з назвою матеріалу.
3131

32-
Every chapter, article or a task has its folder.
32+
Тип матеріалу визначається файлом всередині теки:
3333

34-
The folder is named like `N-url`, where `N` is a number for the sorting purposes and `url` is the URL part with title of the material.
34+
- `index.md` відповідає за роділ
35+
- `article.md` відповідає за статтю
36+
- `task.md` відповідає за завдання (вирішення повенне бути в файлі `solution.md`)
3537

36-
The type of the material is defined by the file inside the folder:
37-
38-
- `index.md` stands for a chapter
39-
- `article.md` stands for an article
40-
- `task.md` stands for a task (solution must be provided in `solution.md` file aswell)
41-
42-
Each of these files starts from the `# Main header`.
38+
Кожен з цих файлів починається з `# Головного заголовка`.

0 commit comments

Comments
 (0)