-
-
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.
- Loading branch information
Showing
3 changed files
with
63 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,17 @@ | ||
{ | ||
"searching_random.dialog": [], | ||
"no.more.pictures.dialog": [ | ||
"Ez dut argazki gehiago", | ||
"Zuri erakusteko argazkirik gabe geratu naiz" | ||
], | ||
"searching.dialog": [ | ||
"Hau duten irudiak bilatzen: {query}", | ||
"Honi buruzko argazkiak bilatzen: {query}" | ||
], | ||
"wallpaper.fail.dialog": [ | ||
"Ez dakit horma-papera nola aldatu plataforma honetan" | ||
], | ||
"wallpaper.changed.dialog": [ | ||
"gozatu zure horma-paper berriaz" | ||
] | ||
} |
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": [ | ||
"(aldatu|ausazko|beste) (horma-papera|horma-paper bat)" | ||
], | ||
"picture.random.intent": [ | ||
"(erakutsi|bistaratu) (beste|ausazko|) (marrazki|argazki|irudi) (bat|berri bat)", | ||
"(erakutsi|bistaratu) niri (marrazki|argazki|irudi) bat", | ||
"(erakutsi|bistaratu) niri (beste|ausazko|) (marrazki|argazki|irudi) (bat|berri bat)", | ||
"(erakutsi|bistaratu|ausazko|beste) (marrazki|argazki|irudi) bat" | ||
], | ||
"wallpaper.about.intent": [ | ||
"(aldatu|ausazko|beste) (horma-papera|horma-paper bat) (honi buruz|honetarako|honekin): {query}" | ||
], | ||
"picture.about.intent": [ | ||
"(erakutsi|bistaratu) (beste|ausazko|) (marrazki|argazki|irudi) (bat|berri bat) (honi buruz|honekin): {query}", | ||
"(erakutsi|bistaratu) niri (marrazki|argazki|irudi) bat (honi buruz|honekin): {query}", | ||
"(erakutsi|bistaratu) niri (beste|ausazko|) (marrazki|argazki|irudi) (bat|berri bat) (honi buruz|honekin): {query}", | ||
"(erakutsi|bistaratu|ausazko) (marrazki|argazki|irudi) bat (honi buruz|honekin): {query}" | ||
] | ||
} |
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": [ | ||
"ausazko" | ||
], | ||
"next.voc": [ | ||
"hurrengo", | ||
"ondoren|gero" | ||
], | ||
"set.voc": [ | ||
"aldatu", | ||
"egin", | ||
"ezarri", | ||
"erabili" | ||
], | ||
"previous.voc": [ | ||
"aurretik|baino lehen", | ||
"egin atzera", | ||
"aurrekoa" | ||
], | ||
"wallpapers.voc": [ | ||
"horma-paper", | ||
"horma-paperak", | ||
"horma-paper", | ||
"horma-paperak" | ||
] | ||
} |