-
Notifications
You must be signed in to change notification settings - Fork 182
Переклад заголовків другої частини підручника #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
Changes from 5 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
d1bfa37
1-js/09-classes/06-instanceof: Translation
dolgachio f976080
Merge branch 'master' of github.com:javascript-tutorial/uk.javascript…
dolgachio fba8269
1-js/10-error-handling/2-custom-errors: Translation
dolgachio 26021bc
Merge branch 'javascript-tutorial:master' into master
dolgachio f20ee14
Translate 2-ui titles
dolgachio cf87d7f
Apply suggestions from code review
tarasyyyk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
Вступ до браузерних подій, їх властивостей і шаблонів обробки. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# UI Events | ||
# Інтерфейсні події | ||
tarasyyyk marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Here we cover most important user interface events and how to work with them. | ||
Тут ми розповідаємо про найважливіші події інтерфейсу та як з ними працювати. | ||
tarasyyyk marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>` та інших. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
|
||
# Document and resource loading | ||
# Завантаження документа і ресурсів |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
|
||
# Miscellaneous | ||
# Різне |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
Навчимося керувати сторінкою браузера, а саме: додавати елементи, змінювати їх розмір і розташуванням, динамічно створювати інтерфейси та взаємодіяти з користувачем. | ||
tarasyyyk marked this conversation as resolved.
Show resolved
Hide resolved
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.