From c17abf3ec338c5846c85f40926abb6790afaf943 Mon Sep 17 00:00:00 2001 From: Simon Nilsson Date: Wed, 27 Mar 2024 16:38:24 +0100 Subject: [PATCH] Added translation to en.json and modified texts in vue --- src/components/notifications/Cellsynt.vue | 4 ++-- src/lang/en.json | 13 ++++++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/components/notifications/Cellsynt.vue b/src/components/notifications/Cellsynt.vue index a61a12c8..d85e198f 100644 --- a/src/components/notifications/Cellsynt.vue +++ b/src/components/notifications/Cellsynt.vue @@ -31,11 +31,11 @@
-
{{ $t("Long SMS (also known as \"concatenated SMS\") enables sending messages exceeding 160 characters.") }}
+
{{ $t("Split long messages into up to 6 parts. 153 x 6 = 918 characters.") }}
- {{ $t("For sign-up and price information check out this link") }}, https://www.cellsynt.com/en/ + {{ $t("Read more: https://www.cellsynt.com/en/") }},
diff --git a/src/lang/en.json b/src/lang/en.json index 11190a08..7c187c5d 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -887,5 +887,16 @@ "Browser Screenshot": "Browser Screenshot", "What is a Remote Browser?": "What is a Remote Browser?", "wayToGetHeiiOnCallDetails": "How to get the Trigger ID and API Keys is explained in the {documentation}", - "documentationOf": "{0} Documentation" + "documentationOf": "{0} Documentation", + "Originator type": "Originator type", + "Alpha (recommended)": "Alpha (recommended)", + "Numeric": "Numeric", + "Alphanumeric string (max 11 alphanumeric characters). Recipients can not reply to the message.": "Alphanumeric string (max 11 alphanumeric characters). Recipients can not reply to the message.", + "Numeric value (max 15 digits) with telephone number on international format without leading 00 (example UK number 07920 110 000 should be set as 447920110000). Recipients can reply to the message.": "Numeric value (max 15 digits) with telephone number on international format without leading 00 (example UK number 07920 110 000 should be set as 447920110000). Recipients can reply to the message.", + "Originator": "Originator", + "Visible on recipient's mobile phone as originator of the message. Allowed values and function depends on parameter originatortype.": "Visible on recipient's mobile phone as originator of the message. Allowed values and function depends on parameter originatortype.", + "Destination": "Destination", + "Recipient's telephone number using international format with leading 00 followed by country code, e.g. 00447920110000 for the UK number 07920 110 000 (max 17 digits in total). Max 25000 comma separated recipients per HTTP request.": "Recipient's telephone number using international format with leading 00 followed by country code, e.g. 00447920110000 for the UK number 07920 110 000 (max 17 digits in total). Max 25000 comma separated recipients per HTTP request.", + "Allow Long SMS": "Allow Long SMS", + "Split long messages into up to 6 parts. 153 x 6 = 918 characters.": "Split long messages into up to 6 parts. 153 x 6 = 918 characters." }