- added zweitbegutachterFehltWarnung phrase

This commit is contained in:
KarpAlex
2021-03-22 04:55:46 +01:00
parent 95c5a9c475
commit fbb7b45b69
+20
View File
@@ -9311,6 +9311,26 @@ Any unusual occurrences
'insertvon' => 'system'
)
)
),
array(
'app' => 'projektarbeitsbeurteilung',
'category' => 'projektarbeitsbeurteilung',
'phrase' => 'zweitbegutachterFehltWarnung',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Die Beurteilung des Zweitbegutachters liegt noch nicht vor.',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'The assessment of the second assessor is not available yet.',
'description' => '',
'insertvon' => 'system'
)
)
)
);