Merge pull request #298 from getmaxun/email-ui
feat: work email translations
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"login": {
|
||||
"title": "Willkommen zurück!",
|
||||
"email": "E-Mail",
|
||||
"email": "Geben Sie Ihre geschäftliche E-Mail-Adresse ein",
|
||||
"password": "Passwort",
|
||||
"button": "Einloggen",
|
||||
"loading": "Lädt",
|
||||
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"register": {
|
||||
"title": "Konto registrieren",
|
||||
"email": "E-Mail",
|
||||
"email": "Geben Sie Ihre geschäftliche E-Mail-Adresse ein",
|
||||
"password": "Passwort",
|
||||
"button": "Registrieren",
|
||||
"loading": "Lädt",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"login": {
|
||||
"title": "Welcome Back!",
|
||||
"email": "Email",
|
||||
"email": "Enter Work Email",
|
||||
"password": "Password",
|
||||
"button": "Login",
|
||||
"loading": "Loading",
|
||||
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"register": {
|
||||
"title": "Register Account",
|
||||
"email": "Email",
|
||||
"email": "Enter Work Email",
|
||||
"password": "Password",
|
||||
"button": "Register",
|
||||
"loading": "Loading",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"login": {
|
||||
"title": "¡Bienvenido de nuevo!",
|
||||
"email": "Correo electrónico",
|
||||
"email": "Introducir correo electrónico de trabajo",
|
||||
"password": "Contraseña",
|
||||
"button": "Iniciar sesión",
|
||||
"loading": "Cargando",
|
||||
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"register": {
|
||||
"title": "Crear cuenta",
|
||||
"email": "Correo electrónico",
|
||||
"email": "Introducir correo electrónico de trabajo",
|
||||
"password": "Contraseña",
|
||||
"button": "Registrarse",
|
||||
"loading": "Cargando",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"login": {
|
||||
"title": "お帰りなさい!",
|
||||
"email": "メールアドレス",
|
||||
"email": "勤務先メールアドレスを入力",
|
||||
"password": "パスワード",
|
||||
"button": "ログイン",
|
||||
"loading": "読み込み中",
|
||||
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"register": {
|
||||
"title": "アカウントを登録する",
|
||||
"email": "メールアドレス",
|
||||
"email": "勤務先メールアドレスを入力",
|
||||
"password": "パスワード",
|
||||
"button": "登録する",
|
||||
"loading": "読み込み中",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"login": {
|
||||
"title": "欢迎回来!",
|
||||
"email": "电子邮箱",
|
||||
"email": "输入工作电子邮箱",
|
||||
"password": "密码",
|
||||
"button": "登录",
|
||||
"loading": "加载中",
|
||||
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"register": {
|
||||
"title": "注册账号",
|
||||
"email": "电子邮箱",
|
||||
"email": "输入工作电子邮箱",
|
||||
"password": "密码",
|
||||
"button": "注册",
|
||||
"loading": "加载中",
|
||||
|
||||
Reference in New Issue
Block a user