From 13592769435cdbcc446c6ca29642fd77e95b691c Mon Sep 17 00:00:00 2001 From: marcelveldt Date: Thu, 16 May 2019 22:28:53 +0200 Subject: [PATCH] some more translations --- music_assistant/web/components/infoheader.vue.js | 8 ++++---- music_assistant/web/strings.js | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/music_assistant/web/components/infoheader.vue.js b/music_assistant/web/components/infoheader.vue.js index 5afea5ed..452e7c5d 100644 --- a/music_assistant/web/components/infoheader.vue.js +++ b/music_assistant/web/components/infoheader.vue.js @@ -8,7 +8,7 @@ Vue.component("infoheader", { :height="isMobile() ? '300' : '370'" position="center top" :src="getFanartImage()" - gradient="to top right, rgba(100,115,201,.33), rgba(25,32,72,.7)" + gradient="to bottom, rgba(0,0,0,.65), rgba(0,0,0,.35)" >
@@ -51,9 +51,9 @@ Vue.component("infoheader", {
- play_circle_outlinePlay - favorite_borderAdd to library - favoriteRemove from library + play_circle_outline{{ $t('play') }} + favorite_border{{ $t('add_library') }} + favorite{{ $t('remove_library') }}
diff --git a/music_assistant/web/strings.js b/music_assistant/web/strings.js index 09c3ed18..0c2c759d 100644 --- a/music_assistant/web/strings.js +++ b/music_assistant/web/strings.js @@ -18,6 +18,8 @@ const messages = { player_settings: "Player settings", type_to_search: "Type here to search...", enabled: "Enabled", + add_library: "Add to library", + remove_library: "Remove from library", // settings strings username: "Username", password: "Password", @@ -44,6 +46,7 @@ const messages = { file_prov_playlists_path: "Path to playlists (.m3u)", // player strings players: "Players", + play: "Play", play_on: "Play on:", play_now: "Play Now", play_next: "Play Next", @@ -75,6 +78,8 @@ const messages = { player_settings: "Speler instellingen", enabled: "Ingeschakeld", type_to_search: "Type hier om te zoeken...", + add_library: "Voeg toe aan bibliotheek", + remove_library: "Verwijder uit bibliotheek", // settings strings username: "Gebruikersnaam", password: "Wachtwoord", @@ -101,6 +106,7 @@ const messages = { file_prov_playlists_path: "Pad naar playlist bestanden (.m3u)", // player strings players: "Spelers", + play: "Afspelen", play_on: "Afspelen op:", play_now: "Nu afspelen", play_next: "Speel als volgende af", -- 2.34.1