-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsquare.lang.json
executable file
·42 lines (37 loc) · 977 Bytes
/
square.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": {
"menu": {
"close": "Close",
"menu": "Menu"
},
"pagination": {
"prev": "Previous",
"next": "Next"
},
"shareButtons": {
"shareWithFacebook": "Share with Facebook",
"shareWithTwitter": "Share with Twitter",
"shareWithGooglePlus": "Share with Google Plus",
"shareWithPinterest": "Share with Pinterest",
"shareWithStumbleUpon": "Share with StumbleUpon",
"shareWithLinkedIn": "Share with LinkedIn",
"shareWithBuffer": "Share with Buffer"
}
},
"common": {
"publishedBy": "by"
},
"tags": {
"tagsPageTitle": "Tags",
"description": "Collection of all tags"
},
"author": {
"visitWebsite": "Visit website"
},
"error": {
"404": "404",
"pageNotFound": "Page not found.",
"message1": "Ooops, something went wrong! ",
"message2": "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."
}
}