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