8000
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 21ff4c9 commit 50489c2Copy full SHA for 50489c2
config/locales/es.yml
@@ -35,6 +35,10 @@ es:
35
has_many_delete: "Eliminar"
36
has_many_remove: "Quitar"
37
move: "Mover"
38
+ toggle_dark_mode: "Alternar modo oscuro"
39
+ toggle_main_navigation_menu: "Alternar el menú de navegación principal"
40
+ toggle_user_menu: "Alternar menú de usuario"
41
+ toggle_section: "Alternar sección"
42
filters:
43
buttons:
44
filter: "Filtrar"
@@ -62,6 +66,8 @@ es:
62
66
multiple: "Mostrando %{model} <b>%{from} - %{to}</b> de un total de <b>%{total}</b>"
63
67
multiple_without_total: "Mostrando %{model} <b>%{from} - %{to}</b>"
64
68
per_page: "Por página: "
69
+ previous: "Anterior"
70
+ next: "Siguiente"
65
71
entry:
72
one: "registro"
73
other: "registros"
0 commit comments