'The file "{file}" is not an image.'=>'"{file}" bir resim dosyası değil.',
'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.'=>'"{file}" dosyası çok büyük. Boyutu {limit, number} {limit, plural, one{byte} other{bytes}} değerinden büyük olamaz.',
'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.'=>'"{file}" dosyası çok küçük. Boyutu {limit, number} {limit, plural, one{byte} other{bytes}} değerinden küçük olamaz.',
'The format of {attribute} is invalid.'=>'{attribute} formatı geçersiz.',
'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'"{file}" çok büyük. Yükseklik {limit, plural, one{pixel} other{pixels}} değerinden büyük olamaz.',
'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'"{file}" çok büyük. Genişlik {limit, number} {limit, plural, one{pixel} other{pixels}} değerinden büyük olamaz.',
'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'"{file}" çok küçük. Genişlik {limit, number} {limit, plural, one{pixel} other{pixels}} değerinden küçük olamaz.',
'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'"{file}" çok küçük. Genişlik {limit, number} {limit, plural, one{pixel} other{pixels}} değerinden küçük olamaz.',
'The verification code is incorrect.'=>'Doğrulama kodu yanlış.',
'You are not allowed to perform this action.'=>'Bu işlemi yapmaya yetkiniz yok.',
'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.'=>'Sadece {limit, number} {limit, plural, one{dosya} other{# dosya}} yükleyebilirsiniz.',
'the input value'=>'veri giriş değeri',
'{attribute} "{value}" has already been taken.'=>'{attribute} "{value}" daha önce alınmış.',
'{attribute} cannot be blank.'=>'{attribute} boş bırakılamaz.',
'{attribute} is invalid.'=>'{attribute} geçersiz.',
'{attribute} is not a valid URL.'=>'{attribute} geçerli bir URL değil.',
'{attribute} is not a valid email address.'=>'{attribute} geçerli bir mail adresi değil.',
'{attribute} must be "{requiredValue}".'=>'{attribute} {requiredValue} olmalı.',
'{attribute} must be a number.'=>'{attribute} sayı olmalı.',
'{attribute} must be a string.'=>'{attribute} harf olmalı.',
'{attribute} must be an integer.'=>'{attribute} rakam olmalı.',
'{attribute} must be either "{true}" or "{false}".'=>'{attribute} yanlızca {true} yada {false} olabilir.',
'{attribute} must be greater than "{compareValue}".'=>'{attribute}, "{compareValue}" den büyük olmalı.',
'{attribute} must be greater than or equal to "{compareValue}".'=>'{attribute}, "{compareValue}" den büyük yada eşit olmalı.',
'{attribute} must be less than "{compareValue}".'=>'{attribute}, "{compareValue}" den az olmalı.',
'{attribute} must be less than or equal to "{compareValue}".'=>'{attribute}, "{compareValue}" den az yada eşit olmalı.',
'{attribute} must be no greater than {max}.'=>'{attribute} {max} den büyük olmamalı.',
'{attribute} must be no less than {min}.'=>'{attribute} {min} den küçük olmamalı.',
'{attribute} must be repeated exactly.'=>'{attribute} aynı şekilde tekrarlanmalıdır.',
'{attribute} must not be equal to "{compareValue}".'=>'{attribute}, "{compareValue}" ile eşit olmamalı',
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.'=>'{attribute} en az {min, number} karakter içermeli.',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.'=>'{attribute} en fazla {max, number} karakter içermeli.',
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.'=>'{attribute} {length, number} karakter içermeli.',