fix(i18n): add missing admin.custom_css labels (en + ru)
Lint & Test / lint-and-check (push) Failing after 5m9s
Lint & Test / test (push) Has been skipped
Lint & Test / build (push) Has been skipped
Lint & Test / docker-build (push) Has been skipped
Lint & Test / audit (push) Has been skipped

These keys were referenced in SettingsForm but absent from both locales, so they rendered as raw keys instead of the intended text.
This commit is contained in:
2026-05-27 23:11:40 +03:00
parent 5dcadd1c20
commit 0a13b6b58c
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -222,6 +222,9 @@
"admin.auth_oauth": "OAuth",
"admin.auth_both": "Both",
"admin.registration_enabled": "Allow user registration",
"admin.custom_css": "Custom CSS",
"admin.custom_css_description": "System-wide custom CSS applied to all pages. Scoped to .custom-css-scope to prevent breaking core UI.",
"admin.custom_css_label": "System-wide CSS",
"admin.oauth_config": "OAuth Configuration",
"admin.oauth_description": "Configure your OIDC provider (e.g. Authentik, Keycloak). Set Auth Mode to \"OAuth\" or \"Both\" above to enable OAuth login.",
"admin.oauth_client_id": "Client ID",
+3
View File
@@ -212,6 +212,9 @@
"admin.auth_oauth": "OAuth",
"admin.auth_both": "Оба",
"admin.registration_enabled": "Разрешить регистрацию пользователей",
"admin.custom_css": "Пользовательский CSS",
"admin.custom_css_description": "Пользовательский CSS, применяемый ко всем страницам. Ограничен областью .custom-css-scope, чтобы не сломать основной интерфейс.",
"admin.custom_css_label": "Общесистемный CSS",
"admin.oauth_config": "Настройка OAuth",
"admin.oauth_description": "Настройте провайдер OIDC (напр. Authentik, Keycloak). Установите режим аутентификации «OAuth» или «Оба» выше, чтобы включить вход через OAuth.",
"admin.oauth_client_id": "Client ID",