Add AI parsing and graph parsing status; update related hooks and localization; modify microtime values in config and state files
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
"aiSyncHash": "AI Sync-Hash",
|
||||
"aiSyncStatus": "AI Sync-Status",
|
||||
"aiLastSync": "AI Letzter Sync",
|
||||
"aiFileId": "AI File-ID"
|
||||
"aiFileId": "AI File-ID",
|
||||
"aiParsingStatus": "AI Parsing-Status"
|
||||
},
|
||||
"links": {
|
||||
"contactsvmhdokumente": "Freigegebene Nutzer",
|
||||
@@ -77,6 +78,12 @@
|
||||
"synced": "Synchronisiert",
|
||||
"failed": "Fehler",
|
||||
"unsupported": "Nicht unterstützt"
|
||||
},
|
||||
"aiParsingStatus": {
|
||||
"unknown": "Unbekannt",
|
||||
"parsing": "In Verarbeitung",
|
||||
"complete": "Abgeschlossen",
|
||||
"failed": "Fehlgeschlagen"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user