fix: Update fileStatus to 'synced' in CDokumente hooks and translations; adjust microtime and cacheTimestamp in config and state files
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user