35 lines
1.2 KiB
PHP
35 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'accepted' => ':attribute kabul edilmeli.',
|
|
'array' => ':attribute massiw bolmaly.',
|
|
'boolean' => ':attribute dogry ýa-da ýalňyş bolmaly.',
|
|
'confirmed' => ':attribute tassyklamasy gabat gelenok.',
|
|
'email' => ':attribute dogry e-poçta salgysy bolmaly.',
|
|
'exists' => 'Saýlanan :attribute nädogry.',
|
|
'integer' => ':attribute san bolmaly.',
|
|
'max' => [
|
|
'array' => ':attribute iň köp :max elementden ybarat bolmaly.',
|
|
'numeric' => ':attribute iň köp :max bolmaly.',
|
|
'string' => ':attribute iň köp :max harp bolmaly.',
|
|
],
|
|
'min' => [
|
|
'array' => ':attribute iň az :min elementden ybarat bolmaly.',
|
|
'numeric' => ':attribute iň az :min bolmaly.',
|
|
'string' => ':attribute iň az :min harp bolmaly.',
|
|
],
|
|
'required' => ':attribute meýdany hökmany.',
|
|
'string' => ':attribute setir bolmaly.',
|
|
|
|
'attributes' => [
|
|
'email' => 'e-poçta salgysy',
|
|
'password' => 'parol',
|
|
'message' => 'SMS habary',
|
|
'send_to_all' => 'ähli kupon eýelerine ibermek',
|
|
'coupon_ids' => 'alyjylar',
|
|
'excluded_coupon_ids' => 'aýrylan alyjylar',
|
|
],
|
|
|
|
];
|