Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-03-11 09:21:52 +01:00
parent c2766ec66a
commit 76c38e8ad4
77 changed files with 167175 additions and 539 deletions

View File

@@ -1,4 +1,10 @@
{
"fields": {
"advowareAktenzeichen": "Advoware Aktenzeichen",
"aktennr": "Advoware Identifikator",
"syncStatus": "Sync-Status",
"lastSync": "Letzte Synchronisation"
},
"links": {
"meetings": "Termine",
"calls": "Anrufe",
@@ -10,5 +16,20 @@
},
"labels": {
"Create CAdvowareAkten": "Advoware Akte erstellen"
},
"tooltips": {
"advowareAktenzeichen": "Aktenzeichen aus dem Advoware-System",
"aktennr": "Eindeutige Aktennummer aus Advoware",
"syncStatus": "Status der Advoware-Synchronisation: pending_sync = Warte auf Sync, clean = erfolgreich synchronisiert, unclean = Änderungen ausstehend, failed = Fehler, no_sync = Nicht synchronisiert",
"lastSync": "Zeitpunkt der letzten Synchronisation mit Advoware"
},
"options": {
"syncStatus": {
"pending_sync": "Warte auf Sync",
"clean": "Synchronisiert",
"unclean": "Änderungen ausstehend",
"failed": "Fehlgeschlagen",
"no_sync": "Kein Sync"
}
}
}