fix: Update xaiSyncStatus descriptions and default value; adjust microtime and cacheTimestamp in config and state files; add beforeSaveScript for x.AI sync status management

This commit is contained in:
2026-03-08 20:16:51 +01:00
parent 1d3eb86c6e
commit 3547f47fc3
6 changed files with 14 additions and 11 deletions

View File

@@ -45,7 +45,7 @@
"syncStatus": "Synchronization status: pending_sync = Waiting for sync, clean = successful, unclean = discrepancies, failed = error",
"xaiId": "Unique ID for x.AI synchronization",
"xaiCollections": "List of x.AI collections for this document",
"xaiSyncStatus": "x.AI synchronization status: pending_sync = Waiting for sync, clean = successful, unclean = discrepancies, failed = error",
"xaiSyncStatus": "x.AI synchronization status: pending_sync = Waiting for sync, clean = successfully synchronized, unclean = changes pending, failed = error, no_sync = Not synchronized",
"fileStatus": "File status: new = newly uploaded, changed = modified, unchanged = unchanged"
},
"options": {
@@ -56,11 +56,11 @@
"failed": "Failed"
},
"xaiSyncStatus": {
"pending_sync": "Warte auf Sync",
"clean": "Synchronisiert",
"unclean": "Abweichungen",
"failed": "Fehlgeschlagen",
"no_sync": "Kein Sync"
"pending_sync": "Waiting for Sync",
"clean": "Synchronized",
"unclean": "Changes Pending",
"failed": "Failed",
"no_sync": "No Sync"
},
"fileStatus": {
"new": "New",