first app design
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"@@locale": "en",
|
||||
"appName": "RentalDriveGo",
|
||||
"tagline": "The easiest way to find\nand reserve your perfect car",
|
||||
"findYourCar": "Find your car",
|
||||
"companySignIn": "Company dashboard sign in",
|
||||
"sameDropoff": "Same drop-off",
|
||||
"differentDropoff": "Different drop-off",
|
||||
"findCarToRent": "Find a car to rent",
|
||||
"allCarTypes": "All car types",
|
||||
"search": "Search",
|
||||
"searching": "Searching…",
|
||||
"vehiclesFound": "{count, plural, =0{No vehicles found} =1{1 vehicle found} other{{count} vehicles found}}",
|
||||
"@vehiclesFound": {
|
||||
"placeholders": {
|
||||
"count": { "type": "num" }
|
||||
}
|
||||
},
|
||||
"noVehiclesFound": "No vehicles found",
|
||||
"tryDifferentSearch": "Try different dates, city, or car type",
|
||||
"couldNotLoadVehicles": "Could not load vehicles",
|
||||
"checkConnectionRetry": "Check your connection and try again",
|
||||
"retry": "Retry",
|
||||
"myBookings": "My Bookings",
|
||||
"browse": "Browse",
|
||||
"signInToViewBookings": "Sign in to view your bookings",
|
||||
"carType": "Car type",
|
||||
"selectCity": "Select city",
|
||||
"allCities": "All cities",
|
||||
"searchCities": "Search cities…",
|
||||
"chooseLanguage": "Language",
|
||||
"languageName": "English",
|
||||
"perDay": "/day",
|
||||
"nDays": "{count, plural, =1{1 day} other{{count} days}}",
|
||||
"@nDays": {
|
||||
"placeholders": {
|
||||
"count": { "type": "num" }
|
||||
}
|
||||
},
|
||||
"total": "total",
|
||||
"reserveThisCar": "Reserve This Car",
|
||||
"lightTheme": "Light",
|
||||
"darkTheme": "Dark",
|
||||
"settings": "Settings",
|
||||
"anyPrice": "Any price",
|
||||
"price": "Price",
|
||||
"apply": "Apply",
|
||||
"selectAll": "Select all",
|
||||
"clearAll": "Clear all",
|
||||
"pickDates": "Pick dates",
|
||||
"pickupLocation": "Pickup location",
|
||||
"dropoffLocation": "Drop-off location"
|
||||
}
|
||||
Reference in New Issue
Block a user