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 <button
id="btn-lyrics" id="btn-lyrics"
title="Lyrics" :title="t('lyrics.lyrics')"
aria-label="Lyrics" aria-label="Lyrics"
class="bi bi-chat-square-quote clickable" class="bi bi-chat-square-quote clickable"
:data-active="player.state.lyrics" :data-active="player.state.lyrics"

View file

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

View file

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