-
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 dialogs.json via GitLocalize * Translate skill.json via GitLocalize --------- Co-authored-by: Dante1975X <josef.friedel@gmx.de>
- Loading branch information
1 parent
7f7516e
commit 6f35bb0
Showing
2 changed files
with
42 additions
and
4 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,38 @@ | ||
{ | ||
"skill_id": "skill-ovos-news.openvoiceos", | ||
"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": "Nachrichten Streams", | ||
"description": "Nachrichten-Streams aus der ganzen Welt.", | ||
"examples": [ | ||
"Nachrichten abspielen\nspiele die Nachrichten ", | ||
"NPR Nachrichten abspielen\nspiele NPR Nachrichten", | ||
"euronews abspielen\nspiele euronews ", | ||
"spiele katalanische Nachrichten", | ||
"portugiesische Nachrichten abspielen", | ||
"Nachrichten auf Spanisch abspielen" | ||
], | ||
"tags": [ | ||
"Nachrichten", | ||
"Information\nInformationen" | ||
] | ||
} |
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,5 +1,5 @@ | ||
{ | ||
"intro.dialog": [ | ||
"Danke f\u00fcr die Installation News Skill" | ||
] | ||
} | ||
"intro.dialog": [ | ||
"Danke für die Installation des News Skill" | ||
] | ||
} |