Files: 5831f345af34aebcc413b1b452dadcbf6244b419 / translations / en.js
4980 bytesRaw
1 | module.exports = { |
2 | stats: 'Stats', |
3 | comments: 'Comments', |
4 | likes: 'Likes', |
5 | shares: 'Shares', |
6 | themes: { |
7 | light: 'Light', |
8 | dark: 'Dark' |
9 | }, |
10 | splash: { |
11 | about: [ |
12 | 'A social network that values openness, equality, and freedom.', |
13 | 'A new social network for people seeking an equitable world that values the value people create and successfully balances freedom, solidarity, privacy, and openness.', |
14 | "Let's do it right this time. A Web 3.0 social network, connecting the next billion with a decentralized platform built for openness, freedom, and equality.", |
15 | 'An open, equal and free social network.', |
16 | 'Blogging for the decentralized era.' |
17 | ], |
18 | slogan: 'Connect the unconnected, Rebuild a trustworthy social network' |
19 | }, |
20 | pluginsOk: { |
21 | heading: 'Ticktack running in limited mode', |
22 | description: 'Another scuttlebutt app is managing your shared database. Core functionality will work, but you may find there are some features that do not work.', |
23 | advice: 'If you are running Patchwork, close Patchwork before running Ticktack to get the full set of features', |
24 | action: { |
25 | ok: 'Okay' |
26 | } |
27 | }, |
28 | blogIndex: { |
29 | title: 'Discover' |
30 | }, |
31 | topNav: { |
32 | blogsAll: 'Dynamics', |
33 | blogSearch: 'Search' |
34 | }, |
35 | blogNew: { |
36 | field: { |
37 | title: 'Title', |
38 | summary: 'Summary' |
39 | }, |
40 | actions: { |
41 | edit: 'Edit', |
42 | preview: 'Preview', |
43 | writeBlog: 'Write your blog here' |
44 | } |
45 | }, |
46 | channel: 'Channel', |
47 | loading: 'Loading...', |
48 | optionalField: 'optional', |
49 | writeMessage: 'Write a message', |
50 | writeComment: 'Write a comment', |
51 | peopleNearby: 'People nearby', |
52 | sendMessage: 'Send', |
53 | publishBlog: 'Publish', |
54 | showMore: 'Show More', |
55 | directMessages: 'Direct Messages', |
56 | home: 'Home', |
57 | error: 'Error', |
58 | errorNotFound: "The page wasn't found", |
59 | groupNew: 'New Group', |
60 | groupFind: { |
61 | action: { |
62 | findAGroup: 'Find Group', |
63 | newGroup: 'Create this group' |
64 | }, |
65 | state: { |
66 | groupNotFound: 'This group does not exist yet.' |
67 | }, |
68 | flash: { |
69 | createFirstThread: 'Start this group by posting the first thread.' |
70 | } |
71 | }, |
72 | groupIndex: 'Group Index', |
73 | settingsPage: { |
74 | title: 'Settings', |
75 | action: { |
76 | edit: 'Edit' |
77 | }, |
78 | section: { |
79 | name: 'Name', |
80 | introduction: 'Introduction', |
81 | language: 'Language', |
82 | zoom: 'Zoom', |
83 | version: 'Version', |
84 | theme: 'Theme (beta)' |
85 | } |
86 | }, |
87 | addressBook: { |
88 | action: { |
89 | addUser: 'Add a user', |
90 | find: { |
91 | friends: 'Search your friends', |
92 | following: "Search people you're following", |
93 | followers: 'Search your followers', |
94 | search: 'Search for a user' |
95 | } |
96 | }, |
97 | heading: { |
98 | people: 'People' |
99 | }, |
100 | section: { |
101 | friends: 'Friends', |
102 | following: 'Following', |
103 | followers: 'Followers' |
104 | } |
105 | }, |
106 | threadNew: { |
107 | pageTitle: 'New Thread', |
108 | field: { |
109 | to: 'To', |
110 | subject: 'Subject' |
111 | }, |
112 | action: { |
113 | new: 'New Message', |
114 | addMoreRecps: 'add more recipients (optional)' |
115 | } |
116 | }, |
117 | threadShow: 'Direct Messages', |
118 | userEdit: { |
119 | section: { |
120 | avatar: 'Avatar', |
121 | name: 'Name', |
122 | introduction: 'Introduction' |
123 | }, |
124 | instruction: { |
125 | crop: 'Click and drag to crop your avatar' |
126 | }, |
127 | action: { |
128 | okay: 'Okay', |
129 | cancel: 'Cancel', |
130 | save: 'Save' |
131 | } |
132 | }, |
133 | userFind: { |
134 | action: { |
135 | findAUser: 'Find a user' |
136 | } |
137 | }, |
138 | userShow: { |
139 | action: { |
140 | follow: 'Follow', |
141 | unfollow: 'Unfollow', |
142 | directMessage: 'New Direct Message', |
143 | block: 'Block', |
144 | unblock: 'Unblock', |
145 | blockConfirmationMessage: 'block means you will never receive message from this user', |
146 | cancel: 'Cancel' |
147 | }, |
148 | state: { |
149 | friends: 'You are friends', |
150 | youFollow: 'You follow them', |
151 | theyFollow: 'They follow you', |
152 | userIsInGroups: 'is in groups:', |
153 | userConversationsWith: 'conversations you\'ve had with', |
154 | follow: 'Follow', |
155 | friendsInCommon: 'friends in common' |
156 | } |
157 | }, |
158 | channelShow: { |
159 | action: { |
160 | subscribe: 'Subscribe', |
161 | unsubscribe: 'Unsubscribe' |
162 | } |
163 | }, |
164 | subscriptions: { |
165 | user: 'My subscriptions', |
166 | friends: 'Friends subscriptions', |
167 | state: { |
168 | noSubscriptions: 'You have no subscriptions yet' |
169 | } |
170 | }, |
171 | share: { |
172 | captionPlaceholder: 'Type an optional caption here', |
173 | shareLabel: 'Share this blog with your followers', |
174 | externalShareLabel: 'Share this blog with on the Web', |
175 | action: { |
176 | share: 'Share', |
177 | copy: 'Copy external URL', |
178 | open: 'Open external URL' |
179 | }, |
180 | settings: { |
181 | caption: 'Web Sharing Metrics', |
182 | publicOption: 'publish metrics openly', |
183 | authorAndYouOption: 'publish for you and author', |
184 | justYouOption: 'publish just for you' |
185 | } |
186 | }, |
187 | statsShow: { |
188 | title: 'Stats', |
189 | prevMonth: 'Prev 30 days', |
190 | nextMonth: 'Next 30 days', |
191 | thirtyDays: '30 days' |
192 | }, |
193 | languages: { |
194 | en: 'English', |
195 | zh: '中文' |
196 | } |
197 | } |
198 |
Built with git-ssb-web