Files: c20f1f54514253fb0cd2fbeb38bc3cbbc5f0f12d / translations / en.js
3770 bytesRaw
1 | module.exports = { |
2 | splash: { |
3 | about: `A new era social network for people who have faith in a decentralized world that values openness, equality, and freedom`, |
4 | slogan: `Connecting the Unconnected |
5 | Reconstructing a trusty social network |
6 | ` |
7 | }, |
8 | pluginsOk: { |
9 | heading: 'Ticktack running in limited mode', |
10 | 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.', |
11 | advice: 'If you are running Patchwork, close Patchwork before running Ticktack to get the full set of features', |
12 | action: { |
13 | ok: 'Okay' |
14 | } |
15 | }, |
16 | blogIndex: { |
17 | title: 'Discover' |
18 | }, |
19 | topNav: { |
20 | blogsAll: 'Dynamics', |
21 | blogSearch: 'Search' |
22 | }, |
23 | blogNew: { |
24 | field: { |
25 | title: 'Title', |
26 | summary: 'Summary' |
27 | }, |
28 | actions: { |
29 | edit: 'Edit', |
30 | preview: 'Preview', |
31 | writeBlog: 'Write a blog' |
32 | } |
33 | }, |
34 | channel: 'Channel', |
35 | loading: 'Loading...', |
36 | optionalField: 'optional', |
37 | writeMessage: 'Write a message', |
38 | writeComment: 'Write a comment', |
39 | peopleNearby: 'People nearby', |
40 | sendMessage: 'Send', |
41 | publishBlog: 'Publish', |
42 | showMore: 'Show More', |
43 | directMessages: 'Direct Messages', |
44 | home: 'Home', |
45 | error: 'Error', |
46 | errorNotFound: "The page wasn't found", |
47 | groupNew: 'New Group', |
48 | groupFind: { |
49 | action: { |
50 | findAGroup: 'Find Group', |
51 | newGroup: 'Create this group' |
52 | }, |
53 | state: { |
54 | groupNotFound: 'This group does not exist yet.' |
55 | }, |
56 | flash: { |
57 | createFirstThread: 'Start this group by posting the first thread.' |
58 | } |
59 | }, |
60 | groupIndex: 'Group Index', |
61 | settingsPage: { |
62 | title: 'Settings', |
63 | action: { |
64 | edit: 'Edit' |
65 | }, |
66 | section: { |
67 | name: 'Name', |
68 | introduction: 'Introduction', |
69 | language: 'Language', |
70 | zoom: 'Zoom' |
71 | } |
72 | }, |
73 | addressBook: { |
74 | action: { |
75 | addUser: 'Add a user', |
76 | find: { |
77 | friends: 'Search your friends', |
78 | following: "Search people you're following", |
79 | followers: 'Search your followers', |
80 | search: 'Search for a user' |
81 | } |
82 | }, |
83 | heading: { |
84 | people: 'People' |
85 | }, |
86 | section: { |
87 | friends: 'Friends', |
88 | following: 'Following', |
89 | followers: 'Followers' |
90 | } |
91 | }, |
92 | threadNew: { |
93 | pageTitle: 'New Thread', |
94 | field: { |
95 | to: 'To', |
96 | subject: 'Subject' |
97 | }, |
98 | action: { |
99 | new: 'New Message', |
100 | addMoreRecps: 'add more recipients (optional)' |
101 | } |
102 | }, |
103 | threadShow: 'Direct Messages', |
104 | userEdit: { |
105 | section: { |
106 | avatar: 'Avatar', |
107 | name: 'Name', |
108 | introduction: 'Introduction' |
109 | }, |
110 | instruction: { |
111 | crop: 'Click and drag to crop your avatar' |
112 | }, |
113 | action: { |
114 | okay: 'Okay', |
115 | cancel: 'Cancel', |
116 | save: 'Save' |
117 | } |
118 | }, |
119 | userFind: { |
120 | action: { |
121 | findAUser: 'Find a user' |
122 | } |
123 | }, |
124 | userShow: { |
125 | action: { |
126 | follow: 'Follow', |
127 | unfollow: 'Unfollow', |
128 | directMessage: 'New Direct Message', |
129 | block: 'Block', |
130 | unblock: 'Unblock', |
131 | blockConfirmationMessage: 'block means you will never receive message from this user', |
132 | cancel: 'Cancel' |
133 | }, |
134 | state: { |
135 | friends: 'You are friends', |
136 | youFollow: 'You follow them', |
137 | theyFollow: 'They follow you', |
138 | userIsInGroups: 'is in groups:', |
139 | userConversationsWith: 'conversations you\'ve had with', |
140 | follow: 'Follow', |
141 | friendsInCommon: 'friends in common' |
142 | } |
143 | }, |
144 | channelShow: { |
145 | action: { |
146 | subscribe: 'Subscribe', |
147 | unsubscribe: 'Unsubscribe' |
148 | } |
149 | }, |
150 | subscriptions: { |
151 | user: 'My subscriptions', |
152 | friends: 'Friends subscriptions', |
153 | state: { |
154 | noSubscriptions: 'You have no subscriptions yet' |
155 | } |
156 | }, |
157 | languages: { |
158 | en: 'English', |
159 | zh: '中文' |
160 | } |
161 | } |
162 |
Built with git-ssb-web