Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46076a5

Browse files
authored
[kk] Update attributes in validation
1 parent 7b5d639 commit 46076a5

File tree

1 file changed

+30
-7
lines changed

1 file changed

+30
-7
lines changed

src/kk/validation.php

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
'custom' => [
132132
'attribute-name' => [
133-
'rule-name' => 'басқа хабар',
133+
'rule-name' => 'custom-message',
134134
],
135135
],
136136

@@ -146,11 +146,34 @@
146146
*/
147147

148148
'attributes' => [
149-
'test_name' => 'Сынақ атауы',
150-
'test_description' => 'Сынақ сипаттамасы',
151-
'test_locale' => 'Тілі',
152-
'image' => 'Кескін',
153-
'result_text_under_image' => 'Кескін астындағы нәтиже мәтіні',
154-
'short_text' => 'Қысқа мәтін',
149+
'name' => 'Аты',
150+
'username' => 'Лақап аты',
151+
'email' => 'E-Mail мекенжай',
152+
'first_name' => 'Аты',
153+
'last_name' => 'Тегі',
154+
'password' => 'Құпиясөз',
155+
'password_confirmation' => 'Құпиясөзді растау',
156+
'city' => 'Қала',
157+
'country' => 'Ел',
158+
'address' => 'Мекенжай',
159+
'phone' => 'Телефон',
160+
'mobile' => 'Моб. нөмір',
161+
'age' => 'Жасы',
162+
'sex' => 'Жынысы',
163+
'gender' => 'Жынысы',
164+
'day' => 'Күн',
165+
'month' => 'Ай',
166+
'year' => 'Жыл',
167+
'hour' => 'Сағат',
168+
'minute' => 'Минут',
169+
'second' => 'Секунд',
170+
'title' => 'Атауы',
171+
'content' => 'Контент',
172+
'description' => 'Сипаттамасы',
173+
'excerpt' => 'Үзінді',
174+
'date' => 'Күні',
175+
'time' => 'Уақыт',
176+
'available' => 'Қолжетімді',
177+
'size' => 'Көлемі',
155178
],
156179
];

0 commit comments

Comments
 (0)