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