-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from OpenVoiceOS/release-1.0.5a2
Release 1.0.5a2
- Loading branch information
Showing
11 changed files
with
114 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
aleatori |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
després | ||
següent | ||
endavant |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
abans | ||
anterior | ||
enrere |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d'acord, estic cercant imatges |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
canvia | ||
canvi | ||
fes | ||
posa | ||
estableix | ||
establix | ||
usa | ||
utilitza |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
fons | ||
fons de pantalla |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"skill_id": "skill-ovos-wallpapers.openvoiceos", | ||
"source": "https://github.com/OpenVoiceOS/skill-ovos-wallpapers", | ||
"extra_plugins": { | ||
"core": [ | ||
|
||
], | ||
"PHAL": [ | ||
"ovos-PHAL-plugin-wallpaper-manager" | ||
], | ||
"listener": [ | ||
|
||
], | ||
"audio": [ | ||
|
||
], | ||
"media": [ | ||
|
||
], | ||
"gui": [ | ||
|
||
] | ||
}, | ||
"name": "Wallpaper Changer", | ||
"description": "Bilder aus ausgewählten Subreddits.", | ||
"examples": [ | ||
"neues Hintergrundbild", | ||
"Ändere das Hintergrundbild in Natur", | ||
"zeig mir ein Bild\nzeige mir ein Bild", | ||
"zeig mir ein Bild mit Hunden", | ||
"mache das zu meinem Hintergrundbild" | ||
], | ||
"tags": [ | ||
"Hintergrundbilder", | ||
"Bilder", | ||
"Bilder" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
{ | ||
"no.more.pictures.dialog": [ | ||
"Ja no em queden fotos per mostrar", | ||
"No tinc més fotos" | ||
], | ||
"searching.dialog": [ | ||
"S'estan cercant imatges amb {query}", | ||
"S'estan cercant imatges sobre {query}" | ||
], | ||
"wallpaper.fail.dialog": [ | ||
"No sé com canviar el fons de pantalla en aquesta plataforma" | ||
], | ||
"wallpaper.changed.dialog": [ | ||
"Gaudiu del nou fons de pantalla" | ||
] | ||
} | ||
"searching_random.dialog": [ | ||
"d'acord, estic cercant imatges" | ||
], | ||
"no.more.pictures.dialog": [ | ||
"Ja no em queden fotos per mostrar", | ||
"No tinc més fotos" | ||
], | ||
"searching.dialog": [ | ||
"S'estan cercant imatges amb {query}", | ||
"S'estan cercant imatges sobre {query}" | ||
], | ||
"wallpaper.fail.dialog": [ | ||
"No sé com canviar el fons de pantalla en aquesta plataforma" | ||
], | ||
"wallpaper.changed.dialog": [ | ||
"Gaudiu del nou fons de pantalla" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"RandomKeyword.voc": [ | ||
"aleatori" | ||
], | ||
"next.voc": [ | ||
"després", | ||
"següent\nendavant" | ||
], | ||
"set.voc": [ | ||
"canvia\ncanvi", | ||
"fes", | ||
"posa\nestableix\nestablix", | ||
"usa\nutilitza" | ||
], | ||
"previous.voc": [ | ||
"abans", | ||
"enrere", | ||
"anterior" | ||
], | ||
"wallpapers.voc": [ | ||
"fons de pantalla", | ||
"fons", | ||
"fons de pantalla", | ||
"fons" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# START_VERSION_BLOCK | ||
VERSION_MAJOR = 1 | ||
VERSION_MINOR = 0 | ||
VERSION_BUILD = 4 | ||
VERSION_ALPHA = 0 | ||
VERSION_BUILD = 5 | ||
VERSION_ALPHA = 2 | ||
# END_VERSION_BLOCK |