Skip to content

Commit da4e5ce

Browse files
author
Nelson Otazo
authored
Added Spanish translation (#5)
Credit to @norotaro
1 parent 2ab8fc7 commit da4e5ce

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

lang/es/lang.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?php return [
2+
'plugin' => [
3+
'name' => 'Notas',
4+
'description' => 'Agregue notas fácilmente a cualquier registro en WinterCMS',
5+
],
6+
'models' => [
7+
'note' => [
8+
'label' => 'Nota',
9+
'label_plural' => 'Notas',
10+
'name' => 'Título',
11+
'new_note' => 'Nueva Nota',
12+
'add_new_note' => 'Agregar nueva nota',
13+
'delete_note' => 'Eliminar nota',
14+
'created_at' => 'Creado El',
15+
'updated_at' => 'Actualizado El',
16+
'deleted_at' => 'Eliminado El',
17+
'delete_confirm' => '¿Está seguro de que desea eliminar la nota seleccionada?',
18+
'saving' => 'Guardando',
19+
'no_notes_to_display' => 'No hay notas para mostrar',
20+
],
21+
],
22+
];

0 commit comments

Comments
 (0)