-
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.
Co-authored-by: Joan Montané <[email protected]>
- Loading branch information
1 parent
b24bd1b
commit e737f01
Showing
1 changed file
with
20 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"wallpaper.random.intent": [ | ||
"(canvia|posa|estableix|establix|defineix|definix) (un|una|el|la|es|sa|)(nou|nova|) (fons|fons de pantalla|pantalla d'inici) (nou|nova|) (aleatori|aleatòria|)" | ||
], | ||
"picture.random.intent": [ | ||
"mostra('m|) (un|una|) (altre|altra|) (imatge|dibuix|foto|fotografia) (nou|nova|aleatori|aleatòria)", | ||
"mostra('m|) (un|una|) (imatge|dibuix|foto|fotografia)", | ||
"mostra('m|) (un|una|) (altre|altra|) (nou|nova|aleatori|aleatòria)(imatge|dibuix|foto|fotografia)", | ||
"mostra('m|) (un|una|)(nou|nova|aleatori|aleatòria)(imatge|dibuix|foto|fotografia)" | ||
], | ||
"wallpaper.about.intent": [ | ||
"(canvia|posa|estableix|establix|defineix|definix) (un|una|el|la|es|sa|)(nou|nova|) (fons|fons de pantalla|pantalla d'inici) (nou|nova|) (aleatori|aleatòria|) (sobre |de |d'|relacionat amb |relacionada amb ){query}" | ||
], | ||
"picture.about.intent": [ | ||
"mostra('m|) (un|una|) (altre|altra|) (imatge|dibuix|foto|fotografia) (nou|nova|aleatori|aleatòria) (sobre |de |d'|relacionat amb |relacionada amb ){query}", | ||
"mostra('m|) (un|una|) (imatge|dibuix|foto|fotografia) (sobre |de |d'|relacionat amb ){query}", | ||
"mostra('m|) (un|una|) (altre|altra|) (nou|nova|aleatori|aleatòria)(imatge|dibuix|foto|fotografia)(sobre |de |d'|relacionat amb |relacionada amb ){query}", | ||
"mostra('m|) (un|una|)(nou|nova|aleatori|aleatòria)(imatge|dibuix|foto|fotografia)(sobre |de |d'|relacionat amb |relacionada amb ){query}" | ||
] | ||
} |