Proje dosyaları eklendi

This commit is contained in:
2026-08-29 15:53:53 +03:00
commit d3313400ca
440 changed files with 24827 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
<?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']];