Added i18n support for the web interface

This commit is contained in:
Thomas Basler
2022-12-01 21:35:46 +01:00
parent 8472931f69
commit ab25914c48
38 changed files with 1370 additions and 477 deletions

View File

@@ -1,10 +1,10 @@
<template>
<table class="table table-hover">
<thead>
<th scope="col">Start</th>
<th scope="col">Stop</th>
<th scope="col">ID</th>
<th scope="col">Message</th>
<th scope="col">{{ $t('eventlog.Start') }}</th>
<th scope="col">{{ $t('eventlog.Stop') }}</th>
<th scope="col">{{ $t('eventlog.Id') }}</th>
<th scope="col">{{ $t('eventlog.Message') }}</th>
</thead>
<tbody>
<template v-for="event in eventLogList.count" :key="event">