Files
esx_core/locales/tr.lua
T
Abdulkadir AKTAŞ 07250e25b0 added tr lang. from Abdulkadir (#103)
* added tr version from Abdulkadir

* added tr lang.
2020-07-19 12:05:52 +01:00

36 lines
1.6 KiB
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'] = {
['have_withdrawn'] = 'Depodan çıkarıldı ~y~x%s~s~ ~b~%s~s~',
['have_deposited'] = 'Depoya eklendi ~y~x%s~s~ ~b~%s~s~',
['free_prop'] = 'Satılık Ev',
['property'] = 'Ev',
['enter'] = 'Gir',
['leave'] = 'Sat',
['buy'] = 'Satın Al',
['rent'] = 'Kirala',
['visit'] = 'Ziyaret Et',
['press_to_menu'] = '~INPUT_CONTEXT~ tuşuna basarak menüyü açabilirsin.',
['owned_properties'] = 'Sahip olunan evler',
['available_properties'] = 'Kullanılabilir evler',
['invite_player'] = 'Oyuncuyu Davet Et',
['you_invited'] = '~y~%s~s~ kişisini evine davet ettin.',
['player_clothes'] = 'Kıyafetler',
['remove_cloth'] = 'Kıyafetleri Çıkar',
['removed_cloth'] = 'Kıyafeti çöpe attınız.',
['remove_object'] = 'Öğeyi çöpe at',
['deposit_object'] = 'Öğeyi depoya ekle',
['invite'] = 'Davet',
['dirty_money'] = 'Kirli Para: <span style="color: red;">$%s</span>',
['inventory'] = 'Envanter',
['amount'] = 'adet?',
['amount_invalid'] = 'Geçersiz adet.',
['press_to_exit'] = '~INPUT_CONTEXT~ tuşuna basarak evinizden çıkabilirsiniz.',
['rented_for'] = '~g~$%s~s~ ücret karşılığında evi kiraladın.',
['purchased_for'] = '~g~$%s~s~ ücret karşılığında evi satın aldın.',
['made_property'] = 'Sahip olduğun evi sattın.',
['not_enough'] = 'Yeterli paran yok.',
['invalid_quantity'] = 'Geçersiz miktar.',
['paid_rent'] = 'Kira ücreti olarak ~g~$%s~s~ için ~g~paid~s~ ödedin.',
['not_enough_in_property'] = 'Bu eşyadan evin içerisinde yeteri kadar bulunmuyor.',
['player_cannot_hold'] = 'Envanterinde yeterli boş alan yok.',
}