From 686abaf1af24ca2930d0eadf6d534bbfafbe0769 Mon Sep 17 00:00:00 2001 From: datune Date: Wed, 8 Sep 2021 05:31:53 +0200 Subject: [PATCH 1/2] Add missing filter translations --- modules/system/lang/de/client.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/modules/system/lang/de/client.php b/modules/system/lang/de/client.php index e6bb781bd7..afcb2cc623 100644 --- a/modules/system/lang/de/client.php +++ b/modules/system/lang/de/client.php @@ -61,7 +61,11 @@ 'filter' => [ 'group' => [ - 'all' => 'Alle' + 'all' => 'all', + ], + 'scopes' => [ + 'apply_button_text' => 'Anwenden', + 'clear_button_text' => 'Löschen', ], 'dates' => [ 'all' => 'Alle', @@ -70,7 +74,14 @@ 'date_placeholder' => 'Datum', 'after_placeholder' => 'Nach', 'before_placeholder' => 'Vor' - ] + ], + 'numbers' => [ + 'all' => 'Alle', + 'filter_button_text' => 'Filter', + 'reset_button_text' => 'Zurücksetzen', + 'min_placeholder' => 'Min', + 'max_placeholder' => 'Max', + ], ], 'eventlog' => [ From b13fa8696782b60d8061476d8a4707322af25098 Mon Sep 17 00:00:00 2001 From: datune Date: Wed, 8 Sep 2021 08:35:31 +0200 Subject: [PATCH 2/2] Fix all references --- modules/system/lang/de/client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/lang/de/client.php b/modules/system/lang/de/client.php index afcb2cc623..910b8e2d3b 100644 --- a/modules/system/lang/de/client.php +++ b/modules/system/lang/de/client.php @@ -61,7 +61,7 @@ 'filter' => [ 'group' => [ - 'all' => 'all', + 'all' => 'Alle', ], 'scopes' => [ 'apply_button_text' => 'Anwenden',