Merge pull request #17 from kartik1112/main

[ISSUE] #14 Update translation.json
This commit is contained in:
Mohamed Marrouchi 2024-09-16 17:06:56 +01:00 committed by GitHub
commit 0f9205db63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

View File

@ -198,7 +198,7 @@ const NlpDatasetSample: FC<NlpDatasetSampleProps> = ({
{t("title.nlp_train")} {t("title.nlp_train")}
</Typography> </Typography>
<FormControl> <FormControl>
<FormLabel>{t("label.lookup_strategies")}</FormLabel> <FormLabel>{t("label.type")}</FormLabel>
<RadioGroup <RadioGroup
row row
defaultValue={ defaultValue={

View File

@ -324,6 +324,7 @@
"value": "Value", "value": "Value",
"synonyms": "Synonyms", "synonyms": "Synonyms",
"lookups": "Lookups", "lookups": "Lookups",
"type": "Type",
"lookup_strategies": "Lookup Strategy", "lookup_strategies": "Lookup Strategy",
"nlp_lookup_keywords": "Keywords/Free-Text", "nlp_lookup_keywords": "Keywords/Free-Text",
"nlp_lookup_trait": "Trait", "nlp_lookup_trait": "Trait",
@ -346,7 +347,7 @@
"precision": "Precision", "precision": "Precision",
"recall": "Recall", "recall": "Recall",
"f1score": "F1 Score", "f1score": "F1 Score",
"train": "Training", "train": "Train",
"test": "Test", "test": "Test",
"inbox": "Inbox", "inbox": "Inbox",
"none": "None", "none": "None",

View File

@ -323,6 +323,7 @@
"nlp_entity_value": "Valeur TALN", "nlp_entity_value": "Valeur TALN",
"value": "Valeur", "value": "Valeur",
"lookups": "Stratégies", "lookups": "Stratégies",
"type": "Type",
"lookup_strategies": "Stratégie de recherche", "lookup_strategies": "Stratégie de recherche",
"nlp_lookup_keywords": "Mot-clés/Texte", "nlp_lookup_keywords": "Mot-clés/Texte",
"nlp_lookup_trait": "Trait", "nlp_lookup_trait": "Trait",