+
+
+
+
+
+
+
+
+
{{ $t("threemaRecipientTypeIdentityFormat") }}
+
+
+
+
+
+
+
{{ $t("threemaRecipientTypePhoneFormat") }}
+
+
+
+
+
+
+
+
+
+
+
{{ $t("threemaSenderIdentityFormat") }}
+
+
+
+
+
+
+
+ {{ $t("here") }}
+
+
+ {{ $t("here") }}
+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 0fcdf0504..5d49b8a4a 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -52,6 +52,7 @@ import STMP from "./SMTP.vue";
import Teams from "./Teams.vue";
import TechulusPush from "./TechulusPush.vue";
import Telegram from "./Telegram.vue";
+import Threema from "./Threema.vue";
import Twilio from "./Twilio.vue";
import Webhook from "./Webhook.vue";
import WeCom from "./WeCom.vue";
@@ -119,6 +120,7 @@ const NotificationFormList = {
"stackfield": Stackfield,
"teams": Teams,
"telegram": Telegram,
+ "threema": Threema,
"twilio": Twilio,
"Splunk": Splunk,
"webhook": Webhook,
diff --git a/src/lang/en.json b/src/lang/en.json
index fcf46ff4a..f3b6adde7 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -942,5 +942,17 @@
"Allow Long SMS": "Allow Long SMS",
"cellsyntSplitLongMessages": "Split long messages into up to 6 parts. 153 x 6 = 918 characters.",
"max 15 digits": "max 15 digits",
- "max 11 alphanumeric characters": "max 11 alphanumeric characters"
+ "max 11 alphanumeric characters": "max 11 alphanumeric characters",
+ "wayToGetThreemaGateway": "You can register for Threema Gateway {0}.",
+ "threemaRecipient": "Recipient",
+ "threemaRecipientType": "Recipient Type",
+ "threemaRecipientTypeIdentity": "Threema-ID",
+ "threemaRecipientTypeIdentityFormat": "8 characters",
+ "threemaRecipientTypePhone": "Phone Number",
+ "threemaRecipientTypePhoneFormat": "E.164, without leading +",
+ "threemaRecipientTypeEmail": "Email Address",
+ "threemaSenderIdentity": "Gateway-ID",
+ "threemaSenderIdentityFormat": "8 characters, usually starts with *",
+ "threemaApiAuthenticationSecret": "Gateway-ID Secret",
+ "threemaBasicModeInfo": "Note: This integration uses Threema Gateway in basic mode (server-based encryption). Further details can be found {0}."
}