|
1 | 1 | site: |
2 | 2 | privacy_policy: Privacy policy |
| 3 | + terms: terms of usage |
3 | 4 |
|
4 | 5 | gdpr_dialog: |
5 | 6 | title: This website uses cookies |
|
50 | 51 | share: Share |
51 | 52 | read_before_commenting: read this before commenting… |
52 | 53 |
|
| 54 | + last_updated_at: "Last updated at #{date}" |
53 | 55 | meta: |
54 | 56 | description: 'Modern JavaScript Tutorial: simple, but detailed explanations with examples and tasks, including: closures, document and events, object oriented programming and more.' |
55 | 57 |
|
|
60 | 62 |
|
61 | 63 | comment: |
62 | 64 | 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><code></code> tag, for several lines – use <code><pre></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><code></code> tag, for several lines – use <code><pre></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>…) |
66 | 68 |
|
67 | 69 | edit_on_github: Edit on GitHub |
68 | 70 | error: error |
|
71 | 73 | hide_forever: hide permanently |
72 | 74 | hidden_forever: This information will not show up any more. |
73 | 75 |
|
| 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 |
0 commit comments