Apply self-updates to language config
This commit is contained in:
parent
0a5dfd5995
commit
a6e83ae48a
8 changed files with 24 additions and 0 deletions
|
@ -11,6 +11,9 @@ display:
|
||||||
label: Asunto
|
label: Asunto
|
||||||
operations:
|
operations:
|
||||||
label: Operaciones
|
label: Operaciones
|
||||||
|
exposed_form:
|
||||||
|
options:
|
||||||
|
submit_button: Filter
|
||||||
filters:
|
filters:
|
||||||
subject:
|
subject:
|
||||||
expose:
|
expose:
|
||||||
|
|
|
@ -11,6 +11,9 @@ display:
|
||||||
label: Estado
|
label: Estado
|
||||||
operations:
|
operations:
|
||||||
label: Operaciones
|
label: Operaciones
|
||||||
|
exposed_form:
|
||||||
|
options:
|
||||||
|
submit_button: Filter
|
||||||
filters:
|
filters:
|
||||||
title:
|
title:
|
||||||
expose:
|
expose:
|
||||||
|
|
|
@ -7,6 +7,9 @@ display:
|
||||||
label: Nombre
|
label: Nombre
|
||||||
status:
|
status:
|
||||||
label: Estado
|
label: Estado
|
||||||
|
exposed_form:
|
||||||
|
options:
|
||||||
|
submit_button: Filter
|
||||||
filters:
|
filters:
|
||||||
status:
|
status:
|
||||||
expose:
|
expose:
|
||||||
|
|
|
@ -9,3 +9,6 @@ display:
|
||||||
label: Estado
|
label: Estado
|
||||||
operations:
|
operations:
|
||||||
label: Operaciones
|
label: Operaciones
|
||||||
|
exposed_form:
|
||||||
|
options:
|
||||||
|
submit_button: Filter
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_options:
|
display_options:
|
||||||
|
exposed_form:
|
||||||
|
options:
|
||||||
|
submit_button: Filter
|
||||||
fields:
|
fields:
|
||||||
created:
|
created:
|
||||||
label: Creado
|
label: Creado
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_options:
|
display_options:
|
||||||
|
exposed_form:
|
||||||
|
options:
|
||||||
|
submit_button: Filter
|
||||||
fields:
|
fields:
|
||||||
path:
|
path:
|
||||||
label: Ruta
|
label: Ruta
|
||||||
|
|
|
@ -7,6 +7,9 @@ display:
|
||||||
label: Estado
|
label: Estado
|
||||||
operations:
|
operations:
|
||||||
label: Operaciones
|
label: Operaciones
|
||||||
|
exposed_form:
|
||||||
|
options:
|
||||||
|
submit_button: Filter
|
||||||
filters:
|
filters:
|
||||||
status:
|
status:
|
||||||
group_info:
|
group_info:
|
||||||
|
|
|
@ -9,5 +9,8 @@ display:
|
||||||
label: Usuario
|
label: Usuario
|
||||||
link:
|
link:
|
||||||
label: Operaciones
|
label: Operaciones
|
||||||
|
exposed_form:
|
||||||
|
options:
|
||||||
|
submit_button: Filter
|
||||||
page:
|
page:
|
||||||
display_title: Página
|
display_title: Página
|
||||||
|
|
Loading…
Reference in a new issue