🐛 fix(locale): Language Select

This commit is contained in:
web@ppanel
2024-12-19 12:12:29 +07:00
parent b243ab9006
commit 0befdb0864
78 changed files with 94 additions and 104 deletions
@@ -0,0 +1,30 @@
{
"actions": "操作",
"announcementList": "公告列表",
"cancel": "取消",
"confirm": "確認",
"confirmDelete": "您確定要刪除嗎?",
"content": "內容",
"create": "建立",
"createAnnouncement": "建立公告",
"createSuccess": "建立成功",
"delete": "刪除",
"deleteDescription": "一旦刪除,資料將無法恢復。請謹慎操作。",
"deleteSuccess": "刪除成功",
"edit": "編輯",
"editAnnouncement": "編輯公告",
"enable": "啟用",
"form": {
"cancel": "取消",
"confirm": "確認",
"content": "內容",
"contentPlaceholder": "請輸入公告內容(支援Markdown",
"title": "標題",
"titlePlaceholder": "請輸入"
},
"hide": "隱藏",
"show": "顯示",
"title": "標題",
"updateSuccess": "更新成功",
"updatedAt": "更新時間"
}