openclassify/addons/default/visiosoft/loancalc-module/resources/lang/tr/notification.php
2022-03-08 18:45:16 +03:00

24 lines
861 B
PHP
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.

<?php
return [
'new_loan_application_mail_subject' => 'Kredi Başvurusu',
'loan_application_params' => 'Kredi başvuru bilgileri aşağıdaki gibidir',
'application_ad_id' => 'Uygulama Reklam Kimliği',
'first_payment' => 'Ön Ödeme',
'application_term' => 'Ay Sayısı',
'monthly_payment' => 'Aylık Ödeme',
'total_payment' => 'Toplam Ödeme',
'first_name' => 'İsminiz',
'last_name' => 'Soy İsminiz',
't.c_number' => 'T.C Numaranız',
'day_born' => 'Doğum Tarihi',
'month_born' => 'Doğduğunuz Ay',
'year_born' => 'Doğduğunuz Yıl',
'user_job_name' => 'İş Yerinizin Adı',
'user_job' => 'Mesleğiniz',
'gsm_number' => 'Kullanıcı GSM No',
'user_province' => 'Kullanıcı Bölgesi',
'email_address' => 'E-Posta Adresi',
'reference_description' => 'Referans Açıklama',
];