Added customer service and contact screens and state

This commit is contained in:
2026-01-28 17:36:01 +01:00
parent 12edcd0940
commit cd578352f9
27 changed files with 1115 additions and 10 deletions

View File

@@ -139,5 +139,17 @@
"watchesOnMap": "Smartwatch on the map",
"home": "Home",
"location": "Location",
"chat": "Chat"
"chat": "Chat",
"channelOnline": "SF online shop",
"channelAmazon": "Amazon",
"channelStore": "Physical store",
"other": "Other",
"contactTitle": "Contact us",
"selectCountry": "Choose your country",
"selectChannel": "Purchase channel",
"enterName": "Enter your name",
"enterEmail": "Enter your email",
"enterSubject": "Your message subject",
"enterMessage": "Your message",
"sendEmail": "Send!"
}

View File

@@ -139,5 +139,17 @@
"watchesOnMap": "Reloj inteligente en el mapa",
"home": "Inicio",
"location": "Mapa",
"chat": "Chat"
"chat": "Chat",
"channelOnline": "Tienda online SF",
"channelAmazon": "Amazon",
"channelStore": "Tienda física",
"other": "Otro",
"contactTitle": "Contacta con nosotros",
"selectCountry": "Selecciona tu país",
"selectChannel": "Caal de compra",
"enterName": "Introduce tu nombre",
"enterEmail": "Introduce tu correo electrónico",
"enterSubject": "Asunto del mensaje",
"enterMessage": "Tu mensaje",
"sendEmail": "!Enviar!"
}