Skip to content

Commit

Permalink
Create tags.php Spanish translation 3.5.2
Browse files Browse the repository at this point in the history
Create tags.php Spanish translation 3.5.2
  • Loading branch information
kamekun authored Apr 5, 2018
1 parent 8d4fac0 commit cee903a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Modules/Translation/Resources/lang/tag/es/tags.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

return [
'list resource' => 'Listar etiquetas',
'create resource' => 'Crear etiquetas',
'edit resource' => 'Editar etiquetas',
'destroy resource' => 'Eliminar etiquetas',
'tags' => 'Etiquetas',
'tag' => 'Etiqueta',
'create tag' => 'Crear una etiquetas',
'edit tag' => 'Editar una etiqueta',
'name' => 'Nombre',
'slug' => 'URL amigable',
'namespace' => 'Namespace',
];

0 comments on commit cee903a

Please sign in to comment.