git ssb

2+

mixmix / ticktack



Tree: ff9a800eba7a7ee2f4a807f80c33afa4fa798fa2

Files: ff9a800eba7a7ee2f4a807f80c33afa4fa798fa2 / translations / en.js

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

Built with git-ssb-web