diff --git a/src/components/workflows/WorkflowsTimeline.vue b/src/components/workflows/WorkflowsTimeline.vue index 896d92d..655af37 100644 --- a/src/components/workflows/WorkflowsTimeline.vue +++ b/src/components/workflows/WorkflowsTimeline.vue @@ -61,7 +61,10 @@ watch(selectedMetric, - {{ $t('no_documents_selected') }} + + {{ t('no_results_found') }} + {{ t('no_documents_selected') }} + {{ $t('error_please_try_again_later') }} diff --git a/src/locales/de.json b/src/locales/de.json index 1153eac..3c7733b 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -101,5 +101,6 @@ "no_labelling": "Keine Kennzeichnung", "select_ground_truth": "Ground Truth auswählen", "filter_by": "Filtern nach", - "metric": "Metric" + "metric": "Metrik", + "no_results_found": "Keine Ergebnisse gefunden." } diff --git a/src/locales/en.json b/src/locales/en.json index f1d4d36..0786bf0 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -96,5 +96,6 @@ "no_labelling": "No labelling", "select_ground_truth": "Select Ground Truth", "filter_by": "Filter by", - "metric": "Metric" + "metric": "Metric", + "no_results_found": "No results found." }