From 7ae674ff17d2d3000aff37ec38b1523d9cf83608 Mon Sep 17 00:00:00 2001 From: Dante1975X Date: Sat, 26 Oct 2024 12:54:29 +0000 Subject: [PATCH] Translate intents.json via GitLocalize --- translations/de-de/intents.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 translations/de-de/intents.json diff --git a/translations/de-de/intents.json b/translations/de-de/intents.json new file mode 100644 index 0000000..8af7156 --- /dev/null +++ b/translations/de-de/intents.json @@ -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" + ] +}