Files: 1b9e4fefcc2bb238e43c37df39cb776444d8978e / translations / zh.js
1308 bytesRaw
1 | module.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 | settings: '设置', |
30 | threadNew: { |
31 | pageTitle: '新建话题', |
32 | field: { |
33 | to: '发送给', |
34 | subject: '主题', |
35 | channel: '频道' |
36 | } |
37 | }, |
38 | threadShow: '所有私信', |
39 | userFind: { |
40 | action: { |
41 | findAUser: '查找用户' |
42 | } |
43 | }, |
44 | userShow: { |
45 | action: { |
46 | follow: '关注', |
47 | unfollow: '取消关注', |
48 | directMessage: '创建私信' |
49 | }, |
50 | state: { |
51 | friends: '你们成为了好友', |
52 | youFollow: '你关注了的', |
53 | theyFollow: '关注了你的', |
54 | userIsInGroups: '所在的群组:', |
55 | userConversationsWith: '参与的话题', |
56 | follow: '关注', |
57 | friendsInCommon: '共同的好友' |
58 | } |
59 | } |
60 | } |
61 |
Built with git-ssb-web