Add AI provider field and localization updates; modify microtime values in config and state files

This commit is contained in:
2026-03-26 22:41:47 +01:00
parent 297d2765bd
commit a0d9d1133a
6 changed files with 29 additions and 3 deletions

View File

@@ -22,6 +22,7 @@
"aiAktivierungsstatus": "AI Aktivierungsstatus",
"aiSyncStatus": "AI Sync-Status",
"aiLastSync": "AI Letzter Sync",
"aiProvider": "AI Anbieter",
"globalSyncStatus": "Globaler Sync-Status",
"globalLastSync": "Globaler letzter Sync",
"syncSchalter": "Sync aktiv",
@@ -55,6 +56,10 @@
"pending_sync": "Synchronisierung ausstehend",
"failed": "Fehlgeschlagen"
},
"aiProvider": {
"ragflow": "RAGflow",
"xai": "xAI"
},
"globalSyncStatus": {
"synced": "Synchronisiert",
"unclean": "Nicht synchronisiert",