Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.10a1 #42

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [1.0.9a1](https://github.com/OpenVoiceOS/ovos-skill-wallpapers/tree/1.0.9a1) (2024-12-04)
## [1.0.10a1](https://github.com/OpenVoiceOS/ovos-skill-wallpapers/tree/1.0.10a1) (2024-12-11)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wallpapers/compare/1.0.8...1.0.9a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wallpapers/compare/1.0.9...1.0.10a1)

**Merged pull requests:**

- de-de/translate [\#39](https://github.com/OpenVoiceOS/ovos-skill-wallpapers/pull/39) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- adding German translations from joergz2 [\#41](https://github.com/OpenVoiceOS/ovos-skill-wallpapers/pull/41) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))



Expand Down
6 changes: 3 additions & 3 deletions translations/de-de/dialogs.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"searching_random.dialog": [
"ok, suche nach (Bildern)"
"ok, ich suche nach (Bildern)"
],
"no.more.pictures.dialog": [
"Ich habe keine Bilder mehr",
"Ich habe keine Bilder mehr, die ich dir zeigen kann"
],
"searching.dialog": [
"Suche nach Bildern mit {query}",
"Suche nach Bildern zu {query}"
"Ich suche nach Bildern mit {query}",
"Ich suche nach Bildern zu {query}"
],
"wallpaper.fail.dialog": [
"Ich weiß nicht, wie ich das Hintergrundbild auf dieser Plattform ändern kann"
Expand Down
22 changes: 11 additions & 11 deletions translations/de-de/intents.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"picture.about.intent": [
"(lade|zeige|zufälliges|neues) (Bild|Foto|Abbildung) (über|für|mit) {query}",
"(zeige|lade) mir ein (Bild|Foto|Abbildung) (über|für|mit) {query}",
"(zeige|lade) mir ein (zufälliges|neues|anderes|noch ein anderes) (Bild|Foto|Abbild) (über|für|mit) {query}",
"(zeige|lade) (zufälliges|neues|anderes|ein anderes) (Bild|Foto|Abbildung) (über|für|mit) {query}"
"wallpaper.random.intent": [
"(wechsle|wechsele|neues) (aktuelles|aktuellen||das| den| ) (hintergrund|hintergrundbild)"
],
"picture.random.intent": [
"(zeige|zufälliges|neues) (Bild|Foto|Abbildung)",
"zeige ein (neues|zufälliges|anderes) (Bild|Foto)",
"(zeige|lade) mir ein (Bild | ein Foto | eine Abbildung)",
"(zeige@lade) mir ein (zufälliges|neues|anderes|noch ein anderes) (Bild|Foto|Abbildung)",
"(zeige|lade) (zufälliges|neues|anderes|ein anderes) (Bild|Foto|Abbildung)"
"(zeige|lade) mir ein (zufälliges|neues|anderes|noch ein anderes) (Bild|Foto|Abbildung)",
"(zeige|lade|öffne|neues) (bild|foto)"
],
"wallpaper.about.intent": [
"(änder|zufälliges|neues) (Hintergrundbild|Wallpaper) (über|für|mit|zu) {query}"
"(zeige|lade|öffne|neues) (Hintergrundbild|Wallpaper) (über|mit|) {query}"
],
"wallpaper.random.intent": [
"(ändere|zufälliges|neues) (Hintergrundbild|Wallpaper)"
"picture.about.intent": [
"(zeige|lade) ein (zufälliges|anderes) (bild|foto) mit {query}",
"(zeige|lade) mir ein (Bild|Foto|Abbildung) (über|für|mit) {query}",
"(zeige|lade) mir ein (zufälliges|neues|anderes|noch ein anderes) (Bild|Foto|Abbild) (über|für|mit) {query}",
"(zeige|lade) ein (zufälliges|anderes) (bild|foto) mit {query}"
]
}
Loading