+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index cbd6f2b68..14989c45f 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -70,6 +70,7 @@ import WPush from "./WPush.vue";
import SIGNL4 from "./SIGNL4.vue";
import SendGrid from "./SendGrid.vue";
import YZJ from "./YZJ.vue";
+import SMSPlanet from "./SMSPlanet.vue";
/**
* Manage all notification form.
@@ -148,6 +149,7 @@ const NotificationFormList = {
"WPush": WPush,
"SendGrid": SendGrid,
"YZJ": YZJ,
+ "SMSPlanet": SMSPlanet,
};
export default NotificationFormList;
diff --git a/src/lang/en.json b/src/lang/en.json
index c32bebaae..190e32c10 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -1068,5 +1068,9 @@
"Plain Text": "Plain Text",
"Message Template": "Message Template",
"Template Format": "Template Format",
- "Font Twemoji by Twitter licensed under": "Font Twemoji by Twitter licensed under"
+ "Font Twemoji by Twitter licensed under": "Font Twemoji by Twitter licensed under",
+ "smsplanetApiToken": "Token for the SMSPlanet API",
+ "smsplanetApiDocs": "Detailed information on obtaining the API token can be found in the documentation available at {0}.",
+ "smsplanetPhoneNumber": "Phone numbers",
+ "smsplanetSenderName": "Sender name (approved in the client panel)"
}
diff --git a/src/lang/pl.json b/src/lang/pl.json
index 9832fb7c1..493cec73c 100644
--- a/src/lang/pl.json
+++ b/src/lang/pl.json
@@ -1098,5 +1098,9 @@
"RabbitMQ Username": "Nazwa użytkownika RabbitMQ",
"RabbitMQ Password": "Hasło RabbitMQ",
"SendGrid API Key": "Klucz API SendGrid",
- "Separate multiple email addresses with commas": "Oddziel wiele adresów e-mail przecinkami"
-}
+ "Separate multiple email addresses with commas": "Oddziel wiele adresów e-mail przecinkami",
+ "smsplanetApiToken": "Token do Api SMSPlanet",
+ "smsplanetApiDocs": "Szczegółowe informacje o uzyskaniu API tokena znajdziesz w dokumentacji dostępnej {0}.",
+ "smsplanetPhoneNumber": "Numery telefonów",
+ "smsplanetSenderName": "Nazwa nadawcy (zatwierdzona w panelu klienta)"
+}
\ No newline at end of file