Commit 83cc84928bff0dd9e58c4d14584629a00a640e81
update zh translations
mix irving committed on 12/6/2017, 12:32:47 PMParent: 354bcc491180e33154ea042ff61d5912ae2d95ab
Files changed
translations/zh.js | changed |
translations/zh.js | ||
---|---|---|
@@ -1,4 +1,5 @@ | ||
1 | + | |
1 | 2 | module.exports = { |
2 | 3 | loading: '加载中...', |
3 | 4 | optionalField: '可选', |
4 | 5 | sendMessage: '发送', |
@@ -8,8 +9,27 @@ | ||
8 | 9 | home: '主页', |
9 | 10 | error: '错误', |
10 | 11 | errorNotFound: '找不到此页面', |
11 | 12 | groupNew: '新建群组', |
13 | + writeMessage: '发私信', | |
14 | + peopleNearby: '附件的朋友', | |
15 | + blogIndex: { | |
16 | + title: '发现' | |
17 | + }, | |
18 | + blogNew: { | |
19 | + field: { | |
20 | + title: '标题' | |
21 | + }, | |
22 | + actions: { | |
23 | + edit: '编辑', | |
24 | + preview: '预览', | |
25 | + writeBlog: '撰文' | |
26 | + } | |
27 | + }, | |
28 | + blogNav: { | |
29 | + blogsAll: '最新', | |
30 | + blogSearch: '搜索' | |
31 | + }, | |
12 | 32 | groupFind: { |
13 | 33 | action: { |
14 | 34 | findAGroup: '查找群组', |
15 | 35 | newGroup: '创建此群组' |
@@ -28,9 +48,12 @@ | ||
28 | 48 | edit: '编辑', |
29 | 49 | }, |
30 | 50 | section: { |
31 | 51 | language: '语言', |
32 | - profile: '自我介绍' | |
52 | + profile: '自我介绍', | |
53 | + name: '名称', | |
54 | + introduction: '简介', | |
55 | + zoom: '放大' | |
33 | 56 | } |
34 | 57 | }, |
35 | 58 | threadNew: { |
36 | 59 | pageTitle: '新建话题', |
@@ -45,9 +68,10 @@ | ||
45 | 68 | threadShow: '所有私信', |
46 | 69 | userEdit: { |
47 | 70 | section: { |
48 | 71 | name: '名称', |
49 | - avatar: '头像' | |
72 | + avatar: '头像', | |
73 | + introduction: '简介' | |
50 | 74 | }, |
51 | 75 | instruction: { |
52 | 76 | crop: '点击编辑头像' |
53 | 77 | }, |
@@ -76,6 +100,10 @@ | ||
76 | 100 | userConversationsWith: '参与的话题', |
77 | 101 | follow: '关注', |
78 | 102 | friendsInCommon: '共同的好友' |
79 | 103 | } |
104 | + }, | |
105 | + languages: { | |
106 | + en: '英文', | |
107 | + zh: '中文' | |
80 | 108 | } |
81 | 109 | } |
Built with git-ssb-web