mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
add t/strings for statusbar>lyrics
This commit is contained in:
parent
4efb38a1e0
commit
7ed32cf9fc
3 changed files with 5 additions and 3 deletions
|
@ -215,7 +215,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"
|
||||
|
|
|
@ -86,7 +86,8 @@
|
|||
},
|
||||
"lyrics": {
|
||||
"load": "Abrufen von Liedtexten",
|
||||
"void": "Keine Liedtexte"
|
||||
"void": "Keine Liedtexte",
|
||||
"lyrics": "Liedtexte"
|
||||
},
|
||||
"statusBar": {
|
||||
"currentPlaylist": "Aktuelle Wiedergabeliste",
|
||||
|
|
|
@ -86,7 +86,8 @@
|
|||
},
|
||||
"lyrics": {
|
||||
"load": "Fetching Lyrics",
|
||||
"void": "No Lyrics"
|
||||
"void": "No Lyrics",
|
||||
"lyrics": "Lyrics"
|
||||
},
|
||||
"statusBar": {
|
||||
"currentPlaylist": "Current Playlist",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue