Files
2026-08-29 15:53:53 +03:00

3 lines
520 B
PHP
Raw Permalink 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 ['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']];