Files: b02d5837685a7fb8e42751b875db010b8ec801c6 / translations / en.js
2410 bytesRaw
1 | module.exports = { |
2 | splash: { |
3 | about: `A new era social network for people who have faith in a decentralized world that values openness, equalty, and freedom`, |
4 | slogan: `Connecting the Unconnected |
5 | Building 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 | peopleNearby: 'People nearby', |
31 | sendMessage: 'Send', |
32 | showMore: 'Show More', |
33 | directMessages: 'Direct Messages', |
34 | home: "Home", |
35 | error: "Error", |
36 | errorNotFound: "The page wasn't found", |
37 | groupNew: "New Group", |
38 | groupFind: { |
39 | action: { |
40 | findAGroup: 'Find Group', |
41 | newGroup: 'Create this group' |
42 | }, |
43 | state: { |
44 | groupNotFound: 'This group does not exist yet.' |
45 | }, |
46 | flash: { |
47 | createFirstThread: 'Start this group by posting the first thread.' |
48 | } |
49 | }, |
50 | groupIndex: "Group Index", |
51 | settingsPage: { |
52 | title: "Settings", |
53 | action: { |
54 | edit: 'Edit', |
55 | }, |
56 | section: { |
57 | name: 'Name', |
58 | introduction: 'Introduction', |
59 | language: 'Language', |
60 | zoom: 'Zoom' |
61 | } |
62 | }, |
63 | threadNew: { |
64 | pageTitle: 'New Thread', |
65 | field: { |
66 | to: 'To', |
67 | subject: 'Subject', |
68 | }, |
69 | action: { |
70 | new: 'New Message' |
71 | } |
72 | }, |
73 | threadShow: 'Direct Messages', |
74 | userEdit: { |
75 | section: { |
76 | avatar: 'Avatar', |
77 | name: 'Name', |
78 | introduction: 'Introduction', |
79 | }, |
80 | instruction: { |
81 | crop: 'Click and drag to crop your avatar' |
82 | }, |
83 | action: { |
84 | okay: 'Okay', |
85 | cancel: 'Cancel', |
86 | save: 'Save' |
87 | } |
88 | }, |
89 | userFind: { |
90 | action: { |
91 | findAUser: 'Find a user', |
92 | } |
93 | }, |
94 | userShow: { |
95 | action: { |
96 | follow: 'Follow', |
97 | unfollow: 'Unfollow', |
98 | directMessage: 'New Direct Message' |
99 | }, |
100 | state: { |
101 | friends: 'You are friends', |
102 | youFollow: 'You follow them', |
103 | theyFollow: 'They follow you', |
104 | userIsInGroups: "is in groups:", |
105 | userConversationsWith: 'conversations you\'ve had with', |
106 | follow: "Follow", |
107 | friendsInCommon: 'friends in common' |
108 | } |
109 | }, |
110 | languages: { |
111 | en: 'English', |
112 | zh: 'Chinese' |
113 | } |
114 | |
115 | } |
116 |
Built with git-ssb-web