git ssb

2+

mixmix / ticktack



Tree: b4bb2278fc6720ae4aa5470a30a66da315b74f00

Files: b4bb2278fc6720ae4aa5470a30a66da315b74f00 / translations / zh.js

3079 bytesRaw
1module.exports = {
2 loading: '加载中...',
3 optionalField: '可选',
4 sendMessage: '发送',
5 showMore: '显示更多',
6 channel: '频道',
7 directMessages: '私信',
8 home: '主页',
9 error: '错误',
10 errorNotFound: '找不到此页面',
11 groupNew: '新建群组',
12 writeMessage: '发私信',
13 writeComment: '留言',
14 peopleNearby: '附件的朋友',
15 addressBook: {
16 heading: {
17 people: '用户',
18 },
19 section: {
20 friends: '好友',
21 following: '我关注的',
22 followers: '关注我的',
23 },
24 action: {
25 addUser: '添加好友',
26 find: {
27 friends: '查找好友',
28 following: '查找我关注的人',
29 followers: '查找关注我的人',
30 search: '查找用户',
31 }
32 },
33 },
34 blogIndex: {
35 title: '发现'
36 },
37 blogNew: {
38 field: {
39 title: '标题',
40 summary: '序言',
41 },
42 actions: {
43 edit: '编辑',
44 preview: '预览',
45 writeBlog: '撰文'
46 }
47 },
48 channelShow: {
49 action: {
50 subscribe: '订阅',
51 unsubscribe: '取消订阅',
52 }
53 },
54 topNav: {
55 blogsAll: '最新',
56 blogSearch: '搜索'
57 },
58 groupFind: {
59 action: {
60 findAGroup: '查找群组',
61 newGroup: '创建此群组'
62 },
63 state: {
64 groupNotFound: '此群组未被创建'
65 },
66 flash: {
67 createFirstThread: '发布第一个话题来开始群组讨论'
68 }
69 },
70 groupIndex: '群组列表',
71 settingsPage: {
72 title: '设置',
73 action: {
74 edit: '编辑',
75 },
76 section: {
77 language: '语言',
78 profile: '自我介绍',
79 name: '名称',
80 introduction: '简介',
81 zoom: '放大'
82 }
83 },
84 threadNew: {
85 pageTitle: '新建话题',
86 field: {
87 to: '发送给',
88 subject: '主题',
89 },
90 action: {
91 new: '创建私信',
92 addMoreRecps: '添加多个用户(可选)',
93 }
94 },
95 threadShow: '所有私信',
96 userEdit: {
97 section: {
98 name: '名称',
99 avatar: '头像',
100 introduction: '简介'
101 },
102 instruction: {
103 crop: '点击编辑头像'
104 },
105 action: {
106 okay: '完成',
107 cancel: '取消',
108 save: '保存',
109 },
110 },
111 userFind: {
112 action: {
113 findAUser: '查找用户'
114 }
115 },
116 userShow: {
117 action: {
118 follow: '关注',
119 unfollow: '取消关注',
120 directMessage: '创建私信',
121 block: '拉黑',
122 unblock: '原谅',
123 blockConfirmationMessage: '拉黑意味着您再也不会接收到此用户的信息',
124 cancel: '取消',
125 },
126 state: {
127 friends: '你们成为了好友',
128 youFollow: '你关注了的',
129 theyFollow: '关注了你的',
130 userIsInGroups: '所在的群组:',
131 userConversationsWith: '参与的话题',
132 follow: '关注',
133 friendsInCommon: '共同的好友'
134 }
135 },
136 subscriptions: {
137 user: '我的订阅',
138 friends: '朋友的订阅',
139 state: {
140 noSubscriptions: '您还没有任何订阅',
141 }
142 },
143 languages: {
144 en: 'English',
145 zh: '中文'
146 }
147}
148

Built with git-ssb-web