git ssb

2+

mixmix / ticktack



Tree: b0b8e31176b8cf099174eeaa8faf5e129916374e

Files: b0b8e31176b8cf099174eeaa8faf5e129916374e / translations / zh.js

1330 bytesRaw
1module.exports = {
2 loading: '加载中...',
3 optionalField: '可选',
4 sendMessage: '发送',
5 showMore: '显示更多',
6 channel: {
7 action: {
8 newThread: '新建话题'
9 }
10 },
11 directMessages: '私信',
12 home: '主页',
13 error: '错误',
14 errorNotFound: '找不到此页面',
15 groupNew: '新建群组',
16 groupFind: {
17 action: {
18 findAGroup: '查找群组',
19 newGroup: '创建此群组'
20 },
21 state: {
22 groupNotFound: '此群组未被创建'
23 },
24 flash: {
25 createFirstThread: '发布第一个话题来开始群组讨论'
26 }
27 },
28 groupIndex: '群组列表',
29 settingsPage: {
30 title: '设置',
31 },
32 threadNew: {
33 pageTitle: '新建话题',
34 field: {
35 to: '发送给',
36 subject: '主题',
37 channel: '频道'
38 }
39 },
40 threadShow: '所有私信',
41 userFind: {
42 action: {
43 findAUser: '查找用户'
44 }
45 },
46 userShow: {
47 action: {
48 follow: '关注',
49 unfollow: '取消关注',
50 directMessage: '创建私信'
51 },
52 state: {
53 friends: '你们成为了好友',
54 youFollow: '你关注了的',
55 theyFollow: '关注了你的',
56 userIsInGroups: '所在的群组:',
57 userConversationsWith: '参与的话题',
58 follow: '关注',
59 friendsInCommon: '共同的好友'
60 }
61 }
62}
63

Built with git-ssb-web