[FEAT] 重構機台日誌 UI 與增加多語系支援,並整合 IoT API 核心架構
- 機台日誌:對齊 Luxury UI 規範,實作整合式佈局與分頁組件。 - 多語系:完成機台日誌繁、英、日三語系翻譯與動態處理。 - UI 規範:更新 SKILL.md 定義「標準列表 Bible」。 - 後端:完善 TenantScoped 隔離邏輯,修復儀表板死循環與 User Model 缺失。 - IoT:擴展機台、會員 Model 並建立交易、商品、狀態等核心表結構。 - 基礎設施:設置台北時區與 Docker 環境變數同步。
This commit is contained in:
15
lang/en.json
15
lang/en.json
@@ -25,7 +25,6 @@
|
||||
"Permanently Delete Account": "Permanently Delete Account",
|
||||
"Password": "Password",
|
||||
"Enter your password to confirm": "Enter your password to confirm",
|
||||
|
||||
"Dashboard": "Dashboard",
|
||||
"Connectivity Status": "Connectivity Status",
|
||||
"Real-time status monitoring": "Real-time status monitoring",
|
||||
@@ -259,5 +258,15 @@
|
||||
"to": "to",
|
||||
"of": "of",
|
||||
"items": "items",
|
||||
"Showing": "Showing"
|
||||
}
|
||||
"Showing": "Showing",
|
||||
"Monitor events and system activity across your vending fleet.": "Monitor events and system activity across your vending fleet.",
|
||||
"All Machines": "All Machines",
|
||||
"All Levels": "All Levels",
|
||||
"Timestamp": "Timestamp",
|
||||
"Message Content": "Message Content",
|
||||
"No matching logs found": "No matching logs found",
|
||||
"Unknown": "Unknown",
|
||||
"Info": "Info",
|
||||
"Warning": "Warning",
|
||||
"Error": "Error"
|
||||
}
|
||||
15
lang/ja.json
15
lang/ja.json
@@ -25,7 +25,6 @@
|
||||
"Permanently Delete Account": "アカウントを永久に削除",
|
||||
"Password": "パスワード",
|
||||
"Enter your password to confirm": "確認のためパスワードを入力してください",
|
||||
|
||||
"Dashboard": "ダッシュボード",
|
||||
"Connectivity Status": "接続ステータス概況",
|
||||
"Real-time status monitoring": "リアルタイムステータス監視",
|
||||
@@ -260,5 +259,15 @@
|
||||
"to": "から",
|
||||
"of": "件中",
|
||||
"items": "個の項目",
|
||||
"Showing": "表示中"
|
||||
}
|
||||
"Showing": "表示中",
|
||||
"Monitor events and system activity across your vending fleet.": "自販機フリート全体のイベントとシステムアクティビティを監視します。",
|
||||
"All Machines": "すべての機体",
|
||||
"All Levels": "すべてのレベル",
|
||||
"Timestamp": "タイムスタンプ",
|
||||
"Message Content": "ログ内容",
|
||||
"No matching logs found": "一致するログが見つかりません",
|
||||
"Unknown": "不明",
|
||||
"Info": "情報",
|
||||
"Warning": "警告",
|
||||
"Error": "エラー"
|
||||
}
|
||||
@@ -263,5 +263,15 @@
|
||||
"super-admin": "超級管理員",
|
||||
"admin": "管理員",
|
||||
"user": "一般用戶",
|
||||
"Product Status": "商品狀態"
|
||||
"Product Status": "商品狀態",
|
||||
"Monitor events and system activity across your vending fleet.": "跨機台連線動態與系統日誌監控。",
|
||||
"All Machines": "所有機台",
|
||||
"All Levels": "所有層級",
|
||||
"Timestamp": "時間戳記",
|
||||
"Message Content": "日誌內容",
|
||||
"No matching logs found": "找不到符合條件的日誌",
|
||||
"Unknown": "未知",
|
||||
"Info": "一般",
|
||||
"Warning": "警告",
|
||||
"Error": "錯誤"
|
||||
}
|
||||
Reference in New Issue
Block a user