Skip to content

Commit

Permalink
2.0.13
Browse files Browse the repository at this point in the history
2.0.12 Added german translation. Fixed input selection.
2.0.13 Extended german translation and corrected descriptions.
  • Loading branch information
RonnyWinkler committed Jul 1, 2023
1 parent b220278 commit 19e7902
Show file tree
Hide file tree
Showing 33 changed files with 308 additions and 51 deletions.
8 changes: 8 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,13 @@
"2.0.11": {
"en": "Added audio output and screen off state.",
"de": "Audio-Ausgang und Bildschirm-Aus-Status ergänzt."
},
"2.0.12": {
"en": "Added german translation. Fixed input selection.",
"de": "Deutsche Übersetzung ergänzt. Input-Selection korrigiert."
},
"2.0.13": {
"en": "Extended german translation and corrected descriptions.",
"de": "Deutsche Übersetzung ergänzt und Beschreibungen korrigiert."
}
}
2 changes: 1 addition & 1 deletion .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "name.ricardoismy.sonybraviaandroidtv",
"version": "2.0.11",
"version": "2.0.13",
"compatibility": ">=8.1.0",
"sdk": 3,
"name": {
Expand Down
5 changes: 5 additions & 0 deletions .homeycompose/capabilities/audio_output.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"type": "enum",
"title": {
"en": "Audio output",
"de": "Audio-Ausgang",
"nl": "Audio uitgang"
},
"getable": true,
Expand All @@ -12,27 +13,31 @@
"id": "speaker",
"title": {
"en": "Speaker",
"de": "Lautsprecher",
"nl": "Spreker"
}
},
{
"id": "audioSystem",
"title": {
"en": "Audio system",
"de": "Audio-System",
"nl": "Audio systeem"
}
},
{
"id": "hdmi",
"title": {
"en": "HDMI",
"de": "HDMI",
"nl": "HDMI"
}
},
{
"id": "speaker_hdmi",
"title": {
"en": "Speaker and HDMI",
"de": "Lautsprecher und HDMI",
"nl": "Spreker and HDMI"
}
}
Expand Down
1 change: 1 addition & 0 deletions .homeycompose/capabilities/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"type": "enum",
"title": {
"en": "Input",
"de": "Eingang",
"nl": "Invoer"
},
"getable": true,
Expand Down
1 change: 1 addition & 0 deletions .homeycompose/capabilities/playing_content.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"type": "string",
"title": {
"en": "Playing content",
"de": "Angezeigter Inhalt",
"nl": "Inhoud afspelen"
},
"getable": true,
Expand Down
1 change: 1 addition & 0 deletions .homeycompose/capabilities/screen_off.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"title": {
"en": "Screen off",
"de": "Bildschirm aus",
"nl": "Scherm uit"
},
"type": "boolean",
Expand Down
1 change: 1 addition & 0 deletions .homeycompose/flow/actions/EPG.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"deprecated": true,
"title": {
"en": "Open Electronic Program Guide",
"de": "Öffne den elektronischen Programmführer",
"nl": "Elektronische Programma Gids openen"
},
"args": [
Expand Down
2 changes: 2 additions & 0 deletions .homeycompose/flow/actions/Enter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"deprecated": true,
"title": {
"en": "Send Enter command",
"de": "Sende Enter-Kommando",
"nl": "Enter commando versturen"
},
"titleFormatted": {
"en": "Send Enter command",
"de": "Sende Enter-Kommando",
"nl": "Enter commando versturen"
},
"args": [
Expand Down
2 changes: 2 additions & 0 deletions .homeycompose/flow/actions/Netflix.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"deprecated": true,
"title": {
"en": "Start Netflix",
"de": "Starte Netflix",
"nl": "Open Netflix"
},
"titleFormatted": {
"en": "Start Netflix",
"de": "Starte Netflix",
"nl": "Open Netflix"
},
"args": [
Expand Down
2 changes: 2 additions & 0 deletions .homeycompose/flow/actions/Options.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"deprecated": true,
"title": {
"en": "Open Options",
"de": "Öffne Einstellungen",
"nl": "Opties openen"
},
"titleFormatted": {
"en": "Open Options",
"de": "Öffne Einstellungen",
"nl": "Opties openen"
},
"args": [
Expand Down
10 changes: 6 additions & 4 deletions .homeycompose/flow/actions/SetInput.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"deprecated": true,
"title": {
"en": "Set HDMI input",
"de": "Wähle HDMI-Eingang",
"nl": "Selecteer HDMI ingang"
},
"titleFormatted": {
"en": "Set HDMI input to [[Input]]",
"de": "Wähle den HDMI-Eingang [[Input]]",
"nl": "Selecteer HDMI ingang naar [[Input]]"
},
"args": [
Expand All @@ -21,25 +23,25 @@
{
"id": "Hdmi1",
"label": {
"en": "HDMI 1"
"en": "HDMI 1"
}
},
{
"id": "Hdmi2",
"label": {
"en": "HDMI 2"
"en": "HDMI 2"
}
},
{
"id": "Hdmi3",
"label": {
"en": "HDMI 3"
"en": "HDMI 3"
}
},
{
"id": "Hdmi4",
"label": {
"en": "HDMI 4"
"en": "HDMI 4"
}
}
]
Expand Down
8 changes: 6 additions & 2 deletions .homeycompose/flow/actions/app_start.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"title": {
"en": "Start app",
"de": "Starte eine App",
"nl": "App starten"
},
"titleFormatted": {
"en": "Start app [[app]]",
"de": "Starte App [[app]]",
"nl": "App [[app]] starten"
},
"args": [
Expand All @@ -17,11 +19,13 @@
"type": "autocomplete",
"name": "app",
"title": {
"en": "app",
"nl": "app"
"en": "App",
"de": "App",
"nl": "App"
},
"placeholder": {
"en": "Select an app",
"de": "Wähle eine App",
"nl": "Selecteer een app"
}
}
Expand Down
22 changes: 14 additions & 8 deletions .homeycompose/flow/actions/audio_output.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"title": {
"en": "Set audio output",
"de": "Wähle Audio-Ausgang",
"nl": "Stel de audio-uitvoer in"
},
"titleFormatted": {
"en": "Set audio output to [[output]]",
"de": "Wähle Audio-Ausgang [[output]]",
"nl": "Stel de audio-uitvoer [[output]] in op"
},
"args": [
Expand All @@ -20,29 +22,33 @@
{
"id": "speaker",
"title": {
"en": "Speaker",
"nl": "Spreker"
"en": "Speaker",
"de": "Lautsprecher",
"nl": "Spreker"
}
},
{
"id": "audioSystem",
"title": {
"en": "Audio system",
"nl": "Audio systeem"
"en": "Audio system",
"de": "Ausio-System",
"nl": "Audio systeem"
}
},
{
"id": "hdmi",
"title": {
"en": "HDMI",
"nl": "HDMI"
"en": "HDMI",
"de": "HDMI",
"nl": "HDMI"
}
},
{
"id": "speaker_hdmi",
"title": {
"en": "Speaker and HDMI",
"nl": "Spreker and HDMI"
"en": "Speaker and HDMI",
"de": "Lautsprecher und HDMI",
"nl": "Spreker and HDMI"
}
}
]
Expand Down
4 changes: 4 additions & 0 deletions .homeycompose/flow/actions/input_select.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"title": {
"en": "Select input",
"de": "Wähle Eingang",
"nl": "Selecteer invoer"
},
"titleFormatted": {
"en": "Select input [[input]]",
"de": "Wähle den Eingang [[input]]",
"nl": "Selecteer invoer [[input]]"
},
"args": [
Expand All @@ -18,10 +20,12 @@
"name": "input",
"title": {
"en": "Input",
"de": "Eingang",
"nl": "Invoer"
},
"placeholder": {
"en": "Select an input",
"de": "Wähle einen Eingang",
"nl": "Selecteer een invoer"
}
}
Expand Down
4 changes: 4 additions & 0 deletions .homeycompose/flow/actions/ircc_command.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"title": {
"en": "Send remote control command",
"de": "Sende Remote-Control-Kommande",
"nl": "Stuur commando afstandsbediening"
},
"titleFormatted": {
"en": "Send remote control command [[ircc]]",
"de": "Sende das Remote-Control-Kommando [[ircc]]",
"nl": "Stuur commando afstandsbediening [[ircc]]"
},
"args": [
Expand All @@ -18,10 +20,12 @@
"name": "ircc",
"title": {
"en": "RC command",
"de": "RC-Kommando",
"nl": "RC-commando"
},
"placeholder": {
"en": "Select an RC command",
"de": "Wähle ein RC-Kommando",
"nl": "Selecteer een RC-commando"
}
}
Expand Down
2 changes: 2 additions & 0 deletions .homeycompose/flow/actions/screen_off_false.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"title": {
"en": "Turn screen on.",
"de": "Schalte Bildschirm an.",
"nl": "Schakel het scherm in."
},
"titleFormatted": {
"en": "Turn screen on.",
"de": "Schalte Bildschirm an",
"nl": "Schakel het scherm in."
},
"args": [
Expand Down
2 changes: 2 additions & 0 deletions .homeycompose/flow/actions/screen_off_true.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"title": {
"en": "Turn screen off.",
"de": "Schalte Bildschirm aus",
"nl": "Schakel het scherm uit."
},
"titleFormatted": {
"en": "Turn screen off.",
"de": "Schalte Bildschirm aus",
"nl": "Schakel het scherm uit."
},
"args": [
Expand Down
6 changes: 6 additions & 0 deletions .homeycompose/flow/actions/tv_channel_select.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"title": {
"en": "Select TV channel",
"de": "Wähle TV-Kanal",
"nl": "Selecteer TV-zender"
},
"titleFormatted": {
"en": "Select TV source [[source]] and channel [[channel]]",
"de": "Wähle TV-Quelle [[source]] und Kanal [[channel]]",
"nl": "Selecteer TV-zbron [[source]] en ender [[channel]]"
},
"args": [
Expand All @@ -18,10 +20,12 @@
"name": "source",
"title": {
"en": "TV source",
"de": "TV-Quelle",
"nl": "TV-bron"
},
"placeholder": {
"en": "Select a TV source",
"de": "Wähle eine TV-Quelle",
"nl": "Selecteer een TV-bron"
}
},
Expand All @@ -30,10 +34,12 @@
"name": "channel",
"title": {
"en": "TV channel",
"de": "TV-Kanal",
"nl": "TV-source"
},
"placeholder": {
"en": "Select a TV channel",
"de": "Wähle einen TV-Kanal",
"nl": "Selecteer een TV-zender"
}
}
Expand Down
Loading

0 comments on commit 19e7902

Please sign in to comment.