tss-rocks/frontend/data/i18n/zh-Hant.json
CDN 1526c27b49
Some checks failed
Build Backend / Build Docker Image (push) Failing after 2m38s
Test Backend / test (push) Successful in 4m19s
[feature/frontend] admin panel (wip)
2025-02-21 07:55:26 +08:00

61 lines
1.3 KiB
JSON

{
"categories": {
"man": "人類",
"machine": "機器",
"earth": "地球",
"space": "太空",
"futures": "未來",
"exclusive": "獨家"
},
"nav": {
"home": "首頁",
"daily": "每日",
"about": "關於",
"search": "搜尋"
},
"theme": {
"light": "淺色模式",
"dark": "深色模式",
"system": "跟隨系統"
},
"footer": {
"copyright": "TSS Rocks. 保留所有權利。"
},
"admin": {
"common": {
"search": "搜尋",
"create": "新建",
"edit": "編輯",
"delete": "刪除",
"status": "狀態",
"actions": "操作",
"published": "已發布",
"draft": "草稿",
"author": "作者",
"date": "日期",
"title": "標題",
"description": "描述",
"name": "名稱",
"email": "郵箱",
"role": "角色",
"bio": "簡介",
"articles": "文章數",
"lastLogin": "最後登入",
"joinDate": "加入時間",
"username": "用戶名",
"logout": "退出"
},
"nav": {
"dashboard": "儀表板",
"posts": "文章",
"categories": "分類",
"users": "用戶",
"contributors": "作者"
},
"roles": {
"admin": "管理員",
"user": "普通用戶",
"contributor": "作者"
}
}
}