Files: f4097436ca51813b562fc191008b76f8bcb6c71b / translations / en.js
3028 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 | topNav: { |
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 | addressBook: { |
65 | action: { |
66 | addUser: 'Add a user', |
67 | find: { |
68 | friends: 'Search your friends', |
69 | following: "Search people you're following", |
70 | followers: 'Search your followers', |
71 | search: 'Search for a user', |
72 | } |
73 | }, |
74 | heading: { |
75 | people: 'People' |
76 | }, |
77 | section: { |
78 | friends: 'Friends', |
79 | following: 'Following', |
80 | followers: 'Followers' |
81 | } |
82 | }, |
83 | threadNew: { |
84 | pageTitle: 'New Thread', |
85 | field: { |
86 | to: 'To', |
87 | subject: 'Subject', |
88 | }, |
89 | action: { |
90 | new: 'New Message' |
91 | } |
92 | }, |
93 | threadShow: 'Direct Messages', |
94 | userEdit: { |
95 | section: { |
96 | avatar: 'Avatar', |
97 | name: 'Name', |
98 | introduction: 'Introduction', |
99 | }, |
100 | instruction: { |
101 | crop: 'Click and drag to crop your avatar' |
102 | }, |
103 | action: { |
104 | okay: 'Okay', |
105 | cancel: 'Cancel', |
106 | save: 'Save' |
107 | } |
108 | }, |
109 | userFind: { |
110 | action: { |
111 | findAUser: 'Find a user', |
112 | } |
113 | }, |
114 | userShow: { |
115 | action: { |
116 | follow: 'Follow', |
117 | unfollow: 'Unfollow', |
118 | directMessage: 'New Direct Message', |
119 | block: 'Block', |
120 | unblock: 'Unblock', |
121 | blockConfirmationMessage: 'block means you will never receive message from this user', |
122 | cancel: 'Cancel' |
123 | }, |
124 | state: { |
125 | friends: 'You are friends', |
126 | youFollow: 'You follow them', |
127 | theyFollow: 'They follow you', |
128 | userIsInGroups: "is in groups:", |
129 | userConversationsWith: 'conversations you\'ve had with', |
130 | follow: "Follow", |
131 | friendsInCommon: 'friends in common' |
132 | } |
133 | }, |
134 | languages: { |
135 | en: 'English', |
136 | zh: '中文' |
137 | } |
138 | |
139 | } |
140 |
Built with git-ssb-web