-
Notifications
You must be signed in to change notification settings - Fork 0
/
simple.lang.json
executable file
·62 lines (52 loc) · 1.51 KB
/
simple.lang.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"partials": {
"menu": {
"label": "Menu"
},
"pagination": {
"prev": "Previous",
"next": "Next"
},
"shareButtons": {
"shareWithFacebook": "Facebook",
"shareWithTwitter": "Twitter",
"shareWithPinterest": "Pinterest",
"shareWithMix": "Mix",
"shareWithLinkedIn": "LinkedIn",
"shareWithBuffer": "Buffer",
"shareWithWhatsApp": "WhatsApp"
},
"footer": {
"backToTop": "Back to top"
}
},
"post": {
"publishedBy": "By",
"relatedPosts": "You should also read:",
"readMore": "Continue reading...",
"lastUpdatedDate": "This article was updated on",
"comments": "Comments",
"previousPost": "Previous",
"nextPost": "Next"
},
"tags": {
"tagsPageTitle": "Tags",
"description": "Collection of all tags"
},
"author": {
"visitWebsite": "Visit website"
},
"error": {
"404": "404",
"message-1": "Page not found",
"message-2": "The page you were looking for appears to have been moved, deleted or does not exist. You could go back to where you were or head straight to our home page.",
"button": "Go home"
},
"search": {
"placeholder": "search...",
"search": "Search",
"close": "Close",
"title": "Search",
"submit": "Submit"
}
}