Files: 337ff74d31eddc3a716cc478e7e24a48610eb10f / translations / en.js
2223 bytesRaw
1 | module.exports = { |
2 | blogIndex: { |
3 | title: 'Discover', |
4 | }, |
5 | blogNav: { |
6 | blogsAll: 'Dynamics', |
7 | blogSearch: 'Search' |
8 | }, |
9 | blogNew: { |
10 | field: { |
11 | title: 'Title', |
12 | summary: 'Summary' |
13 | }, |
14 | actions: { |
15 | edit: 'Edit', |
16 | preview: 'Preview', |
17 | writeBlog: 'Write a blog', |
18 | } |
19 | }, |
20 | channel: 'Channel', |
21 | loading: 'Loading...', |
22 | optionalField: 'optional', |
23 | writeMessage: 'Write a message', |
24 | writeComment: 'Write a comment', |
25 | peopleNearby: 'People nearby', |
26 | sendMessage: 'Send', |
27 | showMore: 'Show More', |
28 | directMessages: 'Direct Messages', |
29 | home: "Home", |
30 | error: "Error", |
31 | errorNotFound: "The page wasn't found", |
32 | groupNew: "New Group", |
33 | groupFind: { |
34 | action: { |
35 | findAGroup: 'Find Group', |
36 | newGroup: 'Create this group' |
37 | }, |
38 | state: { |
39 | groupNotFound: 'This group does not exist yet.' |
40 | }, |
41 | flash: { |
42 | createFirstThread: 'Start this group by posting the first thread.' |
43 | } |
44 | }, |
45 | groupIndex: "Group Index", |
46 | settingsPage: { |
47 | title: "Settings", |
48 | action: { |
49 | edit: 'Edit', |
50 | }, |
51 | section: { |
52 | name: 'Name', |
53 | introduction: 'Introduction', |
54 | language: 'Language', |
55 | zoom: 'Zoom' |
56 | } |
57 | }, |
58 | threadNew: { |
59 | pageTitle: 'New Thread', |
60 | field: { |
61 | to: 'To', |
62 | subject: 'Subject', |
63 | }, |
64 | action: { |
65 | new: 'New Message' |
66 | } |
67 | }, |
68 | threadShow: 'Direct Messages', |
69 | userEdit: { |
70 | section: { |
71 | avatar: 'Avatar', |
72 | name: 'Name', |
73 | introduction: 'Introduction', |
74 | }, |
75 | instruction: { |
76 | crop: 'Click and drag to crop your avatar' |
77 | }, |
78 | action: { |
79 | okay: 'Okay', |
80 | cancel: 'Cancel', |
81 | save: 'Save' |
82 | } |
83 | }, |
84 | userFind: { |
85 | action: { |
86 | findAUser: 'Find a user', |
87 | } |
88 | }, |
89 | userShow: { |
90 | action: { |
91 | follow: 'Follow', |
92 | unfollow: 'Unfollow', |
93 | directMessage: 'New Direct Message' |
94 | }, |
95 | state: { |
96 | friends: 'You are friends', |
97 | youFollow: 'You follow them', |
98 | theyFollow: 'They follow you', |
99 | userIsInGroups: "is in groups:", |
100 | userConversationsWith: 'conversations you\'ve had with', |
101 | follow: "Follow", |
102 | friendsInCommon: 'friends in common' |
103 | } |
104 | }, |
105 | languages: { |
106 | en: 'English', |
107 | zh: 'Chinese' |
108 | } |
109 | |
110 | } |
111 |
Built with git-ssb-web