add t/strings for statusbar>lyrics

This commit is contained in:
vrifox 2023-07-18 17:51:22 +02:00
parent 3139202d87
commit fb716f88ea
No known key found for this signature in database
GPG key ID: D40098E5B60B2197
3 changed files with 5 additions and 3 deletions

View file

@ -287,7 +287,7 @@ async function Like() {
<button
id="btn-lyrics"
title="Lyrics"
:title="t('lyrics.lyrics')"
aria-label="Lyrics"
class="bi bi-chat-square-quote clickable"
:data-active="player.state.lyrics"

View file

@ -83,7 +83,8 @@
},
"lyrics": {
"load": "Abrufen von Liedtexten",
"void": "Keine Liedtexte"
"void": "Keine Liedtexte",
"lyrics": "Liedtexte"
},
"statusBar": {
"currentPlaylist": "Aktuelle Wiedergabeliste",

View file

@ -83,7 +83,8 @@
},
"lyrics": {
"load": "Fetching Lyrics",
"void": "No Lyrics"
"void": "No Lyrics",
"lyrics": "Lyrics"
},
"statusBar": {
"currentPlaylist": "Current Playlist",