+
+
+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 5d49b8a4a..51642d7da 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -29,6 +29,7 @@ import Nostr from "./Nostr.vue";
import Ntfy from "./Ntfy.vue";
import Octopush from "./Octopush.vue";
import OneBot from "./OneBot.vue";
+import Onesender from "./Onesender.vue";
import Opsgenie from "./Opsgenie.vue";
import PagerDuty from "./PagerDuty.vue";
import FlashDuty from "./FlashDuty.vue";
@@ -98,6 +99,7 @@ const NotificationFormList = {
"ntfy": Ntfy,
"octopush": Octopush,
"OneBot": OneBot,
+ "Onesender": Onesender,
"Opsgenie": Opsgenie,
"PagerDuty": PagerDuty,
"FlashDuty": FlashDuty,
diff --git a/src/lang/en.json b/src/lang/en.json
index 7cb663b69..1382707d5 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -962,5 +962,13 @@
"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}.",
- "apiKeysDisabledMsg": "API keys are disabled because authentication is disabled."
+ "apiKeysDisabledMsg": "API keys are disabled because authentication is disabled.",
+ "Host Onesender": "Host Onesender",
+ "Token Onesender": "Token Onesender",
+ "Recipient Type": "Recipient Type",
+ "Private Number": "Private Number",
+ "privateOnesenderDesc": "Make sure the number phone is valid. To send message into private number phone, ex: 628123456789",
+ "groupOnesenderDesc": "Make sure the GroupID is valid. To send message into Group, ex: 628123456789-342345",
+ "Group ID": "Group ID",
+ "wayToGetOnesenderUrlandToken":"You can get the URL and Token by going to the Onesender website. More info {0}"
}