adds parameter to ampeln deadline/overdue phrase

This commit is contained in:
SimonGschnell
2024-08-07 15:21:22 +02:00
parent 05e0d219f4
commit 3f86961bda
3 changed files with 12 additions and 13 deletions
+5 -5
View File
@@ -27539,13 +27539,13 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Überfällig',
'text' => 'Überfällig: {count}',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Overdue',
'text' => 'Overdue: {count}',
'description' => '',
'insertvon' => 'system'
)
@@ -27554,18 +27554,18 @@ array(
array(
'app' => 'core',
'category' => 'ampeln',
'phrase' => 'deadline',
'phrase' => 'ampelnDeadline',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Stichtag',
'text' => 'Stichtag: {value}',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Deadline',
'text' => 'Deadline: {value}',
'description' => '',
'insertvon' => 'system'
)