luyadev/luya

View on GitHub
core/messages/tr/luya.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

return [
    '{attribute} must have a minimum length of {length} characters.' => '{attribute}, minimum {length} karakter uzunluğunda olmalıdır.',
    '{attribute} must include at least one special character.' => '{attribute} en az bir özel karakter içermelidir.',
    '{attribute} must include at least one digit.' => '{attribute} en az bir rakam içermelidir.',
    '{attribute} must include at least one letter.' => '{attribute} en az bir harf içermelidir.',
    '{attribute} must include at least one uppercase letter.' => '{attribute}, en az bir büyük harf içermelidir.',
    '{attribute} must include at least one lowercase letter.' => '{attribute}, en az bir küçük harf içermelidir.',
    '{attribute} must be a float or numeric value.' => '{attribute}, bir float veya sayısal değer olmalıdır.'
];