Initial commit: SIBU 2.0 MISSION
This commit is contained in:
144
frontend/src/i18n/locales/en.json
Normal file
144
frontend/src/i18n/locales/en.json
Normal file
@ -0,0 +1,144 @@
|
||||
{
|
||||
"common": {
|
||||
"loading": "Loading...",
|
||||
"error": "Error",
|
||||
"noData": "No data available",
|
||||
"select": "Select",
|
||||
"clear": "Clear",
|
||||
"clearSelection": "Clear selection"
|
||||
},
|
||||
"navigation": {
|
||||
"map": "Map",
|
||||
"schedules": "Schedules",
|
||||
"routes": "Routes",
|
||||
"favorites": "Favorites",
|
||||
"taxi": "Taxi",
|
||||
"coupons": "Offers",
|
||||
"discover": "Discover",
|
||||
"profile": "Profile"
|
||||
},
|
||||
"favorites": {
|
||||
"title": "My Favorites",
|
||||
"subtitle": "Save your favorite routes, taxis, and businesses for quick access.",
|
||||
"removeConfirm": "Are you sure you want to remove this favorite?",
|
||||
"saved": "Saved in favorites",
|
||||
"contact": "Tap to contact",
|
||||
"viewDetails": "View details",
|
||||
"viewSchedules": "Tap to view schedules",
|
||||
"tabs": {
|
||||
"routes": "Routes",
|
||||
"taxis": "Taxis",
|
||||
"businesses": "Businesses",
|
||||
"coupons": "Offers"
|
||||
},
|
||||
"empty": {
|
||||
"routes": "You don't have any saved favorite routes.",
|
||||
"taxis": "You don't have any saved favorite taxis.",
|
||||
"businesses": "You don't have any saved favorite businesses.",
|
||||
"coupons": "You don't have any saved favorite offers."
|
||||
},
|
||||
"cta": {
|
||||
"routes": "Explore Routes",
|
||||
"taxis": "View Directory",
|
||||
"businesses": "Discover Businesses",
|
||||
"coupons": "View Offers"
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
"title": "SIBU",
|
||||
"switchToLightMode": "Switch to light mode",
|
||||
"switchToDarkMode": "Switch to dark mode"
|
||||
},
|
||||
"map": {
|
||||
"title": "Map",
|
||||
"loadingMap": "Loading map...",
|
||||
"mapLoadingError": "Map Loading Error",
|
||||
"commonFixes": "Common fixes:",
|
||||
"goToConsole": "Go to Google Cloud Console",
|
||||
"enableMapsApi": "Enable Maps JavaScript API for your project",
|
||||
"verifyApiKey": "Verify your API key is associated with the project",
|
||||
"enableBilling": "Ensure billing is enabled (required even for free tier)",
|
||||
"checkApiRestrictions": "Check API key restrictions allow localhost:5173",
|
||||
"restartServer": "Restart the dev server after changing .env.development",
|
||||
"selectRoute": "Select a route",
|
||||
"route": "Route",
|
||||
"stops": "stops",
|
||||
"stop": "stop"
|
||||
},
|
||||
"schedules": {
|
||||
"title": "Schedules",
|
||||
"loadingRoutes": "Loading routes...",
|
||||
"noRoutesAvailable": "No routes available",
|
||||
"selectRoute": "Select a route",
|
||||
"route": "Route",
|
||||
"schedules": "schedules",
|
||||
"schedule": "schedule",
|
||||
"departureTime": "Departure time"
|
||||
},
|
||||
"coupons": {
|
||||
"title": "Offers",
|
||||
"loadingCoupons": "Loading offers...",
|
||||
"noCouponsAvailable": "No offers available",
|
||||
"off": "OFF",
|
||||
"searchPlaceholder": "Search offers...",
|
||||
"filterByCategory": "Filter by category",
|
||||
"apply": "Apply",
|
||||
"offerDetails": "Offer Details",
|
||||
"description": "Description",
|
||||
"validity": "Validity",
|
||||
"category": "Category",
|
||||
"viewLocation": "View location",
|
||||
"validUntil": "Valid until",
|
||||
"tomorrow": "Tomorrow",
|
||||
"active": "Active",
|
||||
"offersCount": "{count} offer | {count} offers"
|
||||
},
|
||||
"taxi": {
|
||||
"title": "Transport Hub",
|
||||
"tabLocal": "Local Taxis",
|
||||
"tabIntercity": "Tourist Trips",
|
||||
"loadingTaxis": "Loading directory...",
|
||||
"noTaxisAvailable": "No taxis registered in this area.",
|
||||
"area": "Zone",
|
||||
"shift": "Schedule",
|
||||
"englishSpeakers": "Bilingual drivers",
|
||||
"callNow": "Call now",
|
||||
"englishLabel": "ENGLISH",
|
||||
"allZones": "All zones",
|
||||
"dayShift": "Day",
|
||||
"afternoonShift": "Afternoon",
|
||||
"nightShift": "Night"
|
||||
},
|
||||
"shuttle": {
|
||||
"title": "Tourist Trips & Shuttles",
|
||||
"reserve": "Book via WhatsApp",
|
||||
"perPerson": "per person",
|
||||
"privateTrip": "private trip",
|
||||
"duration": "Est. Duration",
|
||||
"departure": "Departures",
|
||||
"noShuttles": "No tourist routes available at the moment.",
|
||||
"filterRoute": "Filter by route",
|
||||
"allRoutes": "All routes",
|
||||
"tripType": "Trip type",
|
||||
"oneWay": "Outbound",
|
||||
"roundTrip": "Return",
|
||||
"both": "Both"
|
||||
},
|
||||
"busStop": {
|
||||
"loadingDetails": "Loading bus stop details...",
|
||||
"amenities": "Amenities",
|
||||
"shelter": "Shelter",
|
||||
"seating": "Seating",
|
||||
"accessible": "Accessible"
|
||||
},
|
||||
"discover": {
|
||||
"title": "Discover",
|
||||
"subtitle": "Explore the best places in Chiriqui",
|
||||
"filterLabel": "Filter by area:",
|
||||
"allAreas": "All",
|
||||
"loading": "Searching for treasures...",
|
||||
"empty": "No places found in this area yet.",
|
||||
"exploreMore": "Explore Place",
|
||||
"tourism": "Tourism"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user