forked from yunyuyuan/nuxt3-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.json
115 lines (115 loc) · 4 KB
/
en.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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"about": "about",
"add-sticker": "add sticker",
"all": "all",
"all-verified": "all verified",
"articles": "articles",
"articles-num": "articles",
"avatar": "avatar",
"base-info": "base info",
"book": "book",
"cancel": "cancel",
"click-to-retry": "click to retry",
"commit-id-not-correct": "The commit-id is not consistent with the latest version. Please waiting for deployment",
"commit-id-not-correct-confirm": "The commit-id is not consistent with the latest version. Confirm submission? This may overwrite the new version",
"config": "config",
"config-manage": "config management",
"confirm-delete": "confirm to delete?",
"confirm-leave": "your content has not been saved,confirm to leave?",
"content": "content",
"contents": "contents",
"copy-successful": "copy successful",
"cover": "cover",
"created-at": "created at",
"date": "date",
"days-ago": "{0} days ago",
"decrypt-blocks": "please decrypt encrypted blocks first",
"decryption-failed": "decryption failed",
"del": "delete",
"delete-draft": "delete draft",
"detail-manage": "detail management of {0}",
"draft-deleted": "draft deleted",
"draft-loaded": "draft loaded",
"draft-saved": "draft saved",
"encrypt": "encrypt",
"encrypted": "encrypted",
"encrypted-content": "encrypted content",
"encryption-failed": "encryption failed",
"error": "error",
"existed-tags": "existed tags",
"film": "film",
"fold-menu": "fold menu",
"game": "game",
"has-encrypted": "encrypted",
"images": "images",
"input-passwd": "please input password",
"input-tags": "please input tags, separating them with a comma (',')",
"input-text-to-search": "input text to do search",
"knowledges": "knowledge",
"link": "link",
"list-manage": "list management of {0}",
"load-draft": "load draft",
"loading": "loading",
"manually-copy-link": "please copy image link manually",
"markdown-ref": "markdown reference",
"missing": "missing",
"missing-info": "missing necessary information",
"mode-dark": "dark",
"mode-light": "light",
"months-ago": "{0} months ago",
"need-decrypt": "need decrypt first",
"need-images-file": "please select image file",
"need-passwd": "need password",
"need-token": "need token",
"new": "new",
"no-image-selected": "no image file selected",
"no-result": "no result yet",
"not-modified": "not modified",
"nothing-here": "nothing here ~",
"ok": "ok",
"optional": "optional",
"passwd": "password",
"passwd-incorrect": "password incorrect",
"performing-request": "performing request...",
"please-input": "please input",
"please-input-token-first": "please verify token first",
"preview": "preview",
"publish": "publish",
"records": "records",
"refresh-after-sec": "{0} seconds later, the page will refresh",
"save-draft": "save draft",
"select": "select",
"select-image": "select image/drag-drop/paste image here",
"selected-items": "<b style='margin: 0 8px; font-size: 1rem;'>{0}</b> items selected",
"summary": "summary",
"switch-mode": "switch to {0} mode",
"tags": "tags",
"tags-not-allowed": "tags are not allowed for encrypted articles",
"title": "title",
"today": "today",
"toggle-view-mode": "toggle view mode",
"token-and-passwd": "token and password",
"token-deleted": "token deleted",
"token-deleted-from-local": "token has been deleted from local",
"token-saved": "token has been saved at local",
"token-unverified": "token verification failed",
"token-verified": "token verification successful",
"type": "type",
"unfold-menu": "unfold menu",
"update": "update",
"update-success": "update successful",
"updated-at": "updated at",
"upload": "upload",
"upload-failed": "upload failed",
"upload-image": "upload image",
"upload-result": "uploaded result",
"upload-successful": "upload successful",
"visit-time": "viewed {0} times",
"warning": "warning",
"weeks-ago": "{0} weeks ago",
"words-num": "words",
"years-ago": "{0} years ago",
"show-comments": "show comments",
"items": "items",
"edit": "edit"
}