git ssb

2+

mixmix / ticktack



Tree: ffafa0a438ec210ba9585086400bf5b88d974c02

Files: ffafa0a438ec210ba9585086400bf5b88d974c02 / translations / en.js

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

Built with git-ssb-web