Skip to content

Commit 5826a18

Browse files
committed
minor
1 parent e3ad76c commit 5826a18

File tree

4 files changed

+40
-11
lines changed

4 files changed

+40
-11
lines changed

locales/en.yml

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
site:
22
privacy_policy: Privacy policy
3+
terms: terms of usage
34

45
gdpr_dialog:
56
title: This website uses cookies
@@ -50,6 +51,7 @@ site:
5051
share: Share
5152
read_before_commenting: read this before commenting…
5253

54+
last_updated_at: "Last updated at #{date}"
5355
meta:
5456
description: 'Modern JavaScript Tutorial: simple, but detailed explanations with examples and tasks, including: closures, document and events, object oriented programming and more.'
5557

@@ -60,9 +62,9 @@ site:
6062

6163
comment:
6264
help:
63-
- You're welcome to post additions, questions to the articles and answers to them.
64-
- To insert a few words of code, use the <code>&lt;code&gt;</code> tag, for several lines – use <code>&lt;pre&gt;</code>, for more than 10 lines – use a sandbox (<a href='http://plnkr.co/edit/?p=preview'>plnkr</a>, <a href='http://jsbin.com'>JSBin</a>, <a href='http://codepen.io'>codepen</a>…)
65-
- If you can't understand something in the article – please elaborate.
65+
- If you have suggestions what to improve - please <a href="https://github.com/javascript-tutorial/en.javascript.info/issues/new">submit a GitHub issue</a> or a pull request instead of commenting.
66+
- If you can't understand something in the article – please elaborate.
67+
- To insert a few words of code, use the <code>&lt;code&gt;</code> tag, for several lines – use <code>&lt;pre&gt;</code>, for more than 10 lines – use a sandbox (<a href='https://plnkr.co/edit/?p=preview'>plnkr</a>, <a href='http://jsbin.com'>JSBin</a>, <a href='http://codepen.io'>codepen</a>…)
6668

6769
edit_on_github: Edit on GitHub
6870
error: error
@@ -71,3 +73,29 @@ site:
7173
hide_forever: hide permanently
7274
hidden_forever: This information will not show up any more.
7375

76+
77+
subscribe:
78+
title: Watch for javascript.info updates
79+
text: 'We do not send advertisements, only relevant stuff. You choose what to receive:'
80+
agreement: 'By signing up to newsletters you agree to the <a href="#{link}" target="_blank">terms of usage</a>.'
81+
button: Subscribe
82+
button_unsubscribe: Unsubscribe from all
83+
common_updates: Common updates
84+
common_updates_text: new courses, master classes, article and screencast releases
85+
your_email: your@email.here
86+
newsletters: 'newsletter,newsletters,newsletters'
87+
no_selected: Nothing selected
88+
89+
form:
90+
value_must_not_be_empty: Value must not be empty.
91+
value_is_too_long: Value is too long.
92+
value_is_too_short: Value is too short.
93+
invalid_email: Invalid email.
94+
invalid_value: Invalid value.
95+
invalid_autocomplete: Please, choose from the list
96+
invalid_date: 'Invalid date, format: dd.mm.yyyyy.'
97+
invalid_range: This date is invalid here.
98+
save: Save
99+
upload_file: Upload file
100+
cancel: Cancel
101+
server_error: Request error, status code

locales/ko.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@ site:
6060

6161
comment:
6262
help:
63-
- 추가 코멘트, 질문 및 답변을 자유롭게 남겨주세요. 개선해야 할 것이 있다면 댓글 대신 <a href='https://github.com/javascript-tutorial/en.javascript.info/issues/new'>이슈를 만들어주세요</a>.
64-
You're welcome to post additions, questions to the articles and answers to them.
65-
- 댓글에 몇 단어로 구성된 코드를 삽입하고 싶다면 <code>&lt;code&gt;</code> 태그를, 여러 줄로 구성된 코드를 삽입하고 싶다면 <code>&lt;pre&gt;</code> 태그를 이용하세요. 10줄 이상의 코드는 <a href='http://plnkr.co/edit/?p=preview'>plnkr</a>, <a href='http://jsbin.com'>JSBin</a>, <a href='http://codepen.io'>codepen</a> 등의 샌드박스를 사용하세요.
66-
- 잘 이해되지 않는 부분은 구체적으로 언급해주세요.
63+
- If you have suggestions what to improve - please <a href="https://github.com/javascript-tutorial/en.javascript.info/issues/new">submit a GitHub issue</a> or a pull request instead of commenting.
64+
- If you can't understand something in the article – please elaborate.
65+
- To insert a few words of code, use the <code>&lt;code&gt;</code> tag, for several lines – use <code>&lt;pre&gt;</code>, for more than 10 lines – use a sandbox (<a href='https://plnkr.co/edit/?p=preview'>plnkr</a>, <a href='http://jsbin.com'>JSBin</a>, <a href='http://codepen.io'>codepen</a>…)
6766

6867
edit_on_github: GitHub에서 수정하기
6968
error: 에러

modules/frontpage/locales/en.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
view_github: github
2+
search_placeholder: Search in the tutorial
3+
search_button: Search
4+
share_text: Share
5+
contributors_pluralize: "contributor,contributors,contributors"
16
modern_javascript_tutorial: "The Modern JavaScript Tutorial"
2-
view_github: "view on GitHub"
3-
search_placeholder: "Search in the tutorial"
4-
search_button: "Search"
5-
share_text: "Share"

modules/frontpage/locales/ko.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ view_github: "GitHub에서 보기"
33
search_placeholder: "튜토리얼 검색하기"
44
search_button: "검색"
55
share_text: "공유"
6+
contributors_pluralize: "contributor,contributors,contributors"

0 commit comments

Comments
 (0)