fixtermin -> "kein neichreichen erlaubt" phrase/bool logic change; signatur message on enduploads fetched from signatur server on every load request; Inplace toggle for further infos in offcanvas timeline & student details on mobile view(tooltips); reworked col/row structure on detail views for mobile;

This commit is contained in:
Johann Hoffmann
2025-11-11 13:44:47 +01:00
parent cef0046acd
commit 410f0c4b6a
10 changed files with 528 additions and 149 deletions
+223 -3
View File
@@ -42120,18 +42120,178 @@ array(
array(
'app' => 'core',
'category' => 'abgabetool',
'phrase' => 'c4fixterminv3',
'phrase' => 'c4fixterminv4',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "kein Nachreichen möglich",
'text' => "Nachreichen möglich",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "no late submission possible",
'text' => "late submission possible",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'abgabetool',
'phrase' => 'c4orgform',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Organisationseinheit",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "organization unit",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'abgabetool',
'phrase' => 'c4studstatus',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Studierendenstatus",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "student status",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'abgabetool',
'phrase' => 'c4signaturGefunden',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Digitale Signatur gefunden",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "digital signature found",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'abgabetool',
'phrase' => 'c4keineSignatur',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Keine Digitale Signatur gefunden",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "no digital signature found",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'abgabetool',
'phrase' => 'c4signaturServerError',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Signatur Server Error",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "signature server error",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'abgabetool',
'phrase' => 'c4noFileFound',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Datei wurde nicht gefunden",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "file not found",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'abgabetool',
'phrase' => 'c4fileUploaded',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Datei hochgeladen",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "file uploaded",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'abgabetool',
'phrase' => 'c4actions',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Aktionen",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "actions",
'description' => '',
'insertvon' => 'system'
)
@@ -43062,6 +43222,66 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'abgabetool',
'phrase' => 'c4tooltipAbgabeDetected',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Zu diesem Abgabetermin wurde bereits eine Datei hochgeladen",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'a file has been uploaded for this deadline',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'abgabetool',
'phrase' => 'c4tapForTooltipInfo',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Tippen Sie für Tooltip-Informationen",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'tap for tooltip information',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'abgabetool',
'phrase' => 'c4abgabeZeitstatus',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Zeitstatus",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'time status',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'abgabetool',