Merge pull request #298 from getmaxun/email-ui

feat: work email translations
This commit is contained in:
Karishma
2024-12-26 20:47:24 +05:30
committed by GitHub
5 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
{ {
"login": { "login": {
"title": "Willkommen zurück!", "title": "Willkommen zurück!",
"email": "E-Mail", "email": "Geben Sie Ihre geschäftliche E-Mail-Adresse ein",
"password": "Passwort", "password": "Passwort",
"button": "Einloggen", "button": "Einloggen",
"loading": "Lädt", "loading": "Lädt",
@@ -12,7 +12,7 @@
}, },
"register": { "register": {
"title": "Konto registrieren", "title": "Konto registrieren",
"email": "E-Mail", "email": "Geben Sie Ihre geschäftliche E-Mail-Adresse ein",
"password": "Passwort", "password": "Passwort",
"button": "Registrieren", "button": "Registrieren",
"loading": "Lädt", "loading": "Lädt",

View File

@@ -1,7 +1,7 @@
{ {
"login": { "login": {
"title": "Welcome Back!", "title": "Welcome Back!",
"email": "Email", "email": "Enter Work Email",
"password": "Password", "password": "Password",
"button": "Login", "button": "Login",
"loading": "Loading", "loading": "Loading",
@@ -12,7 +12,7 @@
}, },
"register": { "register": {
"title": "Register Account", "title": "Register Account",
"email": "Email", "email": "Enter Work Email",
"password": "Password", "password": "Password",
"button": "Register", "button": "Register",
"loading": "Loading", "loading": "Loading",

View File

@@ -1,7 +1,7 @@
{ {
"login": { "login": {
"title": "¡Bienvenido de nuevo!", "title": "¡Bienvenido de nuevo!",
"email": "Correo electrónico", "email": "Introducir correo electrónico de trabajo",
"password": "Contraseña", "password": "Contraseña",
"button": "Iniciar sesión", "button": "Iniciar sesión",
"loading": "Cargando", "loading": "Cargando",
@@ -12,7 +12,7 @@
}, },
"register": { "register": {
"title": "Crear cuenta", "title": "Crear cuenta",
"email": "Correo electrónico", "email": "Introducir correo electrónico de trabajo",
"password": "Contraseña", "password": "Contraseña",
"button": "Registrarse", "button": "Registrarse",
"loading": "Cargando", "loading": "Cargando",

View File

@@ -1,7 +1,7 @@
{ {
"login": { "login": {
"title": "お帰りなさい!", "title": "お帰りなさい!",
"email": "メールアドレス", "email": "勤務先メールアドレスを入力",
"password": "パスワード", "password": "パスワード",
"button": "ログイン", "button": "ログイン",
"loading": "読み込み中", "loading": "読み込み中",
@@ -12,7 +12,7 @@
}, },
"register": { "register": {
"title": "アカウントを登録する", "title": "アカウントを登録する",
"email": "メールアドレス", "email": "勤務先メールアドレスを入力",
"password": "パスワード", "password": "パスワード",
"button": "登録する", "button": "登録する",
"loading": "読み込み中", "loading": "読み込み中",

View File

@@ -1,7 +1,7 @@
{ {
"login": { "login": {
"title": "欢迎回来!", "title": "欢迎回来!",
"email": "电子邮箱", "email": "输入工作电子邮箱",
"password": "密码", "password": "密码",
"button": "登录", "button": "登录",
"loading": "加载中", "loading": "加载中",
@@ -12,7 +12,7 @@
}, },
"register": { "register": {
"title": "注册账号", "title": "注册账号",
"email": "电子邮箱", "email": "输入工作电子邮箱",
"password": "密码", "password": "密码",
"button": "注册", "button": "注册",
"loading": "加载中", "loading": "加载中",