-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathluci.lang.json
executable file
·43 lines (38 loc) · 1.04 KB
/
luci.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
{
"partials": {
"pagination": {
"prev": "Previous",
"next": "Next"
},
"sidebar": {
"selectedPosts": "Selected posts",
"featuredPosts": "Featured posts",
"authors": "Authors"
}
},
"post": {
"publishedBy": "Written by ",
"publishedDate": "on ",
"mainTag": "Posted in ",
"lastUpdatedDate": "Last 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"
}
}