From 9d9e28e5e9575b8dbb2591859cd34e350cf36e7e Mon Sep 17 00:00:00 2001 From: Tiago Yamamoto Date: Mon, 15 Dec 2025 08:56:58 -0300 Subject: [PATCH] =?UTF-8?q?feat(i18n):=20=F0=9F=8C=8D=20english=20first=20?= =?UTF-8?q?because=20global=20domination?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/i18n/en.json | 80 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 frontend/src/i18n/en.json diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json new file mode 100644 index 0000000..a43c108 --- /dev/null +++ b/frontend/src/i18n/en.json @@ -0,0 +1,80 @@ +{ + "nav": { + "jobs": "Jobs", + "about": "About", + "contact": "Contact", + "login": "Login", + "register": "Register" + }, + "home": { + "hero": { + "title": "Find your next opportunity", + "subtitle": "6 jobs available at the best companies" + }, + "featured": { + "title": "Featured Jobs", + "subtitle": "Selected opportunities for you", + "viewAll": "View all jobs" + }, + "howItWorks": { + "title": "How it works", + "subtitle": "Three simple steps to your next opportunity", + "step1": { + "title": "Browse Jobs", + "description": "Explore hundreds of opportunities from top companies" + }, + "step2": { + "title": "Apply Easily", + "description": "One-click applications with your profile" + }, + "step3": { + "title": "Get Hired", + "description": "Land your dream job and start your new journey" + } + } + }, + "jobs": { + "title": "Find your next opportunity", + "subtitle": "{count} jobs available at the best companies", + "search": "Search jobs by title, company...", + "filters": { + "all": "All", + "onsite": "On-site", + "hybrid": "Hybrid", + "remote": "Remote", + "workMode": "Work Mode" + }, + "card": { + "viewDetails": "View details", + "apply": "Apply now", + "perMonth": "/month", + "postedAgo": "Posted {time} ago" + }, + "pagination": { + "previous": "Previous", + "next": "Next", + "showing": "Showing {from} to {to} of {total} jobs" + } + }, + "workMode": { + "onsite": "On-site", + "hybrid": "Hybrid", + "remote": "Remote" + }, + "footer": { + "company": "Company", + "about": "About", + "careers": "Careers", + "jobsByTech": "Jobs by Technology", + "legal": "Legal", + "privacy": "Privacy Policy", + "terms": "Terms of Use", + "copyright": "© {year} GoHorse Jobs. All rights reserved." + }, + "common": { + "loading": "Loading...", + "error": "Error", + "retry": "Retry", + "noResults": "No results found" + } +}