This repository has been archived on 2025-11-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
trafficcue-client/messages/en.json
Jannik 2c702c4588
All checks were successful
TrafficCue CI / check (push) Successful in 56s
TrafficCue CI / build (push) Successful in 1m38s
TrafficCue CI / build-android (push) Successful in 14m57s
feat: add software licenses
2025-09-13 18:02:18 +02:00

160 lines
3.9 KiB
JSON

{
"$schema": "https://inlang.com/schema/inlang-message-format",
"language": "English",
"save": "Save",
"cancel": "Cancel",
"loading": "Loading...",
"more": "More",
"error": "Error",
"next": "Next",
"saved": {
"home": "Home",
"school": "School",
"work": "Work",
"no-location": "No {name} location saved.",
"saved-routes": "Saved Routes"
},
"location": {
"unlock": "Unlock Location",
"lock": "Lock Location",
"code": "Advertise code",
"start": "Advertise Location",
"join": "Join Remote Location"
},
"vehicles": {
"default": "Default Vehicle",
"selector": {
"title": "Vehicle Selector",
"description": "Select your vehicle to customize routing just for you.",
"add": "Add Vehicle"
},
"types": {
"car": "Car",
"moped": "Moped"
},
"add": {
"name": "Vehicle Name",
"legal-speed": "Legal Speed",
"actual-speed": "Actual Speed",
"fuel": "Fuel Type",
"preferred-fuel": "Preferred Fuel",
"diesel": "Diesel",
"petrol": "Petrol",
"electric": "Electric",
"errors": {
"enter-name": "Please enter a vehicle name.",
"enter-speeds": "Please enter valid speeds.",
"select-fuel": "Please select a valid fuel type and preferred fuel."
}
}
},
"sidebar": {
"about": {
"header": "About",
"powered-by": "Powered by",
"contributors": "contributors",
"licenses": "Open Source Licenses"
},
"developer": {
"header": "Developer Settings"
},
"offline-maps": {
"header": "Offline Maps",
"not-available": "No offline maps available.",
"only-mobile": "Offline maps are only available on mobile.",
"downloaded": "Downloaded {name}"
},
"language": {
"header": "Language"
},
"map-style": {
"header": "Map Style"
},
"settings": {
"header": "Settings",
"general": "General",
"map": "Map"
},
"info": {
"dropped": "Dropped Pin",
"route": "Route",
"email": "Email",
"website": "Website",
"call": "Call",
"set-as": "Set as {name}",
"payment-methods": "Payment Methods",
"fuel-types": "Fuel Types",
"prices": "Fuel Prices",
"no-prices": "No fuel prices available.",
"error-loading-prices": "Error loading fuel prices",
"internet-access": "Internet Access",
"fee": "Fee",
"opening-hours": "Opening Hours",
"open": "Open",
"closed": "Closed",
"restaurant": "Restaurant",
"reviews": "Reviews",
"no-reviews": "No reviews.",
"write-review": "Write a review"
},
"mapai": {
"ask-question": "Ask a question about this place..."
},
"in-route": {
"left": "left",
"end-trip": "End Trip",
"share-code": "Share Code",
"stop-sharing": "Stop Sharing Location",
"share-location": "Share Trip Status & Location"
},
"route": {
"header": "Route",
"driving-with": "Driving with",
"help": "You can use <strong>current</strong> for your current location, <strong>home</strong>, <strong>school</strong> or <strong>work</strong> for saved locations.",
"calculate": "Calculate"
},
"search": {
"header": "Search Results for"
},
"trip": {
"header": "Trip Details",
"start": "Start Navigation",
"save": "Save",
"send": "Send"
},
"user": {
"header": "User",
"login": "Login"
},
"onboarding": {
"welcome": "Welcome!",
"skip": "Skip Onboarding",
"choose-lang": "Choose your language",
"first-vehicle": "Let's create your first vehicle."
},
"main": {
"download-app": {
"title": "Download the app!",
"description": "TrafficCue is available on Android. Get it for the best experience!",
"button": "Get it"
}
},
"nearby-poi": {
"header": "Nearby Points of Interest",
"no-poi": "No points of interest found nearby.",
"loading": "Loading nearby points of interest..."
}
},
"unsave": "Unsave",
"location-selector": {
"current": "Current Location",
"searching": "Searching...",
"no-results": "No locations found."
},
"unnamed": "Unnamed",
"poi": {
"fuel": "Fuel Station",
"parking": "Parking"
}
}