mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 16:23:22 +00:00
ADD - localize garage and valet
This commit is contained in:
@@ -150,6 +150,59 @@ Locales["en"] = {
|
||||
default = "The banking request failed.",
|
||||
},
|
||||
},
|
||||
garage = {
|
||||
name = "Garage", subtitle = "Your vehicle collection", myVehicles = "My Vehicles",
|
||||
searchPlaceholder = "Search name, plate or garage",
|
||||
tryAgain = "Try Again", unavailable = "Garage unavailable",
|
||||
noVehicles = "No Vehicles", noVehiclesBody = "Vehicles owned by this character will appear here.",
|
||||
noResults = "No Results", noResultsBody = "Try another vehicle, plate or location.",
|
||||
unknownVehicle = "Unknown Vehicle", unknownLocation = "Location unavailable",
|
||||
location = "Current location", fuel = "Fuel", engine = "Engine", body = "Body",
|
||||
vin = "Vehicle Identification Number", notAvailable = "—",
|
||||
provider = "Vehicle data · {system}",
|
||||
valetDelivered = "Your vehicle has arrived.",
|
||||
valet = {
|
||||
title = "Sky Valet", eyebrow = "Premium delivery",
|
||||
body = "A professional driver brings this vehicle directly to your current location.",
|
||||
deliver = "Deliver Vehicle", liveEyebrow = "Live delivery", tracked = "Live tracked",
|
||||
onDemand = "On demand", cancel = "Cancel", confirmTitle = "Request Valet?",
|
||||
confirmBody = "{vehicle} will be delivered to you for {price}.", confirm = "Request Valet",
|
||||
ordering = "Requesting…", account = "The fee is charged to your {account} account.",
|
||||
connecting = "Locating driver", arriving = "Arriving now", eta = "About {seconds}s away",
|
||||
distance = "{distance} m away", unavailableStatus = "Only parked vehicles can be delivered.",
|
||||
unsupported = "Valet delivery is disabled for this vehicle type.",
|
||||
activeOrder = "A valet driver is already delivering another vehicle.",
|
||||
status = { ordering = "Confirming order", preparing = "Preparing vehicle", en_route = "Driver en route",
|
||||
arriving = "Arriving now", delivered = "Vehicle delivered", cancelled = "Delivery cancelled", failed = "Delivery failed" },
|
||||
},
|
||||
filters = { all = "All", garaged = "Parked", out = "Outside", impounded = "Impound" },
|
||||
status = { garaged = "Parked", out = "Outside", impounded = "Impounded" },
|
||||
kinds = { car = "Vehicle", bike = "Motorcycle", boat = "Boat", plane = "Aircraft", helicopter = "Helicopter" },
|
||||
errors = {
|
||||
garage_unavailable = "Vehicle data is unavailable for this character.",
|
||||
valet_disabled = "Valet service is currently unavailable.",
|
||||
valet_active = "A valet delivery is already active.",
|
||||
valet_cooldown = "Please wait before requesting another vehicle.",
|
||||
invalid_vehicle = "Select a valid vehicle.", vehicle_not_owned = "This vehicle does not belong to this character.",
|
||||
vehicle_not_garaged = "This vehicle is not parked in a garage.",
|
||||
valet_vehicle_type = "Valet supports cars and motorcycles only.",
|
||||
insufficient_funds = "You do not have enough money for this delivery.",
|
||||
valet_status_unsupported = "This garage system cannot release the vehicle.",
|
||||
valet_not_found = "The valet order is no longer active.",
|
||||
valet_not_cancellable = "The delivery can no longer be cancelled.",
|
||||
invalid_vehicle_model = "The vehicle model could not be loaded.",
|
||||
vehicle_already_out = "This vehicle is already nearby.",
|
||||
valet_spawn_failed = "The driver could not prepare your vehicle.",
|
||||
valet_no_road = "No suitable road was found near you.",
|
||||
valet_interrupted = "The valet delivery was interrupted.",
|
||||
valet_timeout = "The driver could not reach you in time. Your fee was refunded.",
|
||||
valet_completion_failed = "The handover could not be confirmed.",
|
||||
valet_vehicle_unverified = "The delivered vehicle could not be verified.",
|
||||
rate_limited = "Please wait before refreshing again.",
|
||||
device_not_open = "Open the phone again to view your vehicles.",
|
||||
request_failed = "The garage request failed.", default = "The garage request failed.",
|
||||
},
|
||||
},
|
||||
calculator = { name = "Calculator" },
|
||||
snake = {
|
||||
name = "Snake", backToMenu = "Back to game menu", board = "Snake game board",
|
||||
|
||||
Reference in New Issue
Block a user