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",
|
||||
];
|
||||
@@ -3,6 +3,7 @@
|
||||
return [
|
||||
"title" => "Berechtigungen",
|
||||
"title_short" => "ACL",
|
||||
"search" => "Suche",
|
||||
"query" => "Suchanfrage",
|
||||
"add_permission" => "Berechtigung hinzufügen",
|
||||
"permission" => "Berechtigung",
|
||||
|
||||
16
Core/Localization/en_US/logs.php
Normal file
16
Core/Localization/en_US/logs.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
"title" => "System Log",
|
||||
"severity" => "Severity",
|
||||
"timestamp" => "Timestamp",
|
||||
"module" => "Module",
|
||||
"message" => "Message",
|
||||
"search" => "Search",
|
||||
"search_query" => "Search query",
|
||||
"no_entries_placeholder" => "No log entries to display",
|
||||
"timestamp_placeholder" => "Select date and time to filter",
|
||||
|
||||
// dialog
|
||||
"fetch_log_error" => "Error fetching log entries",
|
||||
];
|
||||
@@ -3,6 +3,7 @@
|
||||
return [
|
||||
"title" => "Permissions",
|
||||
"title_short" => "ACL",
|
||||
"search" => "Search",
|
||||
"query" => "Search query",
|
||||
"add_permission" => "Add permission",
|
||||
"permission" => "Permission",
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
<noscript>{{ L("general.noscript") }}</noscript>
|
||||
<div type="module" id="admin-panel"></div>
|
||||
<script src="/react/dist/admin-panel/index.js" nonce="{{ site.csp.nonce }}"></script>
|
||||
<link rel="stylesheet" href="/react/dist/admin-panel/index.css" nonce="{{ site.csp.nonce }}"></link>
|
||||
<link rel="stylesheet" href="/react/dist/admin-panel/index.css" nonce="{{ site.csp.nonce }}" />
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user