git list refactor
This commit is contained in:
@@ -238,6 +238,19 @@
|
||||
"server": "Git Server",
|
||||
"not_linked": "This dashboard is not yet linked to a Git repository.",
|
||||
"manage": "Manage Git",
|
||||
"manage_selected": "Manage selected",
|
||||
"select_single_for_manage": "Select exactly one dashboard to manage",
|
||||
"selected_count": "{count} selected",
|
||||
"bulk_sync": "Bulk Sync",
|
||||
"bulk_commit": "Bulk Commit",
|
||||
"bulk_pull": "Bulk Pull",
|
||||
"bulk_push": "Bulk Push",
|
||||
"bulk_action_sync": "Sync",
|
||||
"bulk_action_commit": "Commit",
|
||||
"bulk_action_pull": "Pull",
|
||||
"bulk_action_push": "Push",
|
||||
"bulk_result": "{action}: {success} success, {failed} failed",
|
||||
"no_repositories_selected": "No repositories available for selected dashboards",
|
||||
"generate_message": "Generate",
|
||||
"select_dashboard": "Select Dashboard to Manage"
|
||||
,
|
||||
@@ -269,7 +282,17 @@
|
||||
"load_branches_failed": "Failed to load branches",
|
||||
"switched_to": "Switched to {branch}",
|
||||
"created_branch": "Created branch {branch}",
|
||||
"branch_name_placeholder": "branch-name"
|
||||
"branch_name_placeholder": "branch-name",
|
||||
"repo_status": {
|
||||
"loading": "Loading",
|
||||
"no_repo": "No Repo",
|
||||
"synced": "Synced",
|
||||
"changes": "Changes",
|
||||
"behind_remote": "Behind Remote",
|
||||
"ahead_remote": "Ahead Remote",
|
||||
"diverged": "Diverged",
|
||||
"error": "Error"
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
"search": "Search dashboards...",
|
||||
|
||||
@@ -238,9 +238,21 @@
|
||||
"server": "Git-сервер",
|
||||
"not_linked": "Этот дашборд еще не привязан к Git-репозиторию.",
|
||||
"manage": "Управление Git",
|
||||
"manage_selected": "Управлять выбранным",
|
||||
"select_single_for_manage": "Выберите ровно один дашборд для управления",
|
||||
"selected_count": "{count} выбрано",
|
||||
"bulk_sync": "Массовый sync",
|
||||
"bulk_commit": "Массовый commit",
|
||||
"bulk_pull": "Массовый pull",
|
||||
"bulk_push": "Массовый push",
|
||||
"bulk_action_sync": "Sync",
|
||||
"bulk_action_commit": "Commit",
|
||||
"bulk_action_pull": "Pull",
|
||||
"bulk_action_push": "Push",
|
||||
"bulk_result": "{action}: успешно {success}, ошибок {failed}",
|
||||
"no_repositories_selected": "Для выбранных дашбордов нет доступных репозиториев",
|
||||
"generate_message": "Сгенерировать",
|
||||
"select_dashboard": "Выберите дашборд для управления"
|
||||
,
|
||||
"select_dashboard": "Выберите дашборд для управления",
|
||||
"commit_message_generated": "Сообщение коммита сгенерировано",
|
||||
"commit_message_failed": "Не удалось сгенерировать сообщение коммита",
|
||||
"load_changes_failed": "Не удалось загрузить изменения",
|
||||
@@ -269,7 +281,17 @@
|
||||
"load_branches_failed": "Не удалось загрузить ветки",
|
||||
"switched_to": "Переключено на {branch}",
|
||||
"created_branch": "Создана ветка {branch}",
|
||||
"branch_name_placeholder": "имя-ветки"
|
||||
"branch_name_placeholder": "имя-ветки",
|
||||
"repo_status": {
|
||||
"loading": "Загрузка",
|
||||
"no_repo": "Нет репозитория",
|
||||
"synced": "Синхронизирован",
|
||||
"changes": "Есть изменения",
|
||||
"behind_remote": "Отстает от remote",
|
||||
"ahead_remote": "Опережает remote",
|
||||
"diverged": "Расхождение",
|
||||
"error": "Ошибка"
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
"search": "Поиск дашбордов...",
|
||||
@@ -545,7 +567,9 @@
|
||||
"mapping_management": "Управление маппингом БД",
|
||||
"fetch_dbs": "Получить БД и подсказки",
|
||||
"mapping_hint": "Выберите окружения и нажмите «Получить БД и подсказки», чтобы начать маппинг.",
|
||||
"task_placeholder_warn": "Не удалось сразу получить детали задачи, используется временное состояние."
|
||||
"task_placeholder_warn": "Не удалось сразу получить детали задачи, используется временное состояние.",
|
||||
"calculating_dry_run": "Расчет ожидаемых изменений...",
|
||||
"dry_run_summary": "Отчет dry-run: всего будет изменено {total} элементов (дашбордов: {dashboards}, чартов: {charts}, датасетов: {datasets})"
|
||||
},
|
||||
"assistant": {
|
||||
"title": "AI Ассистент",
|
||||
|
||||
Reference in New Issue
Block a user