mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
f8f97578db
* Added czech lang * Added czech lang
29 lines
1019 B
Lua
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',
|
|
}
|