-
Notifications
You must be signed in to change notification settings - Fork 212
Expand file tree
/
Copy pathen.json
More file actions
93 lines (93 loc) Β· 2.61 KB
/
Copy pathen.json
File metadata and controls
93 lines (93 loc) Β· 2.61 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"menu": {
"home": "Home",
"about": "About",
"archives": "Archives",
"categories": "Categories",
"tags": "Tags",
"post": "Article",
"search": "Search results",
"message-board": "Message Board",
"not-found": "Page not found"
},
"home": {
"editor_selection": "EDITOR'S SELECTION",
"recommended": "Feature Articles"
},
"titles": {
"articles": "Articles",
"about": "About Me",
"category_list": "Categories",
"tag_list": "Tags",
"toc": "Table of Content",
"comment": "Comments",
"recent_comment": "Recent Comments"
},
"settings": {
"months": [
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
],
"articles": "Articles",
"categories": "Categories",
"tags": "Tags",
"words": "Words",
"visitor_count": "Total visitor count",
"visit_count": "Total visit count",
"button-all": "All",
"paginator": {
"newer": "Pre",
"older": "Next",
"prev": "Previous",
"next": "Next"
},
"more-tags": "View more",
"admin-user": "Owner",
"shared-on": "shared on",
"recently-search": "Recently searched",
"search-result": "Found [total] records",
"no-recent-search": "No recent searches.",
"no-search-result": "No records found.",
"cmd-to-select": "to select",
"cmd-to-navigate": "to navigate",
"cmd-to-close": "to close",
"searched-by": "Search by",
"tips-back-to-top": "Back to top",
"tips-open-menu": "Open menu",
"tips-back-to-home": "Back to home",
"tips-open-search": "Open search",
"default-category": "Article",
"default-tag": "unsorted",
"empty-tag": "No tags right now.",
"empty-recent-comments": "No recent comments right now.",
"pinned": "Pin",
"featured": "Hot",
"page-views-value": "Page Views: ",
"unique_visitor-value": "Unique Visitors: ",
"site-running-for": "Up time: ",
"site-running-for-unit": "days",
"links": "Friend Links",
"links-slogan": "Improving with bloggers",
"links-random-visit": "Random visit",
"links-apply": "Apply friend list",
"links-badge-personal": "Personal",
"links-badge-personal-desc": "Record every single step of the way.",
"links-badge-tech": "Tech",
"links-badge-tech-desc": "Technology related bloggers.",
"links-badge-designer": "Designer",
"links-badge-designer-desc": "Design related bloggers.",
"links-badge-vip": "Sponsors",
"links-badge-vip-desc": "Recent sponsors",
"notification-random-jump": "Picking a lucky blogger to jump to."
}
}