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