Files
CasperV1FiveM/resources/[esx_addons]/esx_banking/locales/tr.lua
2026-07-07 21:08:52 +02:00

17 lines
782 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'] = {
['invalid_amount'] = 'Bu geçersiz bir miktar para',
['deposit_money'] = 'Para yatırdınız: $%s',
['withdraw_money'] = 'Para çektiniz: $%s',
['pincode_money'] = 'Yeni PIN kodunuz: %s',
['transfer_money'] = 'Başarılı bir şekilde $%s para transfer ettiniz, ID: %s',
['receive_transfer'] = 'Size $%s para transferi yapıldı, ID: %s',
['press_e_banking'] = '[E] tuşuna basarak bankaya erişin',
['access_bank'] = 'Bankaya Erişim',
['banking_blip'] = 'Banka',
['cant_do_it'] = "Yapamazsınız!",
['not_enough_money'] = "Yetersiz bakiye! %s para gerekiyor!",
['pincode_not_found'] = "Geçersiz PIN kodu",
['pincode_found'] = "Geçerli PIN kodu...",
['bank_name'] = "Fleeca Bank"
}