Add translations

This commit is contained in:
samuelspagl 2024-05-20 21:07:55 +02:00
parent 97ae0615b3
commit 618e89b19f
3 changed files with 50 additions and 8 deletions

View File

@ -131,7 +131,7 @@ set_rear_speaker_mode:
example: Rear example: Rear
selector: selector:
select: select:
translation_key: "speaker_identifier" translation_key: "rear_speaker_mode"
options: options:
- "Rear" - "Rear"
- "Front" - "Front"

View File

@ -33,5 +33,31 @@
"title": "Geräte Einstellungen" "title": "Geräte Einstellungen"
} }
} }
} },
"selector": {
"soundmode": {
"options": {
"standard": "Standard",
"surround": "Surround",
"game": "Gaming",
"adaptive sound": "Adaptive Sound"
}
},
"speaker_identifier": {
"options": {
"Spk_Center": "Center",
"Spk_Side": "Side",
"Spk_Wide": "Wide",
"Spk_Front_Top": "Front Top",
"Spk_Rear": "Rear",
"Spk_Rear_Top": "Rear Top"
}
},
"rear_speaker_mode": {
"options": {
"Rear": "Rear",
"Front": "Front"
}
}
}
} }

View File

@ -36,12 +36,28 @@
}, },
"selector": { "selector": {
"soundmode": { "soundmode": {
"options": { "options": {
"standard": "Standard", "standard": "Standard",
"surround": "Surround", "surround": "Surround",
"game": "Gaming", "game": "Gaming",
"adaptive sound": "Adaptive Sound" "adaptive sound": "Adaptive Sound"
} }
},
"speaker_identifier": {
"options": {
"Spk_Center": "Center",
"Spk_Side": "Side",
"Spk_Wide": "Wide",
"Spk_Front_Top": "Front Top",
"Spk_Rear": "Rear",
"Spk_Rear_Top": "Rear Top"
}
},
"rear_speaker_mode": {
"options": {
"Rear": "Rear",
"Front": "Front"
}
} }
} }
} }