feat: add translation for register messages
This commit is contained in:
@@ -28,7 +28,16 @@
|
||||
"register_prompt": "Bereits ein Konto?",
|
||||
"login_link": "Einloggen",
|
||||
"welcome_notification": "Willkommen bei Maxun!",
|
||||
"error_notification": "Registrierung fehlgeschlagen. Bitte versuchen Sie es erneut."
|
||||
"validation": {
|
||||
"email_required": "E-Mail-Adresse ist erforderlich",
|
||||
"password_requirements": "Das Passwort muss mindestens 6 Zeichen lang sein"
|
||||
},
|
||||
"error": {
|
||||
"user_exists": "Ein Benutzer mit dieser E-Mail existiert bereits",
|
||||
"creation_failed": "Konto konnte nicht erstellt werden",
|
||||
"server_error": "Serverfehler aufgetreten",
|
||||
"generic": "Registrierung fehlgeschlagen. Bitte versuchen Sie es erneut"
|
||||
}
|
||||
},
|
||||
"recordingtable": {
|
||||
"run": "Ausführen",
|
||||
|
||||
@@ -28,7 +28,16 @@
|
||||
"register_prompt": "Already have an account?",
|
||||
"login_link": "Login",
|
||||
"welcome_notification": "Welcome to Maxun!",
|
||||
"error_notification": "Registeration Failed. Please try again."
|
||||
"validation": {
|
||||
"email_required": "Email is required",
|
||||
"password_requirements": "Password must be at least 6 characters"
|
||||
},
|
||||
"error": {
|
||||
"user_exists": "User with this email already exists",
|
||||
"creation_failed": "Could not create account",
|
||||
"server_error": "Server error occurred",
|
||||
"generic": "Registration failed. Please try again"
|
||||
}
|
||||
},
|
||||
"recordingtable":{
|
||||
"run": "Run",
|
||||
|
||||
@@ -28,7 +28,16 @@
|
||||
"register_prompt": "¿Ya tienes una cuenta?",
|
||||
"login_link": "Iniciar sesión",
|
||||
"welcome_notification": "¡Bienvenido a Maxun!",
|
||||
"error_notification": "Error en el registro. Por favor, inténtalo de nuevo."
|
||||
"validation": {
|
||||
"email_required": "El correo electrónico es obligatorio",
|
||||
"password_requirements": "La contraseña debe tener al menos 6 caracteres"
|
||||
},
|
||||
"error": {
|
||||
"user_exists": "Ya existe un usuario con este correo electrónico",
|
||||
"creation_failed": "No se pudo crear la cuenta",
|
||||
"server_error": "Ocurrió un error en el servidor",
|
||||
"generic": "Error en el registro. Por favor, inténtelo de nuevo"
|
||||
}
|
||||
},
|
||||
"recordingtable": {
|
||||
"run": "Ejecutar",
|
||||
|
||||
@@ -28,7 +28,16 @@
|
||||
"register_prompt": "既にアカウントをお持ちですか?",
|
||||
"login_link": "ログイン",
|
||||
"welcome_notification": "Maxunへようこそ!",
|
||||
"error_notification": "登録に失敗しました。もう一度お試しください。"
|
||||
"validation": {
|
||||
"email_required": "メールアドレスは必須です",
|
||||
"password_requirements": "パスワードは6文字以上である必要があります"
|
||||
},
|
||||
"error": {
|
||||
"user_exists": "このメールアドレスは既に登録されています",
|
||||
"creation_failed": "アカウントを作成できませんでした",
|
||||
"server_error": "サーバーエラーが発生しました",
|
||||
"generic": "登録に失敗しました。もう一度お試しください"
|
||||
}
|
||||
},
|
||||
"recordingtable": {
|
||||
"run": "実行",
|
||||
|
||||
@@ -28,7 +28,16 @@
|
||||
"register_prompt": "已有账号?",
|
||||
"login_link": "登录",
|
||||
"welcome_notification": "欢迎使用 Maxun!",
|
||||
"error_notification": "注册失败。请重试。"
|
||||
"validation": {
|
||||
"email_required": "邮箱是必填项",
|
||||
"password_requirements": "密码必须至少6个字符"
|
||||
},
|
||||
"error": {
|
||||
"user_exists": "该邮箱已被注册",
|
||||
"creation_failed": "无法创建账户",
|
||||
"server_error": "服务器错误",
|
||||
"generic": "注册失败,请重试"
|
||||
}
|
||||
},
|
||||
"recordingtable": {
|
||||
"run": "运行",
|
||||
|
||||
Reference in New Issue
Block a user