diff --git a/resources/lang/es/global.php b/resources/lang/es/global.php new file mode 100644 index 0000000..b21cabd --- /dev/null +++ b/resources/lang/es/global.php @@ -0,0 +1,6 @@ + "Creado", + "updated_at" => "Modificado", +]; diff --git a/resources/lang/es/translation.php b/resources/lang/es/translation.php new file mode 100644 index 0000000..5306356 --- /dev/null +++ b/resources/lang/es/translation.php @@ -0,0 +1,11 @@ + "Traducciones", + "label" => "Traducciones", + "group" => "Grupo", + "key" => "Llave", + "text" => "Texto", + "scan" => "Búsqueda de nuevos idiomas", + "namespace" => "Namespace" +];