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 vocabs.json via GitLocalize * Translate vocabs.json via GitLocalize --------- Co-authored-by: Joan Montané <[email protected]> Co-authored-by: c-armentano <[email protected]>
- Loading branch information
1 parent
5b284de
commit 23f0bab
Showing
1 changed file
with
136 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,136 @@ | ||
{ | ||
"video_only.voc": [ | ||
"no emetis amb àudio", | ||
"no reprodueixis amb àudio", | ||
"sense reproducció d'àudio", | ||
"sols vídeo", | ||
"només vídeo" | ||
], | ||
"AudioKeyword.voc": [ | ||
"àudio", | ||
"so" | ||
], | ||
"HentaiKeyword.voc": [ | ||
"hentai" | ||
], | ||
"PodcastKeyword.voc": [ | ||
"pòdcast", | ||
"pòdcasts" | ||
], | ||
"Play.voc": [ | ||
"cerca\nbusca", | ||
"llegeix", | ||
"reprodueix", | ||
"inicia\ncomença" | ||
], | ||
"audio_only.voc": [ | ||
"només àudio", | ||
"sense vídeo", | ||
"sols àudio", | ||
"sols so", | ||
"només so" | ||
], | ||
"NewsKeyword.voc": [ | ||
"notícies" | ||
], | ||
"GameKeyword.voc": [ | ||
"jocs" | ||
], | ||
"ADKeyword.voc": [ | ||
"audiodescripció", | ||
"descripció de la pel·lícula" | ||
], | ||
"TrailerKeyword.voc": [ | ||
"tràiler" | ||
], | ||
"MovieKeyword.voc": [ | ||
"pel·lícula", | ||
"film" | ||
], | ||
"CartoonKeyword.voc": [ | ||
"dibuixos", | ||
"animació" | ||
], | ||
"VideoKeyword.voc": [ | ||
"vídeo" | ||
], | ||
"ASMRKeyword.voc": [ | ||
"RSMA", | ||
"resposta sensorial meridiana autònoma" | ||
], | ||
"DocumentaryKeyword.voc": [ | ||
"documental", | ||
"documentals" | ||
], | ||
"SeriesKeyword.voc": [ | ||
"sèries", | ||
"xou de televisió", | ||
"episodi", | ||
"episodis" | ||
], | ||
"BWKeyword.voc": [ | ||
"blanc i negre", | ||
"monocrom" | ||
], | ||
"AdultKeyword.voc": [ | ||
"porno", | ||
"majors de 18 anys", | ||
"pornografia" | ||
], | ||
"RadioKeyword.voc": [ | ||
"ràdio", | ||
"ràdio per internet" | ||
], | ||
"AudioDramaKeyword.voc": [ | ||
"drama", | ||
"teatre" | ||
], | ||
"Resume.voc": [ | ||
"reprèn\ncontinua\nsegueix", | ||
"deixa de pausar\nsense pausa\ntreu la pausa\nlleva la pausa\ndespausa\n" | ||
], | ||
"ComicBookKeyword.voc": [ | ||
"còmic animat", | ||
"còmic", | ||
"història visual" | ||
], | ||
"TVKeyword.voc": [ | ||
"Televisió", | ||
"televisió", | ||
"canal" | ||
], | ||
"AnimeKeyword.voc": [ | ||
"ànime" | ||
], | ||
"MusicKeyword.voc": [ | ||
"música", | ||
"cançó", | ||
"banda sonora", | ||
"banda sonora" | ||
], | ||
"QuestionWord.voc": [ | ||
"qui", | ||
"què", | ||
"com", | ||
"per què\nperquè", | ||
"quan", | ||
"qüestió", | ||
"explica'm sobre", | ||
"quin", | ||
"de qui" | ||
], | ||
"AudioBookKeyword.voc": [ | ||
"llibre", | ||
"llibres", | ||
"lectura", | ||
"audiollibre", | ||
"audiollibres", | ||
"narra" | ||
], | ||
"SilentKeyword.voc": [ | ||
"silenci" | ||
], | ||
"ShortKeyword.voc": [ | ||
"curt" | ||
] | ||
} |