fix: Update fileStatus to 'synced' in CDokumente hooks and translations; adjust microtime and cacheTimestamp in config and state files

This commit is contained in:
2026-03-08 21:56:00 +01:00
parent 1b904eb15f
commit 53dd8f33d4
6 changed files with 10 additions and 10 deletions

View File

@@ -46,7 +46,7 @@
"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 = successfully synchronized, unclean = changes pending, failed = error, no_sync = Not synchronized",
"fileStatus": "File status: new = newly uploaded, changed = modified, unchanged = unchanged"
"fileStatus": "File status: new = newly uploaded, changed = modified, synced = synchronized"
},
"options": {
"syncStatus": {
@@ -66,7 +66,7 @@
"fileStatus": {
"new": "New",
"changed": "Changed",
"unchanged": "Unchanged"
"synced": "Synchronized"
}
}
}