refactor(Studium accessibility): adds accessability attributes to the studium component

This commit is contained in:
SimonGschnell
2025-07-15 14:29:26 +02:00
parent 2222199b95
commit 81280a5e91
2 changed files with 49 additions and 8 deletions
+41
View File
@@ -30161,6 +30161,7 @@ array(
)
)
),
//ProfilUpdate Phrasen ende
array(
@@ -30183,6 +30184,46 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'global',
'phrase' => 'previous',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'vorherige',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'previous',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'global',
'phrase' => 'next',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'nächste',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'next',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'global',