@capillarytech/creatives-library 7.12.31 → 7.12.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Card/tests/index.test.js +10 -12
- package/components/FormBuilder/_formBuilder.scss +1 -1
- package/components/SlideBox/index.js +0 -1
- package/components/SlideBox/tests/index.test.js +2 -2
- package/containers/Assets/Gallery/tests/reducer.test.js +2 -1
- package/containers/Cap/tests/__snapshots__/index.test.js.snap +1876 -0
- package/containers/Cap/tests/index.test.js +16 -10
- package/containers/LanguageProvider/tests/index.test.js +5 -1
- package/i18n.js +6 -4
- package/package.json +4 -1
- package/translations/en.json +42 -119
- package/translations/zh.json +38 -115
- package/utils/test-utils.js +63 -0
- package/v2Components/CapActionButton/index.js +54 -48
- package/v2Components/CapActionButton/tests/index.test.js +33 -24
- package/v2Components/CapWhatsappCTA/constants.js +34 -0
- package/v2Components/CapWhatsappCTA/index.js +321 -0
- package/v2Components/CapWhatsappCTA/index.scss +64 -0
- package/v2Components/CapWhatsappCTA/messages.js +56 -0
- package/v2Components/EmailPreviewV2/index.js +1 -1
- package/v2Components/EmailPreviewV2/tests/__snapshots__/index.test.js.snap +135 -0
- package/v2Components/EmailPreviewV2/tests/index.test.js +8 -2
- package/v2Components/FormBuilder/_formBuilder.scss +1 -1
- package/v2Components/MarketingObjective/index.js +2 -2
- package/v2Components/MarketingObjective/test/index.test.js +33 -0
- package/v2Components/SlideBox/tests/index.test.js +2 -2
- package/v2Components/TemplatePreview/_templatePreview.scss +8 -0
- package/v2Components/TemplatePreview/index.js +29 -2
- package/v2Components/TemplatePreview/tests/__snapshots__/index.test.js.snap +1 -1
- package/v2Containers/Assets/Gallery/tests/reducer.test.js +2 -1
- package/v2Containers/Cap/messages.js +4 -0
- package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +1930 -0
- package/v2Containers/Cap/tests/index.test.js +56 -10
- package/v2Containers/LanguageProvider/tests/index.test.js +9 -2
- package/v2Containers/LanguageProvider/tests/reducer.test.js +5 -1
- package/v2Containers/Line/Container/Video/index.js +1 -0
- package/v2Containers/Line/Container/Video/tests/index.test.js +62 -0
- package/v2Containers/Rcs/index.js +72 -66
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +2004 -16874
- package/v2Containers/Rcs/tests/index.test.js +7 -12
- package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +176 -476
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +336 -952
- package/v2Containers/Templates/index.js +10 -5
- package/v2Containers/Templates/tests/__snapshots__/index.test.js.snap +499 -419
- package/v2Containers/Templates/tests/index.test.js +8 -4
- package/v2Containers/Whatsapp/constants.js +22 -5
- package/v2Containers/Whatsapp/index.js +199 -9
- package/v2Containers/Whatsapp/index.scss +42 -1
- package/v2Containers/Whatsapp/messages.js +39 -2
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +37677 -5915
- package/v2Containers/Whatsapp/utils.js +37 -0
- package/v2Containers/mockdata.js +47 -0
- package/components/BreadCrumbs/tests/index.test.js +0 -10
- package/components/CapTagList/tests/index.test.js +0 -10
- package/components/CardGrid/tests/index.test.js +0 -10
- package/components/Ckeditor/tests/index.test.js +0 -10
- package/components/Component/tests/index.test.js +0 -10
- package/components/CustomPopOver/tests/index.test.js +0 -10
- package/components/DateFilter/tests/index.test.js +0 -15
- package/components/DateRange/tests/index.test.js +0 -10
- package/components/Edmeditor/tests/index.test.js +0 -10
- package/components/EmailPreview/tests/index.test.js +0 -10
- package/components/Footer/tests/index.test.js +0 -10
- package/components/FormBuilder/tests/index.test.js +0 -10
- package/components/Header/tests/index.test.js +0 -10
- package/components/ImagePreview/tests/index.test.js +0 -10
- package/components/PageHeader/tests/index.test.js +0 -10
- package/components/Pagination/tests/index.test.js +0 -10
- package/components/PreviewSideBar/tests/index.test.js +0 -10
- package/components/Sidebar/tests/index.test.js +0 -10
- package/components/SmsEditor/tests/index.test.js +0 -10
- package/components/SmsTest/tests/index.test.js +0 -10
- package/components/TemplatePreview/WechatRichmediaTemplatePreview/tests/index.test.js +0 -10
- package/components/TemplatePreview/tests/index.test.js +0 -10
- package/components/Toastr/tests/index.test.js +0 -10
- package/components/ToastrMessage/tests/index.test.js +0 -10
- package/components/TopBar/tests/index.test.js +0 -10
- package/containers/App/tests/actions.test.js +0 -18
- package/containers/App/tests/reducer.test.js +0 -9
- package/containers/App/tests/sagas.test.js +0 -15
- package/containers/App/tests/selectors.test.js +0 -10
- package/containers/Assets/Gallery/tests/index.test.js +0 -10
- package/containers/Assets/Gallery/tests/sagas.test.js +0 -15
- package/containers/Assets/Gallery/tests/selectors.test.js +0 -10
- package/containers/Dashboard/tests/actions.test.js +0 -18
- package/containers/Dashboard/tests/index.test.js +0 -10
- package/containers/Dashboard/tests/reducer.test.js +0 -9
- package/containers/Dashboard/tests/sagas.test.js +0 -15
- package/containers/Dashboard/tests/selectors.test.js +0 -10
- package/containers/Ebill/tests/actions.test.js +0 -18
- package/containers/Ebill/tests/index.test.js +0 -10
- package/containers/Ebill/tests/reducer.test.js +0 -9
- package/containers/Ebill/tests/sagas.test.js +0 -15
- package/containers/Ebill/tests/selectors.test.js +0 -10
- package/containers/Email/tests/actions.test.js +0 -18
- package/containers/Email/tests/index.test.js +0 -10
- package/containers/Email/tests/reducer.test.js +0 -9
- package/containers/Email/tests/sagas.test.js +0 -15
- package/containers/Email/tests/selectors.test.js +0 -10
- package/containers/Line/Edit/tests/actions.test.js +0 -18
- package/containers/Line/Edit/tests/index.test.js +0 -10
- package/containers/Line/Edit/tests/reducer.test.js +0 -9
- package/containers/Line/Edit/tests/sagas.test.js +0 -15
- package/containers/Line/Edit/tests/selectors.test.js +0 -10
- package/containers/Login/components/LoginForm/tests/index.test.js +0 -10
- package/containers/Login/tests/index.test.js +0 -10
- package/containers/Login/tests/sagas.test.js +0 -15
- package/containers/Login/tests/selectors.test.js +0 -10
- package/containers/MobilePush/Create/tests/actions.test.js +0 -18
- package/containers/MobilePush/Create/tests/index.test.js +0 -10
- package/containers/MobilePush/Create/tests/reducer.test.js +0 -9
- package/containers/MobilePush/Create/tests/sagas.test.js +0 -15
- package/containers/MobilePush/Create/tests/selectors.test.js +0 -10
- package/containers/MobilePush/Edit/tests/actions.test.js +0 -18
- package/containers/MobilePush/Edit/tests/index.test.js +0 -10
- package/containers/MobilePush/Edit/tests/reducer.test.js +0 -9
- package/containers/MobilePush/Edit/tests/sagas.test.js +0 -15
- package/containers/MobilePush/Edit/tests/selectors.test.js +0 -10
- package/containers/Sms/Create/tests/actions.test.js +0 -18
- package/containers/Sms/Create/tests/index.test.js +0 -10
- package/containers/Sms/Create/tests/reducer.test.js +0 -9
- package/containers/Sms/Create/tests/sagas.test.js +0 -15
- package/containers/Sms/Create/tests/selectors.test.js +0 -10
- package/containers/Sms/Edit/tests/actions.test.js +0 -18
- package/containers/Sms/Edit/tests/index.test.js +0 -10
- package/containers/Sms/Edit/tests/reducer.test.js +0 -9
- package/containers/Sms/Edit/tests/sagas.test.js +0 -15
- package/containers/Sms/Edit/tests/selectors.test.js +0 -10
- package/containers/TagList/tests/actions.test.js +0 -18
- package/containers/TagList/tests/index.test.js +0 -10
- package/containers/TagList/tests/reducer.test.js +0 -9
- package/containers/TagList/tests/sagas.test.js +0 -15
- package/containers/TagList/tests/selectors.test.js +0 -10
- package/containers/Templates/tests/actions.test.js +0 -18
- package/containers/Templates/tests/index.test.js +0 -10
- package/containers/Templates/tests/reducer.test.js +0 -9
- package/containers/Templates/tests/sagas.test.js +0 -15
- package/containers/Templates/tests/selectors.test.js +0 -10
- package/containers/Testv2/tests/actions.test.js +0 -18
- package/containers/Testv2/tests/index.test.js +0 -10
- package/containers/Testv2/tests/reducer.test.js +0 -9
- package/containers/Testv2/tests/sagas.test.js +0 -15
- package/containers/Testv2/tests/selectors.test.js +0 -10
- package/containers/WeChat/MapTemplates/tests/actions.test.js +0 -18
- package/containers/WeChat/MapTemplates/tests/index.test.js +0 -10
- package/containers/WeChat/MapTemplates/tests/reducer.test.js +0 -9
- package/containers/WeChat/MapTemplates/tests/sagas.test.js +0 -15
- package/containers/WeChat/MapTemplates/tests/selectors.test.js +0 -10
- package/containers/WeChat/RichmediaTemplates/Create/tests/actions.test.js +0 -18
- package/containers/WeChat/RichmediaTemplates/Create/tests/index.test.js +0 -10
- package/containers/WeChat/RichmediaTemplates/Create/tests/reducer.test.js +0 -9
- package/containers/WeChat/RichmediaTemplates/Create/tests/sagas.test.js +0 -15
- package/containers/WeChat/RichmediaTemplates/Create/tests/selectors.test.js +0 -10
- package/containers/WeChat/RichmediaTemplates/Edit/tests/actions.test.js +0 -18
- package/containers/WeChat/RichmediaTemplates/Edit/tests/index.test.js +0 -10
- package/containers/WeChat/RichmediaTemplates/Edit/tests/reducer.test.js +0 -9
- package/containers/WeChat/RichmediaTemplates/Edit/tests/sagas.test.js +0 -15
- package/containers/WeChat/RichmediaTemplates/Edit/tests/selectors.test.js +0 -10
- package/containers/WeChat/RichmediaTemplates/View/tests/actions.test.js +0 -18
- package/containers/WeChat/RichmediaTemplates/View/tests/index.test.js +0 -10
- package/containers/WeChat/RichmediaTemplates/View/tests/reducer.test.js +0 -9
- package/containers/WeChat/RichmediaTemplates/View/tests/sagas.test.js +0 -15
- package/containers/WeChat/RichmediaTemplates/View/tests/selectors.test.js +0 -10
- package/gtm/tests/events.test.js +0 -3
- package/v2Components/BreadCrumbs/tests/index.test.js +0 -10
- package/v2Components/CapActionButton/tests/__snapshots__/index.test.js.snap +0 -151
- package/v2Components/CapTagList/tests/index.test.js +0 -10
- package/v2Components/Card/tests/index.test.js +0 -10
- package/v2Components/CardGrid/tests/index.test.js +0 -10
- package/v2Components/Ckeditor/tests/index.test.js +0 -10
- package/v2Components/CmsTemplatesComponent/tests/index.test.js +0 -10
- package/v2Components/Component/tests/index.test.js +0 -10
- package/v2Components/CustomPopOver/tests/index.test.js +0 -10
- package/v2Components/Edmeditor/tests/index.test.js +0 -10
- package/v2Components/EmailPreview/tests/index.test.js +0 -10
- package/v2Components/Footer/tests/index.test.js +0 -10
- package/v2Components/FormBuilder/tests/index.test.js +0 -10
- package/v2Components/ImagePreview/tests/index.test.js +0 -10
- package/v2Components/MobilePushPreviewV2/tests/index.test.js +0 -10
- package/v2Components/NavigationBar/tests/index.test.js +0 -11
- package/v2Components/NewCallTask/tests/index.test.js +0 -10
- package/v2Components/Pagination/tests/index.test.js +0 -10
- package/v2Components/PreviewSideBar/tests/index.test.js +0 -10
- package/v2Components/SmsTest/tests/index.test.js +0 -10
- package/v2Components/TemplatePreview/WechatRichmediaTemplatePreview/tests/index.test.js +0 -10
- package/v2Components/Toastr/tests/index.test.js +0 -10
- package/v2Components/ToastrMessage/tests/index.test.js +0 -10
- package/v2Components/TopBar/tests/index.test.js +0 -10
- package/v2Containers/App/tests/actions.test.js +0 -18
- package/v2Containers/App/tests/reducer.test.js +0 -9
- package/v2Containers/App/tests/sagas.test.js +0 -15
- package/v2Containers/App/tests/selectors.test.js +0 -10
- package/v2Containers/Assets/Gallery/tests/index.test.js +0 -10
- package/v2Containers/Assets/Gallery/tests/sagas.test.js +0 -15
- package/v2Containers/Assets/Gallery/tests/selectors.test.js +0 -10
- package/v2Containers/BeeEditor/tests/index.test.js +0 -10
- package/v2Containers/CallTask/tests/actions.test.js +0 -18
- package/v2Containers/CallTask/tests/index.test.js +0 -10
- package/v2Containers/CallTask/tests/reducer.test.js +0 -9
- package/v2Containers/CallTask/tests/sagas.test.js +0 -15
- package/v2Containers/CallTask/tests/selectors.test.js +0 -10
- package/v2Containers/ChannelTemplates/tests/actions.test.js +0 -18
- package/v2Containers/ChannelTemplates/tests/index.test.js +0 -10
- package/v2Containers/ChannelTemplates/tests/reducer.test.js +0 -9
- package/v2Containers/ChannelTemplates/tests/sagas.test.js +0 -15
- package/v2Containers/ChannelTemplates/tests/selectors.test.js +0 -10
- package/v2Containers/CreativesContainer/tests/actions.test.js +0 -18
- package/v2Containers/CreativesContainer/tests/reducer.test.js +0 -9
- package/v2Containers/CreativesContainer/tests/sagas.test.js +0 -15
- package/v2Containers/CreativesContainer/tests/selectors.test.js +0 -10
- package/v2Containers/Dashboard/tests/actions.test.js +0 -18
- package/v2Containers/Dashboard/tests/index.test.js +0 -10
- package/v2Containers/Dashboard/tests/reducer.test.js +0 -9
- package/v2Containers/Dashboard/tests/sagas.test.js +0 -15
- package/v2Containers/Dashboard/tests/selectors.test.js +0 -10
- package/v2Containers/Ebill/tests/actions.test.js +0 -18
- package/v2Containers/Ebill/tests/index.test.js +0 -10
- package/v2Containers/Ebill/tests/reducer.test.js +0 -9
- package/v2Containers/Ebill/tests/sagas.test.js +0 -15
- package/v2Containers/Ebill/tests/selectors.test.js +0 -10
- package/v2Containers/Email/tests/actions.test.js +0 -18
- package/v2Containers/Email/tests/index.test.js +0 -10
- package/v2Containers/Email/tests/reducer.test.js +0 -9
- package/v2Containers/Email/tests/sagas.test.js +0 -15
- package/v2Containers/Email/tests/selectors.test.js +0 -10
- package/v2Containers/EmailWrapper/tests/actions.test.js +0 -18
- package/v2Containers/EmailWrapper/tests/index.test.js +0 -10
- package/v2Containers/EmailWrapper/tests/reducer.test.js +0 -9
- package/v2Containers/EmailWrapper/tests/sagas.test.js +0 -15
- package/v2Containers/EmailWrapper/tests/selectors.test.js +0 -10
- package/v2Containers/Login/components/LoginForm/tests/index.test.js +0 -10
- package/v2Containers/Login/tests/index.test.js +0 -10
- package/v2Containers/Login/tests/sagas.test.js +0 -15
- package/v2Containers/Login/tests/selectors.test.js +0 -10
- package/v2Containers/MobilePush/Create/tests/actions.test.js +0 -18
- package/v2Containers/MobilePush/Create/tests/index.test.js +0 -10
- package/v2Containers/MobilePush/Create/tests/reducer.test.js +0 -9
- package/v2Containers/MobilePush/Create/tests/sagas.test.js +0 -15
- package/v2Containers/MobilePush/Create/tests/selectors.test.js +0 -10
- package/v2Containers/MobilePush/Edit/tests/actions.test.js +0 -18
- package/v2Containers/MobilePush/Edit/tests/index.test.js +0 -10
- package/v2Containers/MobilePush/Edit/tests/reducer.test.js +0 -9
- package/v2Containers/MobilePush/Edit/tests/sagas.test.js +0 -15
- package/v2Containers/MobilePush/Edit/tests/selectors.test.js +0 -10
- package/v2Containers/MobilepushWrapper/tests/index.test.js +0 -10
- package/v2Containers/Sms/Create/tests/actions.test.js +0 -18
- package/v2Containers/Sms/Create/tests/index.test.js +0 -10
- package/v2Containers/Sms/Create/tests/reducer.test.js +0 -9
- package/v2Containers/Sms/Create/tests/sagas.test.js +0 -15
- package/v2Containers/Sms/Create/tests/selectors.test.js +0 -10
- package/v2Containers/Sms/Edit/tests/actions.test.js +0 -18
- package/v2Containers/Sms/Edit/tests/index.test.js +0 -10
- package/v2Containers/Sms/Edit/tests/reducer.test.js +0 -9
- package/v2Containers/Sms/Edit/tests/sagas.test.js +0 -15
- package/v2Containers/Sms/Edit/tests/selectors.test.js +0 -10
- package/v2Containers/SmsWrapper/tests/index.test.js +0 -10
- package/v2Containers/TagList/tests/actions.test.js +0 -18
- package/v2Containers/TagList/tests/index.test.js +0 -10
- package/v2Containers/TagList/tests/reducer.test.js +0 -9
- package/v2Containers/TagList/tests/sagas.test.js +0 -15
- package/v2Containers/TagList/tests/selectors.test.js +0 -10
- package/v2Containers/Templates/tests/actions.test.js +0 -18
- package/v2Containers/Templates/tests/reducer.test.js +0 -9
- package/v2Containers/Templates/tests/sagas.test.js +0 -15
- package/v2Containers/Templates/tests/selectors.test.js +0 -10
- package/v2Containers/TemplatesV2/tests/actions.test.js +0 -18
- package/v2Containers/TemplatesV2/tests/index.test.js +0 -10
- package/v2Containers/TemplatesV2/tests/reducer.test.js +0 -9
- package/v2Containers/TemplatesV2/tests/sagas.test.js +0 -15
- package/v2Containers/TemplatesV2/tests/selectors.test.js +0 -10
- package/v2Containers/Testv2/tests/actions.test.js +0 -18
- package/v2Containers/Testv2/tests/index.test.js +0 -10
- package/v2Containers/Testv2/tests/reducer.test.js +0 -9
- package/v2Containers/Testv2/tests/sagas.test.js +0 -15
- package/v2Containers/Testv2/tests/selectors.test.js +0 -10
- package/v2Containers/WeChat/MapTemplates/tests/actions.test.js +0 -18
- package/v2Containers/WeChat/MapTemplates/tests/index.test.js +0 -10
- package/v2Containers/WeChat/MapTemplates/tests/reducer.test.js +0 -9
- package/v2Containers/WeChat/MapTemplates/tests/sagas.test.js +0 -15
- package/v2Containers/WeChat/MapTemplates/tests/selectors.test.js +0 -10
- package/v2Containers/WeChat/RichmediaTemplates/Create/tests/actions.test.js +0 -18
- package/v2Containers/WeChat/RichmediaTemplates/Create/tests/index.test.js +0 -10
- package/v2Containers/WeChat/RichmediaTemplates/Create/tests/reducer.test.js +0 -9
- package/v2Containers/WeChat/RichmediaTemplates/Create/tests/sagas.test.js +0 -15
- package/v2Containers/WeChat/RichmediaTemplates/Create/tests/selectors.test.js +0 -10
- package/v2Containers/WeChat/RichmediaTemplates/Edit/tests/actions.test.js +0 -18
- package/v2Containers/WeChat/RichmediaTemplates/Edit/tests/index.test.js +0 -10
- package/v2Containers/WeChat/RichmediaTemplates/Edit/tests/reducer.test.js +0 -9
- package/v2Containers/WeChat/RichmediaTemplates/Edit/tests/sagas.test.js +0 -15
- package/v2Containers/WeChat/RichmediaTemplates/Edit/tests/selectors.test.js +0 -10
- package/v2Containers/WeChat/RichmediaTemplates/View/tests/actions.test.js +0 -18
- package/v2Containers/WeChat/RichmediaTemplates/View/tests/index.test.js +0 -10
- package/v2Containers/WeChat/RichmediaTemplates/View/tests/reducer.test.js +0 -9
- package/v2Containers/WeChat/RichmediaTemplates/View/tests/sagas.test.js +0 -15
- package/v2Containers/WeChat/RichmediaTemplates/View/tests/selectors.test.js +0 -10
|
@@ -36,34 +36,38 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
36
36
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
37
37
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
38
38
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
39
|
-
"app.
|
|
39
|
+
"app.v2containers.SmsTrai.Create.deferEdit": "It is highly recommended to use a file directly downloaded from the DLT portal. Editing the file may cause data to truncate unexpectedly.",
|
|
40
40
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
41
|
-
"app.v2containers.SmsTrai.Create.downloadInstruction": "Download {link} file.",
|
|
42
41
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
43
42
|
"app.v2containers.SmsTrai.Create.dropCsvFile": "Drag and drop a CSV file here",
|
|
44
|
-
"app.v2containers.SmsTrai.Create.
|
|
43
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateIdInstruction": "Existing templates with the same template ids will be overwritten.",
|
|
44
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateNameInstruction": "The template name needs to be unique. Any new template with a name matching the existing template name will not be created.",
|
|
45
45
|
"app.v2containers.SmsTrai.Create.failedToUpload": "Failed to upload",
|
|
46
46
|
"app.v2containers.SmsTrai.Create.failedVal": "{number} failed",
|
|
47
47
|
"app.v2containers.SmsTrai.Create.fileMaxlengthError": "More then 500 records are not allowed for the selected file.",
|
|
48
48
|
"app.v2containers.SmsTrai.Create.fileMinlengthError": "Please select a CSV file with minimum 1 row of data and 1 row of headers.",
|
|
49
49
|
"app.v2containers.SmsTrai.Create.headerAliasErrorDescription": "Please include mandatory field header. It can be {headerAliases}.",
|
|
50
|
-
"app.v2containers.SmsTrai.Create.
|
|
51
|
-
"app.v2containers.SmsTrai.Create.
|
|
50
|
+
"app.v2containers.SmsTrai.Create.mandatoryColErrorDescription": "Please include mandatory field Template name.",
|
|
51
|
+
"app.v2containers.SmsTrai.Create.mandatoryColInstruction": "Please ensure that each template has the following mandatory fields: Template name, Template ID, Type, Sender ID, Approval status/Status, Template message.",
|
|
52
52
|
"app.v2containers.SmsTrai.Create.nonCsvErrorDescription": "Please select a csv file.",
|
|
53
53
|
"app.v2containers.SmsTrai.Create.numberOfRecords": "{value, number} Record{value, plural, one {} other {s}}",
|
|
54
54
|
"app.v2containers.SmsTrai.Create.or": "OR",
|
|
55
55
|
"app.v2containers.SmsTrai.Create.passedVal": "{number} passed",
|
|
56
56
|
"app.v2containers.SmsTrai.Create.repetitiveColsErrorDescription": "Please remove repetitive fields ({repetitiveCols}) from the file.",
|
|
57
|
+
"app.v2containers.SmsTrai.Create.rowLimitInstruction": "Maximum 500 rows are allowed in a single file.",
|
|
57
58
|
"app.v2containers.SmsTrai.Create.sampleCsv": "Sample CSV",
|
|
59
|
+
"app.v2containers.SmsTrai.Create.sampleFileInstruction": "Users can also download {link} file and populate data. Please ensure that datatype is not changed.",
|
|
58
60
|
"app.v2containers.SmsTrai.Create.selectFileFromComputer": "Select a file from computer",
|
|
59
61
|
"app.v2containers.SmsTrai.Create.smsCreateNotification": "Sms templates created successfully",
|
|
60
62
|
"app.v2containers.SmsTrai.Create.statusAliasErrorDescription": "Please include mandatory field status. It can be {statusAliases}.",
|
|
61
|
-
"app.v2containers.SmsTrai.Create.
|
|
63
|
+
"app.v2containers.SmsTrai.Create.statusesInstruction": "Only templates in the Approved/ Registered/ Active state will be uploaded.",
|
|
64
|
+
"app.v2containers.SmsTrai.Create.tempInstruction": "In case the uploaded file with multiple templates is showing errors, but any campaign needs to be sent urgently, try uploading a single template (as required in the campaign) in Sample CSV.",
|
|
62
65
|
"app.v2containers.SmsTrai.Create.templateIdAliasErrorDescription": "Please include mandatory field template id. It can be {templateIdAliases}.",
|
|
63
66
|
"app.v2containers.SmsTrai.Create.templateMessageAliasErrorDescription": "Please include mandatory field template message. It can be {templateMessageAliases}.",
|
|
67
|
+
"app.v2containers.SmsTrai.Create.trimInstruction": "Whitespaces will be trimmed from both ends for all template cells.",
|
|
68
|
+
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
64
69
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
65
70
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
66
|
-
"app.v2containers.SmsTrai.Create.uploadLimitInstruction": "Upload a file of <= 500 rows.",
|
|
67
71
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
68
72
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
69
73
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -153,15 +157,23 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
153
157
|
"creatives.components.WechatRichmediaTemplatePreview.select": "Select",
|
|
154
158
|
"creatives.componentsV2.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
155
159
|
"creatives.componentsV2.CallTaskPreview.header": "This is the CallTaskPreview component !",
|
|
160
|
+
"creatives.componentsV2.CapActionButton.addButton": "Add button",
|
|
161
|
+
"creatives.componentsV2.CapActionButton.comingSoonTooltip": "Right now only one Call to action button is enabled, in future you would be able to add upto 3 buttons.",
|
|
162
|
+
"creatives.componentsV2.CapActionButton.inValidUrlErrorMessage": "Button URL is not valid",
|
|
163
|
+
"creatives.componentsV2.CapActionButton.templateButtonLink": "Button link",
|
|
164
|
+
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
165
|
+
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
166
|
+
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
156
167
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
157
168
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
158
|
-
"creatives.componentsV2.CapImageUpload.format": "Format: JPG, PNG",
|
|
159
|
-
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions: {width}px x {height}px",
|
|
169
|
+
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
170
|
+
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
160
171
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
161
172
|
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
162
|
-
"creatives.componentsV2.CapImageUpload.imageReUpload": "
|
|
173
|
+
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
174
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
163
175
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
164
|
-
"creatives.componentsV2.CapImageUpload.uploadComputer": "
|
|
176
|
+
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
165
177
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
166
178
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
167
179
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
@@ -249,20 +261,8 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
249
261
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
250
262
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
251
263
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
252
|
-
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
253
|
-
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
254
|
-
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
255
264
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
256
|
-
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
257
|
-
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
258
|
-
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
259
265
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
260
|
-
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
261
|
-
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
262
|
-
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
263
|
-
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
264
|
-
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
265
|
-
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
266
266
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
267
267
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
268
268
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -985,6 +985,7 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
985
985
|
"creatives.containersV2.Creatives.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
986
986
|
"creatives.containersV2.Creatives.lastUpdated": "Last updated: {date} by {user}",
|
|
987
987
|
"creatives.containersV2.Creatives.layoutSelection": "Select layout",
|
|
988
|
+
"creatives.containersV2.Creatives.learnTips": "Learn tips to get approved",
|
|
988
989
|
"creatives.containersV2.Creatives.lineHeader": "Line",
|
|
989
990
|
"creatives.containersV2.Creatives.mapTemplate": "Map template",
|
|
990
991
|
"creatives.containersV2.Creatives.mobilepushHeader": "Mobile Push",
|
|
@@ -995,6 +996,7 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
995
996
|
"creatives.containersV2.Creatives.preview": "Preview",
|
|
996
997
|
"creatives.containersV2.Creatives.previewButton": "Preview",
|
|
997
998
|
"creatives.containersV2.Creatives.previewGenerateText": "Preview is being generated...",
|
|
999
|
+
"creatives.containersV2.Creatives.rcsCreative": "RCS creative",
|
|
998
1000
|
"creatives.containersV2.Creatives.searchText": "Search",
|
|
999
1001
|
"creatives.containersV2.Creatives.selectAccount": "Select account",
|
|
1000
1002
|
"creatives.containersV2.Creatives.selectButton": "Select",
|
|
@@ -1021,6 +1023,8 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
1021
1023
|
"creatives.containersV2.Creatives.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
1022
1024
|
"creatives.containersV2.Creatives.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
1023
1025
|
"creatives.containersV2.Creatives.wechatHeader": "WECHAT",
|
|
1026
|
+
"creatives.containersV2.Creatives.whatsappOverview": "WhatsApp template overview",
|
|
1027
|
+
"creatives.containersV2.Creatives.whatsappTemplate": "WhatsApp template",
|
|
1024
1028
|
"creatives.containersV2.Creatives.yesText": "Yes",
|
|
1025
1029
|
"creatives.containersV2.Creatives.zipUploadFailed": "Failed to upload zip file",
|
|
1026
1030
|
"creatives.containersV2.Dashboard.header": "Dashboard",
|
|
@@ -1582,102 +1586,6 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
1582
1586
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
1583
1587
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
1584
1588
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
1585
|
-
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
1586
|
-
"creatives.containersV2.Templates.all": "All",
|
|
1587
|
-
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
1588
|
-
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
1589
|
-
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
1590
|
-
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
1591
|
-
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
1592
|
-
"creatives.containersV2.Templates.continue": "Continue",
|
|
1593
|
-
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
1594
|
-
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
1595
|
-
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
1596
|
-
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
1597
|
-
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
1598
|
-
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
1599
|
-
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
1600
|
-
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
1601
|
-
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
1602
|
-
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
1603
|
-
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
1604
|
-
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
1605
|
-
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
1606
|
-
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
1607
|
-
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
1608
|
-
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
1609
|
-
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
1610
|
-
"creatives.containersV2.Templates.editButton": "Edit",
|
|
1611
|
-
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
1612
|
-
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
1613
|
-
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
1614
|
-
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
1615
|
-
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
1616
|
-
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
1617
|
-
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
1618
|
-
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
1619
|
-
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
1620
|
-
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
1621
|
-
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
1622
|
-
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
1623
|
-
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
1624
|
-
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
1625
|
-
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
1626
|
-
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
1627
|
-
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
1628
|
-
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
1629
|
-
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
1630
|
-
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
1631
|
-
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
1632
|
-
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
1633
|
-
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
1634
|
-
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
1635
|
-
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
1636
|
-
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
1637
|
-
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
1638
|
-
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
1639
|
-
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
1640
|
-
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
1641
|
-
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
1642
|
-
"creatives.containersV2.Templates.preview": "Preview",
|
|
1643
|
-
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
1644
|
-
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
1645
|
-
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
1646
|
-
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
1647
|
-
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
1648
|
-
"creatives.containersV2.Templates.searchText": "Search",
|
|
1649
|
-
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
1650
|
-
"creatives.containersV2.Templates.selectButton": "Select",
|
|
1651
|
-
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
1652
|
-
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
1653
|
-
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
1654
|
-
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
1655
|
-
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
1656
|
-
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
1657
|
-
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
1658
|
-
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
1659
|
-
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
1660
|
-
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
1661
|
-
"creatives.containersV2.Templates.template": "template",
|
|
1662
|
-
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
1663
|
-
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
1664
|
-
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
1665
|
-
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
1666
|
-
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
1667
|
-
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
1668
|
-
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
1669
|
-
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
1670
|
-
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
1671
|
-
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
1672
|
-
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
1673
|
-
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
1674
|
-
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
1675
|
-
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
1676
|
-
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
1677
|
-
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
1678
|
-
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
1679
|
-
"creatives.containersV2.Templates.yesText": "Yes",
|
|
1680
|
-
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
1681
1589
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
1682
1590
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
1683
1591
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -1690,10 +1598,12 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
1690
1598
|
"creatives.containersV2.TemplatesV2.header": "This is TemplatesV2 container !",
|
|
1691
1599
|
"creatives.containersV2.TemplatesV2.line": "Line",
|
|
1692
1600
|
"creatives.containersV2.TemplatesV2.pushNotification": "Push notification",
|
|
1601
|
+
"creatives.containersV2.TemplatesV2.rcs": "RCS",
|
|
1693
1602
|
"creatives.containersV2.TemplatesV2.select": "Select",
|
|
1694
1603
|
"creatives.containersV2.TemplatesV2.sms": "SMS",
|
|
1695
1604
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
1696
1605
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
1606
|
+
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
1697
1607
|
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
1698
1608
|
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
1699
1609
|
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
@@ -1741,6 +1651,10 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
1741
1651
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
1742
1652
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
1743
1653
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
1654
|
+
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
1655
|
+
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
1656
|
+
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
1657
|
+
"creatives.containersV2.addLabels": "Add labels",
|
|
1744
1658
|
"creatives.containersV2.appName": "App Name",
|
|
1745
1659
|
"creatives.containersV2.applyNow": "Apply now",
|
|
1746
1660
|
"creatives.containersV2.areYouSureText": "Are you sure?",
|
|
@@ -1749,6 +1663,11 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
1749
1663
|
"creatives.containersV2.campaignsHome": "Campaigns Home",
|
|
1750
1664
|
"creatives.containersV2.cancel": "Cancel",
|
|
1751
1665
|
"creatives.containersV2.changeOk": "Ok, change",
|
|
1666
|
+
"creatives.containersV2.comingSoonTooltip": "Not enabled yet. Coming soon!",
|
|
1667
|
+
"creatives.containersV2.creativeNameLabel": "Creative name",
|
|
1668
|
+
"creatives.containersV2.delete": "Delete",
|
|
1669
|
+
"creatives.containersV2.done": "Done",
|
|
1670
|
+
"creatives.containersV2.emptyTemplateNameErrorMessage": "Template name cannot be empty",
|
|
1752
1671
|
"creatives.containersV2.incentive": "Incentive",
|
|
1753
1672
|
"creatives.containersV2.learnMore": "Learn More",
|
|
1754
1673
|
"creatives.containersV2.newOrgName": "{newOrgName}",
|
|
@@ -1756,6 +1675,7 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
1756
1675
|
"creatives.containersV2.orgChangeText": "Changing from <b>{oldOrgName}</b> to <b>{newOrgName}</b> will change the organisation for applications open in other tabs as well.<br/>Do you want to make the change to <b>{newOrgName}</b>?",
|
|
1757
1676
|
"creatives.containersV2.orgChangedText": "Organization changed to",
|
|
1758
1677
|
"creatives.containersV2.orgRefreshHeading": "Org refresh",
|
|
1678
|
+
"creatives.containersV2.preview": "Preview",
|
|
1759
1679
|
"creatives.containersV2.programs": "Programs",
|
|
1760
1680
|
"creatives.containersV2.promotions": "Promotions",
|
|
1761
1681
|
"creatives.containersV2.refreshOrgText": "Refreshing this page & changing the Org from <b>{oldOrgName}</b> to <b>{newOrgName}</b>. At a time only one Org can be selected on the browser.",
|
|
@@ -1829,6 +1749,9 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
1829
1749
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
1830
1750
|
"creatives.containersV2.signUp": "Sign Up",
|
|
1831
1751
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
1752
|
+
"creatives.containersV2.templateNameLabel": "Template name",
|
|
1753
|
+
"creatives.containersV2.templateNamePlaceholder": "Enter template name",
|
|
1754
|
+
"creatives.containersV2.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
1832
1755
|
"creatives.containersV2.viber.addLabels": "Add labels",
|
|
1833
1756
|
"creatives.containersV2.viber.button": "Button",
|
|
1834
1757
|
"creatives.containersV2.viber.buttonText": "Button text",
|
|
@@ -4135,34 +4058,38 @@ FREE GIFTS-
|
|
|
4135
4058
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
4136
4059
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
4137
4060
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
4138
|
-
"app.
|
|
4061
|
+
"app.v2containers.SmsTrai.Create.deferEdit": "It is highly recommended to use a file directly downloaded from the DLT portal. Editing the file may cause data to truncate unexpectedly.",
|
|
4139
4062
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
4140
|
-
"app.v2containers.SmsTrai.Create.downloadInstruction": "Download {link} file.",
|
|
4141
4063
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
4142
4064
|
"app.v2containers.SmsTrai.Create.dropCsvFile": "Drag and drop a CSV file here",
|
|
4143
|
-
"app.v2containers.SmsTrai.Create.
|
|
4065
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateIdInstruction": "Existing templates with the same template ids will be overwritten.",
|
|
4066
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateNameInstruction": "The template name needs to be unique. Any new template with a name matching the existing template name will not be created.",
|
|
4144
4067
|
"app.v2containers.SmsTrai.Create.failedToUpload": "Failed to upload",
|
|
4145
4068
|
"app.v2containers.SmsTrai.Create.failedVal": "{number} failed",
|
|
4146
4069
|
"app.v2containers.SmsTrai.Create.fileMaxlengthError": "More then 500 records are not allowed for the selected file.",
|
|
4147
4070
|
"app.v2containers.SmsTrai.Create.fileMinlengthError": "Please select a CSV file with minimum 1 row of data and 1 row of headers.",
|
|
4148
4071
|
"app.v2containers.SmsTrai.Create.headerAliasErrorDescription": "Please include mandatory field header. It can be {headerAliases}.",
|
|
4149
|
-
"app.v2containers.SmsTrai.Create.
|
|
4150
|
-
"app.v2containers.SmsTrai.Create.
|
|
4072
|
+
"app.v2containers.SmsTrai.Create.mandatoryColErrorDescription": "Please include mandatory field Template name.",
|
|
4073
|
+
"app.v2containers.SmsTrai.Create.mandatoryColInstruction": "Please ensure that each template has the following mandatory fields: Template name, Template ID, Type, Sender ID, Approval status/Status, Template message.",
|
|
4151
4074
|
"app.v2containers.SmsTrai.Create.nonCsvErrorDescription": "Please select a csv file.",
|
|
4152
4075
|
"app.v2containers.SmsTrai.Create.numberOfRecords": "{value, number} Record{value, plural, one {} other {s}}",
|
|
4153
4076
|
"app.v2containers.SmsTrai.Create.or": "OR",
|
|
4154
4077
|
"app.v2containers.SmsTrai.Create.passedVal": "{number} passed",
|
|
4155
4078
|
"app.v2containers.SmsTrai.Create.repetitiveColsErrorDescription": "Please remove repetitive fields ({repetitiveCols}) from the file.",
|
|
4079
|
+
"app.v2containers.SmsTrai.Create.rowLimitInstruction": "Maximum 500 rows are allowed in a single file.",
|
|
4156
4080
|
"app.v2containers.SmsTrai.Create.sampleCsv": "Sample CSV",
|
|
4081
|
+
"app.v2containers.SmsTrai.Create.sampleFileInstruction": "Users can also download {link} file and populate data. Please ensure that datatype is not changed.",
|
|
4157
4082
|
"app.v2containers.SmsTrai.Create.selectFileFromComputer": "Select a file from computer",
|
|
4158
4083
|
"app.v2containers.SmsTrai.Create.smsCreateNotification": "Sms templates created successfully",
|
|
4159
4084
|
"app.v2containers.SmsTrai.Create.statusAliasErrorDescription": "Please include mandatory field status. It can be {statusAliases}.",
|
|
4160
|
-
"app.v2containers.SmsTrai.Create.
|
|
4085
|
+
"app.v2containers.SmsTrai.Create.statusesInstruction": "Only templates in the Approved/ Registered/ Active state will be uploaded.",
|
|
4086
|
+
"app.v2containers.SmsTrai.Create.tempInstruction": "In case the uploaded file with multiple templates is showing errors, but any campaign needs to be sent urgently, try uploading a single template (as required in the campaign) in Sample CSV.",
|
|
4161
4087
|
"app.v2containers.SmsTrai.Create.templateIdAliasErrorDescription": "Please include mandatory field template id. It can be {templateIdAliases}.",
|
|
4162
4088
|
"app.v2containers.SmsTrai.Create.templateMessageAliasErrorDescription": "Please include mandatory field template message. It can be {templateMessageAliases}.",
|
|
4089
|
+
"app.v2containers.SmsTrai.Create.trimInstruction": "Whitespaces will be trimmed from both ends for all template cells.",
|
|
4090
|
+
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
4163
4091
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
4164
4092
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
4165
|
-
"app.v2containers.SmsTrai.Create.uploadLimitInstruction": "Upload a file of <= 500 rows.",
|
|
4166
4093
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
4167
4094
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
4168
4095
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -4252,15 +4179,23 @@ FREE GIFTS-
|
|
|
4252
4179
|
"creatives.components.WechatRichmediaTemplatePreview.select": "Select",
|
|
4253
4180
|
"creatives.componentsV2.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
4254
4181
|
"creatives.componentsV2.CallTaskPreview.header": "This is the CallTaskPreview component !",
|
|
4182
|
+
"creatives.componentsV2.CapActionButton.addButton": "Add button",
|
|
4183
|
+
"creatives.componentsV2.CapActionButton.comingSoonTooltip": "Right now only one Call to action button is enabled, in future you would be able to add upto 3 buttons.",
|
|
4184
|
+
"creatives.componentsV2.CapActionButton.inValidUrlErrorMessage": "Button URL is not valid",
|
|
4185
|
+
"creatives.componentsV2.CapActionButton.templateButtonLink": "Button link",
|
|
4186
|
+
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
4187
|
+
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
4188
|
+
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
4255
4189
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
4256
4190
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
4257
|
-
"creatives.componentsV2.CapImageUpload.format": "Format: JPG, PNG",
|
|
4258
|
-
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions: {width}px x {height}px",
|
|
4191
|
+
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
4192
|
+
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
4259
4193
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
4260
4194
|
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
4261
|
-
"creatives.componentsV2.CapImageUpload.imageReUpload": "
|
|
4195
|
+
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
4196
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
4262
4197
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
4263
|
-
"creatives.componentsV2.CapImageUpload.uploadComputer": "
|
|
4198
|
+
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
4264
4199
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
4265
4200
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
4266
4201
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
@@ -4348,20 +4283,8 @@ FREE GIFTS-
|
|
|
4348
4283
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
4349
4284
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
4350
4285
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
4351
|
-
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
4352
|
-
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
4353
|
-
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
4354
4286
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
4355
|
-
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
4356
|
-
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
4357
|
-
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
4358
4287
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
4359
|
-
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
4360
|
-
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
4361
|
-
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
4362
|
-
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
4363
|
-
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
4364
|
-
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
4365
4288
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
4366
4289
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
4367
4290
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -5084,6 +5007,7 @@ FREE GIFTS-
|
|
|
5084
5007
|
"creatives.containersV2.Creatives.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
5085
5008
|
"creatives.containersV2.Creatives.lastUpdated": "Last updated: {date} by {user}",
|
|
5086
5009
|
"creatives.containersV2.Creatives.layoutSelection": "Select layout",
|
|
5010
|
+
"creatives.containersV2.Creatives.learnTips": "Learn tips to get approved",
|
|
5087
5011
|
"creatives.containersV2.Creatives.lineHeader": "Line",
|
|
5088
5012
|
"creatives.containersV2.Creatives.mapTemplate": "Map template",
|
|
5089
5013
|
"creatives.containersV2.Creatives.mobilepushHeader": "Mobile Push",
|
|
@@ -5094,6 +5018,7 @@ FREE GIFTS-
|
|
|
5094
5018
|
"creatives.containersV2.Creatives.preview": "Preview",
|
|
5095
5019
|
"creatives.containersV2.Creatives.previewButton": "Preview",
|
|
5096
5020
|
"creatives.containersV2.Creatives.previewGenerateText": "Preview is being generated...",
|
|
5021
|
+
"creatives.containersV2.Creatives.rcsCreative": "RCS creative",
|
|
5097
5022
|
"creatives.containersV2.Creatives.searchText": "Search",
|
|
5098
5023
|
"creatives.containersV2.Creatives.selectAccount": "Select account",
|
|
5099
5024
|
"creatives.containersV2.Creatives.selectButton": "Select",
|
|
@@ -5120,6 +5045,8 @@ FREE GIFTS-
|
|
|
5120
5045
|
"creatives.containersV2.Creatives.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
5121
5046
|
"creatives.containersV2.Creatives.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
5122
5047
|
"creatives.containersV2.Creatives.wechatHeader": "WECHAT",
|
|
5048
|
+
"creatives.containersV2.Creatives.whatsappOverview": "WhatsApp template overview",
|
|
5049
|
+
"creatives.containersV2.Creatives.whatsappTemplate": "WhatsApp template",
|
|
5123
5050
|
"creatives.containersV2.Creatives.yesText": "Yes",
|
|
5124
5051
|
"creatives.containersV2.Creatives.zipUploadFailed": "Failed to upload zip file",
|
|
5125
5052
|
"creatives.containersV2.Dashboard.header": "Dashboard",
|
|
@@ -5681,102 +5608,6 @@ FREE GIFTS-
|
|
|
5681
5608
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
5682
5609
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
5683
5610
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
5684
|
-
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
5685
|
-
"creatives.containersV2.Templates.all": "All",
|
|
5686
|
-
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
5687
|
-
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
5688
|
-
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
5689
|
-
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
5690
|
-
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
5691
|
-
"creatives.containersV2.Templates.continue": "Continue",
|
|
5692
|
-
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
5693
|
-
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
5694
|
-
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
5695
|
-
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
5696
|
-
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
5697
|
-
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
5698
|
-
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
5699
|
-
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
5700
|
-
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
5701
|
-
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
5702
|
-
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
5703
|
-
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
5704
|
-
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
5705
|
-
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
5706
|
-
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
5707
|
-
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
5708
|
-
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
5709
|
-
"creatives.containersV2.Templates.editButton": "Edit",
|
|
5710
|
-
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
5711
|
-
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
5712
|
-
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
5713
|
-
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
5714
|
-
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
5715
|
-
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
5716
|
-
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
5717
|
-
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
5718
|
-
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
5719
|
-
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
5720
|
-
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
5721
|
-
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
5722
|
-
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
5723
|
-
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
5724
|
-
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
5725
|
-
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
5726
|
-
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
5727
|
-
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
5728
|
-
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
5729
|
-
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
5730
|
-
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
5731
|
-
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
5732
|
-
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
5733
|
-
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
5734
|
-
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
5735
|
-
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
5736
|
-
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
5737
|
-
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
5738
|
-
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
5739
|
-
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
5740
|
-
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
5741
|
-
"creatives.containersV2.Templates.preview": "Preview",
|
|
5742
|
-
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
5743
|
-
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
5744
|
-
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
5745
|
-
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
5746
|
-
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
5747
|
-
"creatives.containersV2.Templates.searchText": "Search",
|
|
5748
|
-
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
5749
|
-
"creatives.containersV2.Templates.selectButton": "Select",
|
|
5750
|
-
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
5751
|
-
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
5752
|
-
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
5753
|
-
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
5754
|
-
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
5755
|
-
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
5756
|
-
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
5757
|
-
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
5758
|
-
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
5759
|
-
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
5760
|
-
"creatives.containersV2.Templates.template": "template",
|
|
5761
|
-
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
5762
|
-
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
5763
|
-
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
5764
|
-
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
5765
|
-
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
5766
|
-
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
5767
|
-
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
5768
|
-
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
5769
|
-
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
5770
|
-
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
5771
|
-
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
5772
|
-
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
5773
|
-
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
5774
|
-
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
5775
|
-
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
5776
|
-
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
5777
|
-
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
5778
|
-
"creatives.containersV2.Templates.yesText": "Yes",
|
|
5779
|
-
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
5780
5611
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
5781
5612
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
5782
5613
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -5789,10 +5620,12 @@ FREE GIFTS-
|
|
|
5789
5620
|
"creatives.containersV2.TemplatesV2.header": "This is TemplatesV2 container !",
|
|
5790
5621
|
"creatives.containersV2.TemplatesV2.line": "Line",
|
|
5791
5622
|
"creatives.containersV2.TemplatesV2.pushNotification": "Push notification",
|
|
5623
|
+
"creatives.containersV2.TemplatesV2.rcs": "RCS",
|
|
5792
5624
|
"creatives.containersV2.TemplatesV2.select": "Select",
|
|
5793
5625
|
"creatives.containersV2.TemplatesV2.sms": "SMS",
|
|
5794
5626
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
5795
5627
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
5628
|
+
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
5796
5629
|
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
5797
5630
|
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
5798
5631
|
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
@@ -5840,6 +5673,10 @@ FREE GIFTS-
|
|
|
5840
5673
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
5841
5674
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
5842
5675
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
5676
|
+
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
5677
|
+
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
5678
|
+
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
5679
|
+
"creatives.containersV2.addLabels": "Add labels",
|
|
5843
5680
|
"creatives.containersV2.appName": "App Name",
|
|
5844
5681
|
"creatives.containersV2.applyNow": "Apply now",
|
|
5845
5682
|
"creatives.containersV2.areYouSureText": "Are you sure?",
|
|
@@ -5848,6 +5685,11 @@ FREE GIFTS-
|
|
|
5848
5685
|
"creatives.containersV2.campaignsHome": "Campaigns Home",
|
|
5849
5686
|
"creatives.containersV2.cancel": "Cancel",
|
|
5850
5687
|
"creatives.containersV2.changeOk": "Ok, change",
|
|
5688
|
+
"creatives.containersV2.comingSoonTooltip": "Not enabled yet. Coming soon!",
|
|
5689
|
+
"creatives.containersV2.creativeNameLabel": "Creative name",
|
|
5690
|
+
"creatives.containersV2.delete": "Delete",
|
|
5691
|
+
"creatives.containersV2.done": "Done",
|
|
5692
|
+
"creatives.containersV2.emptyTemplateNameErrorMessage": "Template name cannot be empty",
|
|
5851
5693
|
"creatives.containersV2.incentive": "Incentive",
|
|
5852
5694
|
"creatives.containersV2.learnMore": "Learn More",
|
|
5853
5695
|
"creatives.containersV2.newOrgName": "{newOrgName}",
|
|
@@ -5855,6 +5697,7 @@ FREE GIFTS-
|
|
|
5855
5697
|
"creatives.containersV2.orgChangeText": "Changing from <b>{oldOrgName}</b> to <b>{newOrgName}</b> will change the organisation for applications open in other tabs as well.<br/>Do you want to make the change to <b>{newOrgName}</b>?",
|
|
5856
5698
|
"creatives.containersV2.orgChangedText": "Organization changed to",
|
|
5857
5699
|
"creatives.containersV2.orgRefreshHeading": "Org refresh",
|
|
5700
|
+
"creatives.containersV2.preview": "Preview",
|
|
5858
5701
|
"creatives.containersV2.programs": "Programs",
|
|
5859
5702
|
"creatives.containersV2.promotions": "Promotions",
|
|
5860
5703
|
"creatives.containersV2.refreshOrgText": "Refreshing this page & changing the Org from <b>{oldOrgName}</b> to <b>{newOrgName}</b>. At a time only one Org can be selected on the browser.",
|
|
@@ -5928,6 +5771,9 @@ FREE GIFTS-
|
|
|
5928
5771
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
5929
5772
|
"creatives.containersV2.signUp": "Sign Up",
|
|
5930
5773
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
5774
|
+
"creatives.containersV2.templateNameLabel": "Template name",
|
|
5775
|
+
"creatives.containersV2.templateNamePlaceholder": "Enter template name",
|
|
5776
|
+
"creatives.containersV2.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
5931
5777
|
"creatives.containersV2.viber.addLabels": "Add labels",
|
|
5932
5778
|
"creatives.containersV2.viber.button": "Button",
|
|
5933
5779
|
"creatives.containersV2.viber.buttonText": "Button text",
|
|
@@ -6885,34 +6731,38 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
6885
6731
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
6886
6732
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
6887
6733
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
6888
|
-
"app.
|
|
6734
|
+
"app.v2containers.SmsTrai.Create.deferEdit": "It is highly recommended to use a file directly downloaded from the DLT portal. Editing the file may cause data to truncate unexpectedly.",
|
|
6889
6735
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
6890
|
-
"app.v2containers.SmsTrai.Create.downloadInstruction": "Download {link} file.",
|
|
6891
6736
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
6892
6737
|
"app.v2containers.SmsTrai.Create.dropCsvFile": "Drag and drop a CSV file here",
|
|
6893
|
-
"app.v2containers.SmsTrai.Create.
|
|
6738
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateIdInstruction": "Existing templates with the same template ids will be overwritten.",
|
|
6739
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateNameInstruction": "The template name needs to be unique. Any new template with a name matching the existing template name will not be created.",
|
|
6894
6740
|
"app.v2containers.SmsTrai.Create.failedToUpload": "Failed to upload",
|
|
6895
6741
|
"app.v2containers.SmsTrai.Create.failedVal": "{number} failed",
|
|
6896
6742
|
"app.v2containers.SmsTrai.Create.fileMaxlengthError": "More then 500 records are not allowed for the selected file.",
|
|
6897
6743
|
"app.v2containers.SmsTrai.Create.fileMinlengthError": "Please select a CSV file with minimum 1 row of data and 1 row of headers.",
|
|
6898
6744
|
"app.v2containers.SmsTrai.Create.headerAliasErrorDescription": "Please include mandatory field header. It can be {headerAliases}.",
|
|
6899
|
-
"app.v2containers.SmsTrai.Create.
|
|
6900
|
-
"app.v2containers.SmsTrai.Create.
|
|
6745
|
+
"app.v2containers.SmsTrai.Create.mandatoryColErrorDescription": "Please include mandatory field Template name.",
|
|
6746
|
+
"app.v2containers.SmsTrai.Create.mandatoryColInstruction": "Please ensure that each template has the following mandatory fields: Template name, Template ID, Type, Sender ID, Approval status/Status, Template message.",
|
|
6901
6747
|
"app.v2containers.SmsTrai.Create.nonCsvErrorDescription": "Please select a csv file.",
|
|
6902
6748
|
"app.v2containers.SmsTrai.Create.numberOfRecords": "{value, number} Record{value, plural, one {} other {s}}",
|
|
6903
6749
|
"app.v2containers.SmsTrai.Create.or": "OR",
|
|
6904
6750
|
"app.v2containers.SmsTrai.Create.passedVal": "{number} passed",
|
|
6905
6751
|
"app.v2containers.SmsTrai.Create.repetitiveColsErrorDescription": "Please remove repetitive fields ({repetitiveCols}) from the file.",
|
|
6752
|
+
"app.v2containers.SmsTrai.Create.rowLimitInstruction": "Maximum 500 rows are allowed in a single file.",
|
|
6906
6753
|
"app.v2containers.SmsTrai.Create.sampleCsv": "Sample CSV",
|
|
6754
|
+
"app.v2containers.SmsTrai.Create.sampleFileInstruction": "Users can also download {link} file and populate data. Please ensure that datatype is not changed.",
|
|
6907
6755
|
"app.v2containers.SmsTrai.Create.selectFileFromComputer": "Select a file from computer",
|
|
6908
6756
|
"app.v2containers.SmsTrai.Create.smsCreateNotification": "Sms templates created successfully",
|
|
6909
6757
|
"app.v2containers.SmsTrai.Create.statusAliasErrorDescription": "Please include mandatory field status. It can be {statusAliases}.",
|
|
6910
|
-
"app.v2containers.SmsTrai.Create.
|
|
6758
|
+
"app.v2containers.SmsTrai.Create.statusesInstruction": "Only templates in the Approved/ Registered/ Active state will be uploaded.",
|
|
6759
|
+
"app.v2containers.SmsTrai.Create.tempInstruction": "In case the uploaded file with multiple templates is showing errors, but any campaign needs to be sent urgently, try uploading a single template (as required in the campaign) in Sample CSV.",
|
|
6911
6760
|
"app.v2containers.SmsTrai.Create.templateIdAliasErrorDescription": "Please include mandatory field template id. It can be {templateIdAliases}.",
|
|
6912
6761
|
"app.v2containers.SmsTrai.Create.templateMessageAliasErrorDescription": "Please include mandatory field template message. It can be {templateMessageAliases}.",
|
|
6762
|
+
"app.v2containers.SmsTrai.Create.trimInstruction": "Whitespaces will be trimmed from both ends for all template cells.",
|
|
6763
|
+
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
6913
6764
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
6914
6765
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
6915
|
-
"app.v2containers.SmsTrai.Create.uploadLimitInstruction": "Upload a file of <= 500 rows.",
|
|
6916
6766
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
6917
6767
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
6918
6768
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -7002,15 +6852,23 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
7002
6852
|
"creatives.components.WechatRichmediaTemplatePreview.select": "Select",
|
|
7003
6853
|
"creatives.componentsV2.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
7004
6854
|
"creatives.componentsV2.CallTaskPreview.header": "This is the CallTaskPreview component !",
|
|
6855
|
+
"creatives.componentsV2.CapActionButton.addButton": "Add button",
|
|
6856
|
+
"creatives.componentsV2.CapActionButton.comingSoonTooltip": "Right now only one Call to action button is enabled, in future you would be able to add upto 3 buttons.",
|
|
6857
|
+
"creatives.componentsV2.CapActionButton.inValidUrlErrorMessage": "Button URL is not valid",
|
|
6858
|
+
"creatives.componentsV2.CapActionButton.templateButtonLink": "Button link",
|
|
6859
|
+
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
6860
|
+
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
6861
|
+
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
7005
6862
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
7006
6863
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
7007
|
-
"creatives.componentsV2.CapImageUpload.format": "Format: JPG, PNG",
|
|
7008
|
-
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions: {width}px x {height}px",
|
|
6864
|
+
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
6865
|
+
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
7009
6866
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
7010
6867
|
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
7011
|
-
"creatives.componentsV2.CapImageUpload.imageReUpload": "
|
|
6868
|
+
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
6869
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
7012
6870
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
7013
|
-
"creatives.componentsV2.CapImageUpload.uploadComputer": "
|
|
6871
|
+
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
7014
6872
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
7015
6873
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
7016
6874
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
@@ -7098,20 +6956,8 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
7098
6956
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
7099
6957
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
7100
6958
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
7101
|
-
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
7102
|
-
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
7103
|
-
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
7104
6959
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
7105
|
-
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
7106
|
-
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
7107
|
-
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
7108
6960
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
7109
|
-
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
7110
|
-
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
7111
|
-
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
7112
|
-
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
7113
|
-
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
7114
|
-
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
7115
6961
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
7116
6962
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
7117
6963
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -7834,6 +7680,7 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
7834
7680
|
"creatives.containersV2.Creatives.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
7835
7681
|
"creatives.containersV2.Creatives.lastUpdated": "Last updated: {date} by {user}",
|
|
7836
7682
|
"creatives.containersV2.Creatives.layoutSelection": "Select layout",
|
|
7683
|
+
"creatives.containersV2.Creatives.learnTips": "Learn tips to get approved",
|
|
7837
7684
|
"creatives.containersV2.Creatives.lineHeader": "Line",
|
|
7838
7685
|
"creatives.containersV2.Creatives.mapTemplate": "Map template",
|
|
7839
7686
|
"creatives.containersV2.Creatives.mobilepushHeader": "Mobile Push",
|
|
@@ -7844,6 +7691,7 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
7844
7691
|
"creatives.containersV2.Creatives.preview": "Preview",
|
|
7845
7692
|
"creatives.containersV2.Creatives.previewButton": "Preview",
|
|
7846
7693
|
"creatives.containersV2.Creatives.previewGenerateText": "Preview is being generated...",
|
|
7694
|
+
"creatives.containersV2.Creatives.rcsCreative": "RCS creative",
|
|
7847
7695
|
"creatives.containersV2.Creatives.searchText": "Search",
|
|
7848
7696
|
"creatives.containersV2.Creatives.selectAccount": "Select account",
|
|
7849
7697
|
"creatives.containersV2.Creatives.selectButton": "Select",
|
|
@@ -7870,6 +7718,8 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
7870
7718
|
"creatives.containersV2.Creatives.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
7871
7719
|
"creatives.containersV2.Creatives.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
7872
7720
|
"creatives.containersV2.Creatives.wechatHeader": "WECHAT",
|
|
7721
|
+
"creatives.containersV2.Creatives.whatsappOverview": "WhatsApp template overview",
|
|
7722
|
+
"creatives.containersV2.Creatives.whatsappTemplate": "WhatsApp template",
|
|
7873
7723
|
"creatives.containersV2.Creatives.yesText": "Yes",
|
|
7874
7724
|
"creatives.containersV2.Creatives.zipUploadFailed": "Failed to upload zip file",
|
|
7875
7725
|
"creatives.containersV2.Dashboard.header": "Dashboard",
|
|
@@ -8431,102 +8281,6 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
8431
8281
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
8432
8282
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
8433
8283
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
8434
|
-
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
8435
|
-
"creatives.containersV2.Templates.all": "All",
|
|
8436
|
-
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
8437
|
-
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
8438
|
-
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
8439
|
-
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
8440
|
-
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
8441
|
-
"creatives.containersV2.Templates.continue": "Continue",
|
|
8442
|
-
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
8443
|
-
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
8444
|
-
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
8445
|
-
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
8446
|
-
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
8447
|
-
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
8448
|
-
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
8449
|
-
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
8450
|
-
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
8451
|
-
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
8452
|
-
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
8453
|
-
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
8454
|
-
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
8455
|
-
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
8456
|
-
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
8457
|
-
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
8458
|
-
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
8459
|
-
"creatives.containersV2.Templates.editButton": "Edit",
|
|
8460
|
-
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
8461
|
-
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
8462
|
-
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
8463
|
-
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
8464
|
-
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
8465
|
-
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
8466
|
-
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
8467
|
-
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
8468
|
-
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
8469
|
-
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
8470
|
-
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
8471
|
-
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
8472
|
-
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
8473
|
-
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
8474
|
-
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
8475
|
-
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
8476
|
-
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
8477
|
-
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
8478
|
-
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
8479
|
-
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
8480
|
-
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
8481
|
-
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
8482
|
-
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
8483
|
-
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
8484
|
-
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
8485
|
-
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
8486
|
-
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
8487
|
-
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
8488
|
-
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
8489
|
-
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
8490
|
-
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
8491
|
-
"creatives.containersV2.Templates.preview": "Preview",
|
|
8492
|
-
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
8493
|
-
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
8494
|
-
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
8495
|
-
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
8496
|
-
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
8497
|
-
"creatives.containersV2.Templates.searchText": "Search",
|
|
8498
|
-
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
8499
|
-
"creatives.containersV2.Templates.selectButton": "Select",
|
|
8500
|
-
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
8501
|
-
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
8502
|
-
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
8503
|
-
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
8504
|
-
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
8505
|
-
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
8506
|
-
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
8507
|
-
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
8508
|
-
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
8509
|
-
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
8510
|
-
"creatives.containersV2.Templates.template": "template",
|
|
8511
|
-
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
8512
|
-
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
8513
|
-
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
8514
|
-
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
8515
|
-
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
8516
|
-
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
8517
|
-
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
8518
|
-
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
8519
|
-
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
8520
|
-
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
8521
|
-
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
8522
|
-
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
8523
|
-
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
8524
|
-
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
8525
|
-
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
8526
|
-
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
8527
|
-
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
8528
|
-
"creatives.containersV2.Templates.yesText": "Yes",
|
|
8529
|
-
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
8530
8284
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
8531
8285
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
8532
8286
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -8539,10 +8293,12 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
8539
8293
|
"creatives.containersV2.TemplatesV2.header": "This is TemplatesV2 container !",
|
|
8540
8294
|
"creatives.containersV2.TemplatesV2.line": "Line",
|
|
8541
8295
|
"creatives.containersV2.TemplatesV2.pushNotification": "Push notification",
|
|
8296
|
+
"creatives.containersV2.TemplatesV2.rcs": "RCS",
|
|
8542
8297
|
"creatives.containersV2.TemplatesV2.select": "Select",
|
|
8543
8298
|
"creatives.containersV2.TemplatesV2.sms": "SMS",
|
|
8544
8299
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
8545
8300
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
8301
|
+
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
8546
8302
|
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
8547
8303
|
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
8548
8304
|
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
@@ -8590,6 +8346,10 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
8590
8346
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
8591
8347
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
8592
8348
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
8349
|
+
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
8350
|
+
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
8351
|
+
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
8352
|
+
"creatives.containersV2.addLabels": "Add labels",
|
|
8593
8353
|
"creatives.containersV2.appName": "App Name",
|
|
8594
8354
|
"creatives.containersV2.applyNow": "Apply now",
|
|
8595
8355
|
"creatives.containersV2.areYouSureText": "Are you sure?",
|
|
@@ -8598,6 +8358,11 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
8598
8358
|
"creatives.containersV2.campaignsHome": "Campaigns Home",
|
|
8599
8359
|
"creatives.containersV2.cancel": "Cancel",
|
|
8600
8360
|
"creatives.containersV2.changeOk": "Ok, change",
|
|
8361
|
+
"creatives.containersV2.comingSoonTooltip": "Not enabled yet. Coming soon!",
|
|
8362
|
+
"creatives.containersV2.creativeNameLabel": "Creative name",
|
|
8363
|
+
"creatives.containersV2.delete": "Delete",
|
|
8364
|
+
"creatives.containersV2.done": "Done",
|
|
8365
|
+
"creatives.containersV2.emptyTemplateNameErrorMessage": "Template name cannot be empty",
|
|
8601
8366
|
"creatives.containersV2.incentive": "Incentive",
|
|
8602
8367
|
"creatives.containersV2.learnMore": "Learn More",
|
|
8603
8368
|
"creatives.containersV2.newOrgName": "{newOrgName}",
|
|
@@ -8605,6 +8370,7 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
8605
8370
|
"creatives.containersV2.orgChangeText": "Changing from <b>{oldOrgName}</b> to <b>{newOrgName}</b> will change the organisation for applications open in other tabs as well.<br/>Do you want to make the change to <b>{newOrgName}</b>?",
|
|
8606
8371
|
"creatives.containersV2.orgChangedText": "Organization changed to",
|
|
8607
8372
|
"creatives.containersV2.orgRefreshHeading": "Org refresh",
|
|
8373
|
+
"creatives.containersV2.preview": "Preview",
|
|
8608
8374
|
"creatives.containersV2.programs": "Programs",
|
|
8609
8375
|
"creatives.containersV2.promotions": "Promotions",
|
|
8610
8376
|
"creatives.containersV2.refreshOrgText": "Refreshing this page & changing the Org from <b>{oldOrgName}</b> to <b>{newOrgName}</b>. At a time only one Org can be selected on the browser.",
|
|
@@ -8678,6 +8444,9 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
8678
8444
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
8679
8445
|
"creatives.containersV2.signUp": "Sign Up",
|
|
8680
8446
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
8447
|
+
"creatives.containersV2.templateNameLabel": "Template name",
|
|
8448
|
+
"creatives.containersV2.templateNamePlaceholder": "Enter template name",
|
|
8449
|
+
"creatives.containersV2.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
8681
8450
|
"creatives.containersV2.viber.addLabels": "Add labels",
|
|
8682
8451
|
"creatives.containersV2.viber.button": "Button",
|
|
8683
8452
|
"creatives.containersV2.viber.buttonText": "Button text",
|
|
@@ -10818,34 +10587,38 @@ FREE GIFTS-
|
|
|
10818
10587
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
10819
10588
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
10820
10589
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
10821
|
-
"app.
|
|
10590
|
+
"app.v2containers.SmsTrai.Create.deferEdit": "It is highly recommended to use a file directly downloaded from the DLT portal. Editing the file may cause data to truncate unexpectedly.",
|
|
10822
10591
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
10823
|
-
"app.v2containers.SmsTrai.Create.downloadInstruction": "Download {link} file.",
|
|
10824
10592
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
10825
10593
|
"app.v2containers.SmsTrai.Create.dropCsvFile": "Drag and drop a CSV file here",
|
|
10826
|
-
"app.v2containers.SmsTrai.Create.
|
|
10594
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateIdInstruction": "Existing templates with the same template ids will be overwritten.",
|
|
10595
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateNameInstruction": "The template name needs to be unique. Any new template with a name matching the existing template name will not be created.",
|
|
10827
10596
|
"app.v2containers.SmsTrai.Create.failedToUpload": "Failed to upload",
|
|
10828
10597
|
"app.v2containers.SmsTrai.Create.failedVal": "{number} failed",
|
|
10829
10598
|
"app.v2containers.SmsTrai.Create.fileMaxlengthError": "More then 500 records are not allowed for the selected file.",
|
|
10830
10599
|
"app.v2containers.SmsTrai.Create.fileMinlengthError": "Please select a CSV file with minimum 1 row of data and 1 row of headers.",
|
|
10831
10600
|
"app.v2containers.SmsTrai.Create.headerAliasErrorDescription": "Please include mandatory field header. It can be {headerAliases}.",
|
|
10832
|
-
"app.v2containers.SmsTrai.Create.
|
|
10833
|
-
"app.v2containers.SmsTrai.Create.
|
|
10601
|
+
"app.v2containers.SmsTrai.Create.mandatoryColErrorDescription": "Please include mandatory field Template name.",
|
|
10602
|
+
"app.v2containers.SmsTrai.Create.mandatoryColInstruction": "Please ensure that each template has the following mandatory fields: Template name, Template ID, Type, Sender ID, Approval status/Status, Template message.",
|
|
10834
10603
|
"app.v2containers.SmsTrai.Create.nonCsvErrorDescription": "Please select a csv file.",
|
|
10835
10604
|
"app.v2containers.SmsTrai.Create.numberOfRecords": "{value, number} Record{value, plural, one {} other {s}}",
|
|
10836
10605
|
"app.v2containers.SmsTrai.Create.or": "OR",
|
|
10837
10606
|
"app.v2containers.SmsTrai.Create.passedVal": "{number} passed",
|
|
10838
10607
|
"app.v2containers.SmsTrai.Create.repetitiveColsErrorDescription": "Please remove repetitive fields ({repetitiveCols}) from the file.",
|
|
10608
|
+
"app.v2containers.SmsTrai.Create.rowLimitInstruction": "Maximum 500 rows are allowed in a single file.",
|
|
10839
10609
|
"app.v2containers.SmsTrai.Create.sampleCsv": "Sample CSV",
|
|
10610
|
+
"app.v2containers.SmsTrai.Create.sampleFileInstruction": "Users can also download {link} file and populate data. Please ensure that datatype is not changed.",
|
|
10840
10611
|
"app.v2containers.SmsTrai.Create.selectFileFromComputer": "Select a file from computer",
|
|
10841
10612
|
"app.v2containers.SmsTrai.Create.smsCreateNotification": "Sms templates created successfully",
|
|
10842
10613
|
"app.v2containers.SmsTrai.Create.statusAliasErrorDescription": "Please include mandatory field status. It can be {statusAliases}.",
|
|
10843
|
-
"app.v2containers.SmsTrai.Create.
|
|
10614
|
+
"app.v2containers.SmsTrai.Create.statusesInstruction": "Only templates in the Approved/ Registered/ Active state will be uploaded.",
|
|
10615
|
+
"app.v2containers.SmsTrai.Create.tempInstruction": "In case the uploaded file with multiple templates is showing errors, but any campaign needs to be sent urgently, try uploading a single template (as required in the campaign) in Sample CSV.",
|
|
10844
10616
|
"app.v2containers.SmsTrai.Create.templateIdAliasErrorDescription": "Please include mandatory field template id. It can be {templateIdAliases}.",
|
|
10845
10617
|
"app.v2containers.SmsTrai.Create.templateMessageAliasErrorDescription": "Please include mandatory field template message. It can be {templateMessageAliases}.",
|
|
10618
|
+
"app.v2containers.SmsTrai.Create.trimInstruction": "Whitespaces will be trimmed from both ends for all template cells.",
|
|
10619
|
+
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
10846
10620
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
10847
10621
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
10848
|
-
"app.v2containers.SmsTrai.Create.uploadLimitInstruction": "Upload a file of <= 500 rows.",
|
|
10849
10622
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
10850
10623
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
10851
10624
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -10935,15 +10708,23 @@ FREE GIFTS-
|
|
|
10935
10708
|
"creatives.components.WechatRichmediaTemplatePreview.select": "Select",
|
|
10936
10709
|
"creatives.componentsV2.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
10937
10710
|
"creatives.componentsV2.CallTaskPreview.header": "This is the CallTaskPreview component !",
|
|
10711
|
+
"creatives.componentsV2.CapActionButton.addButton": "Add button",
|
|
10712
|
+
"creatives.componentsV2.CapActionButton.comingSoonTooltip": "Right now only one Call to action button is enabled, in future you would be able to add upto 3 buttons.",
|
|
10713
|
+
"creatives.componentsV2.CapActionButton.inValidUrlErrorMessage": "Button URL is not valid",
|
|
10714
|
+
"creatives.componentsV2.CapActionButton.templateButtonLink": "Button link",
|
|
10715
|
+
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
10716
|
+
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
10717
|
+
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
10938
10718
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
10939
10719
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
10940
|
-
"creatives.componentsV2.CapImageUpload.format": "Format: JPG, PNG",
|
|
10941
|
-
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions: {width}px x {height}px",
|
|
10720
|
+
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
10721
|
+
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
10942
10722
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
10943
10723
|
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
10944
|
-
"creatives.componentsV2.CapImageUpload.imageReUpload": "
|
|
10724
|
+
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
10725
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
10945
10726
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
10946
|
-
"creatives.componentsV2.CapImageUpload.uploadComputer": "
|
|
10727
|
+
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
10947
10728
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
10948
10729
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
10949
10730
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
@@ -11031,20 +10812,8 @@ FREE GIFTS-
|
|
|
11031
10812
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
11032
10813
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
11033
10814
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
11034
|
-
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
11035
|
-
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
11036
|
-
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
11037
10815
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
11038
|
-
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
11039
|
-
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
11040
|
-
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
11041
10816
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
11042
|
-
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
11043
|
-
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
11044
|
-
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
11045
|
-
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
11046
|
-
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
11047
|
-
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
11048
10817
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
11049
10818
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
11050
10819
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -11767,6 +11536,7 @@ FREE GIFTS-
|
|
|
11767
11536
|
"creatives.containersV2.Creatives.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
11768
11537
|
"creatives.containersV2.Creatives.lastUpdated": "Last updated: {date} by {user}",
|
|
11769
11538
|
"creatives.containersV2.Creatives.layoutSelection": "Select layout",
|
|
11539
|
+
"creatives.containersV2.Creatives.learnTips": "Learn tips to get approved",
|
|
11770
11540
|
"creatives.containersV2.Creatives.lineHeader": "Line",
|
|
11771
11541
|
"creatives.containersV2.Creatives.mapTemplate": "Map template",
|
|
11772
11542
|
"creatives.containersV2.Creatives.mobilepushHeader": "Mobile Push",
|
|
@@ -11777,6 +11547,7 @@ FREE GIFTS-
|
|
|
11777
11547
|
"creatives.containersV2.Creatives.preview": "Preview",
|
|
11778
11548
|
"creatives.containersV2.Creatives.previewButton": "Preview",
|
|
11779
11549
|
"creatives.containersV2.Creatives.previewGenerateText": "Preview is being generated...",
|
|
11550
|
+
"creatives.containersV2.Creatives.rcsCreative": "RCS creative",
|
|
11780
11551
|
"creatives.containersV2.Creatives.searchText": "Search",
|
|
11781
11552
|
"creatives.containersV2.Creatives.selectAccount": "Select account",
|
|
11782
11553
|
"creatives.containersV2.Creatives.selectButton": "Select",
|
|
@@ -11803,6 +11574,8 @@ FREE GIFTS-
|
|
|
11803
11574
|
"creatives.containersV2.Creatives.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
11804
11575
|
"creatives.containersV2.Creatives.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
11805
11576
|
"creatives.containersV2.Creatives.wechatHeader": "WECHAT",
|
|
11577
|
+
"creatives.containersV2.Creatives.whatsappOverview": "WhatsApp template overview",
|
|
11578
|
+
"creatives.containersV2.Creatives.whatsappTemplate": "WhatsApp template",
|
|
11806
11579
|
"creatives.containersV2.Creatives.yesText": "Yes",
|
|
11807
11580
|
"creatives.containersV2.Creatives.zipUploadFailed": "Failed to upload zip file",
|
|
11808
11581
|
"creatives.containersV2.Dashboard.header": "Dashboard",
|
|
@@ -12364,102 +12137,6 @@ FREE GIFTS-
|
|
|
12364
12137
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
12365
12138
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
12366
12139
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
12367
|
-
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
12368
|
-
"creatives.containersV2.Templates.all": "All",
|
|
12369
|
-
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
12370
|
-
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
12371
|
-
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
12372
|
-
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
12373
|
-
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
12374
|
-
"creatives.containersV2.Templates.continue": "Continue",
|
|
12375
|
-
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
12376
|
-
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
12377
|
-
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
12378
|
-
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
12379
|
-
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
12380
|
-
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
12381
|
-
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
12382
|
-
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
12383
|
-
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
12384
|
-
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
12385
|
-
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
12386
|
-
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
12387
|
-
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
12388
|
-
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
12389
|
-
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
12390
|
-
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
12391
|
-
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
12392
|
-
"creatives.containersV2.Templates.editButton": "Edit",
|
|
12393
|
-
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
12394
|
-
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
12395
|
-
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
12396
|
-
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
12397
|
-
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
12398
|
-
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
12399
|
-
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
12400
|
-
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
12401
|
-
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
12402
|
-
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
12403
|
-
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
12404
|
-
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
12405
|
-
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
12406
|
-
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
12407
|
-
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
12408
|
-
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
12409
|
-
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
12410
|
-
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
12411
|
-
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
12412
|
-
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
12413
|
-
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
12414
|
-
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
12415
|
-
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
12416
|
-
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
12417
|
-
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
12418
|
-
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
12419
|
-
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
12420
|
-
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
12421
|
-
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
12422
|
-
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
12423
|
-
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
12424
|
-
"creatives.containersV2.Templates.preview": "Preview",
|
|
12425
|
-
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
12426
|
-
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
12427
|
-
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
12428
|
-
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
12429
|
-
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
12430
|
-
"creatives.containersV2.Templates.searchText": "Search",
|
|
12431
|
-
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
12432
|
-
"creatives.containersV2.Templates.selectButton": "Select",
|
|
12433
|
-
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
12434
|
-
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
12435
|
-
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
12436
|
-
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
12437
|
-
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
12438
|
-
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
12439
|
-
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
12440
|
-
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
12441
|
-
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
12442
|
-
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
12443
|
-
"creatives.containersV2.Templates.template": "template",
|
|
12444
|
-
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
12445
|
-
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
12446
|
-
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
12447
|
-
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
12448
|
-
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
12449
|
-
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
12450
|
-
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
12451
|
-
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
12452
|
-
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
12453
|
-
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
12454
|
-
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
12455
|
-
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
12456
|
-
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
12457
|
-
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
12458
|
-
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
12459
|
-
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
12460
|
-
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
12461
|
-
"creatives.containersV2.Templates.yesText": "Yes",
|
|
12462
|
-
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
12463
12140
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
12464
12141
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
12465
12142
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -12472,10 +12149,12 @@ FREE GIFTS-
|
|
|
12472
12149
|
"creatives.containersV2.TemplatesV2.header": "This is TemplatesV2 container !",
|
|
12473
12150
|
"creatives.containersV2.TemplatesV2.line": "Line",
|
|
12474
12151
|
"creatives.containersV2.TemplatesV2.pushNotification": "Push notification",
|
|
12152
|
+
"creatives.containersV2.TemplatesV2.rcs": "RCS",
|
|
12475
12153
|
"creatives.containersV2.TemplatesV2.select": "Select",
|
|
12476
12154
|
"creatives.containersV2.TemplatesV2.sms": "SMS",
|
|
12477
12155
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
12478
12156
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
12157
|
+
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
12479
12158
|
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
12480
12159
|
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
12481
12160
|
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
@@ -12523,6 +12202,10 @@ FREE GIFTS-
|
|
|
12523
12202
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
12524
12203
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
12525
12204
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
12205
|
+
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
12206
|
+
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
12207
|
+
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
12208
|
+
"creatives.containersV2.addLabels": "Add labels",
|
|
12526
12209
|
"creatives.containersV2.appName": "App Name",
|
|
12527
12210
|
"creatives.containersV2.applyNow": "Apply now",
|
|
12528
12211
|
"creatives.containersV2.areYouSureText": "Are you sure?",
|
|
@@ -12531,6 +12214,11 @@ FREE GIFTS-
|
|
|
12531
12214
|
"creatives.containersV2.campaignsHome": "Campaigns Home",
|
|
12532
12215
|
"creatives.containersV2.cancel": "Cancel",
|
|
12533
12216
|
"creatives.containersV2.changeOk": "Ok, change",
|
|
12217
|
+
"creatives.containersV2.comingSoonTooltip": "Not enabled yet. Coming soon!",
|
|
12218
|
+
"creatives.containersV2.creativeNameLabel": "Creative name",
|
|
12219
|
+
"creatives.containersV2.delete": "Delete",
|
|
12220
|
+
"creatives.containersV2.done": "Done",
|
|
12221
|
+
"creatives.containersV2.emptyTemplateNameErrorMessage": "Template name cannot be empty",
|
|
12534
12222
|
"creatives.containersV2.incentive": "Incentive",
|
|
12535
12223
|
"creatives.containersV2.learnMore": "Learn More",
|
|
12536
12224
|
"creatives.containersV2.newOrgName": "{newOrgName}",
|
|
@@ -12538,6 +12226,7 @@ FREE GIFTS-
|
|
|
12538
12226
|
"creatives.containersV2.orgChangeText": "Changing from <b>{oldOrgName}</b> to <b>{newOrgName}</b> will change the organisation for applications open in other tabs as well.<br/>Do you want to make the change to <b>{newOrgName}</b>?",
|
|
12539
12227
|
"creatives.containersV2.orgChangedText": "Organization changed to",
|
|
12540
12228
|
"creatives.containersV2.orgRefreshHeading": "Org refresh",
|
|
12229
|
+
"creatives.containersV2.preview": "Preview",
|
|
12541
12230
|
"creatives.containersV2.programs": "Programs",
|
|
12542
12231
|
"creatives.containersV2.promotions": "Promotions",
|
|
12543
12232
|
"creatives.containersV2.refreshOrgText": "Refreshing this page & changing the Org from <b>{oldOrgName}</b> to <b>{newOrgName}</b>. At a time only one Org can be selected on the browser.",
|
|
@@ -12611,6 +12300,9 @@ FREE GIFTS-
|
|
|
12611
12300
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
12612
12301
|
"creatives.containersV2.signUp": "Sign Up",
|
|
12613
12302
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
12303
|
+
"creatives.containersV2.templateNameLabel": "Template name",
|
|
12304
|
+
"creatives.containersV2.templateNamePlaceholder": "Enter template name",
|
|
12305
|
+
"creatives.containersV2.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
12614
12306
|
"creatives.containersV2.viber.addLabels": "Add labels",
|
|
12615
12307
|
"creatives.containersV2.viber.button": "Button",
|
|
12616
12308
|
"creatives.containersV2.viber.buttonText": "Button text",
|
|
@@ -13540,34 +13232,38 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
13540
13232
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
13541
13233
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
13542
13234
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
13543
|
-
"app.
|
|
13235
|
+
"app.v2containers.SmsTrai.Create.deferEdit": "It is highly recommended to use a file directly downloaded from the DLT portal. Editing the file may cause data to truncate unexpectedly.",
|
|
13544
13236
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
13545
|
-
"app.v2containers.SmsTrai.Create.downloadInstruction": "Download {link} file.",
|
|
13546
13237
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
13547
13238
|
"app.v2containers.SmsTrai.Create.dropCsvFile": "Drag and drop a CSV file here",
|
|
13548
|
-
"app.v2containers.SmsTrai.Create.
|
|
13239
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateIdInstruction": "Existing templates with the same template ids will be overwritten.",
|
|
13240
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateNameInstruction": "The template name needs to be unique. Any new template with a name matching the existing template name will not be created.",
|
|
13549
13241
|
"app.v2containers.SmsTrai.Create.failedToUpload": "Failed to upload",
|
|
13550
13242
|
"app.v2containers.SmsTrai.Create.failedVal": "{number} failed",
|
|
13551
13243
|
"app.v2containers.SmsTrai.Create.fileMaxlengthError": "More then 500 records are not allowed for the selected file.",
|
|
13552
13244
|
"app.v2containers.SmsTrai.Create.fileMinlengthError": "Please select a CSV file with minimum 1 row of data and 1 row of headers.",
|
|
13553
13245
|
"app.v2containers.SmsTrai.Create.headerAliasErrorDescription": "Please include mandatory field header. It can be {headerAliases}.",
|
|
13554
|
-
"app.v2containers.SmsTrai.Create.
|
|
13555
|
-
"app.v2containers.SmsTrai.Create.
|
|
13246
|
+
"app.v2containers.SmsTrai.Create.mandatoryColErrorDescription": "Please include mandatory field Template name.",
|
|
13247
|
+
"app.v2containers.SmsTrai.Create.mandatoryColInstruction": "Please ensure that each template has the following mandatory fields: Template name, Template ID, Type, Sender ID, Approval status/Status, Template message.",
|
|
13556
13248
|
"app.v2containers.SmsTrai.Create.nonCsvErrorDescription": "Please select a csv file.",
|
|
13557
13249
|
"app.v2containers.SmsTrai.Create.numberOfRecords": "{value, number} Record{value, plural, one {} other {s}}",
|
|
13558
13250
|
"app.v2containers.SmsTrai.Create.or": "OR",
|
|
13559
13251
|
"app.v2containers.SmsTrai.Create.passedVal": "{number} passed",
|
|
13560
13252
|
"app.v2containers.SmsTrai.Create.repetitiveColsErrorDescription": "Please remove repetitive fields ({repetitiveCols}) from the file.",
|
|
13253
|
+
"app.v2containers.SmsTrai.Create.rowLimitInstruction": "Maximum 500 rows are allowed in a single file.",
|
|
13561
13254
|
"app.v2containers.SmsTrai.Create.sampleCsv": "Sample CSV",
|
|
13255
|
+
"app.v2containers.SmsTrai.Create.sampleFileInstruction": "Users can also download {link} file and populate data. Please ensure that datatype is not changed.",
|
|
13562
13256
|
"app.v2containers.SmsTrai.Create.selectFileFromComputer": "Select a file from computer",
|
|
13563
13257
|
"app.v2containers.SmsTrai.Create.smsCreateNotification": "Sms templates created successfully",
|
|
13564
13258
|
"app.v2containers.SmsTrai.Create.statusAliasErrorDescription": "Please include mandatory field status. It can be {statusAliases}.",
|
|
13565
|
-
"app.v2containers.SmsTrai.Create.
|
|
13259
|
+
"app.v2containers.SmsTrai.Create.statusesInstruction": "Only templates in the Approved/ Registered/ Active state will be uploaded.",
|
|
13260
|
+
"app.v2containers.SmsTrai.Create.tempInstruction": "In case the uploaded file with multiple templates is showing errors, but any campaign needs to be sent urgently, try uploading a single template (as required in the campaign) in Sample CSV.",
|
|
13566
13261
|
"app.v2containers.SmsTrai.Create.templateIdAliasErrorDescription": "Please include mandatory field template id. It can be {templateIdAliases}.",
|
|
13567
13262
|
"app.v2containers.SmsTrai.Create.templateMessageAliasErrorDescription": "Please include mandatory field template message. It can be {templateMessageAliases}.",
|
|
13263
|
+
"app.v2containers.SmsTrai.Create.trimInstruction": "Whitespaces will be trimmed from both ends for all template cells.",
|
|
13264
|
+
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
13568
13265
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
13569
13266
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
13570
|
-
"app.v2containers.SmsTrai.Create.uploadLimitInstruction": "Upload a file of <= 500 rows.",
|
|
13571
13267
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
13572
13268
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
13573
13269
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -13657,15 +13353,23 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
13657
13353
|
"creatives.components.WechatRichmediaTemplatePreview.select": "Select",
|
|
13658
13354
|
"creatives.componentsV2.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
13659
13355
|
"creatives.componentsV2.CallTaskPreview.header": "This is the CallTaskPreview component !",
|
|
13356
|
+
"creatives.componentsV2.CapActionButton.addButton": "Add button",
|
|
13357
|
+
"creatives.componentsV2.CapActionButton.comingSoonTooltip": "Right now only one Call to action button is enabled, in future you would be able to add upto 3 buttons.",
|
|
13358
|
+
"creatives.componentsV2.CapActionButton.inValidUrlErrorMessage": "Button URL is not valid",
|
|
13359
|
+
"creatives.componentsV2.CapActionButton.templateButtonLink": "Button link",
|
|
13360
|
+
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
13361
|
+
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
13362
|
+
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
13660
13363
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
13661
13364
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
13662
|
-
"creatives.componentsV2.CapImageUpload.format": "Format: JPG, PNG",
|
|
13663
|
-
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions: {width}px x {height}px",
|
|
13365
|
+
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
13366
|
+
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
13664
13367
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
13665
13368
|
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
13666
|
-
"creatives.componentsV2.CapImageUpload.imageReUpload": "
|
|
13369
|
+
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
13370
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
13667
13371
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
13668
|
-
"creatives.componentsV2.CapImageUpload.uploadComputer": "
|
|
13372
|
+
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
13669
13373
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
13670
13374
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
13671
13375
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
@@ -13753,20 +13457,8 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
13753
13457
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
13754
13458
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
13755
13459
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
13756
|
-
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
13757
|
-
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
13758
|
-
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
13759
13460
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
13760
|
-
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
13761
|
-
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
13762
|
-
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
13763
13461
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
13764
|
-
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
13765
|
-
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
13766
|
-
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
13767
|
-
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
13768
|
-
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
13769
|
-
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
13770
13462
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
13771
13463
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
13772
13464
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -14489,6 +14181,7 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
14489
14181
|
"creatives.containersV2.Creatives.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
14490
14182
|
"creatives.containersV2.Creatives.lastUpdated": "Last updated: {date} by {user}",
|
|
14491
14183
|
"creatives.containersV2.Creatives.layoutSelection": "Select layout",
|
|
14184
|
+
"creatives.containersV2.Creatives.learnTips": "Learn tips to get approved",
|
|
14492
14185
|
"creatives.containersV2.Creatives.lineHeader": "Line",
|
|
14493
14186
|
"creatives.containersV2.Creatives.mapTemplate": "Map template",
|
|
14494
14187
|
"creatives.containersV2.Creatives.mobilepushHeader": "Mobile Push",
|
|
@@ -14499,6 +14192,7 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
14499
14192
|
"creatives.containersV2.Creatives.preview": "Preview",
|
|
14500
14193
|
"creatives.containersV2.Creatives.previewButton": "Preview",
|
|
14501
14194
|
"creatives.containersV2.Creatives.previewGenerateText": "Preview is being generated...",
|
|
14195
|
+
"creatives.containersV2.Creatives.rcsCreative": "RCS creative",
|
|
14502
14196
|
"creatives.containersV2.Creatives.searchText": "Search",
|
|
14503
14197
|
"creatives.containersV2.Creatives.selectAccount": "Select account",
|
|
14504
14198
|
"creatives.containersV2.Creatives.selectButton": "Select",
|
|
@@ -14525,6 +14219,8 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
14525
14219
|
"creatives.containersV2.Creatives.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
14526
14220
|
"creatives.containersV2.Creatives.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
14527
14221
|
"creatives.containersV2.Creatives.wechatHeader": "WECHAT",
|
|
14222
|
+
"creatives.containersV2.Creatives.whatsappOverview": "WhatsApp template overview",
|
|
14223
|
+
"creatives.containersV2.Creatives.whatsappTemplate": "WhatsApp template",
|
|
14528
14224
|
"creatives.containersV2.Creatives.yesText": "Yes",
|
|
14529
14225
|
"creatives.containersV2.Creatives.zipUploadFailed": "Failed to upload zip file",
|
|
14530
14226
|
"creatives.containersV2.Dashboard.header": "Dashboard",
|
|
@@ -15086,102 +14782,6 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
15086
14782
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
15087
14783
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
15088
14784
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
15089
|
-
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
15090
|
-
"creatives.containersV2.Templates.all": "All",
|
|
15091
|
-
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
15092
|
-
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
15093
|
-
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
15094
|
-
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
15095
|
-
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
15096
|
-
"creatives.containersV2.Templates.continue": "Continue",
|
|
15097
|
-
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
15098
|
-
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
15099
|
-
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
15100
|
-
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
15101
|
-
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
15102
|
-
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
15103
|
-
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
15104
|
-
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
15105
|
-
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
15106
|
-
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
15107
|
-
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
15108
|
-
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
15109
|
-
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
15110
|
-
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
15111
|
-
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
15112
|
-
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
15113
|
-
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
15114
|
-
"creatives.containersV2.Templates.editButton": "Edit",
|
|
15115
|
-
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
15116
|
-
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
15117
|
-
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
15118
|
-
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
15119
|
-
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
15120
|
-
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
15121
|
-
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
15122
|
-
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
15123
|
-
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
15124
|
-
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
15125
|
-
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
15126
|
-
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
15127
|
-
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
15128
|
-
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
15129
|
-
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
15130
|
-
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
15131
|
-
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
15132
|
-
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
15133
|
-
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
15134
|
-
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
15135
|
-
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
15136
|
-
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
15137
|
-
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
15138
|
-
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
15139
|
-
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
15140
|
-
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
15141
|
-
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
15142
|
-
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
15143
|
-
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
15144
|
-
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
15145
|
-
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
15146
|
-
"creatives.containersV2.Templates.preview": "Preview",
|
|
15147
|
-
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
15148
|
-
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
15149
|
-
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
15150
|
-
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
15151
|
-
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
15152
|
-
"creatives.containersV2.Templates.searchText": "Search",
|
|
15153
|
-
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
15154
|
-
"creatives.containersV2.Templates.selectButton": "Select",
|
|
15155
|
-
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
15156
|
-
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
15157
|
-
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
15158
|
-
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
15159
|
-
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
15160
|
-
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
15161
|
-
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
15162
|
-
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
15163
|
-
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
15164
|
-
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
15165
|
-
"creatives.containersV2.Templates.template": "template",
|
|
15166
|
-
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
15167
|
-
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
15168
|
-
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
15169
|
-
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
15170
|
-
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
15171
|
-
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
15172
|
-
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
15173
|
-
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
15174
|
-
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
15175
|
-
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
15176
|
-
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
15177
|
-
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
15178
|
-
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
15179
|
-
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
15180
|
-
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
15181
|
-
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
15182
|
-
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
15183
|
-
"creatives.containersV2.Templates.yesText": "Yes",
|
|
15184
|
-
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
15185
14785
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
15186
14786
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
15187
14787
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -15194,10 +14794,12 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
15194
14794
|
"creatives.containersV2.TemplatesV2.header": "This is TemplatesV2 container !",
|
|
15195
14795
|
"creatives.containersV2.TemplatesV2.line": "Line",
|
|
15196
14796
|
"creatives.containersV2.TemplatesV2.pushNotification": "Push notification",
|
|
14797
|
+
"creatives.containersV2.TemplatesV2.rcs": "RCS",
|
|
15197
14798
|
"creatives.containersV2.TemplatesV2.select": "Select",
|
|
15198
14799
|
"creatives.containersV2.TemplatesV2.sms": "SMS",
|
|
15199
14800
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
15200
14801
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
14802
|
+
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
15201
14803
|
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
15202
14804
|
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
15203
14805
|
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
@@ -15245,6 +14847,10 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
15245
14847
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
15246
14848
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
15247
14849
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
14850
|
+
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
14851
|
+
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
14852
|
+
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
14853
|
+
"creatives.containersV2.addLabels": "Add labels",
|
|
15248
14854
|
"creatives.containersV2.appName": "App Name",
|
|
15249
14855
|
"creatives.containersV2.applyNow": "Apply now",
|
|
15250
14856
|
"creatives.containersV2.areYouSureText": "Are you sure?",
|
|
@@ -15253,6 +14859,11 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
15253
14859
|
"creatives.containersV2.campaignsHome": "Campaigns Home",
|
|
15254
14860
|
"creatives.containersV2.cancel": "Cancel",
|
|
15255
14861
|
"creatives.containersV2.changeOk": "Ok, change",
|
|
14862
|
+
"creatives.containersV2.comingSoonTooltip": "Not enabled yet. Coming soon!",
|
|
14863
|
+
"creatives.containersV2.creativeNameLabel": "Creative name",
|
|
14864
|
+
"creatives.containersV2.delete": "Delete",
|
|
14865
|
+
"creatives.containersV2.done": "Done",
|
|
14866
|
+
"creatives.containersV2.emptyTemplateNameErrorMessage": "Template name cannot be empty",
|
|
15256
14867
|
"creatives.containersV2.incentive": "Incentive",
|
|
15257
14868
|
"creatives.containersV2.learnMore": "Learn More",
|
|
15258
14869
|
"creatives.containersV2.newOrgName": "{newOrgName}",
|
|
@@ -15260,6 +14871,7 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
15260
14871
|
"creatives.containersV2.orgChangeText": "Changing from <b>{oldOrgName}</b> to <b>{newOrgName}</b> will change the organisation for applications open in other tabs as well.<br/>Do you want to make the change to <b>{newOrgName}</b>?",
|
|
15261
14872
|
"creatives.containersV2.orgChangedText": "Organization changed to",
|
|
15262
14873
|
"creatives.containersV2.orgRefreshHeading": "Org refresh",
|
|
14874
|
+
"creatives.containersV2.preview": "Preview",
|
|
15263
14875
|
"creatives.containersV2.programs": "Programs",
|
|
15264
14876
|
"creatives.containersV2.promotions": "Promotions",
|
|
15265
14877
|
"creatives.containersV2.refreshOrgText": "Refreshing this page & changing the Org from <b>{oldOrgName}</b> to <b>{newOrgName}</b>. At a time only one Org can be selected on the browser.",
|
|
@@ -15333,6 +14945,9 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
15333
14945
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
15334
14946
|
"creatives.containersV2.signUp": "Sign Up",
|
|
15335
14947
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
14948
|
+
"creatives.containersV2.templateNameLabel": "Template name",
|
|
14949
|
+
"creatives.containersV2.templateNamePlaceholder": "Enter template name",
|
|
14950
|
+
"creatives.containersV2.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
15336
14951
|
"creatives.containersV2.viber.addLabels": "Add labels",
|
|
15337
14952
|
"creatives.containersV2.viber.button": "Button",
|
|
15338
14953
|
"creatives.containersV2.viber.buttonText": "Button text",
|
|
@@ -17921,34 +17536,38 @@ FREE GIFTS-
|
|
|
17921
17536
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
17922
17537
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
17923
17538
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
17924
|
-
"app.
|
|
17539
|
+
"app.v2containers.SmsTrai.Create.deferEdit": "It is highly recommended to use a file directly downloaded from the DLT portal. Editing the file may cause data to truncate unexpectedly.",
|
|
17925
17540
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
17926
|
-
"app.v2containers.SmsTrai.Create.downloadInstruction": "Download {link} file.",
|
|
17927
17541
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
17928
17542
|
"app.v2containers.SmsTrai.Create.dropCsvFile": "Drag and drop a CSV file here",
|
|
17929
|
-
"app.v2containers.SmsTrai.Create.
|
|
17543
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateIdInstruction": "Existing templates with the same template ids will be overwritten.",
|
|
17544
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateNameInstruction": "The template name needs to be unique. Any new template with a name matching the existing template name will not be created.",
|
|
17930
17545
|
"app.v2containers.SmsTrai.Create.failedToUpload": "Failed to upload",
|
|
17931
17546
|
"app.v2containers.SmsTrai.Create.failedVal": "{number} failed",
|
|
17932
17547
|
"app.v2containers.SmsTrai.Create.fileMaxlengthError": "More then 500 records are not allowed for the selected file.",
|
|
17933
17548
|
"app.v2containers.SmsTrai.Create.fileMinlengthError": "Please select a CSV file with minimum 1 row of data and 1 row of headers.",
|
|
17934
17549
|
"app.v2containers.SmsTrai.Create.headerAliasErrorDescription": "Please include mandatory field header. It can be {headerAliases}.",
|
|
17935
|
-
"app.v2containers.SmsTrai.Create.
|
|
17936
|
-
"app.v2containers.SmsTrai.Create.
|
|
17550
|
+
"app.v2containers.SmsTrai.Create.mandatoryColErrorDescription": "Please include mandatory field Template name.",
|
|
17551
|
+
"app.v2containers.SmsTrai.Create.mandatoryColInstruction": "Please ensure that each template has the following mandatory fields: Template name, Template ID, Type, Sender ID, Approval status/Status, Template message.",
|
|
17937
17552
|
"app.v2containers.SmsTrai.Create.nonCsvErrorDescription": "Please select a csv file.",
|
|
17938
17553
|
"app.v2containers.SmsTrai.Create.numberOfRecords": "{value, number} Record{value, plural, one {} other {s}}",
|
|
17939
17554
|
"app.v2containers.SmsTrai.Create.or": "OR",
|
|
17940
17555
|
"app.v2containers.SmsTrai.Create.passedVal": "{number} passed",
|
|
17941
17556
|
"app.v2containers.SmsTrai.Create.repetitiveColsErrorDescription": "Please remove repetitive fields ({repetitiveCols}) from the file.",
|
|
17557
|
+
"app.v2containers.SmsTrai.Create.rowLimitInstruction": "Maximum 500 rows are allowed in a single file.",
|
|
17942
17558
|
"app.v2containers.SmsTrai.Create.sampleCsv": "Sample CSV",
|
|
17559
|
+
"app.v2containers.SmsTrai.Create.sampleFileInstruction": "Users can also download {link} file and populate data. Please ensure that datatype is not changed.",
|
|
17943
17560
|
"app.v2containers.SmsTrai.Create.selectFileFromComputer": "Select a file from computer",
|
|
17944
17561
|
"app.v2containers.SmsTrai.Create.smsCreateNotification": "Sms templates created successfully",
|
|
17945
17562
|
"app.v2containers.SmsTrai.Create.statusAliasErrorDescription": "Please include mandatory field status. It can be {statusAliases}.",
|
|
17946
|
-
"app.v2containers.SmsTrai.Create.
|
|
17563
|
+
"app.v2containers.SmsTrai.Create.statusesInstruction": "Only templates in the Approved/ Registered/ Active state will be uploaded.",
|
|
17564
|
+
"app.v2containers.SmsTrai.Create.tempInstruction": "In case the uploaded file with multiple templates is showing errors, but any campaign needs to be sent urgently, try uploading a single template (as required in the campaign) in Sample CSV.",
|
|
17947
17565
|
"app.v2containers.SmsTrai.Create.templateIdAliasErrorDescription": "Please include mandatory field template id. It can be {templateIdAliases}.",
|
|
17948
17566
|
"app.v2containers.SmsTrai.Create.templateMessageAliasErrorDescription": "Please include mandatory field template message. It can be {templateMessageAliases}.",
|
|
17567
|
+
"app.v2containers.SmsTrai.Create.trimInstruction": "Whitespaces will be trimmed from both ends for all template cells.",
|
|
17568
|
+
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
17949
17569
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
17950
17570
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
17951
|
-
"app.v2containers.SmsTrai.Create.uploadLimitInstruction": "Upload a file of <= 500 rows.",
|
|
17952
17571
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
17953
17572
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
17954
17573
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -18038,15 +17657,23 @@ FREE GIFTS-
|
|
|
18038
17657
|
"creatives.components.WechatRichmediaTemplatePreview.select": "Select",
|
|
18039
17658
|
"creatives.componentsV2.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
18040
17659
|
"creatives.componentsV2.CallTaskPreview.header": "This is the CallTaskPreview component !",
|
|
17660
|
+
"creatives.componentsV2.CapActionButton.addButton": "Add button",
|
|
17661
|
+
"creatives.componentsV2.CapActionButton.comingSoonTooltip": "Right now only one Call to action button is enabled, in future you would be able to add upto 3 buttons.",
|
|
17662
|
+
"creatives.componentsV2.CapActionButton.inValidUrlErrorMessage": "Button URL is not valid",
|
|
17663
|
+
"creatives.componentsV2.CapActionButton.templateButtonLink": "Button link",
|
|
17664
|
+
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
17665
|
+
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
17666
|
+
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
18041
17667
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
18042
17668
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
18043
|
-
"creatives.componentsV2.CapImageUpload.format": "Format: JPG, PNG",
|
|
18044
|
-
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions: {width}px x {height}px",
|
|
17669
|
+
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
17670
|
+
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
18045
17671
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
18046
17672
|
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
18047
|
-
"creatives.componentsV2.CapImageUpload.imageReUpload": "
|
|
17673
|
+
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
17674
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
18048
17675
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
18049
|
-
"creatives.componentsV2.CapImageUpload.uploadComputer": "
|
|
17676
|
+
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
18050
17677
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
18051
17678
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
18052
17679
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
@@ -18134,20 +17761,8 @@ FREE GIFTS-
|
|
|
18134
17761
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
18135
17762
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
18136
17763
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
18137
|
-
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
18138
|
-
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
18139
|
-
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
18140
17764
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
18141
|
-
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
18142
|
-
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
18143
|
-
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
18144
17765
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
18145
|
-
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
18146
|
-
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
18147
|
-
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
18148
|
-
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
18149
|
-
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
18150
|
-
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
18151
17766
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
18152
17767
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
18153
17768
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -18870,6 +18485,7 @@ FREE GIFTS-
|
|
|
18870
18485
|
"creatives.containersV2.Creatives.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
18871
18486
|
"creatives.containersV2.Creatives.lastUpdated": "Last updated: {date} by {user}",
|
|
18872
18487
|
"creatives.containersV2.Creatives.layoutSelection": "Select layout",
|
|
18488
|
+
"creatives.containersV2.Creatives.learnTips": "Learn tips to get approved",
|
|
18873
18489
|
"creatives.containersV2.Creatives.lineHeader": "Line",
|
|
18874
18490
|
"creatives.containersV2.Creatives.mapTemplate": "Map template",
|
|
18875
18491
|
"creatives.containersV2.Creatives.mobilepushHeader": "Mobile Push",
|
|
@@ -18880,6 +18496,7 @@ FREE GIFTS-
|
|
|
18880
18496
|
"creatives.containersV2.Creatives.preview": "Preview",
|
|
18881
18497
|
"creatives.containersV2.Creatives.previewButton": "Preview",
|
|
18882
18498
|
"creatives.containersV2.Creatives.previewGenerateText": "Preview is being generated...",
|
|
18499
|
+
"creatives.containersV2.Creatives.rcsCreative": "RCS creative",
|
|
18883
18500
|
"creatives.containersV2.Creatives.searchText": "Search",
|
|
18884
18501
|
"creatives.containersV2.Creatives.selectAccount": "Select account",
|
|
18885
18502
|
"creatives.containersV2.Creatives.selectButton": "Select",
|
|
@@ -18906,6 +18523,8 @@ FREE GIFTS-
|
|
|
18906
18523
|
"creatives.containersV2.Creatives.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
18907
18524
|
"creatives.containersV2.Creatives.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
18908
18525
|
"creatives.containersV2.Creatives.wechatHeader": "WECHAT",
|
|
18526
|
+
"creatives.containersV2.Creatives.whatsappOverview": "WhatsApp template overview",
|
|
18527
|
+
"creatives.containersV2.Creatives.whatsappTemplate": "WhatsApp template",
|
|
18909
18528
|
"creatives.containersV2.Creatives.yesText": "Yes",
|
|
18910
18529
|
"creatives.containersV2.Creatives.zipUploadFailed": "Failed to upload zip file",
|
|
18911
18530
|
"creatives.containersV2.Dashboard.header": "Dashboard",
|
|
@@ -19467,102 +19086,6 @@ FREE GIFTS-
|
|
|
19467
19086
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
19468
19087
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
19469
19088
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
19470
|
-
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
19471
|
-
"creatives.containersV2.Templates.all": "All",
|
|
19472
|
-
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
19473
|
-
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
19474
|
-
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
19475
|
-
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
19476
|
-
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
19477
|
-
"creatives.containersV2.Templates.continue": "Continue",
|
|
19478
|
-
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
19479
|
-
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
19480
|
-
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
19481
|
-
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
19482
|
-
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
19483
|
-
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
19484
|
-
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
19485
|
-
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
19486
|
-
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
19487
|
-
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
19488
|
-
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
19489
|
-
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
19490
|
-
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
19491
|
-
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
19492
|
-
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
19493
|
-
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
19494
|
-
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
19495
|
-
"creatives.containersV2.Templates.editButton": "Edit",
|
|
19496
|
-
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
19497
|
-
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
19498
|
-
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
19499
|
-
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
19500
|
-
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
19501
|
-
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
19502
|
-
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
19503
|
-
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
19504
|
-
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
19505
|
-
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
19506
|
-
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
19507
|
-
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
19508
|
-
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
19509
|
-
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
19510
|
-
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
19511
|
-
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
19512
|
-
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
19513
|
-
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
19514
|
-
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
19515
|
-
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
19516
|
-
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
19517
|
-
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
19518
|
-
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
19519
|
-
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
19520
|
-
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
19521
|
-
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
19522
|
-
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
19523
|
-
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
19524
|
-
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
19525
|
-
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
19526
|
-
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
19527
|
-
"creatives.containersV2.Templates.preview": "Preview",
|
|
19528
|
-
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
19529
|
-
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
19530
|
-
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
19531
|
-
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
19532
|
-
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
19533
|
-
"creatives.containersV2.Templates.searchText": "Search",
|
|
19534
|
-
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
19535
|
-
"creatives.containersV2.Templates.selectButton": "Select",
|
|
19536
|
-
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
19537
|
-
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
19538
|
-
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
19539
|
-
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
19540
|
-
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
19541
|
-
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
19542
|
-
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
19543
|
-
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
19544
|
-
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
19545
|
-
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
19546
|
-
"creatives.containersV2.Templates.template": "template",
|
|
19547
|
-
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
19548
|
-
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
19549
|
-
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
19550
|
-
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
19551
|
-
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
19552
|
-
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
19553
|
-
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
19554
|
-
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
19555
|
-
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
19556
|
-
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
19557
|
-
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
19558
|
-
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
19559
|
-
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
19560
|
-
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
19561
|
-
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
19562
|
-
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
19563
|
-
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
19564
|
-
"creatives.containersV2.Templates.yesText": "Yes",
|
|
19565
|
-
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
19566
19089
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
19567
19090
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
19568
19091
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -19575,10 +19098,12 @@ FREE GIFTS-
|
|
|
19575
19098
|
"creatives.containersV2.TemplatesV2.header": "This is TemplatesV2 container !",
|
|
19576
19099
|
"creatives.containersV2.TemplatesV2.line": "Line",
|
|
19577
19100
|
"creatives.containersV2.TemplatesV2.pushNotification": "Push notification",
|
|
19101
|
+
"creatives.containersV2.TemplatesV2.rcs": "RCS",
|
|
19578
19102
|
"creatives.containersV2.TemplatesV2.select": "Select",
|
|
19579
19103
|
"creatives.containersV2.TemplatesV2.sms": "SMS",
|
|
19580
19104
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
19581
19105
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
19106
|
+
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
19582
19107
|
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
19583
19108
|
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
19584
19109
|
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
@@ -19626,6 +19151,10 @@ FREE GIFTS-
|
|
|
19626
19151
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
19627
19152
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
19628
19153
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
19154
|
+
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
19155
|
+
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
19156
|
+
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
19157
|
+
"creatives.containersV2.addLabels": "Add labels",
|
|
19629
19158
|
"creatives.containersV2.appName": "App Name",
|
|
19630
19159
|
"creatives.containersV2.applyNow": "Apply now",
|
|
19631
19160
|
"creatives.containersV2.areYouSureText": "Are you sure?",
|
|
@@ -19634,6 +19163,11 @@ FREE GIFTS-
|
|
|
19634
19163
|
"creatives.containersV2.campaignsHome": "Campaigns Home",
|
|
19635
19164
|
"creatives.containersV2.cancel": "Cancel",
|
|
19636
19165
|
"creatives.containersV2.changeOk": "Ok, change",
|
|
19166
|
+
"creatives.containersV2.comingSoonTooltip": "Not enabled yet. Coming soon!",
|
|
19167
|
+
"creatives.containersV2.creativeNameLabel": "Creative name",
|
|
19168
|
+
"creatives.containersV2.delete": "Delete",
|
|
19169
|
+
"creatives.containersV2.done": "Done",
|
|
19170
|
+
"creatives.containersV2.emptyTemplateNameErrorMessage": "Template name cannot be empty",
|
|
19637
19171
|
"creatives.containersV2.incentive": "Incentive",
|
|
19638
19172
|
"creatives.containersV2.learnMore": "Learn More",
|
|
19639
19173
|
"creatives.containersV2.newOrgName": "{newOrgName}",
|
|
@@ -19641,6 +19175,7 @@ FREE GIFTS-
|
|
|
19641
19175
|
"creatives.containersV2.orgChangeText": "Changing from <b>{oldOrgName}</b> to <b>{newOrgName}</b> will change the organisation for applications open in other tabs as well.<br/>Do you want to make the change to <b>{newOrgName}</b>?",
|
|
19642
19176
|
"creatives.containersV2.orgChangedText": "Organization changed to",
|
|
19643
19177
|
"creatives.containersV2.orgRefreshHeading": "Org refresh",
|
|
19178
|
+
"creatives.containersV2.preview": "Preview",
|
|
19644
19179
|
"creatives.containersV2.programs": "Programs",
|
|
19645
19180
|
"creatives.containersV2.promotions": "Promotions",
|
|
19646
19181
|
"creatives.containersV2.refreshOrgText": "Refreshing this page & changing the Org from <b>{oldOrgName}</b> to <b>{newOrgName}</b>. At a time only one Org can be selected on the browser.",
|
|
@@ -19714,6 +19249,9 @@ FREE GIFTS-
|
|
|
19714
19249
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
19715
19250
|
"creatives.containersV2.signUp": "Sign Up",
|
|
19716
19251
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
19252
|
+
"creatives.containersV2.templateNameLabel": "Template name",
|
|
19253
|
+
"creatives.containersV2.templateNamePlaceholder": "Enter template name",
|
|
19254
|
+
"creatives.containersV2.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
19717
19255
|
"creatives.containersV2.viber.addLabels": "Add labels",
|
|
19718
19256
|
"creatives.containersV2.viber.button": "Button",
|
|
19719
19257
|
"creatives.containersV2.viber.buttonText": "Button text",
|
|
@@ -20631,34 +20169,38 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
20631
20169
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
20632
20170
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
20633
20171
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
20634
|
-
"app.
|
|
20172
|
+
"app.v2containers.SmsTrai.Create.deferEdit": "It is highly recommended to use a file directly downloaded from the DLT portal. Editing the file may cause data to truncate unexpectedly.",
|
|
20635
20173
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
20636
|
-
"app.v2containers.SmsTrai.Create.downloadInstruction": "Download {link} file.",
|
|
20637
20174
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
20638
20175
|
"app.v2containers.SmsTrai.Create.dropCsvFile": "Drag and drop a CSV file here",
|
|
20639
|
-
"app.v2containers.SmsTrai.Create.
|
|
20176
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateIdInstruction": "Existing templates with the same template ids will be overwritten.",
|
|
20177
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateNameInstruction": "The template name needs to be unique. Any new template with a name matching the existing template name will not be created.",
|
|
20640
20178
|
"app.v2containers.SmsTrai.Create.failedToUpload": "Failed to upload",
|
|
20641
20179
|
"app.v2containers.SmsTrai.Create.failedVal": "{number} failed",
|
|
20642
20180
|
"app.v2containers.SmsTrai.Create.fileMaxlengthError": "More then 500 records are not allowed for the selected file.",
|
|
20643
20181
|
"app.v2containers.SmsTrai.Create.fileMinlengthError": "Please select a CSV file with minimum 1 row of data and 1 row of headers.",
|
|
20644
20182
|
"app.v2containers.SmsTrai.Create.headerAliasErrorDescription": "Please include mandatory field header. It can be {headerAliases}.",
|
|
20645
|
-
"app.v2containers.SmsTrai.Create.
|
|
20646
|
-
"app.v2containers.SmsTrai.Create.
|
|
20183
|
+
"app.v2containers.SmsTrai.Create.mandatoryColErrorDescription": "Please include mandatory field Template name.",
|
|
20184
|
+
"app.v2containers.SmsTrai.Create.mandatoryColInstruction": "Please ensure that each template has the following mandatory fields: Template name, Template ID, Type, Sender ID, Approval status/Status, Template message.",
|
|
20647
20185
|
"app.v2containers.SmsTrai.Create.nonCsvErrorDescription": "Please select a csv file.",
|
|
20648
20186
|
"app.v2containers.SmsTrai.Create.numberOfRecords": "{value, number} Record{value, plural, one {} other {s}}",
|
|
20649
20187
|
"app.v2containers.SmsTrai.Create.or": "OR",
|
|
20650
20188
|
"app.v2containers.SmsTrai.Create.passedVal": "{number} passed",
|
|
20651
20189
|
"app.v2containers.SmsTrai.Create.repetitiveColsErrorDescription": "Please remove repetitive fields ({repetitiveCols}) from the file.",
|
|
20190
|
+
"app.v2containers.SmsTrai.Create.rowLimitInstruction": "Maximum 500 rows are allowed in a single file.",
|
|
20652
20191
|
"app.v2containers.SmsTrai.Create.sampleCsv": "Sample CSV",
|
|
20192
|
+
"app.v2containers.SmsTrai.Create.sampleFileInstruction": "Users can also download {link} file and populate data. Please ensure that datatype is not changed.",
|
|
20653
20193
|
"app.v2containers.SmsTrai.Create.selectFileFromComputer": "Select a file from computer",
|
|
20654
20194
|
"app.v2containers.SmsTrai.Create.smsCreateNotification": "Sms templates created successfully",
|
|
20655
20195
|
"app.v2containers.SmsTrai.Create.statusAliasErrorDescription": "Please include mandatory field status. It can be {statusAliases}.",
|
|
20656
|
-
"app.v2containers.SmsTrai.Create.
|
|
20196
|
+
"app.v2containers.SmsTrai.Create.statusesInstruction": "Only templates in the Approved/ Registered/ Active state will be uploaded.",
|
|
20197
|
+
"app.v2containers.SmsTrai.Create.tempInstruction": "In case the uploaded file with multiple templates is showing errors, but any campaign needs to be sent urgently, try uploading a single template (as required in the campaign) in Sample CSV.",
|
|
20657
20198
|
"app.v2containers.SmsTrai.Create.templateIdAliasErrorDescription": "Please include mandatory field template id. It can be {templateIdAliases}.",
|
|
20658
20199
|
"app.v2containers.SmsTrai.Create.templateMessageAliasErrorDescription": "Please include mandatory field template message. It can be {templateMessageAliases}.",
|
|
20200
|
+
"app.v2containers.SmsTrai.Create.trimInstruction": "Whitespaces will be trimmed from both ends for all template cells.",
|
|
20201
|
+
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
20659
20202
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
20660
20203
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
20661
|
-
"app.v2containers.SmsTrai.Create.uploadLimitInstruction": "Upload a file of <= 500 rows.",
|
|
20662
20204
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
20663
20205
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
20664
20206
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -20748,15 +20290,23 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
20748
20290
|
"creatives.components.WechatRichmediaTemplatePreview.select": "Select",
|
|
20749
20291
|
"creatives.componentsV2.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
20750
20292
|
"creatives.componentsV2.CallTaskPreview.header": "This is the CallTaskPreview component !",
|
|
20293
|
+
"creatives.componentsV2.CapActionButton.addButton": "Add button",
|
|
20294
|
+
"creatives.componentsV2.CapActionButton.comingSoonTooltip": "Right now only one Call to action button is enabled, in future you would be able to add upto 3 buttons.",
|
|
20295
|
+
"creatives.componentsV2.CapActionButton.inValidUrlErrorMessage": "Button URL is not valid",
|
|
20296
|
+
"creatives.componentsV2.CapActionButton.templateButtonLink": "Button link",
|
|
20297
|
+
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
20298
|
+
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
20299
|
+
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
20751
20300
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
20752
20301
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
20753
|
-
"creatives.componentsV2.CapImageUpload.format": "Format: JPG, PNG",
|
|
20754
|
-
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions: {width}px x {height}px",
|
|
20302
|
+
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
20303
|
+
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
20755
20304
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
20756
20305
|
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
20757
|
-
"creatives.componentsV2.CapImageUpload.imageReUpload": "
|
|
20306
|
+
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
20307
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
20758
20308
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
20759
|
-
"creatives.componentsV2.CapImageUpload.uploadComputer": "
|
|
20309
|
+
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
20760
20310
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
20761
20311
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
20762
20312
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
@@ -20844,20 +20394,8 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
20844
20394
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
20845
20395
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
20846
20396
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
20847
|
-
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
20848
|
-
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
20849
|
-
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
20850
20397
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
20851
|
-
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
20852
|
-
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
20853
|
-
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
20854
20398
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
20855
|
-
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
20856
|
-
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
20857
|
-
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
20858
|
-
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
20859
|
-
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
20860
|
-
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
20861
20399
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
20862
20400
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
20863
20401
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -21580,6 +21118,7 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
21580
21118
|
"creatives.containersV2.Creatives.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
21581
21119
|
"creatives.containersV2.Creatives.lastUpdated": "Last updated: {date} by {user}",
|
|
21582
21120
|
"creatives.containersV2.Creatives.layoutSelection": "Select layout",
|
|
21121
|
+
"creatives.containersV2.Creatives.learnTips": "Learn tips to get approved",
|
|
21583
21122
|
"creatives.containersV2.Creatives.lineHeader": "Line",
|
|
21584
21123
|
"creatives.containersV2.Creatives.mapTemplate": "Map template",
|
|
21585
21124
|
"creatives.containersV2.Creatives.mobilepushHeader": "Mobile Push",
|
|
@@ -21590,6 +21129,7 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
21590
21129
|
"creatives.containersV2.Creatives.preview": "Preview",
|
|
21591
21130
|
"creatives.containersV2.Creatives.previewButton": "Preview",
|
|
21592
21131
|
"creatives.containersV2.Creatives.previewGenerateText": "Preview is being generated...",
|
|
21132
|
+
"creatives.containersV2.Creatives.rcsCreative": "RCS creative",
|
|
21593
21133
|
"creatives.containersV2.Creatives.searchText": "Search",
|
|
21594
21134
|
"creatives.containersV2.Creatives.selectAccount": "Select account",
|
|
21595
21135
|
"creatives.containersV2.Creatives.selectButton": "Select",
|
|
@@ -21616,6 +21156,8 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
21616
21156
|
"creatives.containersV2.Creatives.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
21617
21157
|
"creatives.containersV2.Creatives.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
21618
21158
|
"creatives.containersV2.Creatives.wechatHeader": "WECHAT",
|
|
21159
|
+
"creatives.containersV2.Creatives.whatsappOverview": "WhatsApp template overview",
|
|
21160
|
+
"creatives.containersV2.Creatives.whatsappTemplate": "WhatsApp template",
|
|
21619
21161
|
"creatives.containersV2.Creatives.yesText": "Yes",
|
|
21620
21162
|
"creatives.containersV2.Creatives.zipUploadFailed": "Failed to upload zip file",
|
|
21621
21163
|
"creatives.containersV2.Dashboard.header": "Dashboard",
|
|
@@ -22177,102 +21719,6 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
22177
21719
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
22178
21720
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
22179
21721
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
22180
|
-
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
22181
|
-
"creatives.containersV2.Templates.all": "All",
|
|
22182
|
-
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
22183
|
-
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
22184
|
-
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
22185
|
-
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
22186
|
-
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
22187
|
-
"creatives.containersV2.Templates.continue": "Continue",
|
|
22188
|
-
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
22189
|
-
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
22190
|
-
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
22191
|
-
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
22192
|
-
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
22193
|
-
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
22194
|
-
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
22195
|
-
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
22196
|
-
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
22197
|
-
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
22198
|
-
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
22199
|
-
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
22200
|
-
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
22201
|
-
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
22202
|
-
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
22203
|
-
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
22204
|
-
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
22205
|
-
"creatives.containersV2.Templates.editButton": "Edit",
|
|
22206
|
-
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
22207
|
-
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
22208
|
-
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
22209
|
-
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
22210
|
-
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
22211
|
-
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
22212
|
-
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
22213
|
-
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
22214
|
-
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
22215
|
-
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
22216
|
-
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
22217
|
-
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
22218
|
-
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
22219
|
-
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
22220
|
-
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
22221
|
-
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
22222
|
-
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
22223
|
-
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
22224
|
-
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
22225
|
-
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
22226
|
-
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
22227
|
-
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
22228
|
-
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
22229
|
-
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
22230
|
-
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
22231
|
-
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
22232
|
-
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
22233
|
-
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
22234
|
-
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
22235
|
-
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
22236
|
-
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
22237
|
-
"creatives.containersV2.Templates.preview": "Preview",
|
|
22238
|
-
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
22239
|
-
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
22240
|
-
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
22241
|
-
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
22242
|
-
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
22243
|
-
"creatives.containersV2.Templates.searchText": "Search",
|
|
22244
|
-
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
22245
|
-
"creatives.containersV2.Templates.selectButton": "Select",
|
|
22246
|
-
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
22247
|
-
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
22248
|
-
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
22249
|
-
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
22250
|
-
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
22251
|
-
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
22252
|
-
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
22253
|
-
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
22254
|
-
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
22255
|
-
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
22256
|
-
"creatives.containersV2.Templates.template": "template",
|
|
22257
|
-
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
22258
|
-
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
22259
|
-
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
22260
|
-
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
22261
|
-
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
22262
|
-
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
22263
|
-
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
22264
|
-
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
22265
|
-
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
22266
|
-
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
22267
|
-
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
22268
|
-
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
22269
|
-
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
22270
|
-
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
22271
|
-
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
22272
|
-
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
22273
|
-
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
22274
|
-
"creatives.containersV2.Templates.yesText": "Yes",
|
|
22275
|
-
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
22276
21722
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
22277
21723
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
22278
21724
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -22285,10 +21731,12 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
22285
21731
|
"creatives.containersV2.TemplatesV2.header": "This is TemplatesV2 container !",
|
|
22286
21732
|
"creatives.containersV2.TemplatesV2.line": "Line",
|
|
22287
21733
|
"creatives.containersV2.TemplatesV2.pushNotification": "Push notification",
|
|
21734
|
+
"creatives.containersV2.TemplatesV2.rcs": "RCS",
|
|
22288
21735
|
"creatives.containersV2.TemplatesV2.select": "Select",
|
|
22289
21736
|
"creatives.containersV2.TemplatesV2.sms": "SMS",
|
|
22290
21737
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
22291
21738
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
21739
|
+
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
22292
21740
|
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
22293
21741
|
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
22294
21742
|
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
@@ -22336,6 +21784,10 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
22336
21784
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
22337
21785
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
22338
21786
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
21787
|
+
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
21788
|
+
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
21789
|
+
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
21790
|
+
"creatives.containersV2.addLabels": "Add labels",
|
|
22339
21791
|
"creatives.containersV2.appName": "App Name",
|
|
22340
21792
|
"creatives.containersV2.applyNow": "Apply now",
|
|
22341
21793
|
"creatives.containersV2.areYouSureText": "Are you sure?",
|
|
@@ -22344,6 +21796,11 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
22344
21796
|
"creatives.containersV2.campaignsHome": "Campaigns Home",
|
|
22345
21797
|
"creatives.containersV2.cancel": "Cancel",
|
|
22346
21798
|
"creatives.containersV2.changeOk": "Ok, change",
|
|
21799
|
+
"creatives.containersV2.comingSoonTooltip": "Not enabled yet. Coming soon!",
|
|
21800
|
+
"creatives.containersV2.creativeNameLabel": "Creative name",
|
|
21801
|
+
"creatives.containersV2.delete": "Delete",
|
|
21802
|
+
"creatives.containersV2.done": "Done",
|
|
21803
|
+
"creatives.containersV2.emptyTemplateNameErrorMessage": "Template name cannot be empty",
|
|
22347
21804
|
"creatives.containersV2.incentive": "Incentive",
|
|
22348
21805
|
"creatives.containersV2.learnMore": "Learn More",
|
|
22349
21806
|
"creatives.containersV2.newOrgName": "{newOrgName}",
|
|
@@ -22351,6 +21808,7 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
22351
21808
|
"creatives.containersV2.orgChangeText": "Changing from <b>{oldOrgName}</b> to <b>{newOrgName}</b> will change the organisation for applications open in other tabs as well.<br/>Do you want to make the change to <b>{newOrgName}</b>?",
|
|
22352
21809
|
"creatives.containersV2.orgChangedText": "Organization changed to",
|
|
22353
21810
|
"creatives.containersV2.orgRefreshHeading": "Org refresh",
|
|
21811
|
+
"creatives.containersV2.preview": "Preview",
|
|
22354
21812
|
"creatives.containersV2.programs": "Programs",
|
|
22355
21813
|
"creatives.containersV2.promotions": "Promotions",
|
|
22356
21814
|
"creatives.containersV2.refreshOrgText": "Refreshing this page & changing the Org from <b>{oldOrgName}</b> to <b>{newOrgName}</b>. At a time only one Org can be selected on the browser.",
|
|
@@ -22424,6 +21882,9 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
22424
21882
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
22425
21883
|
"creatives.containersV2.signUp": "Sign Up",
|
|
22426
21884
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
21885
|
+
"creatives.containersV2.templateNameLabel": "Template name",
|
|
21886
|
+
"creatives.containersV2.templateNamePlaceholder": "Enter template name",
|
|
21887
|
+
"creatives.containersV2.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
22427
21888
|
"creatives.containersV2.viber.addLabels": "Add labels",
|
|
22428
21889
|
"creatives.containersV2.viber.button": "Button",
|
|
22429
21890
|
"creatives.containersV2.viber.buttonText": "Button text",
|
|
@@ -25133,34 +24594,38 @@ FREE GIFTS-
|
|
|
25133
24594
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
25134
24595
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
25135
24596
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
25136
|
-
"app.
|
|
24597
|
+
"app.v2containers.SmsTrai.Create.deferEdit": "It is highly recommended to use a file directly downloaded from the DLT portal. Editing the file may cause data to truncate unexpectedly.",
|
|
25137
24598
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
25138
|
-
"app.v2containers.SmsTrai.Create.downloadInstruction": "Download {link} file.",
|
|
25139
24599
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
25140
24600
|
"app.v2containers.SmsTrai.Create.dropCsvFile": "Drag and drop a CSV file here",
|
|
25141
|
-
"app.v2containers.SmsTrai.Create.
|
|
24601
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateIdInstruction": "Existing templates with the same template ids will be overwritten.",
|
|
24602
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateNameInstruction": "The template name needs to be unique. Any new template with a name matching the existing template name will not be created.",
|
|
25142
24603
|
"app.v2containers.SmsTrai.Create.failedToUpload": "Failed to upload",
|
|
25143
24604
|
"app.v2containers.SmsTrai.Create.failedVal": "{number} failed",
|
|
25144
24605
|
"app.v2containers.SmsTrai.Create.fileMaxlengthError": "More then 500 records are not allowed for the selected file.",
|
|
25145
24606
|
"app.v2containers.SmsTrai.Create.fileMinlengthError": "Please select a CSV file with minimum 1 row of data and 1 row of headers.",
|
|
25146
24607
|
"app.v2containers.SmsTrai.Create.headerAliasErrorDescription": "Please include mandatory field header. It can be {headerAliases}.",
|
|
25147
|
-
"app.v2containers.SmsTrai.Create.
|
|
25148
|
-
"app.v2containers.SmsTrai.Create.
|
|
24608
|
+
"app.v2containers.SmsTrai.Create.mandatoryColErrorDescription": "Please include mandatory field Template name.",
|
|
24609
|
+
"app.v2containers.SmsTrai.Create.mandatoryColInstruction": "Please ensure that each template has the following mandatory fields: Template name, Template ID, Type, Sender ID, Approval status/Status, Template message.",
|
|
25149
24610
|
"app.v2containers.SmsTrai.Create.nonCsvErrorDescription": "Please select a csv file.",
|
|
25150
24611
|
"app.v2containers.SmsTrai.Create.numberOfRecords": "{value, number} Record{value, plural, one {} other {s}}",
|
|
25151
24612
|
"app.v2containers.SmsTrai.Create.or": "OR",
|
|
25152
24613
|
"app.v2containers.SmsTrai.Create.passedVal": "{number} passed",
|
|
25153
24614
|
"app.v2containers.SmsTrai.Create.repetitiveColsErrorDescription": "Please remove repetitive fields ({repetitiveCols}) from the file.",
|
|
24615
|
+
"app.v2containers.SmsTrai.Create.rowLimitInstruction": "Maximum 500 rows are allowed in a single file.",
|
|
25154
24616
|
"app.v2containers.SmsTrai.Create.sampleCsv": "Sample CSV",
|
|
24617
|
+
"app.v2containers.SmsTrai.Create.sampleFileInstruction": "Users can also download {link} file and populate data. Please ensure that datatype is not changed.",
|
|
25155
24618
|
"app.v2containers.SmsTrai.Create.selectFileFromComputer": "Select a file from computer",
|
|
25156
24619
|
"app.v2containers.SmsTrai.Create.smsCreateNotification": "Sms templates created successfully",
|
|
25157
24620
|
"app.v2containers.SmsTrai.Create.statusAliasErrorDescription": "Please include mandatory field status. It can be {statusAliases}.",
|
|
25158
|
-
"app.v2containers.SmsTrai.Create.
|
|
24621
|
+
"app.v2containers.SmsTrai.Create.statusesInstruction": "Only templates in the Approved/ Registered/ Active state will be uploaded.",
|
|
24622
|
+
"app.v2containers.SmsTrai.Create.tempInstruction": "In case the uploaded file with multiple templates is showing errors, but any campaign needs to be sent urgently, try uploading a single template (as required in the campaign) in Sample CSV.",
|
|
25159
24623
|
"app.v2containers.SmsTrai.Create.templateIdAliasErrorDescription": "Please include mandatory field template id. It can be {templateIdAliases}.",
|
|
25160
24624
|
"app.v2containers.SmsTrai.Create.templateMessageAliasErrorDescription": "Please include mandatory field template message. It can be {templateMessageAliases}.",
|
|
24625
|
+
"app.v2containers.SmsTrai.Create.trimInstruction": "Whitespaces will be trimmed from both ends for all template cells.",
|
|
24626
|
+
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
25161
24627
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
25162
24628
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
25163
|
-
"app.v2containers.SmsTrai.Create.uploadLimitInstruction": "Upload a file of <= 500 rows.",
|
|
25164
24629
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
25165
24630
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
25166
24631
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -25250,15 +24715,23 @@ FREE GIFTS-
|
|
|
25250
24715
|
"creatives.components.WechatRichmediaTemplatePreview.select": "Select",
|
|
25251
24716
|
"creatives.componentsV2.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
25252
24717
|
"creatives.componentsV2.CallTaskPreview.header": "This is the CallTaskPreview component !",
|
|
24718
|
+
"creatives.componentsV2.CapActionButton.addButton": "Add button",
|
|
24719
|
+
"creatives.componentsV2.CapActionButton.comingSoonTooltip": "Right now only one Call to action button is enabled, in future you would be able to add upto 3 buttons.",
|
|
24720
|
+
"creatives.componentsV2.CapActionButton.inValidUrlErrorMessage": "Button URL is not valid",
|
|
24721
|
+
"creatives.componentsV2.CapActionButton.templateButtonLink": "Button link",
|
|
24722
|
+
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
24723
|
+
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
24724
|
+
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
25253
24725
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
25254
24726
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
25255
|
-
"creatives.componentsV2.CapImageUpload.format": "Format: JPG, PNG",
|
|
25256
|
-
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions: {width}px x {height}px",
|
|
24727
|
+
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
24728
|
+
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
25257
24729
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
25258
24730
|
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
25259
|
-
"creatives.componentsV2.CapImageUpload.imageReUpload": "
|
|
24731
|
+
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
24732
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
25260
24733
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
25261
|
-
"creatives.componentsV2.CapImageUpload.uploadComputer": "
|
|
24734
|
+
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
25262
24735
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
25263
24736
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
25264
24737
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
@@ -25346,20 +24819,8 @@ FREE GIFTS-
|
|
|
25346
24819
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
25347
24820
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
25348
24821
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
25349
|
-
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
25350
|
-
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
25351
|
-
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
25352
24822
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
25353
|
-
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
25354
|
-
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
25355
|
-
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
25356
24823
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
25357
|
-
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
25358
|
-
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
25359
|
-
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
25360
|
-
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
25361
|
-
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
25362
|
-
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
25363
24824
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
25364
24825
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
25365
24826
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -26082,6 +25543,7 @@ FREE GIFTS-
|
|
|
26082
25543
|
"creatives.containersV2.Creatives.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
26083
25544
|
"creatives.containersV2.Creatives.lastUpdated": "Last updated: {date} by {user}",
|
|
26084
25545
|
"creatives.containersV2.Creatives.layoutSelection": "Select layout",
|
|
25546
|
+
"creatives.containersV2.Creatives.learnTips": "Learn tips to get approved",
|
|
26085
25547
|
"creatives.containersV2.Creatives.lineHeader": "Line",
|
|
26086
25548
|
"creatives.containersV2.Creatives.mapTemplate": "Map template",
|
|
26087
25549
|
"creatives.containersV2.Creatives.mobilepushHeader": "Mobile Push",
|
|
@@ -26092,6 +25554,7 @@ FREE GIFTS-
|
|
|
26092
25554
|
"creatives.containersV2.Creatives.preview": "Preview",
|
|
26093
25555
|
"creatives.containersV2.Creatives.previewButton": "Preview",
|
|
26094
25556
|
"creatives.containersV2.Creatives.previewGenerateText": "Preview is being generated...",
|
|
25557
|
+
"creatives.containersV2.Creatives.rcsCreative": "RCS creative",
|
|
26095
25558
|
"creatives.containersV2.Creatives.searchText": "Search",
|
|
26096
25559
|
"creatives.containersV2.Creatives.selectAccount": "Select account",
|
|
26097
25560
|
"creatives.containersV2.Creatives.selectButton": "Select",
|
|
@@ -26118,6 +25581,8 @@ FREE GIFTS-
|
|
|
26118
25581
|
"creatives.containersV2.Creatives.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
26119
25582
|
"creatives.containersV2.Creatives.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
26120
25583
|
"creatives.containersV2.Creatives.wechatHeader": "WECHAT",
|
|
25584
|
+
"creatives.containersV2.Creatives.whatsappOverview": "WhatsApp template overview",
|
|
25585
|
+
"creatives.containersV2.Creatives.whatsappTemplate": "WhatsApp template",
|
|
26121
25586
|
"creatives.containersV2.Creatives.yesText": "Yes",
|
|
26122
25587
|
"creatives.containersV2.Creatives.zipUploadFailed": "Failed to upload zip file",
|
|
26123
25588
|
"creatives.containersV2.Dashboard.header": "Dashboard",
|
|
@@ -26679,102 +26144,6 @@ FREE GIFTS-
|
|
|
26679
26144
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
26680
26145
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
26681
26146
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
26682
|
-
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
26683
|
-
"creatives.containersV2.Templates.all": "All",
|
|
26684
|
-
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
26685
|
-
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
26686
|
-
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
26687
|
-
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
26688
|
-
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
26689
|
-
"creatives.containersV2.Templates.continue": "Continue",
|
|
26690
|
-
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
26691
|
-
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
26692
|
-
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
26693
|
-
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
26694
|
-
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
26695
|
-
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
26696
|
-
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
26697
|
-
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
26698
|
-
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
26699
|
-
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
26700
|
-
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
26701
|
-
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
26702
|
-
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
26703
|
-
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
26704
|
-
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
26705
|
-
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
26706
|
-
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
26707
|
-
"creatives.containersV2.Templates.editButton": "Edit",
|
|
26708
|
-
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
26709
|
-
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
26710
|
-
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
26711
|
-
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
26712
|
-
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
26713
|
-
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
26714
|
-
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
26715
|
-
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
26716
|
-
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
26717
|
-
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
26718
|
-
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
26719
|
-
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
26720
|
-
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
26721
|
-
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
26722
|
-
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
26723
|
-
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
26724
|
-
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
26725
|
-
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
26726
|
-
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
26727
|
-
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
26728
|
-
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
26729
|
-
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
26730
|
-
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
26731
|
-
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
26732
|
-
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
26733
|
-
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
26734
|
-
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
26735
|
-
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
26736
|
-
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
26737
|
-
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
26738
|
-
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
26739
|
-
"creatives.containersV2.Templates.preview": "Preview",
|
|
26740
|
-
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
26741
|
-
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
26742
|
-
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
26743
|
-
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
26744
|
-
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
26745
|
-
"creatives.containersV2.Templates.searchText": "Search",
|
|
26746
|
-
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
26747
|
-
"creatives.containersV2.Templates.selectButton": "Select",
|
|
26748
|
-
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
26749
|
-
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
26750
|
-
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
26751
|
-
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
26752
|
-
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
26753
|
-
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
26754
|
-
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
26755
|
-
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
26756
|
-
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
26757
|
-
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
26758
|
-
"creatives.containersV2.Templates.template": "template",
|
|
26759
|
-
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
26760
|
-
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
26761
|
-
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
26762
|
-
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
26763
|
-
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
26764
|
-
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
26765
|
-
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
26766
|
-
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
26767
|
-
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
26768
|
-
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
26769
|
-
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
26770
|
-
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
26771
|
-
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
26772
|
-
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
26773
|
-
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
26774
|
-
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
26775
|
-
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
26776
|
-
"creatives.containersV2.Templates.yesText": "Yes",
|
|
26777
|
-
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
26778
26147
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
26779
26148
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
26780
26149
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -26787,10 +26156,12 @@ FREE GIFTS-
|
|
|
26787
26156
|
"creatives.containersV2.TemplatesV2.header": "This is TemplatesV2 container !",
|
|
26788
26157
|
"creatives.containersV2.TemplatesV2.line": "Line",
|
|
26789
26158
|
"creatives.containersV2.TemplatesV2.pushNotification": "Push notification",
|
|
26159
|
+
"creatives.containersV2.TemplatesV2.rcs": "RCS",
|
|
26790
26160
|
"creatives.containersV2.TemplatesV2.select": "Select",
|
|
26791
26161
|
"creatives.containersV2.TemplatesV2.sms": "SMS",
|
|
26792
26162
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
26793
26163
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
26164
|
+
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
26794
26165
|
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
26795
26166
|
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
26796
26167
|
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
@@ -26838,6 +26209,10 @@ FREE GIFTS-
|
|
|
26838
26209
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
26839
26210
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
26840
26211
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
26212
|
+
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
26213
|
+
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
26214
|
+
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
26215
|
+
"creatives.containersV2.addLabels": "Add labels",
|
|
26841
26216
|
"creatives.containersV2.appName": "App Name",
|
|
26842
26217
|
"creatives.containersV2.applyNow": "Apply now",
|
|
26843
26218
|
"creatives.containersV2.areYouSureText": "Are you sure?",
|
|
@@ -26846,6 +26221,11 @@ FREE GIFTS-
|
|
|
26846
26221
|
"creatives.containersV2.campaignsHome": "Campaigns Home",
|
|
26847
26222
|
"creatives.containersV2.cancel": "Cancel",
|
|
26848
26223
|
"creatives.containersV2.changeOk": "Ok, change",
|
|
26224
|
+
"creatives.containersV2.comingSoonTooltip": "Not enabled yet. Coming soon!",
|
|
26225
|
+
"creatives.containersV2.creativeNameLabel": "Creative name",
|
|
26226
|
+
"creatives.containersV2.delete": "Delete",
|
|
26227
|
+
"creatives.containersV2.done": "Done",
|
|
26228
|
+
"creatives.containersV2.emptyTemplateNameErrorMessage": "Template name cannot be empty",
|
|
26849
26229
|
"creatives.containersV2.incentive": "Incentive",
|
|
26850
26230
|
"creatives.containersV2.learnMore": "Learn More",
|
|
26851
26231
|
"creatives.containersV2.newOrgName": "{newOrgName}",
|
|
@@ -26853,6 +26233,7 @@ FREE GIFTS-
|
|
|
26853
26233
|
"creatives.containersV2.orgChangeText": "Changing from <b>{oldOrgName}</b> to <b>{newOrgName}</b> will change the organisation for applications open in other tabs as well.<br/>Do you want to make the change to <b>{newOrgName}</b>?",
|
|
26854
26234
|
"creatives.containersV2.orgChangedText": "Organization changed to",
|
|
26855
26235
|
"creatives.containersV2.orgRefreshHeading": "Org refresh",
|
|
26236
|
+
"creatives.containersV2.preview": "Preview",
|
|
26856
26237
|
"creatives.containersV2.programs": "Programs",
|
|
26857
26238
|
"creatives.containersV2.promotions": "Promotions",
|
|
26858
26239
|
"creatives.containersV2.refreshOrgText": "Refreshing this page & changing the Org from <b>{oldOrgName}</b> to <b>{newOrgName}</b>. At a time only one Org can be selected on the browser.",
|
|
@@ -26926,6 +26307,9 @@ FREE GIFTS-
|
|
|
26926
26307
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
26927
26308
|
"creatives.containersV2.signUp": "Sign Up",
|
|
26928
26309
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
26310
|
+
"creatives.containersV2.templateNameLabel": "Template name",
|
|
26311
|
+
"creatives.containersV2.templateNamePlaceholder": "Enter template name",
|
|
26312
|
+
"creatives.containersV2.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
26929
26313
|
"creatives.containersV2.viber.addLabels": "Add labels",
|
|
26930
26314
|
"creatives.containersV2.viber.button": "Button",
|
|
26931
26315
|
"creatives.containersV2.viber.buttonText": "Button text",
|