overhauling constants, working on translations

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-15 13:58:50 +01:00
parent 669853352e
commit 0d1cdd35d1
103 changed files with 2161 additions and 1207 deletions

View File

@@ -102,7 +102,7 @@
"failed_to_check_entity_available": "Konnte Verfügbarkeit von {0} nicht prüfen",
"failed_to_check_file_permissions": "Überprüfung der Dateiberechtigungen fehlgeschlagen!",
"failed_to_create_state": "Anlegen des nutzerdefinierten Status fehlgeschlagen!",
"failed_to_create_table": "Anlegen der Tabelle `{0}` fehlgeschlagen",
"failed_to_create_table": "Anlegen der Tabelle `{name}` fehlgeschlagen",
"failed_to_drop_entity": "Löschen von {0} {1} fehlgeschlagen",
"failed_to_drop_entity_from_entity": "Konnte {0} {1} nicht von {2} {3} löschen",
"failed_to_drop_notes": "Löschen der Notizen von ({0} {1}) fehlgeschlagen",

View File

@@ -102,7 +102,7 @@
"failed_to_check_entity_available": "Failed to check availability of {0}",
"failed_to_check_file_permissions": "Failed to check file permissions!",
"failed_to_create_state": "Failed to create custom state!",
"failed_to_create_table": "Failed to create table `{0}`",
"failed_to_create_table": "Failed to create table `{name}`",
"failed_to_drop_entity": "Failed to remove {0} {1}",
"failed_to_drop_entity_from_entity": "Failed to remove {0} {1} from {2} {3}",
"failed_to_drop_notes": "Failed to delete notes of ({0} {1})",