Files
water_new/resources/lang/ru/validation-attributes.php
2023-03-08 09:16:04 +08:00

37 lines
1.6 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'attributes' => [
'address' => 'Адрес',
'age' => 'Возраст',
'available' => 'Доступно',
'city' => 'Город',
'content' => 'Контент',
'country' => 'Страна',
'current_password' => 'Текущий пароль',
'date' => 'Дата',
'day' => 'День',
'description' => 'Описание',
'email' => 'E-Mail адрес',
'excerpt' => 'Выдержка',
'first_name' => 'Имя',
'gender' => 'Пол',
'hour' => 'Час',
'last_name' => 'Фамилия',
'minute' => 'Минута',
'mobile' => 'Моб. номер',
'month' => 'Месяц',
'name' => 'Имя',
'password' => 'Пароль',
'password_confirmation' => 'Подтверждение пароля',
'phone' => 'Телефон',
'second' => 'Секунда',
'sex' => 'Пол',
'size' => 'Размер',
'time' => 'Время',
'title' => 'Наименование',
'username' => 'Никнейм',
'year' => 'Год',
],
];