mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
@@ -13,6 +13,7 @@ server_scripts {
|
||||
'locales/fi.lua',
|
||||
'locales/fr.lua',
|
||||
'locales/sv.lua',
|
||||
'locales/cs.lua',
|
||||
'config.lua',
|
||||
'server/main.lua'
|
||||
}
|
||||
@@ -25,6 +26,7 @@ client_scripts {
|
||||
'locales/fi.lua',
|
||||
'locales/fr.lua',
|
||||
'locales/sv.lua',
|
||||
'locales/cs.lua',
|
||||
'config.lua',
|
||||
'client/main.lua'
|
||||
}
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
Locales['cs'] = {
|
||||
['properties'] = 'nemovitosti',
|
||||
['clients'] = 'zákazníci',
|
||||
['client'] = 'zákazník',
|
||||
['realtor'] = 'Realitní makléř',
|
||||
['amount_withdraw'] = 'výše výběru',
|
||||
['invalid_amount'] = 'neplatná částka',
|
||||
['press_to_access'] = 'stiskni ~INPUT_CONTEXT~ pro přístup do menz',
|
||||
['amount'] = 'částka',
|
||||
['no_play_near'] = 'žádní hráči poblíž',
|
||||
['realtors'] = 'Realitní makléři',
|
||||
['boss_action'] = 'akce šéfa',
|
||||
['client_poor'] = 'tví klienti si tohle nemůžou dovolit',
|
||||
|
||||
-- Property menu
|
||||
['property_name'] = 'nemovitost',
|
||||
['property_actions'] = 'akce',
|
||||
['property_actionbuttons'] = '{{Assign [Sell]|sell}} {{Assign [Rent]|rent}} {{GPS|gps}}',
|
||||
|
||||
-- Customer menu
|
||||
['customer_client'] = 'klienti',
|
||||
['customer_property'] = 'nemovitost',
|
||||
['customer_agreement'] = 'smlouvy',
|
||||
['customer_actions'] = 'akce',
|
||||
['customer_contractbuttons'] = '{{Zrušit smlouvu|revoke}} {{GPS|gps}}',
|
||||
['customer_rent'] = 'pronajato',
|
||||
['customer_sell'] = 'prodáno',
|
||||
}
|
||||
Reference in New Issue
Block a user