git ssb

2+

mixmix / ticktack



Tree: 3f20b6a02893dcb23a3239a1e9623b8234222ba7

Files: 3f20b6a02893dcb23a3239a1e9623b8234222ba7 / translations / en.js

1566 bytesRaw
1module.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 settings: "Settings",
30 threadNew: {
31 pageTitle: 'New Thread',
32 field: {
33 to: 'To',
34 subject: 'Subject',
35 channel: 'Channel'
36 }
37 },
38 threadShow: 'Direct Messages',
39 userEdit: {
40 section: {
41 name: 'Name',
42 avatar: 'Avatar'
43 },
44 instruction: {
45 crop: 'Click and drag to crop your avatar'
46 },
47 action: {
48 okay: 'Okay',
49 cancel: 'Cancel',
50 save: 'Save'
51 }
52 },
53 userFind: {
54 action: {
55 findAUser: 'Find a user',
56 }
57 },
58 userShow: {
59 action: {
60 follow: 'Follow',
61 unfollow: 'Unfollow',
62 directMessage: 'New Direct Message'
63 },
64 state: {
65 friends: 'You are friends',
66 youFollow: 'You follow them',
67 theyFollow: 'They follow you',
68 userIsInGroups: "is in groups:",
69 userConversationsWith: 'conversations you\'ve had with',
70 follow: "Follow",
71 friendsInCommon: 'friends in common'
72 }
73 }
74}
75

Built with git-ssb-web