Files
esx_core/locales/cs.lua
T
rex2630 f8f97578db Added Czech translation (#22)
* Added czech lang

* Added czech lang
2019-12-07 12:09:26 +01:00

29 lines
1019 B
Lua

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',
}