From 7083955702e871fcd4c14b44a150e2cb6b831360 Mon Sep 17 00:00:00 2001 From: Alexei Karpenko Date: Fri, 14 Feb 2025 16:44:33 +0100 Subject: [PATCH] changed Proektarbeitsbeurteilung phrases --- system/phrasesupdate.php | 41 +++++++++++++++++++++++++++++++--------- 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 51399bbf2..85373ff28 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -37327,13 +37327,35 @@ array( 'phrases' => array( array( 'sprache' => 'German', - 'text' => 'Bewertung (Prozent)', + 'text' => 'Erfüllungsgrad (Prozent) zum Ausfüllen', 'description' => '', 'insertvon' => 'system' ), array( 'sprache' => 'English', - 'text' => 'Score (percentage)', + 'text' => 'Degree of Fulfilment (Percentage) to Fill In', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'projektarbeitsbeurteilung', + 'category' => 'projektarbeitsbeurteilung', + 'phrase' => 'details', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Details (angemessener und korrekter Einsatz von +Werkzeugen und Technologien in jedem Schritt)', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Details +(appropriate and correct use of tools and technologies at each step)', 'description' => '', 'insertvon' => 'system' ) @@ -37453,8 +37475,9 @@ The methodology is appropriate to the field, justified based on literature, and 'phrases' => array( array( 'sprache' => 'German', - 'text' => 'Die Ergebnisse werden fundiert analysiert und in Bezug auf die Zielsetzung schlüssig interpretiert. -Die Diskussion reflektiert die Relevanz und Grenzen der Ergebnisse kritisch und ist logisch strukturiert.', + 'text' => 'Die Qualität der Lösung ist bezogen auf die Zielsetzung ausreichend. + Die Ergebnisse werden fundiert analysiert und in Bezug auf die Zielsetzung schlüssig interpretiert. + Die Diskussion reflektiert die Relevanz und Grenzen der Ergebnisse kritisch und ist logisch strukturiert.', 'description' => '', 'insertvon' => 'system' ), @@ -37602,7 +37625,7 @@ and represent the current state of research on the topic. The prescribed citatio 'phrases' => array( array( 'sprache' => 'German', - 'text' => 'Wenn ein Kriterium mit unter 50% bewertet wird, ist die Arbeit insgesamt als negativ zu beurteilen.', + 'text' => 'Jedes Kriterium muss mit mind. 50% bewertet werden, sonst ist die gesamte Arbeit negativ.', 'description' => '', 'insertvon' => 'system' ), @@ -37617,12 +37640,12 @@ and represent the current state of research on the topic. The prescribed citatio array( 'app' => 'projektarbeitsbeurteilung', 'category' => 'projektarbeitsbeurteilung', - 'phrase' => 'begruendung', + 'phrase' => 'gesamtkommentar', 'insertvon' => 'system', 'phrases' => array( array( 'sprache' => 'German', - 'text' => 'Begründung', + 'text' => 'Gesamtkommentar', 'description' => '', 'insertvon' => 'system' ), @@ -37637,12 +37660,12 @@ and represent the current state of research on the topic. The prescribed citatio array( 'app' => 'projektarbeitsbeurteilung', 'category' => 'projektarbeitsbeurteilung', - 'phrase' => 'begruendungVerpflichtend', + 'phrase' => 'gesamtkommentarVerpflichtend', 'insertvon' => 'system', 'phrases' => array( array( 'sprache' => 'German', - 'text' => 'Eine Begründung der Bewertung ist notwendig', + 'text' => 'Gesamtkommentar verpflichtend auszufüllen', 'description' => '', 'insertvon' => 'system' ),