Skip to content

Commit

Permalink
Spanish translation (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
neurotools committed Sep 1, 2023
1 parent 604aed3 commit b37c486
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions resources/lang/es/filament-navigation.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?php

return [
'attributes' => [
'external-link' => 'Vínculo externo',
'url' => 'URL',
'target' => 'Destino',
'name' => 'Nombre',
'items' => 'Ítems',
'handle' => 'Referencia',
'created_at' => 'Creado',
'updated_at' => 'Actualizado',

],

'select-options' => [
'same-tab' => 'Misma pestaña',
'new-tab' => 'Nueva pestaña'
],

'items' => [
'empty' => 'No hay ítems.',
'add-item' => 'Agregar ítem',
'add-child' => 'Agregar hijo',
'move-up' => 'Mover arriba',
'move-down' => 'Mover abajo',
'indent' => 'Indentar',
'dedent' => 'Desindentar',
'remove' => 'Remover'
],

'items-modal' => [
'title' => 'Ítem',
'label' => 'Etiqueta',
'type' => 'Tipo',
'btn' => 'Guardar',
],
];

0 comments on commit b37c486

Please sign in to comment.