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": { "status": {
"pending": "Pending", "pending": "Pending",
"finished": "Finished", "finished": "Finished",
"processing": "Processing" "processing": "Processing",
"failed": "Failed"
}, },
"addKnowledge": "Add Knowledge", "addKnowledge": "Add Knowledge",
"form": { "form": {

View File

@ -20,7 +20,8 @@
"status": { "status": {
"pending": "Pendiente", "pending": "Pendiente",
"finished": "Finalizado", "finished": "Finalizado",
"processing": "Procesando" "processing": "Procesando",
"failed": "Fallido"
}, },
"addKnowledge": "Agregar Conocimiento", "addKnowledge": "Agregar Conocimiento",
"form": { "form": {

View File

@ -20,7 +20,8 @@
"status": { "status": {
"pending": "En attente", "pending": "En attente",
"finished": "Terminé", "finished": "Terminé",
"processing": "Traitement" "processing": "Traitement",
"failed": "Échoué"
}, },
"addKnowledge": "Ajouter des connaissances", "addKnowledge": "Ajouter des connaissances",
"form": { "form": {

View File

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

View File

@ -20,7 +20,8 @@
"status": { "status": {
"pending": "保留中", "pending": "保留中",
"finished": "完了", "finished": "完了",
"processing": "処理中" "processing": "処理中",
"failed": "失敗"
}, },
"addKnowledge": "知識を追加", "addKnowledge": "知識を追加",
"form": { "form": {

View File

@ -20,7 +20,8 @@
"status": { "status": {
"pending": "തീരുമാനിക്കാനുണ്ട്", "pending": "തീരുമാനിക്കാനുണ്ട്",
"finished": "പൂർത്തീകരിച്ചു", "finished": "പൂർത്തീകരിച്ചു",
"processing": "പ്രോസസ്സിംഗ്" "processing": "പ്രോസസ്സിംഗ്",
"failed": "പരാജയപ്പെട്ടു"
}, },
"addKnowledge": "വിജ്ഞാനം ചേര്‍ക്കുക", "addKnowledge": "വിജ്ഞാനം ചേര്‍ക്കുക",
"form": { "form": {

View File

@ -20,7 +20,8 @@
"status": { "status": {
"pending": "Pendente", "pending": "Pendente",
"finished": "Concluído", "finished": "Concluído",
"processing": "Processando" "processing": "Processando",
"failed": "Falhou"
}, },
"addKnowledge": "Adicionar Conhecimento", "addKnowledge": "Adicionar Conhecimento",
"form": { "form": {

View File

@ -20,7 +20,8 @@
"status": { "status": {
"pending": "Ожидание", "pending": "Ожидание",
"finished": "Завершено", "finished": "Завершено",
"processing": "Обработка" "processing": "Обработка",
"failed": "Не удалось"
}, },
"addKnowledge": "Добавить знание", "addKnowledge": "Добавить знание",
"form": { "form": {

View File

@ -20,7 +20,8 @@
"status": { "status": {
"pending": "待定", "pending": "待定",
"finished": "已完成", "finished": "已完成",
"processing": "处理中" "processing": "处理中",
"failed": "失败"
}, },
"addKnowledge": "添加知识", "addKnowledge": "添加知识",
"form": { "form": {