[FEAT] 移除「商品狀態」冗餘模組、優化麵包屑導航與完善帳號角色過濾邏輯
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 46s

This commit is contained in:
2026-03-27 16:53:43 +08:00
parent 740eaa30b7
commit c875ab7d29
15 changed files with 431 additions and 159 deletions

View File

@@ -79,7 +79,6 @@
"Cancel": "取消",
"Cancel Purchase": "取消購買",
"Cannot Delete Role": "無法刪除該角色",
"Cannot delete company with active accounts.": "無法刪除仍有帳號的客戶",
"Cannot delete model that is currently in use by machines.": "無法刪除目前正在被機台使用的型號。",
"Cannot delete role with active users.": "無法刪除已有綁定帳號的角色。",
"Card Reader": "刷卡機",
@@ -131,7 +130,6 @@
"Customer Management": "客戶管理",
"Customer Payment Config": "客戶金流設定",
"Customer created successfully.": "客戶新增成功",
"Customer deleted successfully.": "客戶刪除成功",
"Customer updated successfully.": "客戶更新成功",
"Danger Zone: Delete Account": "危險區域:刪除帳號",
"Dashboard": "儀表板",
@@ -173,7 +171,6 @@
"Edit Role": "編輯角色",
"Edit Role Permissions": "編輯角色權限",
"Edit Settings": "編輯設定",
"Edit Sub Account Role": "編輯子帳號角色",
"Email": "電子郵件",
"Enabled/Disabled": "啟用/停用",
"Engineer": "維修人員",
@@ -231,6 +228,7 @@
"Joined": "加入日期",
"Key": "金鑰 (Key)",
"Key No": "鑰匙編號",
"Identity & Codes": "識別與代碼",
"LEVEL TYPE": "層級類型",
"LINE Pay Direct": "LINE Pay 官方直連",
"LINE Pay Direct Settings Description": "LINE Pay 官方直連設定",
@@ -251,6 +249,7 @@
"Line Permissions": "Line 管理權限",
"Line Products": "Line商品",
"Loading machines...": "正在載入機台...",
"Loyalty & Features": "行銷與點數",
"Loading...": "載入中...",
"Location": "位置",
"Locked Page": "鎖定頁",
@@ -707,6 +706,10 @@
"Account :name status has been changed to :status.": "帳號 :name 的狀態已變更為 :status。",
"Cannot change Super Admin status.": "無法變更超級管理員的狀態。",
"Confirm Status Change": "確認變更狀態",
"Disable Product Confirmation": "停用商品確認",
"Delete Product Confirmation": "刪除商品確認",
"Are you sure you want to change the status of this product? Disabled products will not be visible on the machine.": "確定要變更此商品的狀態嗎?停用的商品將不會在機台上顯示。",
"Are you sure you want to delete this product? All related historical translation data will also be removed.": "確定要刪除此商品嗎?所有相關的歷史翻譯數據也將被移除。",
"Are you sure you want to change the status? This may affect associated accounts.": "您確定要變更狀態嗎?這可能會影響相關帳號的權限效力。",
"Confirm Account Status Change": "帳號狀態變更確認",
"Are you sure you want to change the status? After disabling, this account will no longer be able to log in to the system.": "您確定要變更狀態嗎?停用之後,該帳號將會立即被登出且無法再登入系統。",
@@ -773,5 +776,20 @@
"Customer Details": "客戶詳情",
"Current Status": "當前狀態",
"Product Image": "商品圖片",
"PNG, JPG up to 2MB": "支援 PNG, JPG (最大 2MB)"
"PNG, JPG up to 2MB": "支援 PNG, JPG (最大 2MB)",
"menu.data-config.products": "商品管理",
"menu.data-config.advertisements": "廣告管理",
"menu.data-config.admin-products": "商品狀態",
"menu.data-config.points": "點數設定",
"menu.data-config.badges": "徽章設定",
"Create New Role": "建立新角色",
"Create Sub Account Role": "建立子帳號角色",
"Edit Sub Account Role": "編輯子帳號角色",
"New Role": "新角色",
"Manufacturer": "製造商",
"Product status updated to :status": "商品狀態已更新為 :status",
"Customer and associated accounts disabled successfully.": "客戶及其關聯帳號已成功停用。",
"Customer enabled successfully.": "客戶已成功啟用。",
"Cannot delete company with active accounts.": "無法刪除仍有客用帳號的客戶。",
"Customer deleted successfully.": "客戶已成功刪除。"
}