Dan Brown
Committed by GitHub

Merge pull request #357 from diegoseso/master

Spanish translation completed
...@@ -11,7 +11,7 @@ return [ ...@@ -11,7 +11,7 @@ return [
11 | 11 |
12 */ 12 */
13 'failed' => 'Las credenciales no concuerdan con nuestros registros.', 13 'failed' => 'Las credenciales no concuerdan con nuestros registros.',
14 - 'throttle' => 'Demasiados intentos fallidos de conexiÃn. Por favor intente nuevamente en :seconds segundos.', 14 + 'throttle' => 'Demasiados intentos fallidos de conexión. Por favor intente nuevamente en :seconds segundos.',
15 15
16 /** 16 /**
17 * Login & Register 17 * Login & Register
......
...@@ -18,7 +18,7 @@ return [ ...@@ -18,7 +18,7 @@ return [
18 'image_dropzone' => 'Arrastre las imágenes o hacer click aquí para Subir', 18 'image_dropzone' => 'Arrastre las imágenes o hacer click aquí para Subir',
19 'images_deleted' => 'Imágenes borradas', 19 'images_deleted' => 'Imágenes borradas',
20 'image_preview' => 'Preview de la imagen', 20 'image_preview' => 'Preview de la imagen',
21 - 'image_upload_success' => 'Imagen subida exitosamente', 21 + 'image_upload_success' => 'Imagen subida éxitosamente',
22 'image_update_success' => 'Detalles de la imagen actualizados exitosamente', 22 'image_update_success' => 'Detalles de la imagen actualizados exitosamente',
23 'image_delete_success' => 'Imagen borrada exitosamente' 23 'image_delete_success' => 'Imagen borrada exitosamente'
24 ]; 24 ];
......
...@@ -4,7 +4,7 @@ return [ ...@@ -4,7 +4,7 @@ return [
4 /** 4 /**
5 * Shared 5 * Shared
6 */ 6 */
7 - 'recently_created' => 'Recientemente creadod', 7 + 'recently_created' => 'Recientemente creado',
8 'recently_created_pages' => 'Páginas recientemente creadas', 8 'recently_created_pages' => 'Páginas recientemente creadas',
9 'recently_updated_pages' => 'Páginas recientemente actualizadas', 9 'recently_updated_pages' => 'Páginas recientemente actualizadas',
10 'recently_created_chapters' => 'Capítulos recientemente creados', 10 'recently_created_chapters' => 'Capítulos recientemente creados',
...@@ -139,79 +139,79 @@ return [ ...@@ -139,79 +139,79 @@ return [
139 'pages_md_editor' => 'Editor', 139 'pages_md_editor' => 'Editor',
140 'pages_md_preview' => 'Preview', 140 'pages_md_preview' => 'Preview',
141 'pages_md_insert_image' => 'Insertar Imagen', 141 'pages_md_insert_image' => 'Insertar Imagen',
142 - 'pages_md_insert_link' => 'Insert Entity Link', 142 + 'pages_md_insert_link' => 'Insertar link de entidad',
143 - 'pages_not_in_chapter' => 'Page is not in a chapter', 143 + 'pages_not_in_chapter' => 'La página no esá en el caítulo',
144 - 'pages_move' => 'Move Page', 144 + 'pages_move' => 'Mover página',
145 - 'pages_move_success' => 'Page moved to ":parentName"', 145 + 'pages_move_success' => 'Página movida a ":parentName"',
146 - 'pages_permissions' => 'Page Permissions', 146 + 'pages_permissions' => 'Permisos de página',
147 - 'pages_permissions_success' => 'Page permissions updated', 147 + 'pages_permissions_success' => 'Permisos de página actualizados',
148 - 'pages_revisions' => 'Page Revisions', 148 + 'pages_revisions' => 'Revisiones de página',
149 - 'pages_revisions_named' => 'Page Revisions for :pageName', 149 + 'pages_revisions_named' => 'Revisiones de página para :pageName',
150 - 'pages_revision_named' => 'Page Revision for :pageName', 150 + 'pages_revision_named' => 'Revisión de ágina para :pageName',
151 - 'pages_revisions_created_by' => 'Created By', 151 + 'pages_revisions_created_by' => 'Creado por',
152 - 'pages_revisions_date' => 'Revision Date', 152 + 'pages_revisions_date' => 'Fecha de revisión',
153 'pages_revisions_changelog' => 'Changelog', 153 'pages_revisions_changelog' => 'Changelog',
154 - 'pages_revisions_changes' => 'Changes', 154 + 'pages_revisions_changes' => 'Cambios',
155 - 'pages_revisions_current' => 'Current Version', 155 + 'pages_revisions_current' => 'Versión actual',
156 'pages_revisions_preview' => 'Preview', 156 'pages_revisions_preview' => 'Preview',
157 - 'pages_revisions_restore' => 'Restore', 157 + 'pages_revisions_restore' => 'Restaurar',
158 - 'pages_revisions_none' => 'This page has no revisions', 158 + 'pages_revisions_none' => 'Esta página no tiene revisiones',
159 - 'pages_copy_link' => 'Copy Link', 159 + 'pages_copy_link' => 'Copiar Link',
160 - 'pages_permissions_active' => 'Page Permissions Active', 160 + 'pages_permissions_active' => 'Permisos de página activos',
161 - 'pages_initial_revision' => 'Initial publish', 161 + 'pages_initial_revision' => 'Publicación inicial',
162 - 'pages_initial_name' => 'New Page', 162 + 'pages_initial_name' => 'Página nueva',
163 - 'pages_editing_draft_notification' => 'You are currently editing a draft that was last saved :timeDiff.', 163 + 'pages_editing_draft_notification' => 'Ud. está actualmente editando un borrador que fue guardado porúltima vez el :timeDiff.',
164 - 'pages_draft_edited_notification' => 'This page has been updated by since that time. It is recommended that you discard this draft.', 164 + 'pages_draft_edited_notification' => 'Esta página ha sido actualizada desde aquel momento. Se recomienda que cancele este borrador.',
165 'pages_draft_edit_active' => [ 165 'pages_draft_edit_active' => [
166 - 'start_a' => ':count users have started editing this page', 166 + 'start_a' => ':count usuarios han comenzado a editar esta página',
167 - 'start_b' => ':userName has started editing this page', 167 + 'start_b' => ':userName ha comenzado a editar esta página',
168 - 'time_a' => 'since the pages was last updated', 168 + 'time_a' => 'desde que las página fue actualizada',
169 - 'time_b' => 'in the last :minCount minutes', 169 + 'time_b' => 'en los Ãltimos :minCount minutos',
170 - 'message' => ':start :time. Take care not to overwrite each other\'s updates!', 170 + 'message' => ':start :time. Ten cuidado de no sobreescribir los cambios del otro usuario',
171 ], 171 ],
172 - 'pages_draft_discarded' => 'Draft discarded, The editor has been updated with the current page content', 172 + 'pages_draft_discarded' => 'Borrador descartado, el editor ha sido actualizado con el contenido de la página actual',
173 173
174 /** 174 /**
175 * Editor sidebar 175 * Editor sidebar
176 */ 176 */
177 - 'page_tags' => 'Page Tags', 177 + 'page_tags' => 'Etiquetas de página',
178 - 'tag' => 'Tag', 178 + 'tag' => 'Etiqueta',
179 - 'tags' => '', 179 + 'tags' => 'Etiquetas',
180 - 'tag_value' => 'Tag Value (Optional)', 180 + 'tag_value' => 'Valor de la etiqueta (Opcional)',
181 - 'tags_explain' => "Add some tags to better categorise your content. \n You can assign a value to a tag for more in-depth organisation.", 181 + 'tags_explain' => "Agregar algunas etiquetas para mejorar la categorización de su contenido. \n Ud. puede asignar un valor a una etiqueta para una organizacón a mayor detalle.",
182 - 'tags_add' => 'Add another tag', 182 + 'tags_add' => 'Agregar otra etiqueta',
183 - 'attachments' => 'Attachments', 183 + 'attachments' => 'Adjuntos',
184 - 'attachments_explain' => 'Upload some files or attach some link to display on your page. These are visible in the page sidebar.', 184 + 'attachments_explain' => 'Subir ficheros o agregar links para mostrar en la página. Estos son visibles en la barra lateral de la página.',
185 - 'attachments_explain_instant_save' => 'Changes here are saved instantly.', 185 + 'attachments_explain_instant_save' => 'Los cambios son guardados de manera instantánea .',
186 - 'attachments_items' => 'Attached Items', 186 + 'attachments_items' => 'Items adjuntados',
187 - 'attachments_upload' => 'Upload File', 187 + 'attachments_upload' => 'Fichero adjuntado',
188 - 'attachments_link' => 'Attach Link', 188 + 'attachments_link' => 'Adjuntar Link',
189 - 'attachments_set_link' => 'Set Link', 189 + 'attachments_set_link' => 'Setear Link',
190 - 'attachments_delete_confirm' => 'Click delete again to confirm you want to delete this attachment.', 190 + 'attachments_delete_confirm' => 'Haga click en borrar nuevamente para confirmar que quiere borrar este adjunto.',
191 - 'attachments_dropzone' => 'Drop files or click here to attach a file', 191 + 'attachments_dropzone' => 'Arrastre ficheros aquío haga click aquípara adjuntar un fichero',
192 - 'attachments_no_files' => 'No files have been uploaded', 192 + 'attachments_no_files' => 'NingÃn fichero ha sido adjuntado',
193 - 'attachments_explain_link' => 'You can attach a link if you\'d prefer not to upload a file. This can be a link to another page or a link to a file in the cloud.', 193 + 'attachments_explain_link' => 'Ud. puede agregar un link o si lo prefiere puede agregar un fichero. Esto puede ser un link a otra página o un link a un fichero en la nube.',
194 - 'attachments_link_name' => 'Link Name', 194 + 'attachments_link_name' => 'Nombre de Link',
195 - 'attachment_link' => 'Attachment link', 195 + 'attachment_link' => 'Link adjunto',
196 - 'attachments_link_url' => 'Link to file', 196 + 'attachments_link_url' => 'Link a fichero',
197 - 'attachments_link_url_hint' => 'Url of site or file', 197 + 'attachments_link_url_hint' => 'Url del sitio o fichero',
198 - 'attach' => 'Attach', 198 + 'attach' => 'Adjuntar',
199 - 'attachments_edit_file' => 'Edit File', 199 + 'attachments_edit_file' => 'Editar fichero',
200 - 'attachments_edit_file_name' => 'File Name', 200 + 'attachments_edit_file_name' => 'Nombre del fichero',
201 - 'attachments_edit_drop_upload' => 'Drop files or click here to upload and overwrite', 201 + 'attachments_edit_drop_upload' => 'Arrastre a los ficheros o haga click aquípara subir o sobreescribir',
202 - 'attachments_order_updated' => 'Attachment order updated', 202 + 'attachments_order_updated' => 'Orden de adjuntos actualizado',
203 - 'attachments_updated_success' => 'Attachment details updated', 203 + 'attachments_updated_success' => 'Detalles de adjuntos actualizados',
204 - 'attachments_deleted' => 'Attachment deleted', 204 + 'attachments_deleted' => 'Adjunto borrado',
205 - 'attachments_file_uploaded' => 'File successfully uploaded', 205 + 'attachments_file_uploaded' => 'Fichero subido éxitosamente',
206 - 'attachments_file_updated' => 'File successfully updated', 206 + 'attachments_file_updated' => 'Fichero actualizado éxitosamente',
207 - 'attachments_link_attached' => 'Link successfully attached to page', 207 + 'attachments_link_attached' => 'Link agregado éxitosamente a la ágina',
208 208
209 /** 209 /**
210 * Profile View 210 * Profile View
211 */ 211 */
212 - 'profile_user_for_x' => 'User for :time', 212 + 'profile_user_for_x' => 'Usuario para :time',
213 - 'profile_created_content' => 'Created Content', 213 + 'profile_created_content' => 'Contenido creado',
214 - 'profile_not_created_pages' => ':userName has not created any pages', 214 + 'profile_not_created_pages' => ':userName no ha creado ninguna página',
215 - 'profile_not_created_chapters' => ':userName has not created any chapters', 215 + 'profile_not_created_chapters' => ':userName no ha creado ningún capítulo',
216 - 'profile_not_created_books' => ':userName has not created any books', 216 + 'profile_not_created_books' => ':userName no ha creado ningún libro',
217 ]; 217 ];
......
...@@ -7,64 +7,64 @@ return [ ...@@ -7,64 +7,64 @@ return [
7 */ 7 */
8 8
9 // Permissions 9 // Permissions
10 - 'permission' => 'You do not have permission to access the requested page.', 10 + 'permission' => 'Ud. no tiene permisos para visualizar la página solicitada.',
11 - 'permissionJson' => 'You do not have permission to perform the requested action.', 11 + 'permissionJson' => 'Ud. no tiene permisos para ejecutar la acción solicitada.',
12 12
13 // Auth 13 // Auth
14 - 'error_user_exists_different_creds' => 'A user with the email :email already exists but with different credentials.', 14 + 'error_user_exists_different_creds' => 'Un usuario con el email :email ya existe pero con credenciales diferentes.',
15 - 'email_already_confirmed' => 'Email has already been confirmed, Try logging in.', 15 + 'email_already_confirmed' => 'El email ya ha sido confirmado, Intente loguearse en la aplicación.',
16 - 'email_confirmation_invalid' => 'This confirmation token is not valid or has already been used, Please try registering again.', 16 + 'email_confirmation_invalid' => 'Este token de confirmación no e válido o ya ha sido usado,Intente registrar uno nuevamente.',
17 - 'email_confirmation_expired' => 'The confirmation token has expired, A new confirmation email has been sent.', 17 + 'email_confirmation_expired' => 'El token de confirmación ha expirado, Un nuevo email de confirmacón ha sido enviado.',
18 - 'ldap_fail_anonymous' => 'LDAP access failed using anonymous bind', 18 + 'ldap_fail_anonymous' => 'El acceso con LDAP ha fallado usando binding anónimo',
19 - 'ldap_fail_authed' => 'LDAP access failed using given dn & password details', 19 + 'ldap_fail_authed' => 'El acceso LDAP usando el dn & password detallados',
20 - 'ldap_extension_not_installed' => 'LDAP PHP extension not installed', 20 + 'ldap_extension_not_installed' => 'La extensión LDAP PHP no se encuentra instalada',
21 - 'ldap_cannot_connect' => 'Cannot connect to ldap server, Initial connection failed', 21 + 'ldap_cannot_connect' => 'No se puede conectar con el servidor ldap, la conexión inicial ha fallado',
22 - 'social_no_action_defined' => 'No action defined', 22 + 'social_no_action_defined' => 'Acción no definida',
23 - 'social_account_in_use' => 'This :socialAccount account is already in use, Try logging in via the :socialAccount option.', 23 + 'social_account_in_use' => 'la cuenta :socialAccount ya se encuentra en uso, intente loguearse a través de la opcón :socialAccount .',
24 - 'social_account_email_in_use' => 'The email :email is already in use. If you already have an account you can connect your :socialAccount account from your profile settings.', 24 + 'social_account_email_in_use' => 'El email :email ya se encuentra en uso. Si ud. ya dispone de una cuenta puede loguearse a través de su cuenta :socialAccount desde la configuración de perfil.',
25 - 'social_account_existing' => 'This :socialAccount is already attached to your profile.', 25 + 'social_account_existing' => 'La cuenta :socialAccount ya se encuentra asignada a su perfil.',
26 - 'social_account_already_used_existing' => 'This :socialAccount account is already used by another user.', 26 + 'social_account_already_used_existing' => 'La cuenta :socialAccount ya se encuentra usada por otro usuario.',
27 - 'social_account_not_used' => 'This :socialAccount account is not linked to any users. Please attach it in your profile settings. ', 27 + 'social_account_not_used' => 'La cuenta :socialAccount no está asociada a ningún usuario. Por favor adjuntela a su configuración de perfil. ',
28 - 'social_account_register_instructions' => 'If you do not yet have an account, You can register an account using the :socialAccount option.', 28 + 'social_account_register_instructions' => 'Si no dispone de una cuenta, puede registrar una cuenta usando la opción de :socialAccount .',
29 - 'social_driver_not_found' => 'Social driver not found', 29 + 'social_driver_not_found' => 'Driver social no encontrado',
30 - 'social_driver_not_configured' => 'Your :socialAccount social settings are not configured correctly.', 30 + 'social_driver_not_configured' => 'Su configuración :socialAccount no es correcta.',
31 31
32 // System 32 // System
33 - 'path_not_writable' => 'File path :filePath could not be uploaded to. Ensure it is writable to the server.', 33 + 'path_not_writable' => 'La ruta :filePath no pudo ser cargada. Asegurese de que es escribible por el servidor.',
34 - 'cannot_get_image_from_url' => 'Cannot get image from :url', 34 + 'cannot_get_image_from_url' => 'No se puede obtener la imagen desde :url',
35 - 'cannot_create_thumbs' => 'The server cannot create thumbnails. Please check you have the GD PHP extension installed.', 35 + 'cannot_create_thumbs' => 'El servidor no puede crear la imagen miniatura. Por favor chequee que tiene la extensión GD instalada.',
36 - 'server_upload_limit' => 'The server does not allow uploads of this size. Please try a smaller file size.', 36 + 'server_upload_limit' => 'El servidor no permite la subida de ficheros de este tamañ. Por favor intente con un fichero de menor tamañ.',
37 - 'image_upload_error' => 'An error occurred uploading the image', 37 + 'image_upload_error' => 'Ha ocurrido un error al subir la imagen',
38 38
39 // Attachments 39 // Attachments
40 - 'attachment_page_mismatch' => 'Page mismatch during attachment update', 40 + 'attachment_page_mismatch' => 'Página no coincidente durante la subida del adjunto ',
41 41
42 // Pages 42 // Pages
43 - 'page_draft_autosave_fail' => 'Failed to save draft. Ensure you have internet connection before saving this page', 43 + 'page_draft_autosave_fail' => 'Fallo al guardar borrador. Asegurese de que tiene conexión a Internet antes de guardar este borrador',
44 44
45 // Entities 45 // Entities
46 - 'entity_not_found' => 'Entity not found', 46 + 'entity_not_found' => 'Entidad no encontrada',
47 - 'book_not_found' => 'Book not found', 47 + 'book_not_found' => 'Libro no encontrado',
48 - 'page_not_found' => 'Page not found', 48 + 'page_not_found' => 'Página no encontrada',
49 - 'chapter_not_found' => 'Chapter not found', 49 + 'chapter_not_found' => 'Capítulo no encontrado',
50 - 'selected_book_not_found' => 'The selected book was not found', 50 + 'selected_book_not_found' => 'El libro seleccionado no fue encontrado',
51 - 'selected_book_chapter_not_found' => 'The selected Book or Chapter was not found', 51 + 'selected_book_chapter_not_found' => 'El libro o capítulo seleccionado no fue encontrado',
52 - 'guests_cannot_save_drafts' => 'Guests cannot save drafts', 52 + 'guests_cannot_save_drafts' => 'Los invitados no pueden guardar los borradores',
53 53
54 // Users 54 // Users
55 - 'users_cannot_delete_only_admin' => 'You cannot delete the only admin', 55 + 'users_cannot_delete_only_admin' => 'No se puede borrar el único administrador',
56 - 'users_cannot_delete_guest' => 'You cannot delete the guest user', 56 + 'users_cannot_delete_guest' => 'No se puede borrar el usuario invitado',
57 57
58 // Roles 58 // Roles
59 - 'role_cannot_be_edited' => 'This role cannot be edited', 59 + 'role_cannot_be_edited' => 'Este rol no puede ser editado',
60 - 'role_system_cannot_be_deleted' => 'This role is a system role and cannot be deleted', 60 + 'role_system_cannot_be_deleted' => 'Este rol es un rol de sistema y no puede ser borrado',
61 - 'role_registration_default_cannot_delete' => 'This role cannot be deleted while set as the default registration role', 61 + 'role_registration_default_cannot_delete' => 'Este rol no puede ser borrado mientras sea el rol por defecto de registro',
62 62
63 // Error pages 63 // Error pages
64 - '404_page_not_found' => 'Page Not Found', 64 + '404_page_not_found' => 'Página no encontrada',
65 - 'sorry_page_not_found' => 'Sorry, The page you were looking for could not be found.', 65 + 'sorry_page_not_found' => 'Lo sentimos, la página que intenta acceder no pudo ser encontrada.',
66 - 'return_home' => 'Return to home', 66 + 'return_home' => 'Volver al home',
67 - 'error_occurred' => 'An Error Occurred', 67 + 'error_occurred' => 'Ha ocurrido un error',
68 - 'app_down' => ':appName is down right now', 68 + 'app_down' => 'La aplicación :appName se encuentra caída en este momento',
69 - 'back_soon' => 'It will be back up soon.', 69 + 'back_soon' => 'Volverá a estar operativa en corto tiempo.',
70 ]; 70 ];
......
...@@ -13,67 +13,67 @@ return [ ...@@ -13,67 +13,67 @@ return [
13 | 13 |
14 */ 14 */
15 15
16 - 'accepted' => 'The :attribute must be accepted.', 16 + 'accepted' => 'El :attribute debe ser aceptado.',
17 - 'active_url' => 'The :attribute is not a valid URL.', 17 + 'active_url' => 'El :attribute no es una URl válida.',
18 - 'after' => 'The :attribute must be a date after :date.', 18 + 'after' => 'El :attribute debe ser una fecha posterior :date.',
19 - 'alpha' => 'The :attribute may only contain letters.', 19 + 'alpha' => 'El :attribute solo puede contener letras.',
20 - 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', 20 + 'alpha_dash' => 'El :attribute solo puede contener letras, números y guiones.',
21 - 'alpha_num' => 'The :attribute may only contain letters and numbers.', 21 + 'alpha_num' => 'El :attribute solo puede contener letras y número.',
22 - 'array' => 'The :attribute must be an array.', 22 + 'array' => 'El :attribute debe de ser un array.',
23 - 'before' => 'The :attribute must be a date before :date.', 23 + 'before' => 'El :attribute debe ser una fecha anterior a :date.',
24 'between' => [ 24 'between' => [
25 - 'numeric' => 'The :attribute must be between :min and :max.', 25 + 'numeric' => 'El :attribute debe estar entre :min y :max.',
26 - 'file' => 'The :attribute must be between :min and :max kilobytes.', 26 + 'file' => 'El :attribute debe estar entre :min y :max kilobytes.',
27 - 'string' => 'The :attribute must be between :min and :max characters.', 27 + 'string' => 'El :attribute debe estar entre :min y :max carácteres.',
28 - 'array' => 'The :attribute must have between :min and :max items.', 28 + 'array' => 'El :attribute debe estar entre :min y :max items.',
29 ], 29 ],
30 - 'boolean' => 'The :attribute field must be true or false.', 30 + 'boolean' => 'El campo :attribute debe ser true o false.',
31 - 'confirmed' => 'The :attribute confirmation does not match.', 31 + 'confirmed' => 'La confirmación de :attribute no concuerda.',
32 - 'date' => 'The :attribute is not a valid date.', 32 + 'date' => 'El :attribute no es una fecha válida.',
33 - 'date_format' => 'The :attribute does not match the format :format.', 33 + 'date_format' => 'El :attribute no coincide con el formato :format.',
34 - 'different' => 'The :attribute and :other must be different.', 34 + 'different' => ':attribute y :other deben ser diferentes.',
35 - 'digits' => 'The :attribute must be :digits digits.', 35 + 'digits' => ':attribute debe ser de :digits dígitos.',
36 - 'digits_between' => 'The :attribute must be between :min and :max digits.', 36 + 'digits_between' => ':attribute debe ser un valor entre :min y :max dígios.',
37 - 'email' => 'The :attribute must be a valid email address.', 37 + 'email' => ':attribute debe ser una dirección álida.',
38 - 'filled' => 'The :attribute field is required.', 38 + 'filled' => 'El campo :attribute es requerido.',
39 - 'exists' => 'The selected :attribute is invalid.', 39 + 'exists' => 'El :attribute seleccionado es inválido.',
40 - 'image' => 'The :attribute must be an image.', 40 + 'image' => 'El :attribute debe ser una imagen.',
41 - 'in' => 'The selected :attribute is invalid.', 41 + 'in' => 'El selected :attribute es inválio.',
42 - 'integer' => 'The :attribute must be an integer.', 42 + 'integer' => 'El :attribute debe ser un entero.',
43 - 'ip' => 'The :attribute must be a valid IP address.', 43 + 'ip' => 'El :attribute debe ser una dirección IP álida.',
44 'max' => [ 44 'max' => [
45 - 'numeric' => 'The :attribute may not be greater than :max.', 45 + 'numeric' => ':attribute no puede ser mayor que :max.',
46 - 'file' => 'The :attribute may not be greater than :max kilobytes.', 46 + 'file' => ':attribute no puede ser mayor que :max kilobytes.',
47 - 'string' => 'The :attribute may not be greater than :max characters.', 47 + 'string' => ':attribute no puede ser mayor que :max carácteres.',
48 - 'array' => 'The :attribute may not have more than :max items.', 48 + 'array' => ':attribute no puede contener más de :max items.',
49 ], 49 ],
50 - 'mimes' => 'The :attribute must be a file of type: :values.', 50 + 'mimes' => ':attribute debe ser un fichero de tipo: :values.',
51 'min' => [ 51 'min' => [
52 - 'numeric' => 'The :attribute must be at least :min.', 52 + 'numeric' => ':attribute debe ser al menos de :min.',
53 - 'file' => 'The :attribute must be at least :min kilobytes.', 53 + 'file' => ':attribute debe ser al menos :min kilobytes.',
54 - 'string' => 'The :attribute must be at least :min characters.', 54 + 'string' => ':attribute debe ser al menos :min caracteres.',
55 - 'array' => 'The :attribute must have at least :min items.', 55 + 'array' => ':attribute debe tener como mínimo :min items.',
56 ], 56 ],
57 - 'not_in' => 'The selected :attribute is invalid.', 57 + 'not_in' => ':attribute seleccionado es inválio.',
58 - 'numeric' => 'The :attribute must be a number.', 58 + 'numeric' => ':attribute debe ser numérico.',
59 - 'regex' => 'The :attribute format is invalid.', 59 + 'regex' => ':attribute con formato inválido',
60 - 'required' => 'The :attribute field is required.', 60 + 'required' => ':attribute es requerido.',
61 - 'required_if' => 'The :attribute field is required when :other is :value.', 61 + 'required_if' => ':attribute es requerido cuando :other vale :value.',
62 - 'required_with' => 'The :attribute field is required when :values is present.', 62 + 'required_with' => 'El campo :attribute es requerido cuando se encuentre entre los valores :values.',
63 - 'required_with_all' => 'The :attribute field is required when :values is present.', 63 + 'required_with_all' => 'El campo :attribute es requerido cuando los valores sean :values.',
64 - 'required_without' => 'The :attribute field is required when :values is not present.', 64 + 'required_without' => ':attribute es requerido cuando no se encuentre entre los valores :values.',
65 - 'required_without_all' => 'The :attribute field is required when none of :values are present.', 65 + 'required_without_all' => ':attribute es requerido cuando ninguno de los valores :values están presentes.',
66 - 'same' => 'The :attribute and :other must match.', 66 + 'same' => ':attribute y :other deben coincidir.',
67 'size' => [ 67 'size' => [
68 - 'numeric' => 'The :attribute must be :size.', 68 + 'numeric' => ':attribute debe ser :size.',
69 - 'file' => 'The :attribute must be :size kilobytes.', 69 + 'file' => ':attribute debe ser :size kilobytes.',
70 - 'string' => 'The :attribute must be :size characters.', 70 + 'string' => ':attribute debe ser :size caracteres.',
71 - 'array' => 'The :attribute must contain :size items.', 71 + 'array' => ':attribute debe contener :size items.',
72 ], 72 ],
73 - 'string' => 'The :attribute must be a string.', 73 + 'string' => 'El atributo :attribute debe ser una cadena.',
74 - 'timezone' => 'The :attribute must be a valid zone.', 74 + 'timezone' => 'El atributo :attribute debe ser una zona válida.',
75 - 'unique' => 'The :attribute has already been taken.', 75 + 'unique' => 'El atributo :attribute ya ha sido tomado.',
76 - 'url' => 'The :attribute format is invalid.', 76 + 'url' => 'El atributo :attribute tiene un formato inválid.',
77 77
78 /* 78 /*
79 |-------------------------------------------------------------------------- 79 |--------------------------------------------------------------------------
...@@ -88,7 +88,7 @@ return [ ...@@ -88,7 +88,7 @@ return [
88 88
89 'custom' => [ 89 'custom' => [
90 'password-confirm' => [ 90 'password-confirm' => [
91 - 'required_with' => 'Password confirmation required', 91 + 'required_with' => 'Confirmación de Password requerida',
92 ], 92 ],
93 ], 93 ],
94 94
......