quivr/frontend/public/locales/zh-cn/signUp.json
Buer e328ab81b3
feat(translation): Added Simplified Chinese translation,Fix pt-br not working (#1011)
* 🌐 Add Chinese translation, fix pt-br errors.

* 🌐 Fix syntax errors.
2023-08-22 12:04:54 +02:00

13 lines
393 B
JSON

{
"title": "注册",
"subtitle": "创建您的帐户",
"email": "Email",
"password": "Password",
"loginButton": "登录",
"signUpButton": "注册",
"or": "或",
"login": "已经注册?登录",
"googleLogin": "使用Google登录",
"errorSignUp": "注册时出错: {{errorMessage}}",
"mailSended": "确认邮件已发送,请检查您的邮箱"
}