forked from vuejs/v2.vuejs.org
-
Notifications
You must be signed in to change notification settings - Fork 3
computed.md translation #5
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 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
83e23d1
translate computed.md page
ValeriiMal 69fa665
merge master
ValeriiMal f90f0d9
computed.md pre review
ValeriiMal 25e4ad1
fix treatment to more official
ValeriiMal 86fd6f3
replace "fields" with "properties" translations
ValeriiMal ff126d5
translate strings
ValeriiMal a95463c
capitalize title
ValeriiMal 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
computed.md pre review
- Loading branch information
commit f90f0d9ca380695f7da1e59f237502029c31a0d9
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ type: guide | |
order: 5 | ||
--- | ||
|
||
## Обчислювані поля | ||
## Обчислені поля | ||
|
||
<div class="vueschool"><a href="https://vueschool.io/lessons/vuejs-computed-properties?friend=vuejs" target="_blank" rel="sponsored noopener" title="Вивчи, як обчислені поля працюють з Vue School">Вивчи, як обчислені поля працюють на безкоштовних уроках Vue School</a></div> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Звертання на "ви" зараз вжито у інших сторінках даного перекладу. Думаю, добре було б так вживати скрізь заради консистентності. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ++ |
||
|
||
|
@@ -18,7 +18,7 @@ order: 5 | |
|
||
Тепер шаблон більше не простий і декларативний. Тобі необхідно дивитися на нього протягом секунди щоб зрозуміти що він показує `message` в зворотньому напрямку. Проблема укладнюється якщо ти хочеш включити перевернуте повідомлення в шаблон більше одного разу. | ||
|
||
Ось чому для будь якої комплексної логіки тобі потрібно використовувати **обчислювані поля** | ||
Ось чому для будь якої комплексної логіки тобі потрібно використовувати **обчислені поля** | ||
|
||
### Простий приклад | ||
|
||
|
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Варто зауважити, що "поля" звично перекладаються з слова fields. Хоч це є синонімом в даному контексті, але я б лишив таки як Обчислювані властивості. Обчислені — це вже доконана дія, тобто більше обчислювання не очікується. Обчислювані — тому що вони постійно обчислюються при змінах в реактивних змінних, від яких вони залежать.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++