Files
print-calculator/frontend/src/assets/i18n/en.json
Joe Küng 4f301b1652
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 29s
Build, Test and Deploy / build-and-push (push) Successful in 23s
Build, Test and Deploy / deploy (push) Successful in 6s
feat(web): update quality print advanced and base
2026-02-09 16:06:19 +01:00

100 lines
3.6 KiB
JSON

{
"NAV": {
"HOME": "Home",
"CALCULATOR": "Calculator",
"SHOP": "Shop",
"ABOUT": "About",
"CONTACT": "Contact Us"
},
"FOOTER": {
"PRIVACY": "Privacy",
"TERMS": "Terms & Conditions",
"CONTACT": "Contact Us"
},
"CALC": {
"TITLE": "3D Print Calculator",
"SUBTITLE": "Upload your 3D file (STL, 3MF, STEP...) and get an instant estimate of costs and print time.",
"CTA_START": "Start Now",
"BUSINESS": "Business",
"PRIVATE": "Private",
"MODE_EASY": "Quick",
"MODE_ADVANCED": "Advanced",
"UPLOAD_LABEL": "Drag your 3D file here",
"UPLOAD_SUB": "Supports STL, 3MF, STEP, OBJ up to 50MB",
"MATERIAL": "Material",
"QUALITY": "Quality",
"QUANTITY": "Quantity",
"NOTES": "Additional Notes",
"NOZZLE": "Nozzle Diameter",
"INFILL": "Infill (%)",
"PATTERN": "Infill Pattern",
"LAYER_HEIGHT": "Layer Height",
"SUPPORT": "Supports",
"SUPPORT_DESC": "Enable supports for overhangs",
"CALCULATE": "Calculate Quote",
"RESULT": "Estimated Quote",
"TIME": "Print Time",
"COST": "Total Cost",
"ORDER": "Order Now",
"CONSULT": "Request Consultation",
"ERROR_GENERIC": "An error occurred while calculating the quote.",
"BENEFITS_TITLE": "Why choose us?",
"BENEFITS_1": "Automatic quote with instant cost and time",
"BENEFITS_2": "Selected materials and quality control",
"BENEFITS_3": "CAD consultation if file needs modifications",
"ERR_FILE_REQUIRED": "File is required."
},
"SHOP": {
"TITLE": "Technical solutions",
"SUBTITLE": "Ready-made products solving practical problems",
"ADD_CART": "Add to Cart",
"BACK": "Back to Shop"
},
"ABOUT": {
"TITLE": "About Us",
"EYEBROW": "3D Printing Lab",
"SUBTITLE": "Transparency on price, quality and time. Technical and CAD consultation for businesses and individuals.",
"HOW_TITLE": "How we work",
"HOW_TEXT": "We offer an automatic quote for those who already have the 3D file, and a consultation path for those who need to design or optimize the model.",
"PILL_1": "Instant Quote",
"PILL_2": "Technical Consultation",
"PILL_3": "Small series up to 500 pcs",
"SERVICES_TITLE": "Main Services",
"SERVICE_1": "FDM 3D printing for prototypes and small series",
"SERVICE_2": "Technical materials on request",
"SERVICE_3": "CAD support and post-processing",
"SERVICE_4": "File verification and optimization for printing",
"TARGET_TITLE": "Who is it for",
"TARGET_TEXT": "Small businesses, freelancers, makers and customers looking for a ready-made product from the shop.",
"TEAM_TITLE": "Our Team"
},
"CONTACT": {
"TITLE": "Contact Us",
"SEND": "Send Message",
"REQ_TYPE_LABEL": "Type of Request",
"TYPE_PRIVATE": "Private",
"TYPE_COMPANY": "Business",
"REQ_TYPE_CUSTOM": "Custom Quote",
"REQ_TYPE_SERIES": "Series Production",
"REQ_TYPE_CONSULT": "Consultation",
"REQ_TYPE_QUESTION": "Questions",
"PHONE": "Phone",
"IS_COMPANY": "Are you a company?",
"COMPANY_NAME": "Company Name",
"REF_PERSON": "Reference Person",
"UPLOAD_LABEL": "Attachments",
"UPLOAD_HINT": "Max 15 files. Supported: Images, PDF, STL, STEP, 3MF, OBJ",
"DROP_FILES": "Drop files here or click to upload",
"PLACEHOLDER_NAME": "Your Name",
"PLACEHOLDER_EMAIL": "your@email.com",
"PLACEHOLDER_PHONE": "+41 00 000 00 00",
"PLACEHOLDER_COMPANY": "Company Name",
"PLACEHOLDER_REF_PERSON": "Reference Person",
"LABEL_MESSAGE": "Message *",
"LABEL_EMAIL": "Email *",
"LABEL_NAME": "Name *",
"MSG_SENT": "Sent!",
"ERR_MAX_FILES": "Max 15 files limit reached."
}
}