-
Notifications
You must be signed in to change notification settings - Fork 24
/
starter.lang.json
executable file
·68 lines (63 loc) · 2.19 KB
/
starter.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
63
64
65
66
67
68
{
"partials": {
"disqus": {
"noscript1": "Please enable JavaScript to view the",
"noscript2": "comments powered by Disqus."
},
"menu": {
"label": "Menu"
},
"pagination": {
"prev": "Previous",
"next": "Next"
},
"shareButtons": {
"shareWithFacebook": "Share with Facebook",
"shareWithTwitter": "Share with Twitter",
"shareWithGooglePlus": "Share with Google Plus",
"shareWithPinterest": "Share with Pinterest",
"shareWithMix": "Share with Mix",
"shareWithLinkedIn": "Share with LinkedIn",
"shareWithBuffer": "Share with Buffer"
}
},
"sidebar": {
"owner": "Owner",
"authors": "Authors",
"authorsPost": "Post: ",
"tags": "Tags",
"search": "Search",
"searchPlaceholder": "search...",
"newsletter": "Newsletter",
"newsletterDesc": "Sign up to receive email updates and to hear what's going on with us!",
"newsletterSubscribe": "subscribe"
},
"post": {
"publishedOn": "Published on",
"publishedBy": "Published by",
"share": "Share this: ",
"tags": "Tags: ",
"viewAuthorPosts": "View all posts",
"relatedPosts": "Related posts",
"lastUpdatedDate": "This article was updated on",
"comments": "Comments",
"previousPost": "Previous Post",
"nextPost": "Next Post"
},
"listing": {
"post": {
"1": "post",
"default": "posts"
},
"featuredPost": "Featured"
},
"error": {
"404": "404",
"description": " 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."
},
"search": {
"title": "Search",
"description": "This page uses Google Custom Search, to configure it read the following article: <a href=\"https://getpublii.com/docs/search-configuration.html\" target=\"_blank\">https://getpublii.com/docs/search-configuration.html</a>",
"placeholder": "search..."
}
}