Files: 8639104816f8873a79f9777728e495ac65b7361e / translations / en.js
1408 bytesRaw
1 | module.exports = { |
2 | loading: 'Loading...', |
3 | optionalField: 'optional', |
4 | sendMessage: 'Send', |
5 | showMore: 'Show More', |
6 | channel: { |
7 | action: { |
8 | newThread: 'New thread' |
9 | } |
10 | }, |
11 | directMessages: 'Direct Messages', |
12 | home: "Home", |
13 | error: "Error", |
14 | errorNotFound: "The page wasn't found", |
15 | groupNew: "New Group", |
16 | groupFind: { |
17 | action: { |
18 | findAGroup: 'Find Group', |
19 | newGroup: 'Create this group' |
20 | }, |
21 | state: { |
22 | groupNotFound: 'This group does not exist yet.' |
23 | }, |
24 | flash: { |
25 | createFirstThread: 'Start this group by posting the first thread.' |
26 | } |
27 | }, |
28 | groupIndex: "Group Index", |
29 | //stub: should not be shown on released software! |
30 | stub: "this page is a stub", |
31 | settings: "Settings", |
32 | threadNew: { |
33 | pageTitle: 'New Thread', |
34 | field: { |
35 | to: 'To', |
36 | subject: 'Subject', |
37 | channel: 'Channel' |
38 | } |
39 | |
40 | }, |
41 | threadShow: 'Direct Messages', |
42 | userFind: { |
43 | action: { |
44 | findAUser: 'Find a user', |
45 | } |
46 | }, |
47 | userShow: { |
48 | action: { |
49 | follow: 'Follow', |
50 | unfollow: 'Unfollow', |
51 | directMessage: 'New Direct Message' |
52 | }, |
53 | state: { |
54 | friends: 'You are friends', |
55 | youFollow: 'You follow them', |
56 | theyFollow: 'They follow you', |
57 | userIsInGroups: "is in groups:", |
58 | userConversationsWith: 'conversations you\'ve had with', |
59 | follow: "Follow", |
60 | friendsInCommon: 'friends in common' |
61 | } |
62 | } |
63 | } |
64 |
Built with git-ssb-web