git ssb

2+

mixmix / ticktack



Tree: f34a56f91e29caba11aae4f1efe7ce7443c9f032

Files: f34a56f91e29caba11aae4f1efe7ce7443c9f032 / translations / en.js

5376 bytesRaw
1module.exports = {
2 comments: 'Comments',
3 likes: 'Likes',
4 shares: 'Shares',
5 splash: {
6 about: [
7 'A social network that values openness, equality, and freedom.',
8 'A new social network for people seeking an equitable world that values the value people create and successfully balances freedom, solidarity, privacy, and openness.',
9 "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.",
10 'An open, equal and free social network.'
11 ],
12 slogan: 'Ticktack: blogging for the decentralized era'
13 },
14 pluginsOk: {
15 heading: 'Ticktack running in limited mode',
16 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.',
17 advice: 'If you are running Patchwork, close Patchwork before running Ticktack to get the full set of features',
18 action: {
19 ok: 'Okay'
20 }
21 },
22 blogIndex: {
23 title: 'Discover'
24 },
25 topNav: {
26 blogsAll: 'Dynamics',
27 blogSearch: 'Search'
28 },
29 blogNew: {
30 field: {
31 title: 'Title',
32 summary: 'Summary'
33 },
34 actions: {
35 edit: 'Edit',
36 preview: 'Preview',
37 writeBlog: 'Write your blog here'
38 }
39 },
40 channel: 'Channel',
41 loading: 'Loading...',
42 optionalField: 'optional',
43 writeMessage: 'Write a message',
44 writeComment: 'Write a comment',
45 peopleNearby: 'People nearby',
46 sendMessage: 'Send',
47 publishBlog: 'Publish',
48 showMore: 'Show More',
49 directMessages: 'Direct Messages',
50 home: 'Home',
51 error: 'Error',
52 errorNotFound: "The page wasn't found",
53 groupNew: 'New Group',
54 groupFind: {
55 action: {
56 findAGroup: 'Find Group',
57 newGroup: 'Create this group'
58 },
59 state: {
60 groupNotFound: 'This group does not exist yet.'
61 },
62 flash: {
63 createFirstThread: 'Start this group by posting the first thread.'
64 }
65 },
66 groupIndex: 'Group Index',
67 settingsPage: {
68 title: 'Settings',
69 action: {
70 edit: 'Edit'
71 },
72 section: {
73 name: 'Name',
74 introduction: 'Introduction',
75 language: 'Language',
76 zoom: 'Zoom',
77 version: 'Version'
78 }
79 },
80 addressBook: {
81 action: {
82 addUser: 'Add a user',
83 find: {
84 friends: 'Search your friends',
85 following: "Search people you're following",
86 followers: 'Search your followers',
87 search: 'Search for a user'
88 }
89 },
90 heading: {
91 people: 'People'
92 },
93 section: {
94 friends: 'Friends',
95 following: 'Following',
96 followers: 'Followers'
97 }
98 },
99 threadNew: {
100 pageTitle: 'New Thread',
101 field: {
102 to: 'To',
103 subject: 'Subject'
104 },
105 action: {
106 new: 'New Message',
107 addMoreRecps: 'add more recipients (optional)'
108 }
109 },
110 threadShow: 'Direct Messages',
111 userEdit: {
112 section: {
113 avatar: 'Avatar',
114 name: 'Name',
115 introduction: 'Introduction'
116 },
117 instruction: {
118 crop: 'Click and drag to crop your avatar'
119 },
120 action: {
121 okay: 'Okay',
122 cancel: 'Cancel',
123 save: 'Save'
124 }
125 },
126 userFind: {
127 action: {
128 findAUser: 'Find a user'
129 }
130 },
131 userShow: {
132 action: {
133 follow: 'Follow',
134 unfollow: 'Unfollow',
135 directMessage: 'New Direct Message',
136 block: 'Block',
137 unblock: 'Unblock',
138 blockConfirmationMessage: 'block means you will never receive message from this user',
139 cancel: 'Cancel'
140 },
141 state: {
142 friends: 'You are friends',
143 youFollow: 'You follow them',
144 theyFollow: 'They follow you',
145 userIsInGroups: 'is in groups:',
146 userConversationsWith: 'conversations you\'ve had with',
147 follow: 'Follow',
148 friendsInCommon: 'friends in common'
149 }
150 },
151 channelShow: {
152 action: {
153 subscribe: 'Subscribe',
154 unsubscribe: 'Unsubscribe'
155 }
156 },
157 subscriptions: {
158 user: 'My subscriptions',
159 friends: 'Friends subscriptions',
160 state: {
161 noSubscriptions: 'You have no subscriptions yet'
162 }
163 },
164 statsShow: {
165 title: 'Stats',
166 prevMonth: 'Prev 30 days',
167 nextMonth: 'Next 30 days',
168 thirtyDays: '30 days',
169 },
170 backup: {
171 sectionName: 'Backup',
172 ftu: {
173 importAction: 'Import identity',
174 createAction: 'Create new identity',
175 busyMessage: 'Processing...',
176 welcomeHeader: 'Welcome to Ticktack',
177 welcomeMessage: 'Do you want to create a new identity or import one?'
178 },
179 export: {
180 header: 'Export identity',
181 message: [
182 'Please backup your private key file very carefully.',
183 'If your private key is hacked, all your private messages will be retrieved by third party, and your identity will be faked on the network'
184 ],
185 passwordPlaceholder: 'Please enter password to protect export file',
186 cancelAction: 'Cancel',
187 exportAction: 'Export Identity',
188 dialog: {
189 label: 'Export Identity',
190 title: 'Export Identity'
191 }
192 },
193 import: {
194 header: 'Import identity',
195 importAction: 'Import Identity',
196 synchronizeMessage: 'Synchronizing feed: ',
197 dialog: {
198 label: 'Import Identity',
199 title: 'Import Identity'
200 }
201 }
202 },
203 languages: {
204 en: 'English',
205 zh: '中文'
206 }
207}
208

Built with git-ssb-web