mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 21:18:01 +02:00
add t/strings for statusbar>add to playlist
This commit is contained in:
parent
fb716f88ea
commit
a51150729e
3 changed files with 5 additions and 3 deletions
|
@ -280,7 +280,7 @@ async function Like() {
|
||||||
|
|
||||||
<button
|
<button
|
||||||
id="addToPlaylist"
|
id="addToPlaylist"
|
||||||
title="Add Current Song to a Playlist"
|
:title="t('statusBar.add_current_to_playlist')"
|
||||||
aria-label="Add Current Song to a Playlist"
|
aria-label="Add Current Song to a Playlist"
|
||||||
class="bi bi-collection clickable"
|
class="bi bi-collection clickable"
|
||||||
@click="List"></button>
|
@click="List"></button>
|
||||||
|
|
|
@ -88,7 +88,8 @@
|
||||||
},
|
},
|
||||||
"statusBar": {
|
"statusBar": {
|
||||||
"currentPlaylist": "Aktuelle Wiedergabeliste",
|
"currentPlaylist": "Aktuelle Wiedergabeliste",
|
||||||
"loop": "Schleife"
|
"loop": "Schleife",
|
||||||
|
"add_current_to_playlist": "Füge aktuelles Lied einer Wiedergabeliste hinzu"
|
||||||
},
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"username": "Benutzername",
|
"username": "Benutzername",
|
||||||
|
|
|
@ -88,7 +88,8 @@
|
||||||
},
|
},
|
||||||
"statusBar": {
|
"statusBar": {
|
||||||
"currentPlaylist": "Current Playlist",
|
"currentPlaylist": "Current Playlist",
|
||||||
"loop": "Loop"
|
"loop": "Loop",
|
||||||
|
"add_current_to_playlist": "Add Current Song to a Playlist"
|
||||||
},
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"username": "username",
|
"username": "username",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue