mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
14fbc69357
- Fixed selling same vehicle multiple times - Fixed selling <no> vehicle - Major security improvements - Removed buying vehicle for society - Code cleanup - Fixed depopping vehicle not working (not respecting network owner)
64 lines
3.7 KiB
Lua
64 lines
3.7 KiB
Lua
Locales['fi'] = {
|
|
-- global menus
|
|
['not_enough_in_society'] = 'firman varastossa ei ole enempää ~r~tuota esinettä~s~!',
|
|
['player_cannot_hold'] = 'sinulla ~r~ei ole~s~ tarpeeksi ~y~vapaata tilaa~s~ repussasi!',
|
|
['vehicle_belongs'] = 'ajoneuvo kilvellä ~y~%s~s~ on nyt ~b~sinun~s~ omistuksessasi',
|
|
['broke_company'] = 'sinulla ei ole tarpeeksi rahaa yrityksen tilillä',
|
|
['license_missing'] = 'you don\'t have a driver\'s license!',
|
|
['buy_vehicle_shop'] = 'haluatko ostaa ajoneuvon %s hintaan $%s?',
|
|
['buy_vehicle'] = 'osta ajoneuvo',
|
|
['car_dealer'] = 'autokauppa',
|
|
['shop_awaiting_model'] = 'the vehicle is currently loading, please wait',
|
|
['create_bill'] = 'tee lasku',
|
|
['dealer_boss'] = 'autokauppa - Pomo',
|
|
['delivered'] = 'ajoneuvo on ~g~kuljetettu~s~ myyjälle',
|
|
['depop_vehicle'] = 'palauta ajoneuvo',
|
|
['return_provider'] = 'return vehicle to provider',
|
|
['get_rented_vehicles'] = 'vuokrattavat ajoneuvot',
|
|
['no_current_vehicle'] = 'you do not currently have an vehicle displayed',
|
|
['invalid_amount'] = 'virheellinen summa',
|
|
['invoice_amount'] = 'laskun summa',
|
|
['no'] = 'ei',
|
|
['yes'] = 'kyllä',
|
|
['no_players'] = 'ei pelaajia lähettyvillä',
|
|
['not_enough_money'] = 'sinulla ei ole tarpeeksi rahaa',
|
|
['not_rental'] = 'tämä ei ole ~r~vuokra ajoneuvo~s~',
|
|
['not_yours'] = 'tämä ajoneuvo ei kuulu sinulle',
|
|
['paid_rental'] = 'sinä ~g~maksoit~s~ ajoneuvon vuokraamisesta: ~g~$%s~s~',
|
|
['pop_vehicle'] = 'ota ajoneuvo ulos näkyville myyntiä varten',
|
|
['rent_vehicle'] = 'autokauppa - Vuokrattavat ajokit',
|
|
['return_provider_menu'] = 'car Dealer - Return vehicle to provider',
|
|
['rental_amount'] = 'vuokran summa',
|
|
['sell_menu'] = 'paina ~INPUT_CONTEXT~ myydäksesi ~y~%s~s~ hintaan: ~g~$%s~s~',
|
|
['set_vehicle_owner_rent'] = 'määritä ajoneuvon [Vuokra]',
|
|
['set_vehicle_owner_sell'] = 'myy ajoneuvo',
|
|
['shop_menu'] = 'paina ~INPUT_CONTEXT~ avataksesi menu',
|
|
['generic_shopitem'] = '$%s',
|
|
['vehicle_dealer'] = 'ajonevuo - Autokauppa',
|
|
['vehicle_menu'] = 'paina ~INPUT_CONTEXT~ tehdäksesi tästä sinun ajoneuvo',
|
|
['vehicle_purchased'] = 'sinä ostit ajoneuvon',
|
|
['vehicle_set_owned'] = 'ajoneuvo ~y~%s~s~ on nyt määritetty henkilölle ~b~%s~s~',
|
|
['vehicle_set_rented'] = 'ajoneuvo ~y~%s~s~ on nyt vuokrattu henkilölle ~b~%s~s~',
|
|
['vehicle_sold_for'] = 'the ~b~%s~s~ has been ~y~sold~s~ for ~g~$%s~s~',
|
|
['vehicle_sold_to'] = 'ajoneuvo ~y~%s~s~ myyty henkilölle ~b~%s~s~',
|
|
['deposit_stock'] = 'talleta firman varastoon',
|
|
['take_stock'] = 'nosta firman varastosta',
|
|
['dealership_stock'] = 'autokaupan varasto',
|
|
['amount'] = 'määrä',
|
|
['quantity_invalid'] = 'virheellinen määrä',
|
|
['inventory'] = 'reppu',
|
|
['dealership'] = 'autokauppa',
|
|
['dealer_customers'] = 'autokaupan asiakas',
|
|
['have_withdrawn'] = 'sinä otit ~y~x%s~s~ ~b~%s~s~',
|
|
['have_deposited'] = 'sinä talletit ~y~x%s~s~ ~b~%s~s~',
|
|
['boss_actions'] = 'Pomo toiminnot',
|
|
|
|
-- sold vehicles
|
|
['boss_sold'] = 'list of sold vehicles',
|
|
['customer_client'] = 'customer name',
|
|
['customer_model'] = 'car model',
|
|
['customer_plate'] = 'car plate',
|
|
['customer_soldby'] = 'sold by',
|
|
['customer_date'] = 'date',
|
|
}
|