Files
esx_core-esx-framework/locales/tr.lua
T
2020-02-17 22:57:44 +01:00

28 lines
1019 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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ı',
}