Skip to content

Commit

Permalink
Update Spanish Core.php
Browse files Browse the repository at this point in the history
update the Spanish Translation for the core
  • Loading branch information
kamekun authored Apr 5, 2018
1 parent 8a41fd7 commit c309cb5
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion Modules/Translation/Resources/lang/core/es/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
'reset' => 'Reiniciar',
'update and back' => 'Actualizar y regresar',
],
'save' => 'Guardar',
'confirm' => 'Confirmar',
'move' => 'Mover',
'breadcrumb' => [
'home' => 'Inicio',
],
Expand All @@ -46,7 +49,8 @@
'general' => [
'available keyboard shortcuts' => 'Atajos de teclado disponibles en esta página',
'view website' => 'Ver sitio',
'complete your profile' => 'Complete su perfil',
'complete your profile' => 'Complete su perfil',+
'profile' => 'Perfil',
'sign out' => 'Salir',
],
'messages' => [
Expand All @@ -58,4 +62,24 @@
'back' => 'Atrás',
'back to index' => 'Regresar a :name',
'permission denied' => 'Permiso denegado. (permiso requerido: ":permission")',
'list resource' => 'Lista :name',
'create resource' => 'Crear :name',
'edit resource' => 'Editar :name',
'destroy resource' => 'Eliminar :name',
'error token mismatch' => 'Tu session se ha terminado, por favor envia el formulario nuevamente.',
'error 404' => '404',
'error 404 title' => 'Oops! Lo sentimos esta páginapágina no fue encontrada.',
'error 404 description' => 'La página que estas buscando no fue encontrada.',
'error 500' => '500',
'error 500 title' => 'Oops! Algo salió mal',
'error 500 description' => 'El Administrador ha sido notificado.',
'delete cancelled' => 'Eliminar cancelado.',
'unauthorized' => 'No autorizado',
'unauthorized-access' => 'No tienes los permisos apropiados para acceder a esa página.',
'unauthenticated' => 'No autenticado',
'unauthenticated-access' => 'Debes iniciar sesión para acceder a esta página',
'something went wrong' => 'Whoops! Algo salió mal.',
'mark as online' => 'Marcar como Activo',
'mark as offline' => 'Marcar como Inactivo',
'back to backend' => 'Regresar a la Administración',
];

0 comments on commit c309cb5

Please sign in to comment.