git ssb

2+

mixmix / ticktack



Tree: b820672852d31940a46c7ac613f5f5c0195f65b8

Files: b820672852d31940a46c7ac613f5f5c0195f65b8 / translations / en.js

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

Built with git-ssb-web