git ssb

2+

mixmix / ticktack



Tree: ca44a0a40e4d24c2b6b42467fac6072170073817

Files: ca44a0a40e4d24c2b6b42467fac6072170073817 / translations / en.js

4817 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 share: {
165 captionPlaceholder: 'Type an optional caption here',
166 shareLabel: 'Share this blog with your followers',
167 externalShareLabel: 'Share this blog with on the Web',
168 action: {
169 share: 'Share',
170 copy: 'Copy external URL',
171 open: 'Open external URL'
172 },
173 settings: {
174 caption: 'Web Sharing Metrics',
175 publicOption: 'publish metrics openly',
176 authorAndYouOption: 'publish for you and author',
177 justYouOption: 'publish just for you'
178 }
179 },
180 statsShow: {
181 title: 'Stats',
182 prevMonth: 'Prev 30 days',
183 nextMonth: 'Next 30 days',
184 thirtyDays: '30 days'
185 },
186 languages: {
187 en: 'English',
188 zh: '中文'
189 }
190}
191

Built with git-ssb-web