feat: Add failed status to knowledge processing

This commit is contained in:
n4ze3m
2024-07-16 10:15:03 +05:30
parent cecb447b46
commit 79e5113ee8
9 changed files with 18 additions and 9 deletions

View File

@@ -20,7 +20,8 @@
"status": {
"pending": "In attesa",
"finished": "Completato",
"processing": "In corso"
"processing": "In corso",
"failed": "Fallito"
},
"addKnowledge": "Aggiungi Knowledge Base",
"form": {