Files: 6d0098b2457c9615aa14a5cfe9c49f9ad5f6a491 / translations / en.js
1704 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 | settingsPage: { |
30 | title: "Settings", |
31 | action: { |
32 | edit: 'Edit', |
33 | }, |
34 | section: { |
35 | language: 'Language', |
36 | profile: 'Profile', |
37 | } |
38 | }, |
39 | threadNew: { |
40 | pageTitle: 'New Thread', |
41 | field: { |
42 | to: 'To', |
43 | subject: 'Subject', |
44 | channel: 'Channel' |
45 | } |
46 | }, |
47 | threadShow: 'Direct Messages', |
48 | userEdit: { |
49 | section: { |
50 | name: 'Name', |
51 | avatar: 'Avatar' |
52 | }, |
53 | instruction: { |
54 | crop: 'Click and drag to crop your avatar' |
55 | }, |
56 | action: { |
57 | okay: 'Okay', |
58 | cancel: 'Cancel', |
59 | save: 'Save' |
60 | } |
61 | }, |
62 | userFind: { |
63 | action: { |
64 | findAUser: 'Find a user', |
65 | } |
66 | }, |
67 | userShow: { |
68 | action: { |
69 | follow: 'Follow', |
70 | unfollow: 'Unfollow', |
71 | directMessage: 'New Direct Message' |
72 | }, |
73 | state: { |
74 | friends: 'You are friends', |
75 | youFollow: 'You follow them', |
76 | theyFollow: 'They follow you', |
77 | userIsInGroups: "is in groups:", |
78 | userConversationsWith: 'conversations you\'ve had with', |
79 | follow: "Follow", |
80 | friendsInCommon: 'friends in common' |
81 | } |
82 | } |
83 | } |
84 |
Built with git-ssb-web