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

@@ -43,7 +43,7 @@
"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",
"fileStatus": "Status der Datei: new = neu hochgeladen, changed = geändert, unchanged = unverändert"
"fileStatus": "Status der Datei: new = neu hochgeladen, changed = geändert, synced = synchronisiert"
},
"options": {
"syncStatus": {
@@ -63,7 +63,7 @@
"fileStatus": {
"new": "Neu",
"changed": "Geändert",
"unchanged": "Unverändert"
"synced": "Synchronisiert"
}
}
}

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"
}
}
}