langs
This commit is contained in:
0
public/locales/ar.json
Normal file
0
public/locales/ar.json
Normal file
13
public/locales/en.json
Normal file
13
public/locales/en.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"login": {
|
||||
"title": "Welcome Back!",
|
||||
"email": "Email",
|
||||
"password": "Password",
|
||||
"button": "Login",
|
||||
"loading": "Loading",
|
||||
"register_prompt": "Don't have an account?",
|
||||
"register_link": "Register",
|
||||
"welcome_notification": "Welcome to Maxun!",
|
||||
"error_notification": "Login Failed. Please try again."
|
||||
}
|
||||
}
|
||||
13
public/locales/es.json
Normal file
13
public/locales/es.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"app": {
|
||||
"name": "Maxun",
|
||||
"version": "beta"
|
||||
},
|
||||
"login": {
|
||||
"title": "¡Bienvenido de nuevo!",
|
||||
"email": "Correo electrónico",
|
||||
"password": "Contraseña",
|
||||
"button": "Iniciar sesión",
|
||||
"register_prompt": "¿No tienes una cuenta? Regístrate"
|
||||
}
|
||||
}
|
||||
13
public/locales/ja.json
Normal file
13
public/locales/ja.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"app": {
|
||||
"name": "Maxun",
|
||||
"version": "beta"
|
||||
},
|
||||
"login": {
|
||||
"title": "おかえりなさい!",
|
||||
"email": "メールアドレス",
|
||||
"password": "パスワード",
|
||||
"button": "ログイン",
|
||||
"register_prompt": "アカウントをお持ちでない方は、新規登録"
|
||||
}
|
||||
}
|
||||
13
public/locales/zh.json
Normal file
13
public/locales/zh.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"app": {
|
||||
"name": "Maxun",
|
||||
"version": "beta"
|
||||
},
|
||||
"login": {
|
||||
"title": "欢迎回来!",
|
||||
"email": "电子邮件",
|
||||
"password": "密码",
|
||||
"button": "登录",
|
||||
"register_prompt": "没有账号?注册"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user