module structure update 2

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-10-31 16:42:04 +01:00
parent c511bdd62f
commit 7d459516d9
3 changed files with 11 additions and 2 deletions

View File

@@ -28,11 +28,20 @@ Dictionary (
"Account": "Benutzer", "Account": "Benutzer",
"Toggle theme": "Thema wechseln", "Toggle theme": "Thema wechseln",
"Quit": "Beenden", "Quit": "Beenden",
// localization
// localization view
"Hello": "Hallo", "Hello": "Hallo",
"User": "Anwender", "User": "Anwender",
"Localization dialog": "Lokalisierungs-Dialog", "Localization dialog": "Lokalisierungs-Dialog",
"German": "Deutsch", "German": "Deutsch",
"English": "Englisch" "English": "Englisch",
// configuration view
"Configuration settings": "Konfigurationseinstellungen",
"Configuration file": "Konfigurationsdatei",
"Language Id": "Sprach-Id",
"Default theme": "Standard-Thema",
"load": "laden",
"save": "speichern"
} }
) )