git ssb

2+

mixmix / ticktack



Tree: 74c2a9875f6869e3cc0b3448d52f059aff9a2bfb

Files: 74c2a9875f6869e3cc0b3448d52f059aff9a2bfb / translations / zh.js

2195 bytesRaw
1
2module.exports = {
3 loading: '加载中...',
4 optionalField: '可选',
5 sendMessage: '发送',
6 showMore: '显示更多',
7 channel: '频道',
8 directMessages: '私信',
9 home: '主页',
10 error: '错误',
11 errorNotFound: '找不到此页面',
12 groupNew: '新建群组',
13 writeMessage: '发私信',
14 writeComment: '留言',
15 peopleNearby: '附件的朋友',
16 blogIndex: {
17 title: '发现'
18 },
19 blogNew: {
20 field: {
21 title: '标题',
22 summary: '序言',
23 },
24 actions: {
25 edit: '编辑',
26 preview: '预览',
27 writeBlog: '撰文'
28 }
29 },
30 topNav: {
31 blogsAll: '最新',
32 blogSearch: '搜索'
33 },
34 groupFind: {
35 action: {
36 findAGroup: '查找群组',
37 newGroup: '创建此群组'
38 },
39 state: {
40 groupNotFound: '此群组未被创建'
41 },
42 flash: {
43 createFirstThread: '发布第一个话题来开始群组讨论'
44 }
45 },
46 groupIndex: '群组列表',
47 settingsPage: {
48 title: '设置',
49 action: {
50 edit: '编辑',
51 },
52 section: {
53 language: '语言',
54 profile: '自我介绍',
55 name: '名称',
56 introduction: '简介',
57 zoom: '放大'
58 }
59 },
60 threadNew: {
61 pageTitle: '新建话题',
62 field: {
63 to: '发送给',
64 subject: '主题',
65 },
66 action: {
67 new: '创建私信'
68 }
69 },
70 threadShow: '所有私信',
71 userEdit: {
72 section: {
73 name: '名称',
74 avatar: '头像',
75 introduction: '简介'
76 },
77 instruction: {
78 crop: '点击编辑头像'
79 },
80 action: {
81 okay: '完成',
82 cancel: '取消',
83 save: '保存',
84 },
85 },
86 userFind: {
87 action: {
88 findAUser: '查找用户'
89 }
90 },
91 userShow: {
92 action: {
93 follow: '关注',
94 unfollow: '取消关注',
95 directMessage: '创建私信'
96 },
97 state: {
98 friends: '你们成为了好友',
99 youFollow: '你关注了的',
100 theyFollow: '关注了你的',
101 userIsInGroups: '所在的群组:',
102 userConversationsWith: '参与的话题',
103 follow: '关注',
104 friendsInCommon: '共同的好友'
105 }
106 },
107 languages: {
108 en: 'English',
109 zh: '中文'
110 }
111}
112

Built with git-ssb-web