mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 18:45:57 +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")}
|
{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={
|
||||||
|
@ -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",
|
||||||
@ -544,7 +545,7 @@
|
|||||||
"total": "Total",
|
"total": "Total",
|
||||||
"general": "General",
|
"general": "General",
|
||||||
"other": "Other",
|
"other": "Other",
|
||||||
"no_data":" No data"
|
"no_data": "No data"
|
||||||
},
|
},
|
||||||
"placeholder": {
|
"placeholder": {
|
||||||
"your_username": "Your username",
|
"your_username": "Your username",
|
||||||
|
@ -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",
|
||||||
@ -543,7 +544,7 @@
|
|||||||
"total": "Totale",
|
"total": "Totale",
|
||||||
"general": "Général",
|
"general": "Général",
|
||||||
"other": "Autre",
|
"other": "Autre",
|
||||||
"no_data":" Pas de données"
|
"no_data": "Pas de données"
|
||||||
},
|
},
|
||||||
"placeholder": {
|
"placeholder": {
|
||||||
"your_username": "Votre nom d'utilisateur",
|
"your_username": "Votre nom d'utilisateur",
|
||||||
|
Loading…
Reference in New Issue
Block a user