update(LvInfo Phrasen): adds some phrasen for the LvInfo View for the moodle events

This commit is contained in:
SimonGschnell
2025-03-03 14:38:23 +01:00
parent 20f22d5a7b
commit b8239b0842
2 changed files with 84 additions and 4 deletions
+4 -4
View File
@@ -79,19 +79,19 @@ export default {
<td>{{start_time}}</td>
</tr>
<tr v-if="event?.actionname">
<th>Action required:</th>
<th>{{$p.t('lvinfo','actionname')}}:</th>
<td>
{{event?.actionname}}
</td>
</tr>
<tr v-if="event?.overdue">
<th>Overdue:</th>
<th>{{$p.t('lvinfo','overdue')}}:</th>
<td>
This event is overdue
{{$p.t('lvinfo','overdueEvent')}}
</td>
</tr>
<tr >
<th>Link:</th>
<th>{{$p.t('lvinfo','moodleLink')}}</th>
<td>
<a :href="event?.url" target="_blank"><i class="fa fa-arrow-up-right-from-square me-1"></i></a>
</td>
+80
View File
@@ -20184,6 +20184,86 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'lvinfo',
'phrase' => 'actionname',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Aktion",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Action",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'lvinfo',
'phrase' => 'overdue',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "überfällig",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "overdue",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'lvinfo',
'phrase' => 'overdueEvent',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Event ist überfällig",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Event is overdue",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'lvinfo',
'phrase' => 'moodleLink',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Moodle Link",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Moodle link",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'rauminfo',