git ssb

2+

mixmix / ticktack



Tree: f279e0482bb337ac884bc177d679b808a5821f23

Files: f279e0482bb337ac884bc177d679b808a5821f23 / translations / en.js

2163 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 name: 'Name',
51 introduction: 'Introduction',
52 language: 'Language',
53 zoom: 'Zoom'
54 }
55 },
56 threadNew: {
57 pageTitle: 'New Thread',
58 field: {
59 to: 'To',
60 subject: 'Subject',
61 },
62 action: {
63 new: 'New Message'
64 }
65 },
66 threadShow: 'Direct Messages',
67 userEdit: {
68 section: {
69 avatar: 'Avatar',
70 name: 'Name',
71 introduction: 'Introduction',
72 },
73 instruction: {
74 crop: 'Click and drag to crop your avatar'
75 },
76 action: {
77 okay: 'Okay',
78 cancel: 'Cancel',
79 save: 'Save'
80 }
81 },
82 userFind: {
83 action: {
84 findAUser: 'Find a user',
85 }
86 },
87 userShow: {
88 action: {
89 follow: 'Follow',
90 unfollow: 'Unfollow',
91 directMessage: 'New Direct Message'
92 },
93 state: {
94 friends: 'You are friends',
95 youFollow: 'You follow them',
96 theyFollow: 'They follow you',
97 userIsInGroups: "is in groups:",
98 userConversationsWith: 'conversations you\'ve had with',
99 follow: "Follow",
100 friendsInCommon: 'friends in common'
101 }
102 },
103 languages: {
104 en: 'English',
105 zh: 'Chinese'
106 }
107
108}
109

Built with git-ssb-web