forked from MycroftAI/mycroft-core
-
Notifications
You must be signed in to change notification settings - Fork 17
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 vocabs.json via GitLocalize --------- Co-authored-by: timonvanhasselt <timonvanhasselt@visio.org>
- Loading branch information
1 parent
f67cfb7
commit 6f2b003
Showing
2 changed files
with
150 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,14 @@ | ||
{ | ||
"cant.play.dialog": [ | ||
"Ik kan {phrase} niet afspelen", | ||
"Sorry, ik weet niet hoe ik {phrase} moet afspelen" | ||
], | ||
"play.what.dialog": [ | ||
"Wat zal ik hierna spelen?" | ||
], | ||
"just.one.moment.dialog": [ | ||
"Eén moment", | ||
"Moment geduld", | ||
"Eén momentje terwijl ik op zoek ga" | ||
] | ||
} |
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,136 @@ | ||
{ | ||
"video_only.voc": [ | ||
"niet naar audio casten", | ||
"niet naar audio casten", | ||
"geen audiospeler", | ||
"alleen video", | ||
"alleen video" | ||
], | ||
"AudioKeyword.voc": [ | ||
"audio", | ||
"Geluid" | ||
], | ||
"HentaiKeyword.voc": [ | ||
"hentai" | ||
], | ||
"PodcastKeyword.voc": [ | ||
"podcast", | ||
"podcasts" | ||
], | ||
"Play.voc": [ | ||
"zoek", | ||
"lees", | ||
"speel", | ||
"start" | ||
], | ||
"audio_only.voc": [ | ||
"alleen audio", | ||
"geen video", | ||
"alleen audio", | ||
"alleen audio", | ||
"alleen audio" | ||
], | ||
"NewsKeyword.voc": [ | ||
"nieuws" | ||
], | ||
"GameKeyword.voc": [ | ||
"Spelletje" | ||
], | ||
"ADKeyword.voc": [ | ||
"audio descriptie", | ||
"film beschrijving" | ||
], | ||
"TrailerKeyword.voc": [ | ||
"Trailer" | ||
], | ||
"MovieKeyword.voc": [ | ||
"film", | ||
"film" | ||
], | ||
"CartoonKeyword.voc": [ | ||
"tekenfilm", | ||
"cartoons" | ||
], | ||
"VideoKeyword.voc": [ | ||
"video" | ||
], | ||
"ASMRKeyword.voc": [ | ||
"ASMR", | ||
"autonomous sensory meridian response" | ||
], | ||
"DocumentaryKeyword.voc": [ | ||
"documentaire", | ||
"documentaires" | ||
], | ||
"SeriesKeyword.voc": [ | ||
"series", | ||
"tv show", | ||
"aflevering", | ||
"afleveringen" | ||
], | ||
"BWKeyword.voc": [ | ||
"zwart wit", | ||
"monochroom" | ||
], | ||
"AdultKeyword.voc": [ | ||
"porno", | ||
"18 plus", | ||
"pornografie" | ||
], | ||
"RadioKeyword.voc": [ | ||
"radio", | ||
"internetradio" | ||
], | ||
"AudioDramaKeyword.voc": [ | ||
"Toneel", | ||
"theater" | ||
], | ||
"Resume.voc": [ | ||
"ga verder", | ||
"hervat" | ||
], | ||
"ComicBookKeyword.voc": [ | ||
"Animatie", | ||
"Strip", | ||
"plaatjes verhaal" | ||
], | ||
"TVKeyword.voc": [ | ||
"TV", | ||
"televisie", | ||
"kanaal" | ||
], | ||
"AnimeKeyword.voc": [ | ||
"anime" | ||
], | ||
"MusicKeyword.voc": [ | ||
"muziek", | ||
"liedje", | ||
"soundtrack", | ||
"soundtrack" | ||
], | ||
"QuestionWord.voc": [ | ||
"wie", | ||
"wat", | ||
"hoe", | ||
"waarom", | ||
"wanneer", | ||
"vraag", | ||
"vertel me over", | ||
"welke", | ||
"Wiens" | ||
], | ||
"AudioBookKeyword.voc": [ | ||
"boek", | ||
"boeken", | ||
"Lees", | ||
"audioboek", | ||
"audioboeken", | ||
"Lees" | ||
], | ||
"SilentKeyword.voc": [ | ||
"stom" | ||
], | ||
"ShortKeyword.voc": [ | ||
"kort" | ||
] | ||
} |