Files: d6822ab78c99d8defe594f66a40543a4cc334c80 / translations / en.js
4335 bytesRaw
1 | module.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 | statsShow: { |
166 | title: 'Stats', |
167 | prevMonth: 'Prev 30 days', |
168 | nextMonth: 'Next 30 days', |
169 | thirtyDays: '30 days', |
170 | }, |
171 | languages: { |
172 | en: 'English', |
173 | zh: '中文' |
174 | } |
175 | } |
176 |
Built with git-ssb-web