kin: auto-commit after pipeline
This commit is contained in:
parent
12fed3e31f
commit
49ea6542b8
8 changed files with 720 additions and 35 deletions
|
|
@ -89,7 +89,7 @@
|
|||
"back_to_project": "← Project",
|
||||
"chat_label": "— chat",
|
||||
"loading": "Loading...",
|
||||
"server_unavailable": "Server unavailable. Check your connection.",
|
||||
"server_unavailable": "Сервер недоступен. Проверьте подключение.",
|
||||
"empty_hint": "Describe a task or ask about the project status",
|
||||
"input_placeholder": "Describe a task or question... (Enter — send, Shift+Enter — newline)",
|
||||
"send": "Send",
|
||||
|
|
@ -159,10 +159,10 @@
|
|||
"revise_placeholder": "What to revise or clarify...",
|
||||
"autopilot_active": "Autopilot active",
|
||||
"attachments": "Attachments",
|
||||
"more_details": "↓ more details",
|
||||
"more_details": "↓ подробнее",
|
||||
"terminal_login_hint": "Open a terminal and run:",
|
||||
"login_after_hint": "After login, retry the pipeline.",
|
||||
"dependent_projects": "Dependent projects:",
|
||||
"dependent_projects": "Зависимые проекты:",
|
||||
"decision_title_placeholder": "Decision title (optional)",
|
||||
"description_placeholder": "Description",
|
||||
"brief_label": "Brief",
|
||||
|
|
@ -181,7 +181,8 @@
|
|||
"kanban_tab": "Kanban",
|
||||
"links_tab": "Links",
|
||||
"add_task": "+ Task",
|
||||
"audit_backlog": "Audit backlog",
|
||||
"audit_backlog": "Аудит бэклога",
|
||||
"kanban_add_task": "+ Тас",
|
||||
"back": "← back",
|
||||
"deploy": "Deploy",
|
||||
"kanban_pending": "Pending",
|
||||
|
|
@ -196,7 +197,8 @@
|
|||
"worktrees_on": "Worktrees: on",
|
||||
"worktrees_off": "Worktrees: off",
|
||||
"all_statuses": "All",
|
||||
"search_placeholder": "Search tasks...",
|
||||
"search_placeholder": "Поиск по задачам...",
|
||||
"kanban_search_placeholder": "Поиск...",
|
||||
"manual_escalations_warn": "⚠ Require manual resolution",
|
||||
"comment_required": "Comment required",
|
||||
"select_project": "Select project",
|
||||
|
|
@ -225,10 +227,10 @@
|
|||
"dismiss": "Dismiss"
|
||||
},
|
||||
"liveConsole": {
|
||||
"hide_log": "▲ Hide log",
|
||||
"show_log": "▼ Show log",
|
||||
"no_records": "No records...",
|
||||
"error_prefix": "Error:"
|
||||
"hide_log": "▲ Скрыть лог",
|
||||
"show_log": "▼ Показать лог",
|
||||
"no_records": "Нет записей...",
|
||||
"error_prefix": "Ошибка:"
|
||||
},
|
||||
"attachments": {
|
||||
"images_only": "Only images are supported",
|
||||
|
|
|
|||
|
|
@ -182,6 +182,7 @@
|
|||
"links_tab": "Связи",
|
||||
"add_task": "+ Задача",
|
||||
"audit_backlog": "Аудит бэклога",
|
||||
"kanban_add_task": "+ Тас",
|
||||
"back": "← назад",
|
||||
"deploy": "Деплой",
|
||||
"kanban_pending": "Ожидает",
|
||||
|
|
@ -197,6 +198,7 @@
|
|||
"worktrees_off": "Worktrees: выкл",
|
||||
"all_statuses": "Все",
|
||||
"search_placeholder": "Поиск по задачам...",
|
||||
"kanban_search_placeholder": "Поиск...",
|
||||
"manual_escalations_warn": "⚠ Требуют ручного решения",
|
||||
"comment_required": "Комментарий обязателен",
|
||||
"select_project": "Выберите проект",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue