git ssb

2+

mixmix / ticktack



Tree: ff9a800eba7a7ee2f4a807f80c33afa4fa798fa2

Files: ff9a800eba7a7ee2f4a807f80c33afa4fa798fa2 / translations / zh.js

1658 bytesRaw
1module.exports = {
2 loading: '加载中...',
3 optionalField: '可选',
4 sendMessage: '发送',
5 showMore: '显示更多',
6 channel: '频道',
7 directMessages: '私信',
8 home: '主页',
9 error: '错误',
10 errorNotFound: '找不到此页面',
11 groupNew: '新建群组',
12 groupFind: {
13 action: {
14 findAGroup: '查找群组',
15 newGroup: '创建此群组'
16 },
17 state: {
18 groupNotFound: '此群组未被创建'
19 },
20 flash: {
21 createFirstThread: '发布第一个话题来开始群组讨论'
22 }
23 },
24 groupIndex: '群组列表',
25 settingsPage: {
26 title: '设置',
27 action: {
28 edit: '编辑',
29 },
30 section: {
31 language: '语言',
32 profile: '自我介绍'
33 }
34 },
35 threadNew: {
36 pageTitle: '新建话题',
37 field: {
38 to: '发送给',
39 subject: '主题',
40 },
41 action: {
42 new: '创建私信'
43 }
44 },
45 threadShow: '所有私信',
46 userEdit: {
47 section: {
48 name: '名称',
49 avatar: '头像'
50 },
51 instruction: {
52 crop: '点击编辑头像'
53 },
54 action: {
55 okay: '完成',
56 cancel: '取消',
57 save: '保存',
58 },
59 },
60 userFind: {
61 action: {
62 findAUser: '查找用户'
63 }
64 },
65 userShow: {
66 action: {
67 follow: '关注',
68 unfollow: '取消关注',
69 directMessage: '创建私信'
70 },
71 state: {
72 friends: '你们成为了好友',
73 youFollow: '你关注了的',
74 theyFollow: '关注了你的',
75 userIsInGroups: '所在的群组:',
76 userConversationsWith: '参与的话题',
77 follow: '关注',
78 friendsInCommon: '共同的好友'
79 }
80 }
81}
82

Built with git-ssb-web