2024-03-21 18:28:42 +01:00
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Validation Language Lines
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
| The following language lines contain the default error messages used by
|
|
|
|
|
| the validator class. Some of these rules have multiple versions such
|
|
|
|
|
| as the size rules. Feel free to tweak each of these messages here.
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'accepted' => ':attribute kabul edilmelidir.',
|
|
|
|
|
'accepted_if' => ':other, :value olduğunda :attribute kabul edilmelidir.',
|
|
|
|
|
'active_url' => ':attribute geçerli bir URL değil.',
|
|
|
|
|
'after' => ':attribute şu tarihten :date sonra olmalı.',
|
|
|
|
|
'after_or_equal' => ':attribute, :date tarihi ile aynı veya bundan sonraki bir tarih olmalıdır.',
|
|
|
|
|
'alpha' => ':attribute yalnızca harf içermelidir.',
|
|
|
|
|
'alpha_dash' => ':attribute yalnızca harfler, rakamlar, tireler ve alt çizgiler içermelidir.',
|
|
|
|
|
'alpha_num' => ':attribute yalnızca harfler ve rakamlar içermelidir.',
|
|
|
|
|
'array' => ':attribute bir dizi olmalıdır.',
|
|
|
|
|
'before' => ':attribute, :date tarihinden önce bir tarih olmalıdır.',
|
|
|
|
|
'before_or_equal' => ':attribute, :date tarihi ile aynı veya önceki bir tarih olmalıdır.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
'between' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'array' => ':attribute, :min ve :max aralığında olmalıdır.',
|
|
|
|
|
'file' => ':attribute, :min ve :max kilobyte aralığında olmalıdır.',
|
|
|
|
|
'numeric' => ':attribute, :min ve :max aralığında olmalıdır.',
|
|
|
|
|
'string' => ':attribute, :min ve :max karakter aralığında olmalıdır.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'boolean' => ':attribute, doğru veya yanlış olmalıdır.',
|
|
|
|
|
'confirmed' => ':attribute doğrulaması eşleşmedi.',
|
|
|
|
|
'current_password' => 'Parola hatalı.',
|
|
|
|
|
'date' => ':attribute geçerli bir tarih değil.',
|
|
|
|
|
'date_equals' => ':attribute tarihi, :date tarihine eşit olmalıdır.',
|
|
|
|
|
'date_format' => ':attribute :format biçimi ile eşleşmiyor.',
|
|
|
|
|
'declined' => ':attribute reddedilmelidir.',
|
|
|
|
|
'declined_if' => ':other, :value olduğunda :attribute reddedilmelidir.',
|
|
|
|
|
'different' => ':attribute ve :other birbirinden farklı olmalıdır.',
|
|
|
|
|
'digits' => ':attribute, :digits rakam olmalıdır.',
|
|
|
|
|
'digits_between' => ':attribute, :min ve :max basamak aralığında olmalıdır.',
|
|
|
|
|
'dimensions' => ':attribute geçersiz görüntü boyutlarına sahip.',
|
|
|
|
|
'distinct' => ':attribute alanı yinelenen bir değere sahip.',
|
|
|
|
|
'doesnt_end_with' => ':attribute şunlardan biriyle bitmemelidir: :values.',
|
|
|
|
|
'doesnt_start_with' => ':attribute şunlardan biriyle başlamamalıdır: :values.',
|
|
|
|
|
'email' => ':attribute geçerli bir ePosta adresi olmalı.',
|
|
|
|
|
'ends_with' => ':attribute şunlardan biriyle bitmelidir: :values.',
|
|
|
|
|
'enum' => ':attribute seçimi geçersiz.',
|
|
|
|
|
'exists' => ':attribute seçimi geçersiz.',
|
|
|
|
|
'file' => ':attribute bir dosya olmalıdır.',
|
|
|
|
|
'filled' => ':attribute alanının doldurulması zorunludur.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
'gt' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'array' => ':attribute :value öğelerinden daha fazla öğeye sahip olmalıdır.',
|
|
|
|
|
'file' => ':attribute, :value kilobayttan fazla olmalıdır.',
|
|
|
|
|
'numeric' => ':attribute, :value değerinden büyük olmalıdır.',
|
|
|
|
|
'string' => ':attribute :value karakterden büyük olmalıdır.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
|
|
|
|
'gte' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'array' => ':attribute, :value veya daha fazla öğe içermelidir.',
|
|
|
|
|
'file' => ':attribute :value kilobayttan büyük veya eşit olmalıdır.',
|
|
|
|
|
'numeric' => ':attribute, :value değerinden büyük veya eşit olmalıdır.',
|
|
|
|
|
'string' => ':attribute, en az :value karakter içermelidir.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'image' => ':attribute bir görsel olmalı.',
|
|
|
|
|
'in' => ':attribute seçimi geçersiz.',
|
|
|
|
|
'in_array' => ':attribute değeri :other içinde mevcut değil.',
|
|
|
|
|
'integer' => ':attribute tamsayı olmalıdır.',
|
|
|
|
|
'ip' => ':attribute geçerli bir IP adresi olmalıdır.',
|
|
|
|
|
'ipv4' => ':attribute geçerli bir IPv4 adresi olmalıdır.',
|
|
|
|
|
'ipv6' => ':attribute geçerli bir IPv6 adresi olmalıdır.',
|
|
|
|
|
'json' => ':attribute geçerli bir JSON olmalı.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
'lt' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'array' => ':attribute, :value ögeden az olmalıdır.',
|
|
|
|
|
'file' => ':attribute, :value kilobayttan az olmalıdır.',
|
|
|
|
|
'numeric' => ':attribute, :value değerinden küçük olmalıdır.',
|
|
|
|
|
'string' => ':attribute, :value karakterden az olmalıdır.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
|
|
|
|
'lte' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'array' => ':attribute, en fazla :value öge içermelidir.',
|
|
|
|
|
'file' => ':attribute, :value kilobayttan küçük ya da eşit olmalıdır.',
|
|
|
|
|
'numeric' => ':attribute, :value değerinden küçük veya eşit olmalıdır.',
|
|
|
|
|
'string' => ':attribute :value karakterden az ya da eşit olmalıdır.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'mac_address' => ':attribute geçerli bir MAC adresi olmalıdır.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
'max' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'array' => ':attribute, :max öğeden fazla öğeye sahip olmamalıdır.',
|
|
|
|
|
'file' => ':attribute değeri :max kilobayttan büyük olmamalıdır.',
|
|
|
|
|
'numeric' => ':attribute değeri :max değerinden büyük olmamalıdır.',
|
|
|
|
|
'string' => ':attribute, :max karakterden fazla olmamalıdır.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'max_digits' => ':attribute, :max rakamdan fazla rakama sahip olmamalıdır.',
|
|
|
|
|
'mimes' => ':attribute şu dosya biçimlerinden biri olmalıdır: :values.',
|
|
|
|
|
'mimetypes' => ':attribute şu dosya biçimlerinden biri olmalıdır: :values.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
'min' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'array' => ':attribute en az :min nesneye sahip olmalıdır.',
|
|
|
|
|
'file' => ':attribute en az :min kilobayt olmalıdır.',
|
|
|
|
|
'numeric' => ':attribute en az :min olmalıdır.',
|
|
|
|
|
'string' => ':attribute en az :min karakter içermelidir.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'min_digits' => ':attribute en az :min rakam içermelidir.',
|
|
|
|
|
'multiple_of' => ':attribute, :values değerinin katı olmalıdır.',
|
|
|
|
|
'not_in' => ':attribute seçimi geçersiz.',
|
|
|
|
|
'not_regex' => ':attribute formatı geçersiz.',
|
|
|
|
|
'numeric' => ':attribute bir sayı olmalıdır.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
'password' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'letters' => ':attribute en az bir harf içermelidir.',
|
|
|
|
|
'mixed' => ':attribute en az bir büyük harf ve bir küçük harf içermelidir.',
|
|
|
|
|
'numbers' => ':attribute en az bir sayı içermelidir.',
|
|
|
|
|
'symbols' => ':attribute en az bir sembol içermelidir.',
|
|
|
|
|
'uncompromised' => 'Girilen :attribute bir veri sızıntısında ortaya çıktı. Lütfen farklı bir :attribute seçin.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'present' => ':attribute alanı dolu olmalı.',
|
|
|
|
|
'prohibited' => ':attribute alanı engellenmiştir.',
|
|
|
|
|
'prohibited_if' => ':other :value iken :attribute alanı engellenmiştir.',
|
|
|
|
|
'prohibited_unless' => ':attribute alanı, :other alanı :value değerlerinden birine sahip olmadığı sürece engellenmiştir.',
|
|
|
|
|
'prohibits' => ':attribute alanı :other değerinin mevcut olmasını engeller.',
|
|
|
|
|
'regex' => ':attribute formatı geçersiz.',
|
|
|
|
|
'required' => ':attribute alanı zorunludur.',
|
|
|
|
|
'required_array_keys' => ':attribute alanı aşağıdakiler için girişler içermelidir: :values.',
|
|
|
|
|
'required_if' => ':other :value iken :attribute alanı gereklidir.',
|
|
|
|
|
'required_if_accepted' => ':other kabul edildiğinde :attribute alanı gereklidir.',
|
|
|
|
|
'required_unless' => ':attribute alanı, :other alanı :value değerlerinden birine sahip olmadığında zorunludur.',
|
|
|
|
|
'required_with' => ':values varsa :attribute alanı zorunludur.',
|
|
|
|
|
'required_with_all' => ':values mevcut ise :attribute alanları zorunludur.',
|
|
|
|
|
'required_without' => ':attribute alanı :values yokken zorunludur.',
|
|
|
|
|
'required_without_all' => 'Herhangi bir :values değeri mevcut olmadığında :attribute alanına değer girilmesi zorunludur.',
|
|
|
|
|
'same' => ':attribute ve :other aynı olmalı.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
'size' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'array' => ':attribute :size nesneye sahip olmalıdır.',
|
|
|
|
|
'file' => ':attribute :size kilobayt olmalıdır.',
|
|
|
|
|
'numeric' => ':attribute, :size olmalıdır.',
|
|
|
|
|
'string' => ': attribute en az :size karakter olmalıdır.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'starts_with' => ':attribute şunlardan biriyle başlamalıdır: :values.',
|
|
|
|
|
'string' => ':attribute bir dize olmalıdır.',
|
|
|
|
|
'timezone' => ':attribute geçerli bir saat dilimi olmalıdır.',
|
|
|
|
|
'unique' => ':attribute daha önceden kayıt edilmiş.',
|
|
|
|
|
'uploaded' => ':attribute yüklemesi başarısız.',
|
|
|
|
|
'url' => ':attribute geçerli bir URL olmalıdır.',
|
|
|
|
|
'uuid' => ':attribute geçerli bir UUID olmalıdır.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'single' => ':attribute kullanıldığında, istek gövdesindeki tek parametre bu olmalıdır',
|
|
|
|
|
'onlyCustomOtpWithUri' => 'Uri parametresi tek başına veya yalnızca \'custom_otp\' parametresiyle birlikte sağlanmalıdır',
|
2024-09-25 17:56:22 +02:00
|
|
|
|
'IsValidRegex' => 'The :attribute must be a valid regex pattern.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Custom Validation Language Lines
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
| Here you may specify custom validation messages for attributes using the
|
|
|
|
|
| convention "attribute.rule" to name the lines. This makes it quick to
|
|
|
|
|
| specify a specific custom language line for a given attribute rule.
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
'custom' => [
|
|
|
|
|
'icon' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'image' => 'Desteklenen formatlar jpeg, png, bmp, gif, svg veya webp\'dir.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
|
|
|
|
'qrcode' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'image' => 'Desteklenen formatlar jpeg, png, bmp, gif, svg veya webp\'dir.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
|
|
|
|
'uri' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'regex' => ':attribute geçerli bir otpauth uri\'si değil.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
|
|
|
|
'otp_type' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'in' => ':attribute desteklenmiyor.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
|
|
|
|
'email' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'exists' => 'Bu ePostayı kullanan bir hesap bulunamadı.',
|
|
|
|
|
'ComplyWithEmailRestrictionPolicy' => 'Bu ePosta adresi kayıt politikasına uymuyor',
|
|
|
|
|
'IsValidEmailList' => 'Tüm ePostaların geçerli ve dikey çubuk ile ayrılmış olması gerekiyor'
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
|
|
|
|
'secret' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'isBase32Encoded' => ':attribute base32 kodlu bir dize olmalıdır.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
|
|
|
|
'account' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'regex' => ':attribute iki nokta üst üste içermemelidir.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
|
|
|
|
'service' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'regex' => ':attribute iki nokta üst üste içermemelidir.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
|
|
|
|
'label' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'required' => 'Uri\'nin bir etiketi olmalıdır.',
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
|
|
|
|
'ids' => [
|
2024-05-29 10:37:52 +02:00
|
|
|
|
'regex' => 'IDler virgül ile ayrılmalı, en sonda ise virgül olmamalıdır.',
|
2024-09-25 17:56:22 +02:00
|
|
|
|
],
|
2024-03-21 18:28:42 +01:00
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Custom Validation Attributes
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
| The following language lines are used to swap our attribute placeholder
|
|
|
|
|
| with something more reader friendly such as "E-Mail Address" instead
|
|
|
|
|
| of "email". This simply helps us make our message more expressive.
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
'attributes' => [],
|
|
|
|
|
|
|
|
|
|
];
|