git ssb

2+

mixmix / ticktack



Tree: aa4c25f3c365e275c42b08f8e34ef4e6c2b66d93

Files: aa4c25f3c365e275c42b08f8e34ef4e6c2b66d93 / translations / en.js

2831 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
5Building Honest Communication
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 },
68 heading: {
69 people: 'People'
70 },
71 section: {
72 friends: 'Friends',
73 following: 'Following',
74 followers: 'Followers'
75 }
76 },
77 threadNew: {
78 pageTitle: 'New Thread',
79 field: {
80 to: 'To',
81 subject: 'Subject',
82 },
83 action: {
84 new: 'New Message'
85 }
86 },
87 threadShow: 'Direct Messages',
88 userEdit: {
89 section: {
90 avatar: 'Avatar',
91 name: 'Name',
92 introduction: 'Introduction',
93 },
94 instruction: {
95 crop: 'Click and drag to crop your avatar'
96 },
97 action: {
98 okay: 'Okay',
99 cancel: 'Cancel',
100 save: 'Save'
101 }
102 },
103 userFind: {
104 action: {
105 findAUser: 'Find a user',
106 }
107 },
108 userShow: {
109 action: {
110 follow: 'Follow',
111 unfollow: 'Unfollow',
112 directMessage: 'New Direct Message',
113 block: 'Block',
114 unblock: 'Unblock',
115 blockConfirmationMessage: 'block means you will never receive message from this user',
116 cancel: 'Cancel'
117 },
118 state: {
119 friends: 'You are friends',
120 youFollow: 'You follow them',
121 theyFollow: 'They follow you',
122 userIsInGroups: "is in groups:",
123 userConversationsWith: 'conversations you\'ve had with',
124 follow: "Follow",
125 friendsInCommon: 'friends in common'
126 }
127 },
128 languages: {
129 en: 'English',
130 zh: '中文'
131 }
132
133}
134

Built with git-ssb-web