git ssb

2+

mixmix / ticktack



Tree: b4bb2278fc6720ae4aa5470a30a66da315b74f00

Files: b4bb2278fc6720ae4aa5470a30a66da315b74f00 / translations / en.js

3756 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 pluginWarnings: {
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 showMore: 'Show More',
42 directMessages: 'Direct Messages',
43 home: "Home",
44 error: "Error",
45 errorNotFound: "The page wasn't found",
46 groupNew: "New Group",
47 groupFind: {
48 action: {
49 findAGroup: 'Find Group',
50 newGroup: 'Create this group'
51 },
52 state: {
53 groupNotFound: 'This group does not exist yet.'
54 },
55 flash: {
56 createFirstThread: 'Start this group by posting the first thread.'
57 }
58 },
59 groupIndex: "Group Index",
60 settingsPage: {
61 title: "Settings",
62 action: {
63 edit: 'Edit',
64 },
65 section: {
66 name: 'Name',
67 introduction: 'Introduction',
68 language: 'Language',
69 zoom: 'Zoom'
70 }
71 },
72 addressBook: {
73 action: {
74 addUser: 'Add a user',
75 find: {
76 friends: 'Search your friends',
77 following: "Search people you're following",
78 followers: 'Search your followers',
79 search: 'Search for a user',
80 }
81 },
82 heading: {
83 people: 'People'
84 },
85 section: {
86 friends: 'Friends',
87 following: 'Following',
88 followers: 'Followers'
89 }
90 },
91 threadNew: {
92 pageTitle: 'New Thread',
93 field: {
94 to: 'To',
95 subject: 'Subject',
96 },
97 action: {
98 new: 'New Message',
99 addMoreRecps: 'add more recipients (optional)'
100 }
101 },
102 threadShow: 'Direct Messages',
103 userEdit: {
104 section: {
105 avatar: 'Avatar',
106 name: 'Name',
107 introduction: 'Introduction',
108 },
109 instruction: {
110 crop: 'Click and drag to crop your avatar'
111 },
112 action: {
113 okay: 'Okay',
114 cancel: 'Cancel',
115 save: 'Save'
116 }
117 },
118 userFind: {
119 action: {
120 findAUser: 'Find a user',
121 }
122 },
123 userShow: {
124 action: {
125 follow: 'Follow',
126 unfollow: 'Unfollow',
127 directMessage: 'New Direct Message',
128 block: 'Block',
129 unblock: 'Unblock',
130 blockConfirmationMessage: 'block means you will never receive message from this user',
131 cancel: 'Cancel'
132 },
133 state: {
134 friends: 'You are friends',
135 youFollow: 'You follow them',
136 theyFollow: 'They follow you',
137 userIsInGroups: "is in groups:",
138 userConversationsWith: 'conversations you\'ve had with',
139 follow: "Follow",
140 friendsInCommon: 'friends in common'
141 }
142 },
143 channelShow: {
144 action: {
145 subscribe: 'Subscribe',
146 unsubscribe: 'Unsubscribe'
147 }
148 },
149 subscriptions: {
150 user: "My subscriptions",
151 friends: "Friends subscriptions",
152 state: {
153 noSubscriptions: 'You have no subscriptions yet'
154 }
155 },
156 languages: {
157 en: 'English',
158 zh: '中文'
159 }
160}
161

Built with git-ssb-web