-
-
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.
* Translate dialogs.json via GitLocalize * Translate intents.json via GitLocalize * Translate vocabs.json via GitLocalize --------- Co-authored-by: Dante1975X <josef.friedel@gmx.de>
- Loading branch information
1 parent
f61a4c6
commit e829ea4
Showing
3 changed files
with
667 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,16 @@ | ||
{ | ||
"wallpaper.changed.dialog": [ | ||
"viel Spaß mit deinem neuen Hintergrundbild" | ||
], | ||
"no.more.pictures.dialog": [ | ||
"Ich habe keine Bilder mehr", | ||
"Ich habe keine Bilder mehr, die ich dir zeigen kann" | ||
], | ||
"searching.dialog": [ | ||
"Suche nach Bildern zu {query}", | ||
"Suche nach Bildern mit {query}" | ||
], | ||
"wallpaper.fail.dialog": [ | ||
"Ich weiß nicht, wie ich das Hintergrundbild auf dieser Plattform ändern kann" | ||
] | ||
} |
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 @@ | ||
{ | ||
"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}" | ||
], | ||
"picture.random.intent": [ | ||
"(zeige|zufälliges|neues) (Bild|Foto|Abbildung)", | ||
"(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)" | ||
], | ||
"wallpaper.about.intent": [ | ||
"(änder|zufälliges|neues) (Hintergrundbild|Wallpaper) (über|für|mit|zu) {query}" | ||
], | ||
"wallpaper.random.intent": [ | ||
"(ändere|zufälliges|neues) (Hintergrundbild|Wallpaper)" | ||
] | ||
} |
Oops, something went wrong.