Add traslations

This commit is contained in:
Urtzi Alfaro
2025-12-18 20:12:32 +01:00
parent f10a2b92ea
commit acb3a40844
15 changed files with 726 additions and 228 deletions

View File

@@ -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"
},

View File

@@ -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"
}
}