forked from GetPublii/theme-Blank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blank.lang.json
executable file
·42 lines (36 loc) · 928 Bytes
/
blank.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
{
"partials": {
"pagination": {
"prev": "Previous",
"next": "Next"
},
"sidebar": {
"selectedPosts": "Selected posts",
"featuredPosts": "Featured posts",
"authors": "Authors"
}
},
"post": {
"publishedBy": "By ",
"lastUpdatedDate": "Updated on: ",
"previousPost": "Previous",
"nextPost": "Next",
"relatedPosts": "Author: "
},
"tags": {
"tagsPageTitle": "Tags",
"description": "Collection of all tags",
"post": {
"1": "Post",
"default": "Posts"
}
},
"author": {
"visitWebsite": "Visit website"
},
"error": {
"404": "Error 404",
"message": "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"
}
}