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