Files: b94fcfc813d82eea5f878455932ac4e3ebf5898d / translations / en.js
2610 bytesRaw
1 | module.exports = { |
2 | splash: { |
3 | about: `A new era social network for people who have faith in a decentralized world that values openness, equality, and freedom`, |
4 | slogan: `Connecting the Unconnected |
5 | Building Honest Communication |
6 | ` |
7 | }, |
8 | blogIndex: { |
9 | title: 'Discover', |
10 | }, |
11 | blogNav: { |
12 | blogsAll: 'Dynamics', |
13 | blogSearch: 'Search' |
14 | }, |
15 | blogNew: { |
16 | field: { |
17 | title: 'Title', |
18 | summary: 'Summary' |
19 | }, |
20 | actions: { |
21 | edit: 'Edit', |
22 | preview: 'Preview', |
23 | writeBlog: 'Write a blog', |
24 | } |
25 | }, |
26 | channel: 'Channel', |
27 | loading: 'Loading...', |
28 | optionalField: 'optional', |
29 | writeMessage: 'Write a message', |
30 | writeComment: 'Write a comment', |
31 | peopleNearby: 'People nearby', |
32 | sendMessage: 'Send', |
33 | showMore: 'Show More', |
34 | directMessages: 'Direct Messages', |
35 | home: "Home", |
36 | error: "Error", |
37 | errorNotFound: "The page wasn't found", |
38 | groupNew: "New Group", |
39 | groupFind: { |
40 | action: { |
41 | findAGroup: 'Find Group', |
42 | newGroup: 'Create this group' |
43 | }, |
44 | state: { |
45 | groupNotFound: 'This group does not exist yet.' |
46 | }, |
47 | flash: { |
48 | createFirstThread: 'Start this group by posting the first thread.' |
49 | } |
50 | }, |
51 | groupIndex: "Group Index", |
52 | settingsPage: { |
53 | title: "Settings", |
54 | action: { |
55 | edit: 'Edit', |
56 | }, |
57 | section: { |
58 | name: 'Name', |
59 | introduction: 'Introduction', |
60 | language: 'Language', |
61 | zoom: 'Zoom' |
62 | } |
63 | }, |
64 | threadNew: { |
65 | pageTitle: 'New Thread', |
66 | field: { |
67 | to: 'To', |
68 | subject: 'Subject', |
69 | }, |
70 | action: { |
71 | new: 'New Message' |
72 | } |
73 | }, |
74 | threadShow: 'Direct Messages', |
75 | userEdit: { |
76 | section: { |
77 | avatar: 'Avatar', |
78 | name: 'Name', |
79 | introduction: 'Introduction', |
80 | }, |
81 | instruction: { |
82 | crop: 'Click and drag to crop your avatar' |
83 | }, |
84 | action: { |
85 | okay: 'Okay', |
86 | cancel: 'Cancel', |
87 | save: 'Save' |
88 | } |
89 | }, |
90 | userFind: { |
91 | action: { |
92 | findAUser: 'Find a user', |
93 | } |
94 | }, |
95 | userShow: { |
96 | action: { |
97 | follow: 'Follow', |
98 | unfollow: 'Unfollow', |
99 | directMessage: 'New Direct Message', |
100 | block: 'Block', |
101 | unblock: 'Unblock', |
102 | blockConfirmationMessage: 'block means you will never receive message from this user', |
103 | cancel: 'Cancel' |
104 | }, |
105 | state: { |
106 | friends: 'You are friends', |
107 | youFollow: 'You follow them', |
108 | theyFollow: 'They follow you', |
109 | userIsInGroups: "is in groups:", |
110 | userConversationsWith: 'conversations you\'ve had with', |
111 | follow: "Follow", |
112 | friendsInCommon: 'friends in common' |
113 | } |
114 | }, |
115 | languages: { |
116 | en: 'English', |
117 | zh: '中文' |
118 | } |
119 | |
120 | } |
121 |
Built with git-ssb-web