Add traslations
This commit is contained in:
@@ -35,7 +35,9 @@
|
||||
"passwords_dont_match": "Passwords don't match",
|
||||
"accept_terms": "I accept the terms and conditions",
|
||||
"accept_privacy": "I accept the privacy policy",
|
||||
"accept_terms_and_privacy": "I accept the terms and conditions and privacy policy",
|
||||
"marketing_consent": "I want to receive newsletters and updates (optional)",
|
||||
"analytics_consent": "I agree to the use of analytical cookies to improve the experience",
|
||||
"register_button": "Create account",
|
||||
"registering": "Creating account...",
|
||||
"have_account": "Already have an account?",
|
||||
@@ -44,7 +46,48 @@
|
||||
"privacy_link": "Privacy Policy",
|
||||
"step_of": "Step {current} of {total}",
|
||||
"continue": "Continue",
|
||||
"back": "Back"
|
||||
"back": "Back",
|
||||
"next_button": "Next",
|
||||
"previous_button": "Previous",
|
||||
"have_account": "Already have an account?",
|
||||
"sign_in_link": "Sign in"
|
||||
},
|
||||
"steps": {
|
||||
"info": "Information",
|
||||
"subscription": "Plan",
|
||||
"payment": "Payment"
|
||||
},
|
||||
"subscription": {
|
||||
"select_plan": "Select your plan",
|
||||
"choose_plan": "Choose the plan that best fits your business"
|
||||
},
|
||||
"payment": {
|
||||
"payment_summary": "Your Plan Summary",
|
||||
"selected_plan": "Selected plan:",
|
||||
"monthly_price": "Monthly price:",
|
||||
"trial_period": "Trial period:",
|
||||
"total_today": "Total today:",
|
||||
"payment_required": "Payment required for validation",
|
||||
"billing_message": "You will be charged {price} after the trial period",
|
||||
"free_months": "{count} months FREE",
|
||||
"free_days": "14 days free",
|
||||
"payment_info": "Payment information",
|
||||
"secure_payment": "Your payment information is protected with end-to-end encryption",
|
||||
"dev_mode": "Development Mode",
|
||||
"cardholder_name": "Cardholder name",
|
||||
"email": "Email address",
|
||||
"address_line1": "Address",
|
||||
"city": "City",
|
||||
"state": "State/Province",
|
||||
"postal_code": "Postal Code",
|
||||
"country": "Country",
|
||||
"card_details": "Card details",
|
||||
"card_info_secure": "Your card information is secure"
|
||||
},
|
||||
"alerts": {
|
||||
"success_create": "Account created successfully",
|
||||
"error_create": "Error creating account",
|
||||
"payment_error": "Payment error"
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "Reset password",
|
||||
@@ -124,14 +167,14 @@
|
||||
"email_required": "Email address is required",
|
||||
"email_invalid": "Please enter a valid email address",
|
||||
"password_required": "Password is required",
|
||||
"password_min_length": "Password must be at least {{min}} characters",
|
||||
"password_min_length": "Password must be at least {min} characters",
|
||||
"password_weak": "Password is too weak",
|
||||
"passwords_must_match": "Passwords must match",
|
||||
"first_name_required": "First name is required",
|
||||
"last_name_required": "Last name is required",
|
||||
"phone_required": "Phone is required",
|
||||
"company_name_required": "Company name is required",
|
||||
"terms_required": "You must accept the terms and conditions",
|
||||
"terms_required": "You must accept the terms and conditions and privacy policy",
|
||||
"field_required": "This field is required",
|
||||
"invalid_format": "Invalid format"
|
||||
},
|
||||
|
||||
@@ -441,5 +441,31 @@
|
||||
"features": "Features",
|
||||
"about": "About",
|
||||
"contact": "Contact"
|
||||
},
|
||||
"messages": {
|
||||
"saved": "Saved successfully",
|
||||
"created": "Created successfully",
|
||||
"updated": "Updated successfully",
|
||||
"deleted": "Deleted successfully",
|
||||
"sent": "Sent successfully",
|
||||
"imported": "Imported successfully",
|
||||
"exported": "Exported successfully",
|
||||
"logged_in": "Logged in successfully",
|
||||
"logged_out": "Logged out successfully"
|
||||
},
|
||||
"errors": {
|
||||
"required_field": "This field is required",
|
||||
"invalid_email": "Invalid email address",
|
||||
"invalid_phone": "Invalid phone number",
|
||||
"weak_password": "Password must be stronger",
|
||||
"passwords_not_match": "Passwords do not match",
|
||||
"network_error": "Network error",
|
||||
"server_error": "Server error",
|
||||
"unauthorized": "Unauthorized",
|
||||
"forbidden": "Access denied",
|
||||
"not_found": "Not found",
|
||||
"validation_error": "Validation error",
|
||||
"file_too_large": "File too large",
|
||||
"invalid_file_type": "Invalid file type"
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,9 @@
|
||||
"passwords_dont_match": "Las contraseñas no coinciden",
|
||||
"accept_terms": "Acepto los términos y condiciones",
|
||||
"accept_privacy": "Acepto la política de privacidad",
|
||||
"accept_terms_and_privacy": "Acepto los términos y condiciones y la política de privacidad",
|
||||
"marketing_consent": "Quiero recibir newsletters y novedades (opcional)",
|
||||
"analytics_consent": "Acepto el uso de cookies analíticas para mejorar la experiencia",
|
||||
"register_button": "Crear cuenta",
|
||||
"registering": "Creando cuenta...",
|
||||
"have_account": "¿Ya tienes cuenta?",
|
||||
@@ -44,7 +46,44 @@
|
||||
"privacy_link": "Política de Privacidad",
|
||||
"step_of": "Paso {current} de {total}",
|
||||
"continue": "Continuar",
|
||||
"back": "Atrás"
|
||||
"back": "Atrás",
|
||||
"next_button": "Siguiente",
|
||||
"previous_button": "Anterior",
|
||||
"have_account": "¿Ya tienes una cuenta?",
|
||||
"sign_in_link": "Iniciar sesión"
|
||||
},
|
||||
"steps": {
|
||||
"info": "Información",
|
||||
"subscription": "Plan",
|
||||
"payment": "Pago"
|
||||
},
|
||||
"payment": {
|
||||
"payment_summary": "Resumen de tu Plan",
|
||||
"selected_plan": "Plan seleccionado:",
|
||||
"monthly_price": "Precio mensual:",
|
||||
"trial_period": "Período de prueba:",
|
||||
"total_today": "Total hoy:",
|
||||
"payment_required": "Tarjeta requerida para validación",
|
||||
"billing_message": "Se te cobrará {{price}} después del período de prueba",
|
||||
"free_months": "{{count}} meses GRATIS",
|
||||
"free_days": "14 días gratis",
|
||||
"payment_info": "Información de Pago",
|
||||
"secure_payment": "Tu información de pago está protegida con encriptación de extremo a extremo",
|
||||
"dev_mode": "Modo Desarrollo",
|
||||
"cardholder_name": "Nombre del titular",
|
||||
"email": "Correo electrónico",
|
||||
"address_line1": "Dirección",
|
||||
"city": "Ciudad",
|
||||
"state": "Estado/Provincia",
|
||||
"postal_code": "Código Postal",
|
||||
"country": "País",
|
||||
"card_details": "Detalles de la tarjeta",
|
||||
"card_info_secure": "Tu información de tarjeta está segura"
|
||||
},
|
||||
"alerts": {
|
||||
"success_create": "Cuenta creada exitosamente",
|
||||
"error_create": "Error al crear la cuenta",
|
||||
"payment_error": "Error en el pago"
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "Recuperar contraseña",
|
||||
@@ -131,7 +170,7 @@
|
||||
"last_name_required": "El apellido es requerido",
|
||||
"phone_required": "El teléfono es requerido",
|
||||
"company_name_required": "El nombre de la empresa es requerido",
|
||||
"terms_required": "Debes aceptar los términos y condiciones",
|
||||
"terms_required": "Debes aceptar los términos y condiciones y la política de privacidad",
|
||||
"field_required": "Este campo es requerido",
|
||||
"invalid_format": "Formato inválido"
|
||||
},
|
||||
|
||||
@@ -463,5 +463,31 @@
|
||||
"features": "Funcionalidades",
|
||||
"about": "Nosotros",
|
||||
"contact": "Contacto"
|
||||
},
|
||||
"messages": {
|
||||
"saved": "Guardado correctamente",
|
||||
"created": "Creado correctamente",
|
||||
"updated": "Actualizado correctamente",
|
||||
"deleted": "Eliminado correctamente",
|
||||
"sent": "Enviado correctamente",
|
||||
"imported": "Importado correctamente",
|
||||
"exported": "Exportado correctamente",
|
||||
"logged_in": "Sesión iniciada correctamente",
|
||||
"logged_out": "Sesión cerrada correctamente"
|
||||
},
|
||||
"errors": {
|
||||
"required_field": "Este campo es obligatorio",
|
||||
"invalid_email": "Email no válido",
|
||||
"invalid_phone": "Teléfono no válido",
|
||||
"weak_password": "La contraseña debe ser más segura",
|
||||
"passwords_not_match": "Las contraseñas no coinciden",
|
||||
"network_error": "Error de red",
|
||||
"server_error": "Error del servidor",
|
||||
"unauthorized": "No autorizado",
|
||||
"forbidden": "Acceso denegado",
|
||||
"not_found": "No encontrado",
|
||||
"validation_error": "Error de validación",
|
||||
"file_too_large": "Archivo demasiado grande",
|
||||
"invalid_file_type": "Tipo de archivo no válido"
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,9 @@
|
||||
"passwords_dont_match": "Pasahitzak ez datoz bat",
|
||||
"accept_terms": "Baldintza eta baldintzak onartzen ditut",
|
||||
"accept_privacy": "Pribatutasun politika onartzen dut",
|
||||
"accept_terms_and_privacy": "Baldintzak eta pribatutasun politika onartzen ditut",
|
||||
"marketing_consent": "Newsletter eta berriak jaso nahi ditut (aukerakoa)",
|
||||
"analytics_consent": "Ados nago analitikarako cookieak erabiltzearekin esperientzia hobetzeko",
|
||||
"register_button": "Sortu kontua",
|
||||
"registering": "Kontua sortzen...",
|
||||
"have_account": "Dagoeneko baduzu kontua?",
|
||||
@@ -44,7 +46,75 @@
|
||||
"privacy_link": "Pribatutasun politika",
|
||||
"step_of": "{current}. urratsa {total}-tik",
|
||||
"continue": "Jarraitu",
|
||||
"back": "Atzera"
|
||||
"back": "Atzera",
|
||||
"next_button": "Hurrengoa",
|
||||
"previous_button": "Aurrekoa"
|
||||
},
|
||||
"steps": {
|
||||
"info": "Informazioa",
|
||||
"subscription": "Harpidetza",
|
||||
"payment": "Ordainketa"
|
||||
},
|
||||
"payment": {
|
||||
"payment_summary": "Zure planaren laburpena",
|
||||
"selected_plan": "Hautatutako plana:",
|
||||
"monthly_price": "Hileroko prezioa:",
|
||||
"trial_period": "Proba epea:",
|
||||
"total_today": "Gaurko totala:",
|
||||
"payment_required": "Ordainketa beharrezkoa balidaziorako",
|
||||
"billing_message": "{{price}} kobratuko zaizu proba epea ondoren",
|
||||
"free_months": "{{count}} hilabete DOAN",
|
||||
"free_days": "14 egun doan",
|
||||
"payment_info": "Ordainketaren informazioa",
|
||||
"secure_payment": "Zure ordainketa informazioa babespetuta dago amaieratik amaierarako zifratzearekin",
|
||||
"dev_mode": "Garapen Modua",
|
||||
"cardholder_name": "Txartelaren titularra",
|
||||
"email": "Helbide elektronikoa",
|
||||
"address_line1": "Helbidea",
|
||||
"city": "Hiria",
|
||||
"state": "Estatua/Probintzia",
|
||||
"postal_code": "Posta kodea",
|
||||
"country": "Herrialdea",
|
||||
"card_details": "Txartelaren xehetasunak",
|
||||
"card_info_secure": "Zure txartelaren informazioa segurua da",
|
||||
"process_payment": "Prozesatu Ordainketa",
|
||||
"payment_bypassed_title": "Ordainketa Saltatua",
|
||||
"payment_bypassed_description": "Ordainketa prozesua saltatu da garapen moduan. Erregistratzea modu normalean jarraituko du.",
|
||||
"continue_registration": "Erregistratzearekin Jarraitu",
|
||||
"payment_bypassed": "Ordainketa Saltatua",
|
||||
"bypass_payment": "Saltatu Ordainketa"
|
||||
},
|
||||
"subscription": {
|
||||
"select_plan": "Hautatu zure plana",
|
||||
"choose_plan": "Aukeratu zure negozioari egokiena den plana"
|
||||
},
|
||||
"payment": {
|
||||
"payment_summary": "Zure planaren laburpena",
|
||||
"selected_plan": "Hautatutako plana:",
|
||||
"monthly_price": "Hileroko prezioa:",
|
||||
"trial_period": "Proba epea:",
|
||||
"total_today": "Gaurko totala:",
|
||||
"payment_required": "Ordainketa beharrezkoa balidaziorako",
|
||||
"billing_message": "{price} kobratuko zaizu proba epea ondoren",
|
||||
"free_months": "{count} hilabete DOAN",
|
||||
"free_days": "14 egun doan",
|
||||
"payment_info": "Ordainketa informazioa",
|
||||
"secure_payment": "Zure ordainketa informazioa babespetuta dago amaieratik amaierarako zifratzearekin",
|
||||
"dev_mode": "Garapen Modua",
|
||||
"cardholder_name": "Txartelaren titularra",
|
||||
"email": "Helbide elektronikoa",
|
||||
"address_line1": "Helbidea",
|
||||
"city": "Hiria",
|
||||
"state": "Estatua/Probintzia",
|
||||
"postal_code": "Posta kodea",
|
||||
"country": "Herrialdea",
|
||||
"card_details": "Txartelaren xehetasunak",
|
||||
"card_info_secure": "Zure txartelaren informazioa segurua da"
|
||||
},
|
||||
"alerts": {
|
||||
"success_create": "Kontua behar bezala sortu da",
|
||||
"error_create": "Errorea kontua sortzean",
|
||||
"payment_error": "Ordainketa errorea"
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "Berrezarri pasahitza",
|
||||
@@ -124,14 +194,14 @@
|
||||
"email_required": "Helbide elektronikoa beharrezkoa da",
|
||||
"email_invalid": "Mesedez, sartu baliozko helbide elektroniko bat",
|
||||
"password_required": "Pasahitza beharrezkoa da",
|
||||
"password_min_length": "Pasahitzak gutxienez {{min}} karaktere izan behar ditu",
|
||||
"password_min_length": "Pasahitzak gutxienez {min} karaktere izan behar ditu",
|
||||
"password_weak": "Pasahitza ahulegia da",
|
||||
"passwords_must_match": "Pasahitzak bat etorri behar dira",
|
||||
"first_name_required": "Izena beharrezkoa da",
|
||||
"last_name_required": "Abizena beharrezkoa da",
|
||||
"phone_required": "Telefonoa beharrezkoa da",
|
||||
"company_name_required": "Enpresaren izena beharrezkoa da",
|
||||
"terms_required": "Baldintza eta baldintzak onartu behar dituzu",
|
||||
"terms_required": "Baldintzak eta pribatutasun politika onartu behar dituzu",
|
||||
"field_required": "Eremu hau beharrezkoa da",
|
||||
"invalid_format": "Formatu baliogabea"
|
||||
},
|
||||
@@ -162,5 +232,10 @@
|
||||
"manage_sales": "Kudeatu salmentak",
|
||||
"view_reports": "Ikusi txostenak",
|
||||
"manage_settings": "Kudeatu ezarpenak"
|
||||
},
|
||||
"alerts": {
|
||||
"success_create": "Kontua behar bezala sortu da",
|
||||
"error_create": "Errorea kontua sortzean",
|
||||
"payment_error": "Ordainketa errorea"
|
||||
}
|
||||
}
|
||||
@@ -437,5 +437,31 @@
|
||||
"features": "Ezaugarriak",
|
||||
"about": "Guri buruz",
|
||||
"contact": "Harremanetan jarri"
|
||||
},
|
||||
"messages": {
|
||||
"saved": "Ondo gordeta",
|
||||
"created": "Ondo sortuta",
|
||||
"updated": "Ondo eguneratuta",
|
||||
"deleted": "Ondo ezabatuta",
|
||||
"sent": "Ondo bidalia",
|
||||
"imported": "Ondo inportatuta",
|
||||
"exported": "Ondo esportatuta",
|
||||
"logged_in": "Saioa ondo hasita",
|
||||
"logged_out": "Saioa ondo itxita"
|
||||
},
|
||||
"errors": {
|
||||
"required_field": "Eremu hau beharrezkoa da",
|
||||
"invalid_email": "Email baliogabea",
|
||||
"invalid_phone": "Telefono baliogabea",
|
||||
"weak_password": "Pasahitza indartsuagoa izan behar da",
|
||||
"passwords_not_match": "Pasahitzak ez datoz bat",
|
||||
"network_error": "Sare-errorea",
|
||||
"server_error": "Zerbitzari-errorea",
|
||||
"unauthorized": "Baimenik gabe",
|
||||
"forbidden": "Sarbidea ukatuta",
|
||||
"not_found": "Ez da aurkitu",
|
||||
"validation_error": "Balidazio-errorea",
|
||||
"file_too_large": "Fitxategia handiegia da",
|
||||
"invalid_file_type": "Fitxategi mota baliogabea"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user