Skip to content

Commit

Permalink
Merge pull request #64 from OpenVoiceOS/release-0.1.10a1
Browse files Browse the repository at this point in the history
Release 0.1.10a1
  • Loading branch information
JarbasAl authored Nov 30, 2024
2 parents a1d897f + af640df commit e3e9c07
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [0.1.9a1](https://github.com/OpenVoiceOS/ovos-skill-volume/tree/0.1.9a1) (2024-11-25)
## [0.1.10a1](https://github.com/OpenVoiceOS/ovos-skill-volume/tree/0.1.10a1) (2024-11-30)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-volume/compare/0.1.8...0.1.9a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-volume/compare/0.1.9...0.1.10a1)

**Merged pull requests:**

- da-dk/translate [\#61](https://github.com/OpenVoiceOS/ovos-skill-volume/pull/61) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- de-de/translate [\#63](https://github.com/OpenVoiceOS/ovos-skill-volume/pull/63) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))



Expand Down
45 changes: 45 additions & 0 deletions locale/de-de/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"name": "Lautstärkeregelung",
"description": "Steuere die Lautstärke von OVOS mit verbalen Befehlen",
"examples": [
"Standardlautstärke",
"Audio umschalten",
"Mute Lautstärke\nSchalte Lautstärke stumm",
"Lautstärke zu niedrig",
"Lautstärke zu niedrig",
"Lautstärke zu hoch",
"Lautstärke auf Maximum stellen\nStelle Lautstärke auf Maximum",
"Lautstärke auf Maximum einstellen",
"Mute umschalten",
"Lautstärke niedrig",
"Lautstärke hoch",
"Lautstärke auf hohen Pegel einstellen",
"Maximale Lautstärke",
"Lautstärke auf mittel stellen",
"Volume wiederherstellen",
"mittlere Lautstärke",
"Lautstärke hoch",
"Ton stummschalten",
"Ton einschalten",
"Stummschaltung aufheben",
"Lautstärke zu hoch",
"Maximale Lautstärke",
"Lautstärke zurücksetzen",
"Lautstärke auf Standard einstellen",
"Lautstärke auf Standardwert einstellen",
"geringe Lautstärke",
"hohe Lautstärke",
"Lautstärke niedrig",
"stummschalten",
"Stummschaltung aufheben",
"höchste Lautstärke"
],
"tags": [
"System",
"Klang",
"Lautstärkeregelung",
"Konfiguration",
"Lautstärke",
"freizügige Lizenz"
]
}
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 1
VERSION_BUILD = 9
VERSION_ALPHA = 0
VERSION_BUILD = 10
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit e3e9c07

Please sign in to comment.