-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Translate skill.json via GitLocalize * Translate skill.json via GitLocalize * Translate vocabs.json via GitLocalize * Translate vocabs.json via GitLocalize --------- Co-authored-by: mt-gitlocalize <[email protected]> Co-authored-by: OpenVoiceOS <[email protected]>
- Loading branch information
1 parent
8ba3bdc
commit 4f0a4ce
Showing
2 changed files
with
120 additions
and
81 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,37 @@ | ||
{ | ||
"source": "https://github.com/OpenVoiceOS/skill-ovos-news", | ||
"extra_plugins": { | ||
"core": [ | ||
|
||
], | ||
"PHAL": [ | ||
|
||
], | ||
"listener": [ | ||
|
||
], | ||
"audio": [ | ||
"ovos-ocp-news-plugin" | ||
], | ||
"media": [ | ||
"ovos-ocp-news-plugin" | ||
], | ||
"gui": [ | ||
|
||
] | ||
}, | ||
"name": "Notícias", | ||
"description": "Notícias de todo o mundo.", | ||
"examples": [ | ||
"reproduza as notícias", | ||
"reproduzir notícias da NPR", | ||
"reproduzir euronews", | ||
"reproduzir notícias catalãs", | ||
"reproduzir notícias portuguesas", | ||
"reproduzir notícias em espanhol" | ||
], | ||
"tags": [ | ||
"notícias", | ||
"informação" | ||
] | ||
} |
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 |
---|---|---|
@@ -1,82 +1,84 @@ | ||
{ | ||
"video.voc": [ | ||
"v\u00eddeo" | ||
], | ||
"rt.voc": [ | ||
"R\u00fassia Hoje" | ||
], | ||
"it.voc": [ | ||
"Italiano", | ||
"It\u00e1lia" | ||
], | ||
"en-ca.voc": [ | ||
"canadiano", | ||
"canada" | ||
], | ||
"nl.voc": [ | ||
"Pa\u00edses Baixos", | ||
"Dutch", | ||
"Nederlands" | ||
], | ||
"ca.voc": [ | ||
"Catalunha", | ||
"Catal\u00e3o" | ||
], | ||
"euronews.voc": [ | ||
"euronews" | ||
], | ||
"fr.voc": [ | ||
"Franc\u00eas", | ||
"Fran\u00e7a" | ||
], | ||
"es.voc": [ | ||
"Espanhol" | ||
], | ||
"news.voc": [ | ||
"not\u00edcias" | ||
], | ||
"en-au.voc": [ | ||
"australian", | ||
"australiana" | ||
], | ||
"pt-pt.voc": [ | ||
"Portugal", | ||
"Portugu\u00eas" | ||
], | ||
"euro.voc": [ | ||
"Europeia", | ||
"euro" | ||
], | ||
"en.voc": [ | ||
"Ingl\u00eas" | ||
], | ||
"de.voc": [ | ||
"Alemanha" | ||
], | ||
"fr24.voc": [ | ||
"Fran\u00e7a24", | ||
"Fran\u00e7a vinte e quatro", | ||
"Fran\u00e7a 24" | ||
], | ||
"fi.voc": [ | ||
"finland\u00eas", | ||
"Finl\u00e2ndia" | ||
], | ||
"sv.voc": [ | ||
"- N\u00e3o", | ||
"sueco" | ||
], | ||
"en-gb.voc": [ | ||
"reino unido", | ||
"Reino Unido", | ||
"Brit\u00e2nico" | ||
], | ||
"ru.voc": [ | ||
"R\u00fassia", | ||
"Russian" | ||
], | ||
"en-us.voc": [ | ||
"Estados Unidos", | ||
"Am\u00e9rica do Sul" | ||
] | ||
} | ||
"video.voc": [ | ||
"vídeo" | ||
], | ||
"rt.voc": [ | ||
"Rússia Hoje" | ||
], | ||
"it.voc": [ | ||
"Italiano", | ||
"Itália" | ||
], | ||
"en-ca.voc": [ | ||
"canadiano", | ||
"canada" | ||
], | ||
"nl.voc": [ | ||
"Países Baixos", | ||
"Dutch", | ||
"Nederlands" | ||
], | ||
"ca.voc": [ | ||
"Catalunha", | ||
"Catalão" | ||
], | ||
"euronews.voc": [ | ||
"euronews" | ||
], | ||
"fr.voc": [ | ||
"Francês", | ||
"França" | ||
], | ||
"es.voc": [ | ||
"Espanhol" | ||
], | ||
"news.voc": [ | ||
"notícias" | ||
], | ||
"en-au.voc": [ | ||
"australian", | ||
"australiana" | ||
], | ||
"pt-pt.voc": [ | ||
"Portugal", | ||
"Português" | ||
], | ||
"euro.voc": [ | ||
"Europeia", | ||
"euro" | ||
], | ||
"en.voc": [ | ||
"Inglês" | ||
], | ||
"de.voc": [ | ||
"Alemanha" | ||
], | ||
"fr24.voc": [ | ||
"França24", | ||
"França vinte e quatro", | ||
"França 24", | ||
"França 24" | ||
], | ||
"fi.voc": [ | ||
"finlandês", | ||
"Finlândia" | ||
], | ||
"sv.voc": [ | ||
"- Não", | ||
"sueco" | ||
], | ||
"en-gb.voc": [ | ||
"reino unido", | ||
"Reino Unido", | ||
"Britânico" | ||
], | ||
"ru.voc": [ | ||
"Rússia", | ||
"Russian" | ||
], | ||
"en-us.voc": [ | ||
"Estados Unidos", | ||
"América do Sul", | ||
"Estados Unidos" | ||
] | ||
} |