[MM-64347] Enable System Console UI for AuditSettings by default (#31118)

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
Этот коммит содержится в:
Ben Schumacher
2025-06-19 20:18:46 +02:00
коммит произвёл GitHub
родитель f980a538c5
Коммит b69412d23f
7 изменённых файлов: 350 добавлений и 147 удалений

Просмотреть файл

@@ -9296,6 +9296,30 @@
"id": "model.config.is_valid.encrypt_sql.app_error",
"translation": "Invalid at rest encrypt key for SQL settings. Must be 32 chars or more."
},
{
"id": "model.config.is_valid.experimental_audit_settings.file_max_age_invalid",
"translation": "Max File Age of audit logs config must not be negative."
},
{
"id": "model.config.is_valid.experimental_audit_settings.file_max_backups_invalid",
"translation": "Maximum File Backups of audit logs config must not be negative."
},
{
"id": "model.config.is_valid.experimental_audit_settings.file_max_queue_size_invalid",
"translation": "Maximum File Queue of audit logs config must be greater than zero."
},
{
"id": "model.config.is_valid.experimental_audit_settings.file_max_size_invalid",
"translation": "Maximum File Size of audit logs config must be greater than zero."
},
{
"id": "model.config.is_valid.experimental_audit_settings.file_name_empty",
"translation": "When audit file logging is enabled, a file name must be specified."
},
{
"id": "model.config.is_valid.experimental_audit_settings.file_name_is_directory",
"translation": "The file name must not be a directory."
},
{
"id": "model.config.is_valid.export.directory.app_error",
"translation": "Value for Directory should not be empty."