feat: Add experience and skills localization for user onboarding

This commit is contained in:
Achintha Isuru
2026-01-24 21:14:40 -05:00
parent d6cceaceec
commit 98ed6e67a3

View File

@@ -523,6 +523,42 @@
"locations_hint": "Centro, Midtown, Brooklyn...",
"save_button": "Guardar Cambios",
"save_success": "Información personal guardada exitosamente"
},
"experience": {
"title": "Experience & Skills",
"industries_title": "Industries",
"industries_subtitle": "Select the industries you have experience in",
"skills_title": "Skills",
"skills_subtitle": "Select your skills or add custom ones",
"custom_skills_title": "Custom Skills:",
"custom_skill_hint": "Add custom skill...",
"save_button": "Save & Continue",
"industries": {
"hospitality": "Hospitality",
"food_service": "Food Service",
"warehouse": "Warehouse",
"events": "Events",
"retail": "Retail",
"healthcare": "Healthcare",
"other": "Other"
},
"skills": {
"food_service": "Food Service",
"bartending": "Bartending",
"event_setup": "Event Setup",
"hospitality": "Hospitality",
"warehouse": "Warehouse",
"customer_service": "Customer Service",
"cleaning": "Cleaning",
"security": "Security",
"retail": "Retail",
"cooking": "Cooking",
"cashier": "Cashier",
"server": "Server",
"barista": "Barista",
"host_hostess": "Host/Hostess",
"busser": "Busser"
}
}
}
}