diff --git a/resources/lang/es/filament-navigation.php b/resources/lang/es/filament-navigation.php new file mode 100644 index 0000000..62fabaf --- /dev/null +++ b/resources/lang/es/filament-navigation.php @@ -0,0 +1,38 @@ + [ + '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', + ], +];