We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab8fc7 commit da4e5ceCopy full SHA for da4e5ce
1 file changed
lang/es/lang.php
@@ -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