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