git ssb

2+

mixmix / ticktack



Tree: 6712e94224526c0480342ad6ae1f205266d341a3

Files: 6712e94224526c0480342ad6ae1f205266d341a3 / translations / zh.js

1731 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 action: {
32 edit: '编辑',
33 },
34 section: {
35 language: '语言',
36 profile: '自我介绍'
37 }
38 },
39 threadNew: {
40 pageTitle: '新建话题',
41 field: {
42 to: '发送给',
43 subject: '主题',
44 channel: '频道'
45 },
46 action: {
47 new: '创建私信'
48 }
49 },
50 threadShow: '所有私信',
51 userEdit: {
52 section: {
53 name: '名称',
54 avatar: '头像'
55 },
56 instruction: {
57 crop: '点击编辑头像'
58 },
59 action: {
60 okay: '完成',
61 cancel: '取消',
62 save: '保存',
63 },
64 },
65 userFind: {
66 action: {
67 findAUser: '查找用户'
68 }
69 },
70 userShow: {
71 action: {
72 follow: '关注',
73 unfollow: '取消关注',
74 directMessage: '创建私信'
75 },
76 state: {
77 friends: '你们成为了好友',
78 youFollow: '你关注了的',
79 theyFollow: '关注了你的',
80 userIsInGroups: '所在的群组:',
81 userConversationsWith: '参与的话题',
82 follow: '关注',
83 friendsInCommon: '共同的好友'
84 }
85 }
86}
87

Built with git-ssb-web