feat(env): add global production context and safety indicators

This commit is contained in:
2026-02-25 20:46:00 +03:00
parent 804e9c7e47
commit b5b87b6b63
11 changed files with 320 additions and 62 deletions

View File

@@ -29,8 +29,8 @@
"on": "On",
"off": "Off",
"per_page": "per page",
"close_modal": "Close modal"
,
"close_modal": "Close modal",
"prod_context_warning": "PROD context active",
"choose_environment": "-- Choose an environment --"
},
"nav": {
@@ -113,6 +113,7 @@
"env_add": "Add Environment",
"env_edit": "Edit Environment",
"env_default": "Default Environment",
"env_production": "Production environment",
"env_test": "Test",
"env_delete": "Delete",
"storage_title": "File Storage Configuration",
@@ -502,7 +503,15 @@
"clear_failed": "Clear Failed",
"clear_awaiting_input": "Clear Awaiting Input",
"keys": "keys",
"mappings": "Mappings"
"mappings": "Mappings",
"summary_report": "Summary report",
"observability_warnings": "Warning",
"open_dashboard_target": "Open dashboard in {env}",
"open_dashboard_target_fallback": "Open dashboard",
"show_diff": "Show diff",
"diff_preview": "Diff preview",
"no_diff_available": "Diff is not available",
"summary_link_unavailable": "Deep link or diff is unavailable for this task"
},
"auth": {
"login": "Login",

View File

@@ -30,6 +30,7 @@
"off": "Выкл",
"per_page": "на страницу",
"close_modal": "Закрыть модальное окно",
"prod_context_warning": "Активен PROD-контекст",
"choose_environment": "-- Выберите окружение --"
},
"nav": {
@@ -111,6 +112,7 @@
"env_add": "Добавить окружение",
"env_edit": "Редактировать окружение",
"env_default": "Окружение по умолчанию",
"env_production": "Production окружение",
"env_test": "Тест",
"env_delete": "Удалить",
"storage_title": "Настройка хранилища файлов",
@@ -500,7 +502,15 @@
"clear_failed": "Очистить ошибки",
"clear_awaiting_input": "Очистить ожидающие ввода",
"keys": "ключей",
"mappings": "Маппинги"
"mappings": "Маппинги",
"summary_report": "Сводный отчет",
"observability_warnings": "Внимание",
"open_dashboard_target": "Открыть дашборд в {env}",
"open_dashboard_target_fallback": "Открыть дашборд",
"show_diff": "Показать Diff",
"diff_preview": "Diff предпросмотр",
"no_diff_available": "Diff недоступен",
"summary_link_unavailable": "Ссылка или diff недоступны для этой задачи"
},
"auth": {
"login": "Вход",