Skip to content

Переклад заголовків другої частини підручника #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jan 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 2-ui/1-document/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Document
# Документ

Here we'll learn to manipulate a web-page using JavaScript.
Тут ми навчимося маніпулювати веб-сторінкою за допомогою JavaScript.
4 changes: 2 additions & 2 deletions 2-ui/2-events/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Introduction to Events
# Вступ до подій

An introduction to browser events, event properties and handling patterns.
Вступ до подій браузера, їх властивостей і шаблонів обробки.
4 changes: 2 additions & 2 deletions 2-ui/3-event-details/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# UI Events
# Події інтерфейсу

Here we cover most important user interface events and how to work with them.
Тут ми розповідаємо про найважливіші події інтерфейсу, та як з ними працювати.
4 changes: 2 additions & 2 deletions 2-ui/4-forms-controls/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Forms, controls
# Форми та інтерактивні елементи

Special properties and events for forms `<form>` and controls: `<input>`, `<select>` and other.
Спеціальні властивості і події для форм `<form>` та інтерактивних елементів: `<input>`, `<select>` та інших.
2 changes: 1 addition & 1 deletion 2-ui/5-loading/index.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

# Document and resource loading
# Завантаження документа і ресурсів
2 changes: 1 addition & 1 deletion 2-ui/99-ui-misc/index.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

# Miscellaneous
# Різне
4 changes: 2 additions & 2 deletions 2-ui/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Browser: Document, Events, Interfaces
# Браузер: документ, події, інтерфейси

Learning how to manage the browser page: add elements, manipulate their size and position, dynamically create interfaces and interact with the visitor.
Навчимося керувати сторінкою браузера, а саме: додавати елементи, змінювати їх розмір і розташування, динамічно створювати інтерфейси та взаємодіяти з користувачем.