|
|
@ -277,17 +277,16 @@ export default { |
|
|
|
promosmsTypeEco: "SMS ECO - cheap but slow and often overloaded. Limited only to Polish recipients.", |
|
|
|
promosmsTypeFlash: "SMS FLASH - Message will automatically show on recipient device. Limited only to Polish recipients.", |
|
|
|
promosmsTypeFull: "SMS FULL - Premium tier of SMS, You can use Your Sender Name (You need to register name first). Reliable for alerts.", |
|
|
|
promosmsTypeFull: "SMS SPEED - Highest priority in system. Very quick and reliable but costly (about twice of SMS FULL price).", |
|
|
|
promosmsTypeSpeed: "SMS SPEED - Highest priority in system. Very quick and reliable but costly (about twice of SMS FULL price).", |
|
|
|
promosmsPhoneNumber: "Phone number (for Polish recipient You can skip area codes)", |
|
|
|
promosmsSMSSender: "SMS Sender Name : Pre-registred name or one of defaults: InfoSMS, SMS Info, MaxSMS, INFO, SMS", |
|
|
|
// End notification form
|
|
|
|
"Status Page": "Status Page", |
|
|
|
Method: "Method", |
|
|
|
Body: "Body", |
|
|
|
Headers: "Headers", |
|
|
|
PushUrl: "Push URL", |
|
|
|
HeadersInvalidFormat: "Headers do not have a valid format: \"key: value <new line> key: value <new line>...\"", |
|
|
|
BodyInvalidFormat: "The request body is not valid JSON: ", |
|
|
|
BodyPlaceholder: "{\n\t\"id\": 124357,\n\t\"username\": \"admin\",\n\t\"password\": \"myAdminPassword\"\n}", |
|
|
|
BodyPlaceholder: "{\n\t\"id\": 124357,\n\t\"username\": \"admin\",\n\t\"password\": \"myAdminPassword\"\n}", |
|
|
|
HeadersPlaceholder: "Authorization: Bearer abc123\nContent-Type: application/json", |
|
|
|
}; |
|
|
|