[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": "メンテナンス担当者",
@@ -252,6 +249,7 @@
"Joined": "入会日",
"Key": "キー (Key)",
"Key No": "キー番号",
"Identity & Codes": "識別とコード",
"LEVEL TYPE": "層級タイプ",
"LINE Pay Direct": "LINE Pay 直結決済",
"LINE Pay Direct Settings Description": "LINE Pay 公式直結設定",
@@ -272,6 +270,7 @@
"Line Permissions": "Line管理權限",
"Line Products": "Line商品",
"Loading machines...": "正在載入機台...",
"Loyalty & Features": "ロイヤリティと機能",
"Loading...": "読み込み中...",
"Location": "場所",
"Locked Page": "ロック画面",
@@ -420,7 +419,8 @@
"Payment Selection": "決済選択",
"Pending": "保留中",
"Pricing Information": "価格情報",
"Performance": "效能 (Performance)",
"Channel Limits Configuration": "スロット上限設定",
"Performance": "パフォーマンス (Performance)",
"Permanent": "永久認可",
"Permanently Delete Account": "アカウントを永久に削除",
"Permission Settings": "権限設定",
@@ -707,6 +707,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.": "ステータスを変更してもよろしいですか?無効化後、このアカウントはシステムにログインできなくなります。",
@@ -730,7 +734,6 @@
"Name in Japanese": "日本語名",
"Track Limit": "ベルトコンベア上限",
"Spring Limit": "スプリング上限",
"Channel Limits Configuration": "スロット上限設定",
"Manage your catalog, prices, and multilingual details.": "カタログ、価格、多言語詳細を管理します。",
"Product created successfully": "商品が正常に作成されました",
"Product updated successfully": "商品が正常に更新されました",
@@ -756,5 +759,20 @@
"Enable Points": "ポイントルールを有効化",
"Show points rules in products": "商品情報にポイントルール相關フィールドを表示する",
"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.": "顧客が正常に削除されました。"
}