feat: Update synchronization status options and default values across multiple entity definitions and language files

This commit is contained in:
2026-02-08 23:51:21 +01:00
parent a24bc99b67
commit 300441de67
15 changed files with 40 additions and 14 deletions

View File

@@ -30,10 +30,11 @@
"beteiligte": "The participant to whom this bank account belongs",
"advowareKontoId": "Unique account ID from Advoware for synchronization. Automatically set during synchronization",
"advowareLastSync": "Time of last successful synchronization with Advoware. Automatically updated",
"syncStatus": "Advoware synchronization status: 'Synchronized' = data is current, 'Discrepancies' = data differs, 'Failed' = sync error occurred"
"syncStatus": "Advoware synchronization status: 'Waiting for Sync' = Newly created, waiting for first synchronization, 'Synchronized' = data is current, 'Discrepancies' = data differs, 'Failed' = sync error occurred"
},
"options": {
"syncStatus": {
"pending_sync": "Waiting for Sync",
"clean": "Synchronized",
"unclean": "Discrepancies",
"failed": "Failed"