[FEAT] 完善帳號管理狀態切換功能、優化多語系提示與 UI 樣式一致性
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 42s
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 42s
This commit is contained in:
13
lang/en.json
13
lang/en.json
@@ -691,5 +691,14 @@
|
||||
"user": "一般用戶",
|
||||
"vs Yesterday": "vs Yesterday",
|
||||
"warehouses": "Warehouse Management",
|
||||
"待填寫": "Pending"
|
||||
}
|
||||
"待填寫": "Pending",
|
||||
"Enabled": "Enabled",
|
||||
"Account :name status has been changed to :status.": "Account :name status has been changed to :status.",
|
||||
"Cannot change Super Admin status.": "Cannot change Super Admin status.",
|
||||
"Confirm Status Change": "Confirm Status Change",
|
||||
"Are you sure you want to change the status? This may affect associated accounts.": "Are you sure you want to change the status? This may affect associated accounts.",
|
||||
"Confirm Account Status Change": "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.": "Are you sure you want to change the status? After disabling, this account will no longer be able to log in to the system.",
|
||||
"Confirm Account Deactivation": "Confirm Deactivation",
|
||||
"Are you sure you want to deactivate this account? After deactivating, this account will no longer be able to log in to the system.": "Are you sure you want to deactivate this account? After deactivating, this account will no longer be able to log in to the system."
|
||||
}
|
||||
|
||||
13
lang/ja.json
13
lang/ja.json
@@ -692,5 +692,14 @@
|
||||
"user": "一般用戶",
|
||||
"vs Yesterday": "前日比",
|
||||
"warehouses": "倉庫管理",
|
||||
"待填寫": "待填寫"
|
||||
}
|
||||
"待填寫": "待填寫",
|
||||
"Enabled": "有効中",
|
||||
"Account :name status has been changed to :status.": "アカウント :name のステータスが :status に変更されました。",
|
||||
"Cannot change Super Admin status.": "スーパー管理者のステータスは変更できません。",
|
||||
"Confirm Status Change": "ステータス変更の確認",
|
||||
"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.": "ステータスを変更してもよろしいですか?無効化後、このアカウントはシステムにログインできなくなります。",
|
||||
"Confirm Account Deactivation": "アカウント停止の確認",
|
||||
"Are you sure you want to deactivate this account? After deactivating, this account will no longer be able to log in to the system.": "アカウントを停止してもよろしいですか?一旦停止するとシステムにログインできなくなります。"
|
||||
}
|
||||
|
||||
@@ -688,5 +688,14 @@
|
||||
"user": "一般用戶",
|
||||
"vs Yesterday": "較昨日",
|
||||
"warehouses": "倉庫管理",
|
||||
"待填寫": "待填寫"
|
||||
}
|
||||
"待填寫": "待填寫",
|
||||
"Enabled": "已啟用",
|
||||
"Account :name status has been changed to :status.": "帳號 :name 的狀態已變更為 :status。",
|
||||
"Cannot change Super Admin status.": "無法變更超級管理員的狀態。",
|
||||
"Confirm Status Change": "確認變更狀態",
|
||||
"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.": "您確定要變更狀態嗎?停用之後,該帳號將會立即被登出且無法再登入系統。",
|
||||
"Confirm Account Deactivation": "停用帳號確認",
|
||||
"Are you sure you want to deactivate this account? After deactivating, this account will no longer be able to log in to the system.": "確定要停用此帳號嗎?停用後將無法登入系統。"
|
||||
}
|
||||
|
||||
@@ -179,8 +179,8 @@ return [
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'custom-message',
|
||||
'is_confirmed' => [
|
||||
'accepted' => '您必須勾選確認已告知客戶並取得簽名。',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -202,6 +202,11 @@ return [
|
||||
'current_password' => '目前密碼',
|
||||
'password_confirmation' => '確認密碼',
|
||||
'phone' => '電話',
|
||||
'machine_id' => '機台',
|
||||
'category' => '類別',
|
||||
'maintenance_at' => '維修日期',
|
||||
'content' => '維修內容',
|
||||
'is_confirmed' => '確認勾選框',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user