mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 12:48:01 +02:00
add t/string for playlist saving
This commit is contained in:
parent
2e3ab42908
commit
a01d14cbbc
3 changed files with 5 additions and 3 deletions
|
@ -110,7 +110,7 @@ const shuffleAdd = () => {
|
|||
title += ' - ' + results.items.songs.items[0].uploaderName;
|
||||
|
||||
useCreatePlaylist(title, urls, () => {
|
||||
alert('Saved!');
|
||||
alert(t('info.saved'));
|
||||
});
|
||||
}
|
||||
},
|
||||
|
|
|
@ -69,7 +69,8 @@
|
|||
"info": {
|
||||
"no_info": "Keine Informationen verfügbar",
|
||||
"see_all": "Alle sehen",
|
||||
"search": "Suche starten"
|
||||
"search": "Suche starten",
|
||||
"saved": "Gespeichert!"
|
||||
},
|
||||
"instances": {
|
||||
"up_to_date": "Aktuell",
|
||||
|
|
|
@ -69,7 +69,8 @@
|
|||
"info": {
|
||||
"see_all": "See All",
|
||||
"search": "Start Searching",
|
||||
"no_info": "No Information Available"
|
||||
"no_info": "No Information Available",
|
||||
"saved": "Saved!"
|
||||
},
|
||||
"instances": {
|
||||
"hyp": "Hyperpipe Instance",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue