Unverified Commit 692eb028 authored by KaMe's avatar KaMe Committed by GitHub

Update core.php

parent ba4ca8cb
...@@ -8,6 +8,7 @@ return [ ...@@ -8,6 +8,7 @@ return [
'table' => [ 'table' => [
'created at' => 'Creado el', 'created at' => 'Creado el',
'updated at' => 'Actualizado el', 'updated at' => 'Actualizado el',
'deleted at' => 'Eliminado el',
'actions' => 'Acciones', 'actions' => 'Acciones',
'thumbnail' => 'Miniaturas', 'thumbnail' => 'Miniaturas',
], ],
...@@ -33,11 +34,15 @@ return [ ...@@ -33,11 +34,15 @@ return [
'update' => 'Actualizar', 'update' => 'Actualizar',
'delete' => 'Eliminar', 'delete' => 'Eliminar',
'reset' => 'Reiniciar', 'reset' => 'Reiniciar',
'see' => 'Ver',
'visualize' => 'Visualize',
'update and back' => 'Actualizar y regresar', 'update and back' => 'Actualizar y regresar',
], ],
'save' => 'Guardar', 'save' => 'Guardar',
'confirm' => 'Confirmar', 'confirm' => 'Confirmar',
'move' => 'Mover', 'move' => 'Mover',
'widget' => 'Complemento',
'widgets' => 'Complementos',
'breadcrumb' => [ 'breadcrumb' => [
'home' => 'Inicio', 'home' => 'Inicio',
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment