forked from OpenVoiceOS/ovos-audio-transformer-plugin-ggwave
-
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 --------- Co-authored-by: Dante1975X <[email protected]>
- Loading branch information
1 parent
6552f47
commit 45e3caf
Showing
2 changed files
with
24 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 @@ | ||
{ | ||
"ggwave.already.disabled.dialog": [ | ||
"Audio-QR-Codes sind bereits deaktiviert" | ||
], | ||
"ggwave.already.enabled.dialog": [ | ||
"Audio-QR-Codes sind bereits aktiviert" | ||
], | ||
"ggwave.disabled.dialog": [ | ||
"Deaktiviere Audio-QR-Codes" | ||
], | ||
"ggwave.enabled.dialog": [ | ||
"Aktiviere Audio-QR-Codes für 15 Minuten" | ||
] | ||
} |
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,10 @@ | ||
{ | ||
"disable.ggwave.intent": [ | ||
"(Deaktiviere|Stoppe|Beende) (ggwave|Audiocode|Audiocodes|Audio-QR-Code|Audio-QR-Codes)", | ||
"(ggwave|Audiocode|Audiocodes|Audio-QR-Code|Audio-QR-Codes) (ausschalten|aus|beenden)" | ||
], | ||
"enable.ggwave.intent": [ | ||
"(aktiviere|starte) (ggwave|Audiocode|Audiocodes|Audio-QR-Code|Audio-QR-Codes)", | ||
"(ggwave|audio code|audio codes|audio qr code|audio qr codes|audio data) on" | ||
] | ||
} |