git ssb

2+

mixmix / ticktack



Tree: 514fd23969864c14dbe9d94ca098198db7e6624f

Files: 514fd23969864c14dbe9d94ca098198db7e6624f / translations / en.js

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

Built with git-ssb-web