1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/qb-vehiclekeys/locales/en.lua
2025-08-06 15:47:24 +02:00

47 lines
1.6 KiB
Lua

local Translations = {
notify = {
ydhk = 'You don\'t have keys to this vehicle.',
nonear = 'There is nobody nearby to hand keys to',
vlock = 'Vehicle locked!',
vunlock = 'Vehicle unlocked!',
vlockpick = 'You managed to pick the door lock open!',
fvlockpick = 'You fail to find the keys and get frustrated.',
vgkeys = 'You hand over the keys.',
vgetkeys = 'You get keys to the vehicle!',
fpid = 'Fill out the player ID and Plate arguments',
cjackfail = 'Carjacking failed!',
vehclose = 'There\'s no close vehicle!',
},
progress = {
takekeys = 'Taking keys from body...',
hskeys = 'Searching for the car keys...',
acjack = 'Attempting Carjacking...',
},
info = {
skeys = '~g~[H]~w~ - Search for Keys',
tlock = 'Toggle Vehicle Locks',
palert = 'Vehicle theft in progress. Type: ',
engine = 'Toggle Engine',
},
addcom = {
givekeys = 'Hand over the keys to someone. If no ID, gives to closest person or everyone in the vehicle.',
givekeys_id = 'id',
givekeys_id_help = 'Player ID',
addkeys = 'Adds keys to a vehicle for someone.',
addkeys_id = 'id',
addkeys_id_help = 'Player ID',
addkeys_plate = 'plate',
addkeys_plate_help = 'Plate',
rkeys = 'Remove keys to a vehicle for someone.',
rkeys_id = 'id',
rkeys_id_help = 'Player ID',
rkeys_plate = 'plate',
rkeys_plate_help = 'Plate',
}
}
Lang = Lang or Locale:new({
phrases = Translations,
warnOnMissing = true
})