Skip to content

Commit

Permalink
Spanish translations added
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyhorna authored and pboivin committed Nov 13, 2023
1 parent 556d0e8 commit 0feafcf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions resources/lang/es/ui.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

return [
'preview-action-label' => 'Vista previa',

'preview-modal-title' => 'Vista previa',

'close-modal-action-label' => 'Cerrar',

'builder-editor-title' => 'Editor',

'refresh-action-label' => 'Actualizar vista previa',

'editor-settings-label' => 'Configuración',

'editor-auto-refresh-label' => 'Actualizar automáticamente',

'accept-action-label' => 'Aceptar',

'discard-action-label' => 'Cancelar',
];

0 comments on commit 0feafcf

Please sign in to comment.