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