feat: Update synchronization status options and default values across multiple entity definitions and language files
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user