mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-21 10:21:54 +03:00
eb682c7219
# Description
There are some missing(like some russian and traditional chinese words)
or inaccurate texts in zh-ch locale.
## Checklist before requesting a review
Please delete options that are not relevant.
- [x] My code follows the style guidelines of this project
- I am confusing that not all the json files have same indent spaces. I
am not sure is it ok that the 4-spaces ones were changed to 2-spaces. 😅
- [x] I have performed a self-review of my code
## Screenshots (if appropriate):
13 lines
385 B
JSON
13 lines
385 B
JSON
{
|
|
"speak_to": "联系我们的",
|
|
"sales_team": "销售团队",
|
|
"form": {
|
|
"email": "工作电子邮件",
|
|
"question": "问题",
|
|
"submit": "联系我们",
|
|
"placeholder_question": "我们如何帮助您?",
|
|
"thank_you": "谢谢!",
|
|
"thank_you_text": "我们会尽快回复您。",
|
|
"sending_mail_error": "发送消息时出错。请稍后再试。"
|
|
}
|
|
} |