From ef4c5ff610b77fd30cf5dcdf16e70b9ada22fbaa Mon Sep 17 00:00:00 2001 From: Mauro <67872344+dalailama333@users.noreply.github.com> Date: Sun, 24 May 2026 18:28:54 +0200 Subject: [PATCH 1/3] Add Italian translations for play commands Added Italian translations for music commands for selecting song in the view assist - Play Music With Music Assistant --- .../docs/extend-functionality/sentences/play-music-with-ma.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wiki/docs/extend-functionality/sentences/play-music-with-ma.md b/wiki/docs/extend-functionality/sentences/play-music-with-ma.md index 603d72d0..b8c2483c 100644 --- a/wiki/docs/extend-functionality/sentences/play-music-with-ma.md +++ b/wiki/docs/extend-functionality/sentences/play-music-with-ma.md @@ -14,21 +14,25 @@ Adjustments may be needed based on your specific usage and preferences. - en: `(play the artist {artist} | play some {artist} [music] |play [some] [music | songs] by {artist})` - de: `(Spiele den Künstler {artist} | Spiele etwas {artist} [Musik] | Spiele [etwas] [Musik | Lieder] von {artist})` +- it: `( metti | riproduci ) (musica | della musica | qualcosa | un brano | dei brani ) (di | dei) {artist}` ### Play Playlist Command - en: `start [the] {playlist} playlist` - de: `Spiele [die] Playlist {playlist}` +- it: `(metti | riproduci) la playlist {playlist}` ### Play Song Command - en: `play {song} by {artist}` - de: `Spiele [den Song|den Titel] {song} von {artist}` +- it: `( metti | riproduci ) [ il brano ] {song} ( di | dei ) {artist}` ### Queue Song Command - en: `(queue | cue | Q) {song} by {artist}` - de: `Setze [den Song|den Titel] {song} von {artist} [in|auf] die Warteschlange` +- it: `(aggiungi) [il brano] {song} (di | dei) {artist}` ## Changelog From 1dc25f643c0975bdec848be8f295f838eae9b329 Mon Sep 17 00:00:00 2001 From: Mauro <67872344+dalailama333@users.noreply.github.com> Date: Sun, 24 May 2026 18:38:15 +0200 Subject: [PATCH 2/3] Add Italian translations for music assistant responses & little bug fix Addes Italian translation for View Assist responses. Fix for a little bug: when a song is requested to be queued, the response was always "playing song" instead "queuing song". --- .../blueprint-playmusicwithmusicassistant.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/View_Assist_custom_sentences/Play_Music_with_Music_Assistant/blueprint-playmusicwithmusicassistant.yaml b/View_Assist_custom_sentences/Play_Music_with_Music_Assistant/blueprint-playmusicwithmusicassistant.yaml index 9a3dfbdb..3bbd6127 100644 --- a/View_Assist_custom_sentences/Play_Music_with_Music_Assistant/blueprint-playmusicwithmusicassistant.yaml +++ b/View_Assist_custom_sentences/Play_Music_with_Music_Assistant/blueprint-playmusicwithmusicassistant.yaml @@ -84,6 +84,17 @@ actions: ma_instance: !input ma_instance language: !input language translations: + it: + responses: + playartist_found: Riproduco dei brani di {artist} + playartist_not_found: Non sono riuscito a trovare brani di {search_artist} + playlist_found: Riproduco la playlist {playlist} + playlist_not_found: >- + Mi dispiace, non ho trovato alcuna playlist chiamata + {search_playlist} + playsong_found: Riproduco {song} di {artist} + playsong_not_found: Mi dispiace, non ho trovato {song} di {artist} + playsong_queue: Metto in coda {song} di {artist} ca: responses: playartist_found: "Reproduint música de {artist}" @@ -366,7 +377,7 @@ actions: then: - variables: conversation_response: >- - {{ translations[language]['responses']['playsong_found'].replace("{artist}", found_track.tracks[0].artists[0].name).replace("{song}", found_track.tracks[0].name) }} + {{ translations[language]['responses']['playsong_queue'].replace("{artist}", found_track.tracks[0].artists[0].name).replace("{song}", found_track.tracks[0].name) }} - set_conversation_response: "{{ conversation_response }}" - action: view_assist.set_state target: From aa20ed0c79406cd8a7a6b9d3a0378f2f93b18be7 Mon Sep 17 00:00:00 2001 From: AshaiRey Date: Sun, 28 Jun 2026 13:47:44 +0200 Subject: [PATCH 3/3] Update blueprint-locateaperson.yaml NL translation added --- .../Locate_a_Person/blueprint-locateaperson.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/View_Assist_custom_sentences/Locate_a_Person/blueprint-locateaperson.yaml b/View_Assist_custom_sentences/Locate_a_Person/blueprint-locateaperson.yaml index 6bfa779a..b478e7c5 100644 --- a/View_Assist_custom_sentences/Locate_a_Person/blueprint-locateaperson.yaml +++ b/View_Assist_custom_sentences/Locate_a_Person/blueprint-locateaperson.yaml @@ -9,7 +9,7 @@ blueprint: default: en selector: language: - languages: [ca, de, en, es, fr, it, pl, pt] + languages: [ca, de, en, es, fr, it, nl, pl, pt] command_prompt: name: Command Text description: The phrase you want to use to trigger the automation @@ -122,6 +122,17 @@ action: minute_label: "Minuten zuvor" hour_label: "Stunden zuvor" day_label: "Tage zuvor" + nl: + responses: + person_away: "{person} is weg." + person_location: "{person} is op {location}" + person_undefined: "{person} is niet gedefineerd" + last_update: + prefix: "Laatst geupdated" + now_label: "nu" + minute_label: "minuten geleden" + hour_label: "uren geleden" + day_label: "dagen geleden" pl: responses: person_away: "{person} jest poza domem."