Files: 8639104816f8873a79f9777728e495ac65b7361e / translations / ch_ma.js
1207 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 | |
17 | groupFind: { |
18 | action: { |
19 | findAGroup: "查找群组", |
20 | } |
21 | }, |
22 | groupIndex: "群列表", |
23 | //stub: should not be shown on released software! |
24 | stub: "此页面仅用于测试", |
25 | settings: "设置", |
26 | threadNew: { |
27 | pageTitle: '新建话题', |
28 | field: { |
29 | to: '发送给', |
30 | subject: '主题', |
31 | channel: '频道' |
32 | } |
33 | |
34 | }, |
35 | threadShow: '所有私信', |
36 | userFind: { |
37 | action: { |
38 | findAUser: '查找用户', |
39 | } |
40 | }, |
41 | userShow: { |
42 | action: { |
43 | follow: '关注', |
44 | unfollow: '取消关注', |
45 | directMessage: '创建私信' |
46 | }, |
47 | state: { |
48 | friends: '你们成为了好友', |
49 | youFollow: '你关注了的', |
50 | theyFollow: '关注了你的', |
51 | userIsInGroups: "所在的群组:", |
52 | userConversationsWith: '参与的话题', |
53 | follow: "关注", |
54 | friendsInCommon: '共同的好友' |
55 | } |
56 | } |
57 | } |
58 |
Built with git-ssb-web