frontend fixes
This commit is contained in:
16
Core/Localization/de_DE/logs.php
Normal file
16
Core/Localization/de_DE/logs.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
"title" => "Systemlog",
|
||||
"severity" => "Schweregrad",
|
||||
"timestamp" => "Zeitpunkt",
|
||||
"module" => "Modul",
|
||||
"message" => "Nachricht",
|
||||
"search" => "Suche",
|
||||
"search_query" => "Suchanfrage",
|
||||
"no_entries_placeholder" => "Keine Log-Einträge zum Anzeigen",
|
||||
"timestamp_placeholder" => "Datum und Zeitpunk Auswählen zum Filtern",
|
||||
|
||||
// dialog
|
||||
"fetch_log_error" => "Fehler beim Holen der Log-Einträge",
|
||||
];
|
||||
Reference in New Issue
Block a user