webapp: translate logging modules in admin view

This commit is contained in:
Bernhard Kirchen
2025-06-08 19:49:40 +02:00
committed by Thomas Basler
parent 5c89460e14
commit a1c67900c3
8 changed files with 41 additions and 5 deletions

View File

@@ -717,6 +717,11 @@
"LogLevel": "Log Level",
"DefaultLevel": "Default log level",
"Module": "Module",
"Module_CORE": "Κεντρικό μέρος",
"Module_hoymiles": "Ραδιοφωνική επικοινωνία Hoymiles",
"Module_mqtt": "Πελάτης MQTT",
"Module_network": "Δίκτυο",
"Module_webapi": "Διεπαφή Web",
"CoreHint": "Warning: A too detailed log level of the CORE module can significantly impact performance and lead to unpredictable behavior. The log level setting should only be temporarily adjusted for targeted troubleshooting. The default setting 'Error' is sufficient for normal operation.",
"log_inherit": "Inherit from default",
"log_none": "None",

View File

@@ -717,6 +717,11 @@
"LogLevel": "Log Level",
"DefaultLevel": "Default log level",
"Module": "Module",
"Module_CORE": "Núcleo ESP-IDF",
"Module_hoymiles": "RF Hoymiles",
"Module_mqtt": "Cliente MQTT",
"Module_network": "Red",
"Module_webapi": "API Web",
"CoreHint": "Warning: A too detailed log level of the CORE module can significantly impact performance and lead to unpredictable behavior. The log level setting should only be temporarily adjusted for targeted troubleshooting. The default setting 'Error' is sufficient for normal operation.",
"log_inherit": "Inherit from default",
"log_none": "None",

View File

@@ -717,6 +717,11 @@
"LogLevel": "Log Level",
"DefaultLevel": "Default log level",
"Module": "Module",
"Module_CORE": "Nucleo ESP-IDF",
"Module_hoymiles": "RF Hoymiles",
"Module_mqtt": "Client MQTT",
"Module_network": "Rete",
"Module_webapi": "API Web",
"CoreHint": "Warning: A too detailed log level of the CORE module can significantly impact performance and lead to unpredictable behavior. The log level setting should only be temporarily adjusted for targeted troubleshooting. The default setting 'Error' is sufficient for normal operation.",
"log_inherit": "Inherit from default",
"log_none": "None",

View File

@@ -716,7 +716,13 @@
"LoggingSettings": "Logging Settings",
"LogLevel": "Log Level",
"DefaultLevel": "Default log level",
"Module": "Module","CoreHint": "Warning: A too detailed log level of the CORE module can significantly impact performance and lead to unpredictable behavior. The log level setting should only be temporarily adjusted for targeted troubleshooting. The default setting 'Error' is sufficient for normal operation.",
"Module": "Module",
"Module_CORE": "Rdzeń ESP-IDF",
"Module_hoymiles": "Komunikacja radiowa Hoymiles",
"Module_mqtt": "Klient MQTT",
"Module_network": "Sieć",
"Module_webapi": "Interfejs API Web",
"CoreHint": "Warning: A too detailed log level of the CORE module can significantly impact performance and lead to unpredictable behavior. The log level setting should only be temporarily adjusted for targeted troubleshooting. The default setting 'Error' is sufficient for normal operation.",
"log_inherit": "Inherit from default",
"log_none": "None",
"log_error": "(E) Error",

View File

@@ -701,7 +701,12 @@
"LogLevel": "Protokollierungsstufe",
"DefaultLevel": "Standard-Protokollierungsstufe",
"Module": "Modul",
"CoreHint": "Achtung: Ein zu detaillierte Protokollierungsstufe des CORE-Moduls kann die Performanz signifikant beeinträchtigen und zu unvorhersehbarem Verhalten führen. Die Log-Level-Einstellung sollte nur bei gezielter Fehlersuche temporär angepasst werden. Die Standardeinstellung 'Fehler' ist für den normalen Betrieb ausreichend.",
"Module_CORE": "ESP-IDF Kern",
"Module_hoymiles": "Hoymiles RF",
"Module_mqtt": "MQTT Client",
"Module_network": "Netzwerk",
"Module_webapi": "Web API",
"CoreHint": "Achtung: Eine zu detaillierte Protokollierungsstufe des ESP-IDF-Kern-Moduls kann die Performanz signifikant beeinträchtigen und zu unvorhersehbarem Verhalten führen. Die Log-Level-Einstellung sollte nur bei gezielter Fehlersuche temporär angepasst werden. Die Standardeinstellung 'Fehler' ist für den normalen Betrieb ausreichend.",
"log_inherit": "Von Standard erben",
"log_none": "Keine",
"log_error": "(E) Fehler",

View File

@@ -702,7 +702,12 @@
"LogLevel": "Log Level",
"DefaultLevel": "Default log level",
"Module": "Module",
"CoreHint": "Warning: A too detailed log level of the CORE module can significantly impact performance and lead to unpredictable behavior. The log level setting should only be temporarily adjusted for targeted troubleshooting. The default setting 'Error' is sufficient for normal operation.",
"Module_CORE": "ESP-IDF Core",
"Module_hoymiles": "Hoymiles RF",
"Module_mqtt": "MQTT Client",
"Module_network": "Network",
"Module_webapi": "Web API",
"CoreHint": "Warning: A too detailed log level of the ESP-IDF Core module can significantly impact performance and lead to unpredictable behavior. The log level setting should only be temporarily adjusted for targeted troubleshooting. The default setting 'Error' is sufficient for normal operation.",
"log_inherit": "Inherit from default",
"log_none": "None",
"log_error": "(E) Error",

View File

@@ -683,7 +683,12 @@
"LogLevel": "Log Level",
"DefaultLevel": "Default log level",
"Module": "Module",
"CoreHint": "Warning: A too detailed log level of the CORE module can significantly impact performance and lead to unpredictable behavior. The log level setting should only be temporarily adjusted for targeted troubleshooting. The default setting 'Error' is sufficient for normal operation.",
"Module_CORE": "Noyau ESP-IDF",
"Module_hoymiles": "RF Hoymiles",
"Module_mqtt": "Client MQTT",
"Module_network": "Réseau",
"Module_webapi": "API Web",
"CoreHint": "Warning: A too detailed log level of the ESP-IDF Core module can significantly impact performance and lead to unpredictable behavior. The log level setting should only be temporarily adjusted for targeted troubleshooting. The default setting 'Error' is sufficient for normal operation.",
"log_inherit": "Inherit from default",
"log_none": "None",
"log_error": "(E) Error",

View File

@@ -42,7 +42,7 @@
:data-id="module.name"
class="align-middle"
>
<td>{{ module.name }}</td>
<td>{{ $t('loggingadmin.Module_' + module.name) }}</td>
<td>
<select class="form-select" v-model="module.level">
<option v-for="level in logLevelList" :value="level.key" :key="level.key">