kin: KIN-120-frontend_dev
This commit is contained in:
parent
e3a286ef6f
commit
a202210b9f
5 changed files with 333 additions and 560 deletions
|
|
@ -97,6 +97,8 @@
|
|||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
"navigate_hint": "Each project's settings are available in its own Settings tab.",
|
||||
"open_settings": "Open Settings",
|
||||
"obsidian_vault_path": "Obsidian Vault Path",
|
||||
"test_command": "Test Command",
|
||||
"test_command_hint": "Test run command, executed via shell in the project directory.",
|
||||
|
|
@ -206,7 +208,14 @@
|
|||
"loading_phases": "Loading phases...",
|
||||
"revise_modal_title": "Revise phase",
|
||||
"reject_modal_title": "Reject phase",
|
||||
"add_link_title": "Add link"
|
||||
"add_link_title": "Add link",
|
||||
"settings_tab": "Settings",
|
||||
"settings_agent_section": "Agent Execution",
|
||||
"settings_deploy_section": "Deploy",
|
||||
"settings_integrations_section": "Integrations",
|
||||
"settings_execution_mode": "Execution mode",
|
||||
"settings_autocommit": "Autocommit",
|
||||
"settings_autocommit_hint": "— git commit after pipeline"
|
||||
},
|
||||
"escalation": {
|
||||
"watchdog_blocked": "Watchdog: task {task_id} blocked — {reason}",
|
||||
|
|
|
|||
|
|
@ -97,6 +97,8 @@
|
|||
},
|
||||
"settings": {
|
||||
"title": "Настройки",
|
||||
"navigate_hint": "Настройки каждого проекта доступны в его собственной вкладке «Настройки».",
|
||||
"open_settings": "Открыть настройки",
|
||||
"obsidian_vault_path": "Путь к Obsidian Vault",
|
||||
"test_command": "Команда тестирования",
|
||||
"test_command_hint": "Команда запуска тестов, выполняется через shell в директории проекта.",
|
||||
|
|
@ -206,7 +208,14 @@
|
|||
"loading_phases": "Загрузка фаз...",
|
||||
"revise_modal_title": "Доработать фазу",
|
||||
"reject_modal_title": "Отклонить фазу",
|
||||
"add_link_title": "Добавить связь"
|
||||
"add_link_title": "Добавить связь",
|
||||
"settings_tab": "Настройки",
|
||||
"settings_agent_section": "Запуск агентов",
|
||||
"settings_deploy_section": "Деплой",
|
||||
"settings_integrations_section": "Интеграции",
|
||||
"settings_execution_mode": "Режим выполнения",
|
||||
"settings_autocommit": "Автокоммит",
|
||||
"settings_autocommit_hint": "— git commit после pipeline"
|
||||
},
|
||||
"escalation": {
|
||||
"watchdog_blocked": "Watchdog: задача {task_id} заблокирована — {reason}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue