Skip to content

Commit

Permalink
Merge pull request #1 from pathros/add-spanish-translations
Browse files Browse the repository at this point in the history
Add Spanish translations
  • Loading branch information
3x1io authored Feb 18, 2022
2 parents 8b63cb9 + 7964b85 commit 5053657
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/lang/es/global.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

return [
"created_at" => "Creado",
"updated_at" => "Modificado",
];
11 changes: 11 additions & 0 deletions resources/lang/es/translation.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

return [
"title" => "Traducciones",
"label" => "Traducciones",
"group" => "Grupo",
"key" => "Llave",
"text" => "Texto",
"scan" => "Búsqueda de nuevos idiomas",
"namespace" => "Namespace"
];

0 comments on commit 5053657

Please sign in to comment.