Skip to content

Commit 71090b5

Browse files
committed
add zh-yml
1 parent bb407bf commit 71090b5

File tree

2 files changed

+77
-0
lines changed

2 files changed

+77
-0
lines changed

locales/zh.yml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
site:
2+
privacy_policy: Privacy policy
3+
4+
gdpr_dialog:
5+
title: This website uses cookies
6+
text: We use browser technologies such as cookies and local storage to store your preferences. You need to accept our <a href="/privacy">Privacy Policy</a> and <a href="/terms">Terms of Use</a> for us to do so.
7+
accept: Accept
8+
cancel: Cancel
9+
10+
toolbar:
11+
lang_switcher:
12+
cta_text: We want to make this open-source project available for people all around the world. Please <a href="https://github.com/iliakan/javascript-tutorial-en" rel="noopener noreferrer" target="_blank">help us to translate</a> the content of this tutorial to the language you know
13+
footer_text: how much content is translated to the corresponding language
14+
old_version: Old version is published, needs backporting.
15+
logo:
16+
normal:
17+
svg: sitetoolbar__logo_en.svg
18+
width: 200 # 171
19+
normal-white:
20+
svg: sitetoolbar__logo_en-white.svg
21+
small:
22+
svg: sitetoolbar__logo_small_en.svg
23+
width: 70
24+
small-white:
25+
svg: sitetoolbar__logo_small_en-white.svg
26+
sections:
27+
- slug: ''
28+
url: '/'
29+
title: 'Tutorial'
30+
- slug: 'courses'
31+
title: 'Courses'
32+
buy_ebook_extra: 'Buy'
33+
buy_ebook: 'EPUB/PDF'
34+
search_placeholder: 'Search on Javascript.info'
35+
search_button: 'Search'
36+
37+
public_profile: Public profile
38+
account: Account
39+
notifications: Notifications
40+
admin: Admin
41+
logout: Logout
42+
43+
sorry_old_browser: Sorry, IE<10 is not supported, please use a newer browser.
44+
contact_us: contact us
45+
about_the_project: about the project
46+
ilya_kantor: Ilya Kantor
47+
comments: Comments
48+
loading: Loading...
49+
search: Search
50+
share: Share
51+
read_before_commenting: read this before commenting…
52+
53+
meta:
54+
description: 'Modern JavaScript Tutorial: simple, but detailed explanations with examples and tasks, including: closures, document and events, object oriented programming and more.'
55+
56+
tablet-menu:
57+
choose_section: Choose section
58+
search_placeholder: Search in the tutorial
59+
search_button: Search
60+
61+
comment:
62+
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.
66+
67+
edit_on_github: Edit on Github
68+
error: error
69+
close: close
70+
71+
hide_forever: hide permanently
72+
hidden_forever: This information will not show up any more.
73+

modules/frontpage/locales/zh.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
view_github: "view on Github"
2+
search_placeholder: "Search in the tutorial"
3+
search_button: "Search"
4+
share_text: "Share"

0 commit comments

Comments
 (0)