gohorsejobs/frontend/src/i18n/en.json

66 lines
3.1 KiB
JSON

{
"nav": {
"jobs": "Jobs",
"about": "About",
"contact": "Contact",
"login": "Login",
"register": "Register"
},
"home": {
"hero": {
"title": "Find the right job, the simple way",
"subtitle": "Connecting candidates and companies quickly and directly",
"searchJobs": "Search jobs",
"imCompany": "I'm a company"
},
"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": "1. Sign up", "description": "Create your free profile in just a few minutes" },
"step2": { "title": "2. Send your resume", "description": "Add your experiences and skills" },
"step3": { "title": "3. Get found", "description": "Receive offers from interested companies" }
},
"testimonials": {
"title": "What our users say?",
"subtitle": "Success stories from those who found their opportunity"
},
"cta": {
"title": "Ready to start?",
"subtitle": "Create your free profile and start receiving job offers today!",
"button": "Create free profile"
}
},
"jobs": {
"title": "Find your next opportunity",
"subtitle": "{count} jobs available at the best companies",
"search": "Search jobs by title, company...",
"filters": { "all": "All", "toggle": "Filters", "location": "Location", "type": "Type", "workMode": "Work Mode", "order": "Sort by" },
"sort": { "recent": "Most recent", "title": "Title", "company": "Company", "location": "Location" },
"reset": "Clear",
"resetFilters": "Clear filters",
"noResults": { "title": "No jobs found", "desc": "We couldn't find any jobs matching your criteria." },
"loading": "Loading jobs...",
"error": "Could not load jobs right now. Showing examples.",
"card": { "viewDetails": "View details", "apply": "Apply now", "perMonth": "/month", "postedAgo": "Posted {time} ago" },
"types": { "full-time": "Full Time", "part-time": "Part Time", "contract": "Contract", "freelance": "Freelance" },
"confidential": "Confidential Company",
"salary": { "negotiable": "Negotiable" },
"posted": { "today": "Today", "yesterday": "Yesterday", "daysAgo": "{count} days ago", "weeksAgo": "{count} weeks ago", "monthsAgo": "{count} months ago" },
"favorites": { "added": { "title": "Job favorited!", "desc": "{title} added to your favorites." }, "action": "View favorites" },
"requirements": { "more": "+{count} more" },
"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" }
}