mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 10:35:37 +00:00
fix(frontend): missing translation
This commit is contained in:
parent
d04f2f3ce4
commit
f24ba58709
@ -100,7 +100,8 @@
|
||||
"regex_is_invalid": "Regex is invalid",
|
||||
"attachment_not_found": "Attachment is not found",
|
||||
"title_length_exceeded": "You have reached the maximum length",
|
||||
"no_label_found": "No label found"
|
||||
"no_label_found": "No label found",
|
||||
"code_is_required": "Language code is required"
|
||||
},
|
||||
"menu": {
|
||||
"terms": "Terms of Use",
|
||||
|
@ -101,7 +101,8 @@
|
||||
"regex_is_invalid": "Le regex est invalide",
|
||||
"attachment_not_found": "La pièce jointe est introuvable",
|
||||
"title_length_exceeded": "Vous avez atteint la longueur maximale",
|
||||
"no_label_found": "Aucune étiquette trouvée"
|
||||
"no_label_found": "Aucune étiquette trouvée",
|
||||
"code_is_required": "Le code est requis"
|
||||
},
|
||||
"menu": {
|
||||
"terms": "Conditions d'utilisation",
|
||||
|
Loading…
Reference in New Issue
Block a user