[feature/frontend] create posts (wip)
This commit is contained in:
parent
e86d8c1576
commit
086c9761a9
10 changed files with 598 additions and 115 deletions
|
@ -45,7 +45,7 @@
|
|||
"lastLogin": "最後登入",
|
||||
"joinDate": "加入時間",
|
||||
"username": "用戶名",
|
||||
"logout": "退出登錄",
|
||||
"logout": "退出登入",
|
||||
"language": "語言",
|
||||
"theme": {
|
||||
"light": "淺色模式",
|
||||
|
@ -53,7 +53,9 @@
|
|||
"system": "跟隨系統"
|
||||
},
|
||||
"save": "保存",
|
||||
"saving": "保存中..."
|
||||
"saving": "保存中...",
|
||||
"noData": "暫無數據",
|
||||
"unsavedChanges": "你有未保存的更改,確定要離開嗎?"
|
||||
},
|
||||
"nav": {
|
||||
"dashboard": "儀表板",
|
||||
|
@ -83,15 +85,15 @@
|
|||
"uploadDate": "上傳日期"
|
||||
},
|
||||
"login": {
|
||||
"title": "管理員登錄",
|
||||
"title": "管理員登入",
|
||||
"username": "用戶名",
|
||||
"password": "密碼",
|
||||
"remember": "記住我",
|
||||
"submit": "登錄",
|
||||
"loading": "登錄中...",
|
||||
"submit": "登入",
|
||||
"loading": "登入中...",
|
||||
"error": {
|
||||
"failed": "登錄失敗",
|
||||
"retry": "登錄失敗,請稍後重試"
|
||||
"failed": "登入失敗",
|
||||
"retry": "登入失敗,請稍後重試"
|
||||
}
|
||||
},
|
||||
"roles": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue