Skip to content

Commit

Permalink
Merge pull request #30 from nunhes/patch-1
Browse files Browse the repository at this point in the history
Update validation.php
  • Loading branch information
Andrey Helldar authored Jun 21, 2022
2 parents 6c28364 + 6fa6ae9 commit d069e0a
Showing 1 changed file with 70 additions and 70 deletions.
140 changes: 70 additions & 70 deletions locales/gl/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,76 +13,76 @@

return [
'attributes' => [
'address' => 'Address',
'age' => 'Age',
'amount' => 'Amount',
'area' => 'Area',
'available' => 'Available',
'birthday' => 'Birthday',
'body' => 'Body',
'city' => 'City',
'content' => 'Content',
'country' => 'Country',
'created_at' => 'Created At',
'creator' => 'Creator',
'current_password' => 'Current Password',
'date' => 'Date',
'date_of_birth' => 'Date Of Birth',
'day' => 'Day',
'deleted_at' => 'Deleted At',
'description' => 'Description',
'district' => 'District',
'duration' => 'Duration',
'address' => 'Dirección',
'age' => 'Idade',
'amount' => 'Cantidade',
'area' => 'Área',
'available' => 'Dispoñible',
'birthday' => 'Aniversario',
'body' => 'Corpo',
'city' => 'Cidade',
'content' => 'Contido',
'country' => 'País',
'created_at' => 'Creado o',
'creator' => 'Creador',
'current_password' => 'Contrasinal actual',
'date' => 'Data',
'date_of_birth' => 'Data de nacemento',
'day' => 'Día',
'deleted_at' => 'Eliminado o',
'description' => 'Descrición',
'district' => 'Distrito',
'duration' => 'Duración',
'email' => 'Email',
'excerpt' => 'Excerpt',
'filter' => 'Filter',
'first_name' => 'First Name',
'gender' => 'Gender',
'group' => 'Group',
'hour' => 'Hour',
'image' => 'Image',
'last_name' => 'Last Name',
'lesson' => 'Lesson',
'line_address_1' => 'Line Address 1',
'line_address_2' => 'Line Address 2',
'message' => 'Message',
'middle_name' => 'Middle Name',
'minute' => 'Minute',
'mobile' => 'Mobile',
'month' => 'Month',
'name' => 'Name',
'national_code' => 'National Code',
'number' => 'Number',
'password' => 'Password',
'password_confirmation' => 'Password Confirmation',
'phone' => 'Phone',
'photo' => 'Photo',
'postal_code' => 'Postal Code',
'price' => 'Price',
'province' => 'Province',
'recaptcha_response_field' => 'Recaptcha Response Field',
'remember' => 'Remember',
'restored_at' => 'Restored At',
'result_text_under_image' => 'Result Text Under Image',
'role' => 'Role',
'second' => 'Second',
'sex' => 'Sex',
'short_text' => 'Short Text',
'size' => 'Size',
'state' => 'State',
'street' => 'Street',
'student' => 'Student',
'subject' => 'Subject',
'teacher' => 'Teacher',
'terms' => 'Terms',
'test_description' => 'Test Description',
'test_locale' => 'Test Locale',
'test_name' => 'Test Name',
'text' => 'Text',
'time' => 'Time',
'title' => 'Title',
'updated_at' => 'Updated At',
'username' => 'Username',
'year' => 'Year',
'excerpt' => 'Extracto',
'filter' => 'Filtro',
'first_name' => 'Nome',
'gender' => 'Xénero',
'group' => 'Grupo',
'hour' => 'Hora',
'image' => 'Imaxe',
'last_name' => 'Apelido',
'lesson' => 'Lección',
'line_address_1' => 'Enderezo liña 1',
'line_address_2' => 'Enderezo liña 2',
'message' => 'Mensaxe',
'middle_name' => 'Segundo nome',
'minute' => 'Minuto',
'mobile' => 'Móbil',
'month' => 'Mes',
'name' => 'Nome',
'national_code' => 'Código nacional',
'number' => 'Número',
'password' => 'Contrasinal',
'password_confirmation' => 'Confirmar contrasinal',
'phone' => 'Teléfono',
'photo' => 'Foto',
'postal_code' => 'Código Postal',
'price' => 'Prezo',
'province' => 'Provincia',
'recaptcha_response_field' => 'Eido de resposta Recaptcha',
'remember' => 'Lembar',
'restored_at' => 'Restaurado ás',
'result_text_under_image' => 'Texto do resultado baixo a imaxe',
'role' => 'Rol',
'second' => 'Segundo',
'sex' => 'Sexo',
'short_text' => 'Texto corto',
'size' => 'Tamaño',
'state' => 'Estado',
'street' => 'Rúa',
'student' => 'Estudante',
'subject' => 'Asunto',
'teacher' => 'Titor',
'terms' => 'Términos',
'test_description' => 'Probar Descrición',
'test_locale' => 'Probar Local',
'test_name' => 'Probar Nome',
'text' => 'Texto',
'time' => 'Tempo',
'title' => 'Título',
'updated_at' => 'Actualizado ás',
'username' => 'Nome do usuario',
'year' => 'Ano',
],
];

0 comments on commit d069e0a

Please sign in to comment.