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 c6251f0 commit 280a4a6Copy full SHA for 280a4a6
resources/lang/de/expiry.php
@@ -15,6 +15,8 @@
15
16
'expired_at' => 'Abgelaufen',
17
'processing_deadline' => 'Bearbeitungsfrist',
18
+ 'escalated_at' => 'Eskaliert am',
19
+ 'escalated_to' => 'Eskaliert an',
20
'cycle' => 'Turnus',
21
'notifyUser' => 'Verantwortlicher',
22
'expiry_job' => 'Typ',
resources/lang/en/expiry.php
@@ -19,6 +19,8 @@
'expired_at' => 'Expired',
'processing_deadline' => 'Processing deadline',
+ 'escalated_at' => 'Escalated at',
23
+ 'escalated_to' => 'Escalated to',
24
'cycle' => 'Cycle',
25
26
'expiry_job' => 'Type',
0 commit comments