tss-rocks/frontend/data/i18n/zh-Hant.json
CDN 7a33038af8
Some checks failed
Build Backend / Build Docker Image (push) Failing after 2m24s
Test Backend / test (push) Successful in 2m58s
[feature/frontend] update person info
2025-02-21 20:04:30 +08:00

114 lines
2.8 KiB
JSON

{
"categories": {
"man": "人類",
"machine": "機器",
"earth": "地球",
"space": "太空",
"futures": "未來",
"exclusive": "獨家"
},
"nav": {
"home": "首頁",
"daily": "每日",
"about": "關於",
"search": "搜尋"
},
"theme": {
"light": "淺色",
"dark": "深色",
"system": "跟隨系統"
},
"footer": {
"copyright": "TSS Rocks. 保留所有權利。"
},
"admin": {
"common": {
"loading": "正在載入...",
"search": "搜尋",
"create": "新建",
"edit": "編輯",
"delete": "刪除",
"upload": "上傳",
"status": "狀態",
"actions": "操作",
"published": "已發布",
"draft": "草稿",
"author": "作者",
"date": "日期",
"title": "標題",
"description": "描述",
"name": "名稱",
"email": "郵箱",
"role": "角色",
"bio": "簡介",
"articles": "文章數",
"lastLogin": "最後登入",
"joinDate": "加入時間",
"username": "用戶名",
"logout": "退出登錄",
"language": "語言",
"theme": {
"light": "淺色模式",
"dark": "深色模式",
"system": "跟隨系統"
},
"save": "保存",
"saving": "保存中..."
},
"nav": {
"dashboard": "儀表板",
"posts": "文章管理",
"daily": "每日一句",
"medias": "媒體管理",
"categories": "分類管理",
"users": "用戶管理",
"contributors": "貢獻者管理",
"settings": "個人設置"
},
"dashboard": {
"totalPosts": "文章總數",
"totalCategories": "分類總數",
"totalUsers": "用戶總數",
"totalContributors": "貢獻者總數"
},
"daily": {
"title": "標題",
"publishDate": "發布日期",
"status": "狀態"
},
"medias": {
"name": "檔案名",
"type": "類型",
"size": "大小",
"uploadDate": "上傳日期"
},
"login": {
"title": "管理員登錄",
"username": "用戶名",
"password": "密碼",
"remember": "記住我",
"submit": "登錄",
"loading": "登錄中...",
"error": {
"failed": "登錄失敗",
"retry": "登錄失敗,請稍後重試"
}
},
"roles": {
"admin": "管理員",
"user": "普通用戶",
"contributor": "作者"
},
"settings": {
"username": "用戶名",
"displayName": "顯示名稱",
"email": "郵箱",
"changePassword": "修改密碼",
"currentPassword": "當前密碼",
"newPassword": "新密碼",
"confirmPassword": "確認密碼",
"passwordMismatch": "兩次輸入的密碼不一致",
"passwordTooShort": "密碼長度不能少於8個字符"
}
}
}