websockets implemented

This commit is contained in:
Torsten Schulz
2024-12-04 19:08:26 +01:00
parent d46a51db38
commit 069c97fa90
64 changed files with 2488 additions and 562 deletions

View File

@@ -31,5 +31,15 @@
"OK": "Ok",
"Cancel": "Abbrechen",
"yes": "Ja",
"no": "Nein"
"no": "Nein",
"message": {
"close": "Schließen"
},
"gender": {
"male": "Männlich",
"female": "Weiblich",
"transmale": "Trans-Mann",
"transfemale": "Trans-Frau",
"nonbinary": "Nichtbinär"
}
}