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