feat(web): vibe coding pazzo
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 13s
Build, Test and Deploy / build-and-push (push) Successful in 28s
Build, Test and Deploy / deploy (push) Successful in 5s

This commit is contained in:
2026-02-02 17:38:03 +01:00
parent 5a2da916fa
commit 2c658d00c1
56 changed files with 1676 additions and 1987 deletions

View File

@@ -0,0 +1,43 @@
{
"NAV": {
"CALCULATOR": "Calcolatore",
"SHOP": "Shop",
"ABOUT": "Chi Siamo"
},
"FOOTER": {
"PRIVACY": "Privacy",
"TERMS": "Termini & Condizioni",
"CONTACT": "Contattaci"
},
"CALC": {
"TITLE": "Calcola Preventivo 3D",
"SUBTITLE": "Carica il tuo file STL e ricevi una stima immediata dei costi e tempi di stampa.",
"CTA_START": "Inizia Ora",
"BUSINESS": "Aziende",
"PRIVATE": "Privati",
"MODE_EASY": "Easy",
"MODE_ADVANCED": "Advanced",
"UPLOAD_LABEL": "Trascina il tuo file STL qui",
"UPLOAD_SUB": "Supportiamo STL, OBJ fino a 50MB",
"MATERIAL": "Materiale",
"QUALITY": "Qualità",
"QUANTITY": "Quantità",
"NOTES": "Note aggiuntive",
"CALCULATE": "Calcola Preventivo",
"RESULT": "Preventivo Stimato",
"TIME": "Tempo Stampa",
"COST": "Costo Totale",
"ORDER": "Ordina Ora",
"CONSULT": "Richiedi Consulenza"
},
"SHOP": {
"TITLE": "Filamenti & Accessori",
"ADD_CART": "Aggiungi al Carrello",
"BACK": "Torna allo Shop"
},
"ABOUT": {
"TITLE": "Chi Siamo",
"CONTACT_US": "Contattaci",
"SEND": "Invia Messaggio"
}
}