mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 02:38:53 +00:00
Add Finnish lang...
This commit is contained in:
@@ -10,6 +10,7 @@ server_scripts {
|
||||
'locales/br.lua' ,
|
||||
'locales/de.lua' ,
|
||||
'locales/en.lua' ,
|
||||
'locales/fi.lua' ,
|
||||
'locales/fr.lua' ,
|
||||
'locales/sv.lua' ,
|
||||
'config.lua',
|
||||
@@ -21,6 +22,7 @@ client_scripts {
|
||||
'locales/br.lua' ,
|
||||
'locales/de.lua' ,
|
||||
'locales/en.lua' ,
|
||||
'locales/fi.lua' ,
|
||||
'locales/fr.lua' ,
|
||||
'locales/sv.lua' ,
|
||||
'config.lua',
|
||||
|
||||
@@ -0,0 +1,64 @@
|
||||
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',
|
||||
['bleach amount'] = 'pestävä määrä',
|
||||
['broke_company'] = 'sinulla ei ole tarpeeksi rahaa yrityksen tilillä',
|
||||
['purchase_type'] = 'osto tyyppi',
|
||||
['society_type'] = 'firma',
|
||||
['staff_type'] = 'henkilökunta',
|
||||
['buy_vehicle_shop'] = 'haluatko ostaa ajoneuvon %s hintaan $%s?',
|
||||
['buy_vehicle'] = 'osta ajoneuvo',
|
||||
['car_dealer'] = 'autokauppa',
|
||||
['create_bill'] = 'tee lasku',
|
||||
['dealer_boss'] = 'autokauppa - Pomo',
|
||||
['delivered'] = 'ajoneuvo on ~g~kuljetettu~s~ myyjälle',
|
||||
['depop_vehicle'] = 'palauta ajoneuvo',
|
||||
['deposit_amount'] = 'talletus summa',
|
||||
['deposit_money'] = 'talleta rahaa',
|
||||
['experianced'] = 'kokenut',
|
||||
['get_rented_vehicles'] = 'vuokrattavat ajoneuvot',
|
||||
['invalid_amount'] = 'virheellinen summa',
|
||||
['invoice_amount'] = 'laskun summa',
|
||||
['leaving'] = 'jätetään henkilökohtainen ajoneuvo',
|
||||
['no'] = 'ei',
|
||||
['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~',
|
||||
['personal_vehicle'] = 'henkilökohtainen ajoneuvo',
|
||||
['pop_vehicle'] = 'ota ajoneuvo ulos näkyville myyntiä varten',
|
||||
['recruit'] = 'tulokas',
|
||||
['rent_vehicle'] = 'autokauppa - Vuokrattavat ajokit',
|
||||
['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 [Sijainti]',
|
||||
['set_vehicle_owner_sell'] = 'myy ajoneuvo',
|
||||
['set_vehicle_owner_sell_society'] = 'Assign Vehicle [Sale] [Society]',
|
||||
['shop_menu'] = 'paina ~INPUT_CONTEXT~ avataksesi menu',
|
||||
['the_boss'] = 'pomo',
|
||||
['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'] = 'ajoneuvo ~g~myyty~s~',
|
||||
['vehicle_sold_to'] = 'ajoneuvo ~y~%s~s~ myyty henkilölle ~b~%s~s~',
|
||||
['wash_money'] = 'rahanpesu',
|
||||
['withdraw_amount'] = 'nostettava määrä',
|
||||
['withdraw_money'] = 'nosta yrityksen varoja',
|
||||
['yes'] = 'kyllä',
|
||||
['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',
|
||||
}
|
||||
Reference in New Issue
Block a user