Files
trafficpumper/lang/tr/validation.php
T

3 lines
520 B
PHP
Raw Normal View History

2026-08-29 15:53:53 +03:00
<?php
return ['required'=>':attribute alanı zorunludur.','email'=>':attribute geçerli bir e-posta adresi olmalıdır.','confirmed'=>':attribute tekrarı eşleşmiyor.','unique'=>':attribute daha önce alınmış.','string'=>':attribute metin olmalıdır.','max'=>['string'=>':attribute en fazla :max karakter olabilir.'],'min'=>['string'=>':attribute en az :min karakter olmalıdır.'],'in'=>'Seçilen :attribute geçersiz.','attributes'=>['name'=>'ad soyad','email'=>'e-posta','password'=>'şifre','locale'=>'dil']];