mirror of
https://github.com/hexastack/hexabot
synced 2025-06-03 11:06:34 +00:00
added new string lookup_type
This commit is contained in:
parent
0e76cfc9c6
commit
427b514765
@ -198,7 +198,7 @@ const NlpDatasetSample: FC<NlpDatasetSampleProps> = ({
|
||||
{t("title.nlp_train")}
|
||||
</Typography>
|
||||
<FormControl>
|
||||
<FormLabel>{t("label.lookup_strategies")}</FormLabel>
|
||||
<FormLabel>{t("label.lookup_type")}</FormLabel>
|
||||
<RadioGroup
|
||||
row
|
||||
defaultValue={
|
||||
|
@ -324,7 +324,8 @@
|
||||
"value": "Value",
|
||||
"synonyms": "Synonyms",
|
||||
"lookups": "Lookups",
|
||||
"lookup_strategies": "Type",
|
||||
"lookup_type": "Type",
|
||||
"lookup_strategies": "Lookup Strategy",
|
||||
"nlp_lookup_keywords": "Keywords/Free-Text",
|
||||
"nlp_lookup_trait": "Trait",
|
||||
"doc": "Documentation",
|
||||
@ -544,7 +545,7 @@
|
||||
"total": "Total",
|
||||
"general": "General",
|
||||
"other": "Other",
|
||||
"no_data":" No data"
|
||||
"no_data": " No data"
|
||||
},
|
||||
"placeholder": {
|
||||
"your_username": "Your username",
|
||||
|
@ -323,6 +323,7 @@
|
||||
"nlp_entity_value": "Valeur TALN",
|
||||
"value": "Valeur",
|
||||
"lookups": "Stratégies",
|
||||
"lookup_type": "Type",
|
||||
"lookup_strategies": "Stratégie de recherche",
|
||||
"nlp_lookup_keywords": "Mot-clés/Texte",
|
||||
"nlp_lookup_trait": "Trait",
|
||||
@ -543,7 +544,7 @@
|
||||
"total": "Totale",
|
||||
"general": "Général",
|
||||
"other": "Autre",
|
||||
"no_data":" Pas de données"
|
||||
"no_data": " Pas de données"
|
||||
},
|
||||
"placeholder": {
|
||||
"your_username": "Votre nom d'utilisateur",
|
||||
|
Loading…
Reference in New Issue
Block a user