git ssb

2+

mixmix / ticktack



Commit 83cc84928bff0dd9e58c4d14584629a00a640e81

update zh translations

mix irving committed on 12/6/2017, 12:32:47 PM
Parent: 354bcc491180e33154ea042ff61d5912ae2d95ab

Files changed

translations/zh.jschanged
translations/zh.jsView
@@ -1,4 +1,5 @@
1+
12 module.exports = {
23 loading: '加载中...',
34 optionalField: '可选',
45 sendMessage: '发送',
@@ -8,8 +9,27 @@
89 home: '主页',
910 error: '错误',
1011 errorNotFound: '找不到此页面',
1112 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+ },
1232 groupFind: {
1333 action: {
1434 findAGroup: '查找群组',
1535 newGroup: '创建此群组'
@@ -28,9 +48,12 @@
2848 edit: '编辑',
2949 },
3050 section: {
3151 language: '语言',
32- profile: '自我介绍'
52+ profile: '自我介绍',
53+ name: '名称',
54+ introduction: '简介',
55+ zoom: '放大'
3356 }
3457 },
3558 threadNew: {
3659 pageTitle: '新建话题',
@@ -45,9 +68,10 @@
4568 threadShow: '所有私信',
4669 userEdit: {
4770 section: {
4871 name: '名称',
49- avatar: '头像'
72+ avatar: '头像',
73+ introduction: '简介'
5074 },
5175 instruction: {
5276 crop: '点击编辑头像'
5377 },
@@ -76,6 +100,10 @@
76100 userConversationsWith: '参与的话题',
77101 follow: '关注',
78102 friendsInCommon: '共同的好友'
79103 }
104+ },
105+ languages: {
106+ en: '英文',
107+ zh: '中文'
80108 }
81109 }

Built with git-ssb-web