translate logout

This commit is contained in:
chfhtw
2025-11-05 16:50:22 +01:00
parent 1cdebbe977
commit 5ecd81bb09
2 changed files with 25 additions and 1 deletions
@@ -386,7 +386,11 @@ export default {
/>
</li>
<li><hr class="dropdown-divider m-0"/></li>
<li><a class="dropdown-item" :href="logoutUrl">Logout</a></li>
<li>
<a class="dropdown-item" :href="logoutUrl">
{{ $p.t('ui/logout') }}
</a>
</li>
</ul>
</div>
</header>
+20
View File
@@ -1775,6 +1775,26 @@ $phrases = array(
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'logout',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Logout',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Logout',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',