Files
citrus/lang/tr/career.php
T

20 lines
647 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 [
'navigation_label' => 'Kariyer Başvuruları',
'model_label' => 'Başvuru',
'plural_model_label' => 'Kariyer Başvuruları',
'title' => 'Kariyer Formu',
'description' => 'Ekibimize katılmak için aşağıdaki formu doldurarak CV\'nizi iletebilirsiniz.',
'name' => 'Ad Soyad',
'email' => 'E-posta',
'phone' => 'Telefon',
'cv' => 'Özgeçmiş (CV)',
'message' => 'Mesaj',
'status' => 'Durum',
'submit' => 'Başvuruyu Gönder',
'success_message' => 'Başvurunuz başarıyla alındı. Teşekkür ederiz.',
'download_cv' => 'CV İndir',
'created_at' => 'Başvuru Tarihi',
];