[FEAT] 優化客戶合約管理介面與修復日期偏移問題
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 52s
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 52s
1. 整合「客戶詳情」與「合約歷程」至單一側邊欄,改用分頁 (Tabs) 切換介面。 2. 優化清單「服務期程」顯示:根據客戶模式(租賃/買斷)動態顯示對應期間,並使用完整文字標籤取代縮寫。 3. 修復日期 Bug:在 Company 模型指定日期序列化格式為 Y-m-d,解決時區轉換導致的日期減少一天問題。 4. 新增合約歷程資料表模型、遷移檔以及對應的多語系翻譯(中、英、日)。 5. 移除清單操作列中重複的合約歷程圖示。
This commit is contained in:
28
lang/ja.json
28
lang/ja.json
@@ -1118,5 +1118,31 @@
|
||||
"Model changed to :model": "モデル変更::model",
|
||||
"User logged in: :name": "ユーザーログイン::name",
|
||||
"Login failed: :account": "ログイン失敗::account",
|
||||
"Unauthorized login attempt: :account": "不許可のログイン試行::account"
|
||||
"Unauthorized login attempt: :account": "不許可のログイン試行::account",
|
||||
"Contract Model": "契約モデル",
|
||||
"Warranty Service": "保証サービス",
|
||||
"Software Service": "ソフトウェアサービス",
|
||||
"Modification History": "変更履歴",
|
||||
"No history records": "履歴なし",
|
||||
"Initial contract registration": "初期契約登録",
|
||||
"Contract information updated": "契約情報更新",
|
||||
"Warranty Start": "保証開始",
|
||||
"Warranty End": "保証終了",
|
||||
"Software Start": "ソフト開始",
|
||||
"Software End": "ソフト終了",
|
||||
"Contract History": "契約履歴",
|
||||
"Unlimited": "無期限",
|
||||
"Change Note": "変更メモ",
|
||||
"Log Time": "記録時間",
|
||||
"Service Periods": "サービス期間",
|
||||
"Creator": "作成者",
|
||||
"View Full History": "全履歴を表示",
|
||||
"Contract Start": "契約開始",
|
||||
"Contract End": "契約終了",
|
||||
"Contract History Detail": "契約履歴の詳細",
|
||||
"by": "作成者:",
|
||||
"Service Terms": "サービス期間",
|
||||
"Contract": "契約",
|
||||
"Warranty": "保証",
|
||||
"Software": "ソフトウェア"
|
||||
}
|
||||
Reference in New Issue
Block a user