git ssb

2+

mixmix / ticktack



Tree: 94527b097121d2903dc3709ec79709a5804d13c9

Files: 94527b097121d2903dc3709ec79709a5804d13c9 / translations / en.js

3796 bytesRaw
1module.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
5Reconstructing 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 version: 'Version'
72 }
73 },
74 addressBook: {
75 action: {
76 addUser: 'Add a user',
77 find: {
78 friends: 'Search your friends',
79 following: "Search people you're following",
80 followers: 'Search your followers',
81 search: 'Search for a user'
82 }
83 },
84 heading: {
85 people: 'People'
86 },
87 section: {
88 friends: 'Friends',
89 following: 'Following',
90 followers: 'Followers'
91 }
92 },
93 threadNew: {
94 pageTitle: 'New Thread',
95 field: {
96 to: 'To',
97 subject: 'Subject'
98 },
99 action: {
100 new: 'New Message',
101 addMoreRecps: 'add more recipients (optional)'
102 }
103 },
104 threadShow: 'Direct Messages',
105 userEdit: {
106 section: {
107 avatar: 'Avatar',
108 name: 'Name',
109 introduction: 'Introduction'
110 },
111 instruction: {
112 crop: 'Click and drag to crop your avatar'
113 },
114 action: {
115 okay: 'Okay',
116 cancel: 'Cancel',
117 save: 'Save'
118 }
119 },
120 userFind: {
121 action: {
122 findAUser: 'Find a user'
123 }
124 },
125 userShow: {
126 action: {
127 follow: 'Follow',
128 unfollow: 'Unfollow',
129 directMessage: 'New Direct Message',
130 block: 'Block',
131 unblock: 'Unblock',
132 blockConfirmationMessage: 'block means you will never receive message from this user',
133 cancel: 'Cancel'
134 },
135 state: {
136 friends: 'You are friends',
137 youFollow: 'You follow them',
138 theyFollow: 'They follow you',
139 userIsInGroups: 'is in groups:',
140 userConversationsWith: 'conversations you\'ve had with',
141 follow: 'Follow',
142 friendsInCommon: 'friends in common'
143 }
144 },
145 channelShow: {
146 action: {
147 subscribe: 'Subscribe',
148 unsubscribe: 'Unsubscribe'
149 }
150 },
151 subscriptions: {
152 user: 'My subscriptions',
153 friends: 'Friends subscriptions',
154 state: {
155 noSubscriptions: 'You have no subscriptions yet'
156 }
157 },
158 languages: {
159 en: 'English',
160 zh: '中文'
161 }
162}
163

Built with git-ssb-web