Najjar\NajjarV02 729ab71c2c
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized function calls.
2026-05-20 18:03:42 +04:00

149 lines
4.5 KiB
JSON

{
"app": {
"title": "G1 Configurator",
"subtitle": "Lootah Robotics"
},
"loading": {
"configuration": "Loading configuration...",
"scene": "Initializing 3D Scene..."
},
"panel": {
"title": "Configuration",
"collapse": "Collapse panel",
"expand": "Expand panel",
"currentConfiguration": "Current Configuration",
"persona": "Persona",
"payloads": "Payloads",
"none": "None"
},
"controls": {
"snapshot": "Snapshot",
"capturing": "Capturing...",
"share": "Share",
"copied": "Link Copied!",
"copyFailed": "Copy failed"
},
"config": {
"colors": "Colors",
"primary": "Primary",
"secondary": "Secondary",
"accent": "Accent"
},
"pricing": {
"title": "Price Breakdown",
"base": "G1 Robot Base",
"customColor": "Custom Color",
"total": "Total",
"proceed": "Proceed to Order"
},
"checkout": {
"title": "Checkout",
"back": "Back",
"close": "Close checkout",
"shipping": {
"title": "Shipping Information",
"name": "Full Name",
"email": "Email",
"phone": "Phone",
"address": "Address",
"city": "City",
"country": "Country",
"postalCode": "Postal Code",
"continue": "Continue to Payment"
},
"payment": {
"title": "Payment Details",
"demoNotice": "This is a demo checkout. No real payment will be processed.",
"cardNumber": "Card Number",
"expiry": "Expiry Date",
"cvv": "CVV",
"nameOnCard": "Name on Card",
"continue": "Review Order"
},
"review": {
"title": "Review Your Order",
"configuration": "Configuration",
"persona": "Persona",
"color": "Color",
"shippingTo": "Shipping To",
"orderTotal": "Order Total",
"total": "Total",
"placeOrder": "Place Order",
"processing": "Processing Payment..."
},
"confirmation": {
"title": "Order Confirmed!",
"message": "Thank you for your order. Your G1 Robot is being prepared.",
"orderId": "Order ID",
"configuration": "Configuration",
"shipTo": "Ship to",
"totalPaid": "Total Paid",
"newOrder": "Configure Another Robot"
},
"steps": {
"shipping": "Shipping",
"payment": "Payment",
"review": "Review"
}
},
"validation": {
"required": "This field is required",
"invalidEmail": "Invalid email format",
"invalidCard": "Enter a valid 16-digit card number",
"invalidExpiry": "Enter a valid expiry (MM/YY)",
"invalidCvv": "Enter a valid 3-digit CVV",
"nameRequired": "Name is required",
"emailRequired": "Email is required",
"phoneRequired": "Phone is required",
"addressRequired": "Address is required",
"cityRequired": "City is required",
"countryRequired": "Country is required",
"postalRequired": "Postal code is required",
"cardNameRequired": "Name on card is required"
},
"landing": {
"hero": {
"overline": "Introducing the G1",
"title": "The Future of Robotics",
"subtitle": "Experience the G1 Humanoid Robot by Lootah Robotics. Fully customizable, enterprise-ready, and designed for the world of tomorrow.",
"cta": "Configure Your G1",
"scroll": "Discover"
},
"showcase": {
"overline": "Capabilities",
"title": "Engineered for Excellence",
"cta": "Start Configuring"
},
"features": {
"attire": {
"title": "Customizable Attire",
"description": "Dress your G1 for any occasion from traditional Emarati Kandura to professional business attire and industrial safety gear."
},
"mobility": {
"title": "Advanced Mobility",
"description": "State-of-the-art locomotion system with 23 degrees of freedom, enabling natural human-like movement and balance."
},
"enterprise": {
"title": "Enterprise Ready",
"description": "Built for hospitality, retail, security, and corporate environments with robust APIs and fleet management capabilities."
},
"ai": {
"title": "AI-Powered Intelligence",
"description": "Integrated vision, speech, and decision-making systems powered by the latest advances in artificial intelligence."
}
},
"configurator": {
"title": "Configure Your G1"
}
},
"admin": {
"title": "Pricing Dashboard",
"subtitle": "Edit prices for the G1 Robot Configurator",
"backToConfigurator": "Back to Configurator",
"item": "Item",
"price": "Price (AED)",
"save": "Save Prices",
"saved": "Saved!",
"resetDefaults": "Reset to Defaults"
}
}