mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 14:01:43 +00:00
28 lines
1019 B
Lua
28 lines
1019 B
Lua
Locales['tr'] = {
|
||
['properties'] = 'Mülkler',
|
||
['clients'] = 'Müşteriler',
|
||
['realtor'] = 'Emlak Bürosu',
|
||
['amount_withdraw'] = 'Çekilecek miktar',
|
||
['invalid_amount'] = 'Geçersiz miktar',
|
||
['press_to_access'] = 'Menüye erişmek için ~INPUT_CONTEXT~ tuşuna basın.',
|
||
['amount'] = 'Miktar',
|
||
['no_play_near'] = 'Yakında kimse yok',
|
||
['realtors'] = 'Emlak Bürosu çalışanları',
|
||
['boss_action'] = 'Patron eylemleri',
|
||
['client_poor'] = 'Müşterinin bunu ödeyecek kadar parası yok.',
|
||
|
||
-- Property menu
|
||
['property_name'] = 'Mülk',
|
||
['property_actions'] = 'Eylemler',
|
||
['property_actionbuttons'] = '{{İşlem [Sat]|sell}} {{İşlem [Kirala]|rent}} {{GPS|gps}}',
|
||
|
||
-- Customer menu
|
||
['customer_client'] = 'Müşteri',
|
||
['customer_property'] = 'Mülk',
|
||
['customer_agreement'] = 'Sözleşme',
|
||
['customer_actions'] = 'Eylemler',
|
||
['customer_contractbuttons'] = '{{Sözleşmeyi iptal et|revoke}} {{GPS|gps}}',
|
||
['customer_rent'] = 'Kiralandı',
|
||
['customer_sell'] = 'Satıldı',
|
||
}
|