Skip to content

Commit 1c9a439

Browse files
authored
Переклад заголовків другої частини підручника (#269)
1 parent fa0ea8f commit 1c9a439

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

2-ui/1-document/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Document
1+
# Документ
22

3-
Here we'll learn to manipulate a web-page using JavaScript.
3+
Тут ми навчимося маніпулювати веб-сторінкою за допомогою JavaScript.

2-ui/2-events/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Introduction to Events
1+
# Вступ до подій
22

3-
An introduction to browser events, event properties and handling patterns.
3+
Вступ до подій браузера, їх властивостей і шаблонів обробки.

2-ui/3-event-details/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# UI Events
1+
# Події інтерфейсу
22

3-
Here we cover most important user interface events and how to work with them.
3+
Тут ми розповідаємо про найважливіші події інтерфейсу, та як з ними працювати.

2-ui/4-forms-controls/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Forms, controls
1+
# Форми та інтерактивні елементи
22

3-
Special properties and events for forms `<form>` and controls: `<input>`, `<select>` and other.
3+
Спеціальні властивості і події для форм `<form>` та інтерактивних елементів: `<input>`, `<select>` та інших.

2-ui/5-loading/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
# Document and resource loading
2+
# Завантаження документа і ресурсів

2-ui/99-ui-misc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
# Miscellaneous
2+
# Різне

2-ui/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Browser: Document, Events, Interfaces
1+
# Браузер: документ, події, інтерфейси
22

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

0 commit comments

Comments
 (0)