Add AI provider field and localization updates; modify microtime values in config and state files
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
"aiAktivierungsstatus": "AI Activation Status",
|
||||
"aiSyncStatus": "AI Sync Status",
|
||||
"aiLastSync": "AI Last Sync",
|
||||
"aiProvider": "AI Provider",
|
||||
"globalSyncStatus": "Global Sync Status",
|
||||
"globalLastSync": "Global Last Sync",
|
||||
"syncSchalter": "Sync Active",
|
||||
@@ -56,6 +57,10 @@
|
||||
"pending_sync": "Synchronization Pending",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"aiProvider": {
|
||||
"ragflow": "RAGflow",
|
||||
"xai": "xAI"
|
||||
},
|
||||
"globalSyncStatus": {
|
||||
"synced": "Synchronized",
|
||||
"unclean": "Not Synchronized",
|
||||
|
||||
@@ -68,6 +68,12 @@
|
||||
{
|
||||
"name": "aiLastSync"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "aiProvider"
|
||||
},
|
||||
{}
|
||||
]
|
||||
],
|
||||
"style": "default",
|
||||
|
||||
@@ -169,6 +169,16 @@
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"aiProvider": {
|
||||
"type": "enum",
|
||||
"required": false,
|
||||
"options": [
|
||||
"ragflow",
|
||||
"xai"
|
||||
],
|
||||
"default": "ragflow",
|
||||
"isCustom": true
|
||||
},
|
||||
"globalSyncStatus": {
|
||||
"type": "enum",
|
||||
"required": false,
|
||||
|
||||
Reference in New Issue
Block a user