fix: Update synchronization status messages and add "no_sync" option; adjust microtime and cacheTimestamp in config and state files; add beforeSaveScripts for Advoware sync status management
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
"tooltips": {
|
||||
"aktennr": "Eindeutige Dokument-Nummer aus Advoware",
|
||||
"advowareLastSync": "Zeitpunkt der letzten Synchronisation mit Advoware",
|
||||
"syncStatus": "Status der Synchronisation: pending_sync = Warte auf Sync, clean = erfolgreich, unclean = Abweichungen, failed = Fehler",
|
||||
"syncStatus": "Status der Advoware-Synchronisation: pending_sync = Warte auf Sync, clean = erfolgreich synchronisiert, unclean = Änderungen ausstehend, failed = Fehler, no_sync = Nicht synchronisiert",
|
||||
"xaiId": "Eindeutige ID für x.AI Synchronisation",
|
||||
"xaiCollections": "Liste der x.AI Collections für dieses Dokument",
|
||||
"xaiSyncStatus": "Status der x.AI Synchronisation: pending_sync = Warte auf Sync, clean = erfolgreich synchronisiert, unclean = Änderungen ausstehend, failed = Fehler, no_sync = Nicht synchronisiert",
|
||||
@@ -49,8 +49,9 @@
|
||||
"syncStatus": {
|
||||
"pending_sync": "Warte auf Sync",
|
||||
"clean": "Synchronisiert",
|
||||
"unclean": "Abweichungen",
|
||||
"failed": "Fehlgeschlagen"
|
||||
"unclean": "Änderungen ausstehend",
|
||||
"failed": "Fehlgeschlagen",
|
||||
"no_sync": "Kein Sync"
|
||||
},
|
||||
"xaiSyncStatus": {
|
||||
"pending_sync": "Warte auf Sync",
|
||||
|
||||
Reference in New Issue
Block a user