feat(web): entire site responsive
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 22s
Build, Test and Deploy / build-and-push (push) Successful in 20s
Build, Test and Deploy / deploy (push) Successful in 5s

This commit is contained in:
2026-02-04 16:22:26 +01:00
parent 8a75aed6d8
commit 810d5f6c0c
4 changed files with 34 additions and 19 deletions

View File

@@ -78,6 +78,14 @@
"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"
"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 *",
"MSG_SENT": "Sent!",
"ERR_MAX_FILES": "Max 15 files limit reached."
}
}

View File

@@ -83,6 +83,14 @@
"REF_PERSON": "Persona di Riferimento",
"UPLOAD_LABEL": "Allegati",
"UPLOAD_HINT": "Max 15 file. Supportati: Immagini, PDF, STL, STEP, 3MF, OBJ",
"DROP_FILES": "Trascina qui i file o clicca per caricare"
"DROP_FILES": "Trascina qui i file o clicca per caricare",
"PLACEHOLDER_NAME": "Il tuo nome",
"PLACEHOLDER_EMAIL": "tuo@email.com",
"PLACEHOLDER_PHONE": "+41 00 000 00 00",
"PLACEHOLDER_COMPANY": "Nome Azienda",
"PLACEHOLDER_REF_PERSON": "Persona di Riferimento",
"LABEL_MESSAGE": "Messaggio *",
"MSG_SENT": "Inviato!",
"ERR_MAX_FILES": "Limite massimo di 15 file raggiunto."
}
}