git ssb

2+

mixmix / ticktack



Tree: 0d0620b2168f0984a4e4e80b5e5a14a5867e7cc7

Files: 0d0620b2168f0984a4e4e80b5e5a14a5867e7cc7 / translations / zh.js

1684 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 },
47 threadShow: '所有私信',
48 userEdit: {
49 section: {
50 name: '名称',
51 avatar: '头像'
52 },
53 instruction: {
54 crop: '点击编辑头像'
55 },
56 action: {
57 okay: '完成',
58 cancel: '取消',
59 save: '保存',
60 },
61 },
62 userFind: {
63 action: {
64 findAUser: '查找用户'
65 }
66 },
67 userShow: {
68 action: {
69 follow: '关注',
70 unfollow: '取消关注',
71 directMessage: '创建私信'
72 },
73 state: {
74 friends: '你们成为了好友',
75 youFollow: '你关注了的',
76 theyFollow: '关注了你的',
77 userIsInGroups: '所在的群组:',
78 userConversationsWith: '参与的话题',
79 follow: '关注',
80 friendsInCommon: '共同的好友'
81 }
82 }
83}
84

Built with git-ssb-web