mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 10:35:37 +00:00
Merge pull request #17 from kartik1112/main
[ISSUE] #14 Update translation.json
This commit is contained in:
commit
0f9205db63
@ -198,7 +198,7 @@ const NlpDatasetSample: FC<NlpDatasetSampleProps> = ({
|
||||
{t("title.nlp_train")}
|
||||
</Typography>
|
||||
<FormControl>
|
||||
<FormLabel>{t("label.lookup_strategies")}</FormLabel>
|
||||
<FormLabel>{t("label.type")}</FormLabel>
|
||||
<RadioGroup
|
||||
row
|
||||
defaultValue={
|
||||
|
@ -324,6 +324,7 @@
|
||||
"value": "Value",
|
||||
"synonyms": "Synonyms",
|
||||
"lookups": "Lookups",
|
||||
"type": "Type",
|
||||
"lookup_strategies": "Lookup Strategy",
|
||||
"nlp_lookup_keywords": "Keywords/Free-Text",
|
||||
"nlp_lookup_trait": "Trait",
|
||||
@ -346,7 +347,7 @@
|
||||
"precision": "Precision",
|
||||
"recall": "Recall",
|
||||
"f1score": "F1 Score",
|
||||
"train": "Training",
|
||||
"train": "Train",
|
||||
"test": "Test",
|
||||
"inbox": "Inbox",
|
||||
"none": "None",
|
||||
@ -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",
|
||||
"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