git ssb

2+

mixmix / ticktack



Tree: 73f2831d1e46d5f06a3a5a6472ceb0af6f88c50b

Files: 73f2831d1e46d5f06a3a5a6472ceb0af6f88c50b / translations / en.js

2445 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 blogNav: {
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 threadNew: {
65 pageTitle: 'New Thread',
66 field: {
67 to: 'To',
68 subject: 'Subject',
69 },
70 action: {
71 new: 'New Message'
72 }
73 },
74 threadShow: 'Direct Messages',
75 userEdit: {
76 section: {
77 avatar: 'Avatar',
78 name: 'Name',
79 introduction: 'Introduction',
80 },
81 instruction: {
82 crop: 'Click and drag to crop your avatar'
83 },
84 action: {
85 okay: 'Okay',
86 cancel: 'Cancel',
87 save: 'Save'
88 }
89 },
90 userFind: {
91 action: {
92 findAUser: 'Find a user',
93 }
94 },
95 userShow: {
96 action: {
97 follow: 'Follow',
98 unfollow: 'Unfollow',
99 directMessage: 'New Direct Message'
100 },
101 state: {
102 friends: 'You are friends',
103 youFollow: 'You follow them',
104 theyFollow: 'They follow you',
105 userIsInGroups: "is in groups:",
106 userConversationsWith: 'conversations you\'ve had with',
107 follow: "Follow",
108 friendsInCommon: 'friends in common'
109 }
110 },
111 languages: {
112 en: 'English',
113 zh: '中文'
114 }
115
116}
117

Built with git-ssb-web