add t/string for playlist saving

This commit is contained in:
vrifox 2023-07-18 16:55:59 +02:00
parent d939ac788f
commit d4fd4e2134
No known key found for this signature in database
GPG key ID: D40098E5B60B2197
3 changed files with 5 additions and 3 deletions

View file

@ -94,7 +94,7 @@ const shuffleAdd = () => {
title += ' - ' + results.items.songs.items[0].uploaderName; title += ' - ' + results.items.songs.items[0].uploaderName;
useCreatePlaylist(title, urls, () => { useCreatePlaylist(title, urls, () => {
alert('Saved!'); alert(t('info.saved'));
}); });
} }
}, },

View file

@ -66,7 +66,8 @@
"info": { "info": {
"no_info": "Keine Informationen verfügbar", "no_info": "Keine Informationen verfügbar",
"see_all": "Alle sehen", "see_all": "Alle sehen",
"search": "Suche starten" "search": "Suche starten",
"saved": "Gespeichert!"
}, },
"instances": { "instances": {
"up_to_date": "Aktuell", "up_to_date": "Aktuell",

View file

@ -66,7 +66,8 @@
"info": { "info": {
"see_all": "See All", "see_all": "See All",
"search": "Start Searching", "search": "Start Searching",
"no_info": "No Information Available" "no_info": "No Information Available",
"saved": "Saved!"
}, },
"instances": { "instances": {
"hyp": "Hyperpipe Instance", "hyp": "Hyperpipe Instance",