Skip to content

Commit 6f332d5

Browse files
author
Andrey Helldar
authored
Merge pull request #4 from luisprmat/main
[es] Translate missing attributes
2 parents 51859b8 + c04c852 commit 6f332d5

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

locales/es/validation.php

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -15,73 +15,73 @@
1515
'attributes' => [
1616
'address' => 'dirección',
1717
'age' => 'edad',
18-
'amount' => 'Amount',
19-
'area' => 'Area',
20-
'available' => 'Available',
21-
'birthday' => 'Birthday',
18+
'amount' => 'cantidad',
19+
'area' => 'área',
20+
'available' => 'disponible',
21+
'birthday' => 'cumpleaños',
2222
'body' => 'contenido',
2323
'city' => 'ciudad',
2424
'content' => 'contenido',
2525
'country' => 'país',
26-
'created_at' => 'Created At',
27-
'creator' => 'Creator',
26+
'created_at' => 'creado el',
27+
'creator' => 'creador',
2828
'current_password' => 'contraseña actual',
2929
'date' => 'fecha',
30-
'date_of_birth' => 'Date Of Birth',
30+
'date_of_birth' => 'fecha de nacimiento',
3131
'day' => 'día',
32-
'deleted_at' => 'Deleted At',
32+
'deleted_at' => 'eliminado el',
3333
'description' => 'descripción',
34-
'district' => 'District',
35-
'duration' => 'Duration',
34+
'district' => 'distrito',
35+
'duration' => 'duración',
3636
'email' => 'correo electrónico',
3737
'excerpt' => 'extracto',
38-
'filter' => 'Filter',
38+
'filter' => 'fitro',
3939
'first_name' => 'nombre',
4040
'gender' => 'género',
41-
'group' => 'Group',
41+
'group' => 'grupo',
4242
'hour' => 'hora',
43-
'image' => 'Image',
43+
'image' => 'imagen',
4444
'last_name' => 'apellido',
45-
'lesson' => 'Lesson',
46-
'line_address_1' => 'Line Address 1',
47-
'line_address_2' => 'Line Address 2',
45+
'lesson' => 'lección',
46+
'line_address_1' => 'dirección de la línea 1',
47+
'line_address_2' => 'dirección de la línea 2',
4848
'message' => 'mensaje',
49-
'middle_name' => 'Middle Name',
49+
'middle_name' => 'segundo nombre',
5050
'minute' => 'minuto',
5151
'mobile' => 'móvil',
5252
'month' => 'mes',
5353
'name' => 'nombre',
54-
'national_code' => 'National Code',
55-
'number' => 'Number',
54+
'national_code' => 'código nacional',
55+
'number' => 'número',
5656
'password' => 'contraseña',
5757
'password_confirmation' => 'confirmación de la contraseña',
5858
'phone' => 'teléfono',
5959
'photo' => 'foto',
60-
'postal_code' => 'Postal Code',
60+
'postal_code' => 'código postal',
6161
'price' => 'precio',
62-
'province' => 'Province',
63-
'recaptcha_response_field' => 'Recaptcha Response Field',
64-
'remember' => 'Remember',
65-
'restored_at' => 'Restored At',
66-
'result_text_under_image' => 'Result Text Under Image',
62+
'province' => 'provincia',
63+
'recaptcha_response_field' => 'respuesta del recaptcha',
64+
'remember' => 'rocordar',
65+
'restored_at' => 'restaurado el',
66+
'result_text_under_image' => 'texto bajo la imagen',
6767
'role' => 'rol',
6868
'second' => 'segundo',
6969
'sex' => 'sexo',
70-
'short_text' => 'Short Text',
71-
'size' => 'Size',
72-
'state' => 'State',
73-
'street' => 'Street',
74-
'student' => 'Student',
70+
'short_text' => 'texto corto',
71+
'size' => 'tamaño',
72+
'state' => 'estado',
73+
'street' => 'calle',
74+
'student' => 'estudiante',
7575
'subject' => 'asunto',
76-
'teacher' => 'Teacher',
76+
'teacher' => 'profesor',
7777
'terms' => 'términos',
78-
'test_description' => 'Test Description',
79-
'test_locale' => 'Test Locale',
80-
'test_name' => 'Test Name',
81-
'text' => 'Text',
78+
'test_description' => 'descripción de prueba',
79+
'test_locale' => 'prueba local',
80+
'test_name' => 'nombre de prueba',
81+
'text' => 'texto',
8282
'time' => 'hora',
8383
'title' => 'título',
84-
'updated_at' => 'Updated At',
84+
'updated_at' => 'actualizado el',
8585
'username' => 'usuario',
8686
'year' => 'año',
8787
],

0 commit comments

Comments
 (0)