git ssb

2+

mixmix / ticktack



Tree: 43a044c26cce899f51c0b562c14cd76e5d65fec8

Files: 43a044c26cce899f51c0b562c14cd76e5d65fec8 / translations / en.js

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

Built with git-ssb-web