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
|
||||
operations:
|
||||
label: Operaciones
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Filter
|
||||
filters:
|
||||
subject:
|
||||
expose:
|
||||
|
|
|
@ -11,6 +11,9 @@ display:
|
|||
label: Estado
|
||||
operations:
|
||||
label: Operaciones
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Filter
|
||||
filters:
|
||||
title:
|
||||
expose:
|
||||
|
|
|
@ -7,6 +7,9 @@ display:
|
|||
label: Nombre
|
||||
status:
|
||||
label: Estado
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Filter
|
||||
filters:
|
||||
status:
|
||||
expose:
|
||||
|
|
|
@ -9,3 +9,6 @@ display:
|
|||
label: Estado
|
||||
operations:
|
||||
label: Operaciones
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Filter
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
display:
|
||||
default:
|
||||
display_options:
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Filter
|
||||
fields:
|
||||
created:
|
||||
label: Creado
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
display:
|
||||
default:
|
||||
display_options:
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Filter
|
||||
fields:
|
||||
path:
|
||||
label: Ruta
|
||||
|
|
|
@ -7,6 +7,9 @@ display:
|
|||
label: Estado
|
||||
operations:
|
||||
label: Operaciones
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Filter
|
||||
filters:
|
||||
status:
|
||||
group_info:
|
||||
|
|
|
@ -9,5 +9,8 @@ display:
|
|||
label: Usuario
|
||||
link:
|
||||
label: Operaciones
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Filter
|
||||
page:
|
||||
display_title: Página
|
||||
|
|
Loading…
Reference in a new issue