mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-26 11:40:26 +00:00
fix(stage-329): zh-Hant locale parity for kanban_status_original_hint + extend locale parity test (Opus advisor SHIP-WITH-CAVEATS follow-up)
This commit is contained in:
@@ -6535,6 +6535,7 @@ const LOCALES = {
|
||||
kanban_description: '描述',
|
||||
kanban_description_placeholder: '選填 — 需要完成的事項、驗收標準、連結',
|
||||
kanban_status: '狀態',
|
||||
kanban_status_original_hint: '實際狀態:{0}。此對話框僅支援編輯 Triage/Todo/Ready。',
|
||||
kanban_assignee: '指派對象',
|
||||
kanban_assignee_placeholder: '選填 — 個人資料或名稱',
|
||||
kanban_tenant: '租戶',
|
||||
|
||||
@@ -593,6 +593,7 @@ def test_kanban_modal_locale_parity():
|
||||
"kanban_priority",
|
||||
"kanban_priority_hint",
|
||||
"kanban_title_required",
|
||||
"kanban_status_original_hint",
|
||||
]
|
||||
anchor_key = "kanban_status"
|
||||
missing = [
|
||||
|
||||
Reference in New Issue
Block a user