feat(i18n): 🌍 english first because global domination
This commit is contained in:
parent
93b413d256
commit
9d9e28e5e9
1 changed files with 80 additions and 0 deletions
80
frontend/src/i18n/en.json
Normal file
80
frontend/src/i18n/en.json
Normal file
|
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue