@capillarytech/creatives-library 7.12.32 → 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 +71 -67
- 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
|
@@ -61,34 +61,38 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
61
61
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
62
62
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
63
63
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
64
|
-
"app.
|
|
64
|
+
"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.",
|
|
65
65
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
66
|
-
"app.v2containers.SmsTrai.Create.downloadInstruction": "Download {link} file.",
|
|
67
66
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
68
67
|
"app.v2containers.SmsTrai.Create.dropCsvFile": "Drag and drop a CSV file here",
|
|
69
|
-
"app.v2containers.SmsTrai.Create.
|
|
68
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateIdInstruction": "Existing templates with the same template ids will be overwritten.",
|
|
69
|
+
"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.",
|
|
70
70
|
"app.v2containers.SmsTrai.Create.failedToUpload": "Failed to upload",
|
|
71
71
|
"app.v2containers.SmsTrai.Create.failedVal": "{number} failed",
|
|
72
72
|
"app.v2containers.SmsTrai.Create.fileMaxlengthError": "More then 500 records are not allowed for the selected file.",
|
|
73
73
|
"app.v2containers.SmsTrai.Create.fileMinlengthError": "Please select a CSV file with minimum 1 row of data and 1 row of headers.",
|
|
74
74
|
"app.v2containers.SmsTrai.Create.headerAliasErrorDescription": "Please include mandatory field header. It can be {headerAliases}.",
|
|
75
|
-
"app.v2containers.SmsTrai.Create.
|
|
76
|
-
"app.v2containers.SmsTrai.Create.
|
|
75
|
+
"app.v2containers.SmsTrai.Create.mandatoryColErrorDescription": "Please include mandatory field Template name.",
|
|
76
|
+
"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.",
|
|
77
77
|
"app.v2containers.SmsTrai.Create.nonCsvErrorDescription": "Please select a csv file.",
|
|
78
78
|
"app.v2containers.SmsTrai.Create.numberOfRecords": "{value, number} Record{value, plural, one {} other {s}}",
|
|
79
79
|
"app.v2containers.SmsTrai.Create.or": "OR",
|
|
80
80
|
"app.v2containers.SmsTrai.Create.passedVal": "{number} passed",
|
|
81
81
|
"app.v2containers.SmsTrai.Create.repetitiveColsErrorDescription": "Please remove repetitive fields ({repetitiveCols}) from the file.",
|
|
82
|
+
"app.v2containers.SmsTrai.Create.rowLimitInstruction": "Maximum 500 rows are allowed in a single file.",
|
|
82
83
|
"app.v2containers.SmsTrai.Create.sampleCsv": "Sample CSV",
|
|
84
|
+
"app.v2containers.SmsTrai.Create.sampleFileInstruction": "Users can also download {link} file and populate data. Please ensure that datatype is not changed.",
|
|
83
85
|
"app.v2containers.SmsTrai.Create.selectFileFromComputer": "Select a file from computer",
|
|
84
86
|
"app.v2containers.SmsTrai.Create.smsCreateNotification": "Sms templates created successfully",
|
|
85
87
|
"app.v2containers.SmsTrai.Create.statusAliasErrorDescription": "Please include mandatory field status. It can be {statusAliases}.",
|
|
86
|
-
"app.v2containers.SmsTrai.Create.
|
|
88
|
+
"app.v2containers.SmsTrai.Create.statusesInstruction": "Only templates in the Approved/ Registered/ Active state will be uploaded.",
|
|
89
|
+
"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.",
|
|
87
90
|
"app.v2containers.SmsTrai.Create.templateIdAliasErrorDescription": "Please include mandatory field template id. It can be {templateIdAliases}.",
|
|
88
91
|
"app.v2containers.SmsTrai.Create.templateMessageAliasErrorDescription": "Please include mandatory field template message. It can be {templateMessageAliases}.",
|
|
92
|
+
"app.v2containers.SmsTrai.Create.trimInstruction": "Whitespaces will be trimmed from both ends for all template cells.",
|
|
93
|
+
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
89
94
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
90
95
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
91
|
-
"app.v2containers.SmsTrai.Create.uploadLimitInstruction": "Upload a file of <= 500 rows.",
|
|
92
96
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
93
97
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
94
98
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -178,15 +182,23 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
178
182
|
"creatives.components.WechatRichmediaTemplatePreview.select": "Select",
|
|
179
183
|
"creatives.componentsV2.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
180
184
|
"creatives.componentsV2.CallTaskPreview.header": "This is the CallTaskPreview component !",
|
|
185
|
+
"creatives.componentsV2.CapActionButton.addButton": "Add button",
|
|
186
|
+
"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.",
|
|
187
|
+
"creatives.componentsV2.CapActionButton.inValidUrlErrorMessage": "Button URL is not valid",
|
|
188
|
+
"creatives.componentsV2.CapActionButton.templateButtonLink": "Button link",
|
|
189
|
+
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
190
|
+
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
191
|
+
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
181
192
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
182
193
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
183
|
-
"creatives.componentsV2.CapImageUpload.format": "Format: JPG, PNG",
|
|
184
|
-
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions: {width}px x {height}px",
|
|
194
|
+
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
195
|
+
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
185
196
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
186
197
|
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
187
|
-
"creatives.componentsV2.CapImageUpload.imageReUpload": "
|
|
198
|
+
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
199
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
188
200
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
189
|
-
"creatives.componentsV2.CapImageUpload.uploadComputer": "
|
|
201
|
+
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
190
202
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
191
203
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
192
204
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
@@ -274,20 +286,8 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
274
286
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
275
287
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
276
288
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
277
|
-
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
278
|
-
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
279
|
-
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
280
289
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
281
|
-
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
282
|
-
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
283
|
-
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
284
290
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
285
|
-
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
286
|
-
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
287
|
-
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
288
|
-
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
289
|
-
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
290
|
-
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
291
291
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
292
292
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
293
293
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -1010,6 +1010,7 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1010
1010
|
"creatives.containersV2.Creatives.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
1011
1011
|
"creatives.containersV2.Creatives.lastUpdated": "Last updated: {date} by {user}",
|
|
1012
1012
|
"creatives.containersV2.Creatives.layoutSelection": "Select layout",
|
|
1013
|
+
"creatives.containersV2.Creatives.learnTips": "Learn tips to get approved",
|
|
1013
1014
|
"creatives.containersV2.Creatives.lineHeader": "Line",
|
|
1014
1015
|
"creatives.containersV2.Creatives.mapTemplate": "Map template",
|
|
1015
1016
|
"creatives.containersV2.Creatives.mobilepushHeader": "Mobile Push",
|
|
@@ -1020,6 +1021,7 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1020
1021
|
"creatives.containersV2.Creatives.preview": "Preview",
|
|
1021
1022
|
"creatives.containersV2.Creatives.previewButton": "Preview",
|
|
1022
1023
|
"creatives.containersV2.Creatives.previewGenerateText": "Preview is being generated...",
|
|
1024
|
+
"creatives.containersV2.Creatives.rcsCreative": "RCS creative",
|
|
1023
1025
|
"creatives.containersV2.Creatives.searchText": "Search",
|
|
1024
1026
|
"creatives.containersV2.Creatives.selectAccount": "Select account",
|
|
1025
1027
|
"creatives.containersV2.Creatives.selectButton": "Select",
|
|
@@ -1046,6 +1048,8 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1046
1048
|
"creatives.containersV2.Creatives.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
1047
1049
|
"creatives.containersV2.Creatives.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
1048
1050
|
"creatives.containersV2.Creatives.wechatHeader": "WECHAT",
|
|
1051
|
+
"creatives.containersV2.Creatives.whatsappOverview": "WhatsApp template overview",
|
|
1052
|
+
"creatives.containersV2.Creatives.whatsappTemplate": "WhatsApp template",
|
|
1049
1053
|
"creatives.containersV2.Creatives.yesText": "Yes",
|
|
1050
1054
|
"creatives.containersV2.Creatives.zipUploadFailed": "Failed to upload zip file",
|
|
1051
1055
|
"creatives.containersV2.Dashboard.header": "Dashboard",
|
|
@@ -1607,102 +1611,6 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1607
1611
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
1608
1612
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
1609
1613
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
1610
|
-
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
1611
|
-
"creatives.containersV2.Templates.all": "All",
|
|
1612
|
-
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
1613
|
-
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
1614
|
-
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
1615
|
-
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
1616
|
-
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
1617
|
-
"creatives.containersV2.Templates.continue": "Continue",
|
|
1618
|
-
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
1619
|
-
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
1620
|
-
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
1621
|
-
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
1622
|
-
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
1623
|
-
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
1624
|
-
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
1625
|
-
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
1626
|
-
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
1627
|
-
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
1628
|
-
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
1629
|
-
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
1630
|
-
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
1631
|
-
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
1632
|
-
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
1633
|
-
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
1634
|
-
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
1635
|
-
"creatives.containersV2.Templates.editButton": "Edit",
|
|
1636
|
-
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
1637
|
-
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
1638
|
-
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
1639
|
-
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
1640
|
-
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
1641
|
-
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
1642
|
-
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
1643
|
-
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
1644
|
-
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
1645
|
-
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
1646
|
-
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
1647
|
-
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
1648
|
-
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
1649
|
-
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
1650
|
-
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
1651
|
-
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
1652
|
-
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
1653
|
-
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
1654
|
-
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
1655
|
-
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
1656
|
-
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
1657
|
-
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
1658
|
-
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
1659
|
-
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
1660
|
-
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
1661
|
-
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
1662
|
-
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
1663
|
-
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
1664
|
-
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
1665
|
-
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
1666
|
-
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
1667
|
-
"creatives.containersV2.Templates.preview": "Preview",
|
|
1668
|
-
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
1669
|
-
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
1670
|
-
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
1671
|
-
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
1672
|
-
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
1673
|
-
"creatives.containersV2.Templates.searchText": "Search",
|
|
1674
|
-
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
1675
|
-
"creatives.containersV2.Templates.selectButton": "Select",
|
|
1676
|
-
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
1677
|
-
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
1678
|
-
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
1679
|
-
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
1680
|
-
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
1681
|
-
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
1682
|
-
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
1683
|
-
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
1684
|
-
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
1685
|
-
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
1686
|
-
"creatives.containersV2.Templates.template": "template",
|
|
1687
|
-
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
1688
|
-
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
1689
|
-
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
1690
|
-
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
1691
|
-
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
1692
|
-
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
1693
|
-
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
1694
|
-
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
1695
|
-
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
1696
|
-
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
1697
|
-
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
1698
|
-
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
1699
|
-
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
1700
|
-
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
1701
|
-
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
1702
|
-
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
1703
|
-
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
1704
|
-
"creatives.containersV2.Templates.yesText": "Yes",
|
|
1705
|
-
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
1706
1614
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
1707
1615
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
1708
1616
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -1715,10 +1623,12 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1715
1623
|
"creatives.containersV2.TemplatesV2.header": "This is TemplatesV2 container !",
|
|
1716
1624
|
"creatives.containersV2.TemplatesV2.line": "Line",
|
|
1717
1625
|
"creatives.containersV2.TemplatesV2.pushNotification": "Push notification",
|
|
1626
|
+
"creatives.containersV2.TemplatesV2.rcs": "RCS",
|
|
1718
1627
|
"creatives.containersV2.TemplatesV2.select": "Select",
|
|
1719
1628
|
"creatives.containersV2.TemplatesV2.sms": "SMS",
|
|
1720
1629
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
1721
1630
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
1631
|
+
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
1722
1632
|
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
1723
1633
|
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
1724
1634
|
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
@@ -1766,6 +1676,10 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1766
1676
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
1767
1677
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
1768
1678
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
1679
|
+
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
1680
|
+
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
1681
|
+
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
1682
|
+
"creatives.containersV2.addLabels": "Add labels",
|
|
1769
1683
|
"creatives.containersV2.appName": "App Name",
|
|
1770
1684
|
"creatives.containersV2.applyNow": "Apply now",
|
|
1771
1685
|
"creatives.containersV2.areYouSureText": "Are you sure?",
|
|
@@ -1774,6 +1688,11 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1774
1688
|
"creatives.containersV2.campaignsHome": "Campaigns Home",
|
|
1775
1689
|
"creatives.containersV2.cancel": "Cancel",
|
|
1776
1690
|
"creatives.containersV2.changeOk": "Ok, change",
|
|
1691
|
+
"creatives.containersV2.comingSoonTooltip": "Not enabled yet. Coming soon!",
|
|
1692
|
+
"creatives.containersV2.creativeNameLabel": "Creative name",
|
|
1693
|
+
"creatives.containersV2.delete": "Delete",
|
|
1694
|
+
"creatives.containersV2.done": "Done",
|
|
1695
|
+
"creatives.containersV2.emptyTemplateNameErrorMessage": "Template name cannot be empty",
|
|
1777
1696
|
"creatives.containersV2.incentive": "Incentive",
|
|
1778
1697
|
"creatives.containersV2.learnMore": "Learn More",
|
|
1779
1698
|
"creatives.containersV2.newOrgName": "{newOrgName}",
|
|
@@ -1781,6 +1700,7 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1781
1700
|
"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>?",
|
|
1782
1701
|
"creatives.containersV2.orgChangedText": "Organization changed to",
|
|
1783
1702
|
"creatives.containersV2.orgRefreshHeading": "Org refresh",
|
|
1703
|
+
"creatives.containersV2.preview": "Preview",
|
|
1784
1704
|
"creatives.containersV2.programs": "Programs",
|
|
1785
1705
|
"creatives.containersV2.promotions": "Promotions",
|
|
1786
1706
|
"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.",
|
|
@@ -1854,6 +1774,9 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
1854
1774
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
1855
1775
|
"creatives.containersV2.signUp": "Sign Up",
|
|
1856
1776
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
1777
|
+
"creatives.containersV2.templateNameLabel": "Template name",
|
|
1778
|
+
"creatives.containersV2.templateNamePlaceholder": "Enter template name",
|
|
1779
|
+
"creatives.containersV2.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
1857
1780
|
"creatives.containersV2.viber.addLabels": "Add labels",
|
|
1858
1781
|
"creatives.containersV2.viber.button": "Button",
|
|
1859
1782
|
"creatives.containersV2.viber.buttonText": "Button text",
|
|
@@ -2059,6 +1982,7 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
2059
1982
|
onDrop={[Function]}
|
|
2060
1983
|
onFileDialogCancel={[Function]}
|
|
2061
1984
|
preventDropOnDocument={true}
|
|
1985
|
+
useFsAccessApi={false}
|
|
2062
1986
|
validator={null}
|
|
2063
1987
|
>
|
|
2064
1988
|
<div
|
|
@@ -2071,6 +1995,7 @@ exports[`Creatives SmsTraiCreate test/> done button should be disabled if blank
|
|
|
2071
1995
|
onDrop={[Function]}
|
|
2072
1996
|
onFocus={[Function]}
|
|
2073
1997
|
onKeyDown={[Function]}
|
|
1998
|
+
role="button"
|
|
2074
1999
|
tabIndex={0}
|
|
2075
2000
|
>
|
|
2076
2001
|
<input
|
|
@@ -2780,34 +2705,38 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
2780
2705
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
2781
2706
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
2782
2707
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
2783
|
-
"app.
|
|
2708
|
+
"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.",
|
|
2784
2709
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
2785
|
-
"app.v2containers.SmsTrai.Create.downloadInstruction": "Download {link} file.",
|
|
2786
2710
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
2787
2711
|
"app.v2containers.SmsTrai.Create.dropCsvFile": "Drag and drop a CSV file here",
|
|
2788
|
-
"app.v2containers.SmsTrai.Create.
|
|
2712
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateIdInstruction": "Existing templates with the same template ids will be overwritten.",
|
|
2713
|
+
"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.",
|
|
2789
2714
|
"app.v2containers.SmsTrai.Create.failedToUpload": "Failed to upload",
|
|
2790
2715
|
"app.v2containers.SmsTrai.Create.failedVal": "{number} failed",
|
|
2791
2716
|
"app.v2containers.SmsTrai.Create.fileMaxlengthError": "More then 500 records are not allowed for the selected file.",
|
|
2792
2717
|
"app.v2containers.SmsTrai.Create.fileMinlengthError": "Please select a CSV file with minimum 1 row of data and 1 row of headers.",
|
|
2793
2718
|
"app.v2containers.SmsTrai.Create.headerAliasErrorDescription": "Please include mandatory field header. It can be {headerAliases}.",
|
|
2794
|
-
"app.v2containers.SmsTrai.Create.
|
|
2795
|
-
"app.v2containers.SmsTrai.Create.
|
|
2719
|
+
"app.v2containers.SmsTrai.Create.mandatoryColErrorDescription": "Please include mandatory field Template name.",
|
|
2720
|
+
"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.",
|
|
2796
2721
|
"app.v2containers.SmsTrai.Create.nonCsvErrorDescription": "Please select a csv file.",
|
|
2797
2722
|
"app.v2containers.SmsTrai.Create.numberOfRecords": "{value, number} Record{value, plural, one {} other {s}}",
|
|
2798
2723
|
"app.v2containers.SmsTrai.Create.or": "OR",
|
|
2799
2724
|
"app.v2containers.SmsTrai.Create.passedVal": "{number} passed",
|
|
2800
2725
|
"app.v2containers.SmsTrai.Create.repetitiveColsErrorDescription": "Please remove repetitive fields ({repetitiveCols}) from the file.",
|
|
2726
|
+
"app.v2containers.SmsTrai.Create.rowLimitInstruction": "Maximum 500 rows are allowed in a single file.",
|
|
2801
2727
|
"app.v2containers.SmsTrai.Create.sampleCsv": "Sample CSV",
|
|
2728
|
+
"app.v2containers.SmsTrai.Create.sampleFileInstruction": "Users can also download {link} file and populate data. Please ensure that datatype is not changed.",
|
|
2802
2729
|
"app.v2containers.SmsTrai.Create.selectFileFromComputer": "Select a file from computer",
|
|
2803
2730
|
"app.v2containers.SmsTrai.Create.smsCreateNotification": "Sms templates created successfully",
|
|
2804
2731
|
"app.v2containers.SmsTrai.Create.statusAliasErrorDescription": "Please include mandatory field status. It can be {statusAliases}.",
|
|
2805
|
-
"app.v2containers.SmsTrai.Create.
|
|
2732
|
+
"app.v2containers.SmsTrai.Create.statusesInstruction": "Only templates in the Approved/ Registered/ Active state will be uploaded.",
|
|
2733
|
+
"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.",
|
|
2806
2734
|
"app.v2containers.SmsTrai.Create.templateIdAliasErrorDescription": "Please include mandatory field template id. It can be {templateIdAliases}.",
|
|
2807
2735
|
"app.v2containers.SmsTrai.Create.templateMessageAliasErrorDescription": "Please include mandatory field template message. It can be {templateMessageAliases}.",
|
|
2736
|
+
"app.v2containers.SmsTrai.Create.trimInstruction": "Whitespaces will be trimmed from both ends for all template cells.",
|
|
2737
|
+
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
2808
2738
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
2809
2739
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
2810
|
-
"app.v2containers.SmsTrai.Create.uploadLimitInstruction": "Upload a file of <= 500 rows.",
|
|
2811
2740
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
2812
2741
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
2813
2742
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -2897,15 +2826,23 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
2897
2826
|
"creatives.components.WechatRichmediaTemplatePreview.select": "Select",
|
|
2898
2827
|
"creatives.componentsV2.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
2899
2828
|
"creatives.componentsV2.CallTaskPreview.header": "This is the CallTaskPreview component !",
|
|
2829
|
+
"creatives.componentsV2.CapActionButton.addButton": "Add button",
|
|
2830
|
+
"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.",
|
|
2831
|
+
"creatives.componentsV2.CapActionButton.inValidUrlErrorMessage": "Button URL is not valid",
|
|
2832
|
+
"creatives.componentsV2.CapActionButton.templateButtonLink": "Button link",
|
|
2833
|
+
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
2834
|
+
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
2835
|
+
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
2900
2836
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
2901
2837
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
2902
|
-
"creatives.componentsV2.CapImageUpload.format": "Format: JPG, PNG",
|
|
2903
|
-
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions: {width}px x {height}px",
|
|
2838
|
+
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
2839
|
+
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
2904
2840
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
2905
2841
|
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
2906
|
-
"creatives.componentsV2.CapImageUpload.imageReUpload": "
|
|
2842
|
+
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
2843
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
2907
2844
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
2908
|
-
"creatives.componentsV2.CapImageUpload.uploadComputer": "
|
|
2845
|
+
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
2909
2846
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
2910
2847
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
2911
2848
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
@@ -2993,20 +2930,8 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
2993
2930
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
2994
2931
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
2995
2932
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
2996
|
-
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
2997
|
-
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
2998
|
-
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
2999
2933
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
3000
|
-
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
3001
|
-
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
3002
|
-
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
3003
2934
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
3004
|
-
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
3005
|
-
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
3006
|
-
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
3007
|
-
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
3008
|
-
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
3009
|
-
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
3010
2935
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
3011
2936
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
3012
2937
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -3729,6 +3654,7 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
3729
3654
|
"creatives.containersV2.Creatives.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
3730
3655
|
"creatives.containersV2.Creatives.lastUpdated": "Last updated: {date} by {user}",
|
|
3731
3656
|
"creatives.containersV2.Creatives.layoutSelection": "Select layout",
|
|
3657
|
+
"creatives.containersV2.Creatives.learnTips": "Learn tips to get approved",
|
|
3732
3658
|
"creatives.containersV2.Creatives.lineHeader": "Line",
|
|
3733
3659
|
"creatives.containersV2.Creatives.mapTemplate": "Map template",
|
|
3734
3660
|
"creatives.containersV2.Creatives.mobilepushHeader": "Mobile Push",
|
|
@@ -3739,6 +3665,7 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
3739
3665
|
"creatives.containersV2.Creatives.preview": "Preview",
|
|
3740
3666
|
"creatives.containersV2.Creatives.previewButton": "Preview",
|
|
3741
3667
|
"creatives.containersV2.Creatives.previewGenerateText": "Preview is being generated...",
|
|
3668
|
+
"creatives.containersV2.Creatives.rcsCreative": "RCS creative",
|
|
3742
3669
|
"creatives.containersV2.Creatives.searchText": "Search",
|
|
3743
3670
|
"creatives.containersV2.Creatives.selectAccount": "Select account",
|
|
3744
3671
|
"creatives.containersV2.Creatives.selectButton": "Select",
|
|
@@ -3765,6 +3692,8 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
3765
3692
|
"creatives.containersV2.Creatives.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
3766
3693
|
"creatives.containersV2.Creatives.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
3767
3694
|
"creatives.containersV2.Creatives.wechatHeader": "WECHAT",
|
|
3695
|
+
"creatives.containersV2.Creatives.whatsappOverview": "WhatsApp template overview",
|
|
3696
|
+
"creatives.containersV2.Creatives.whatsappTemplate": "WhatsApp template",
|
|
3768
3697
|
"creatives.containersV2.Creatives.yesText": "Yes",
|
|
3769
3698
|
"creatives.containersV2.Creatives.zipUploadFailed": "Failed to upload zip file",
|
|
3770
3699
|
"creatives.containersV2.Dashboard.header": "Dashboard",
|
|
@@ -4326,102 +4255,6 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
4326
4255
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
4327
4256
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
4328
4257
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
4329
|
-
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
4330
|
-
"creatives.containersV2.Templates.all": "All",
|
|
4331
|
-
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
4332
|
-
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
4333
|
-
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
4334
|
-
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
4335
|
-
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
4336
|
-
"creatives.containersV2.Templates.continue": "Continue",
|
|
4337
|
-
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
4338
|
-
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
4339
|
-
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
4340
|
-
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
4341
|
-
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
4342
|
-
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
4343
|
-
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
4344
|
-
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
4345
|
-
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
4346
|
-
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
4347
|
-
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
4348
|
-
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
4349
|
-
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
4350
|
-
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
4351
|
-
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
4352
|
-
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
4353
|
-
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
4354
|
-
"creatives.containersV2.Templates.editButton": "Edit",
|
|
4355
|
-
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
4356
|
-
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
4357
|
-
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
4358
|
-
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
4359
|
-
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
4360
|
-
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
4361
|
-
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
4362
|
-
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
4363
|
-
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
4364
|
-
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
4365
|
-
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
4366
|
-
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
4367
|
-
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
4368
|
-
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
4369
|
-
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
4370
|
-
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
4371
|
-
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
4372
|
-
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
4373
|
-
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
4374
|
-
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
4375
|
-
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
4376
|
-
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
4377
|
-
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
4378
|
-
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
4379
|
-
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
4380
|
-
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
4381
|
-
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
4382
|
-
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
4383
|
-
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
4384
|
-
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
4385
|
-
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
4386
|
-
"creatives.containersV2.Templates.preview": "Preview",
|
|
4387
|
-
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
4388
|
-
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
4389
|
-
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
4390
|
-
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
4391
|
-
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
4392
|
-
"creatives.containersV2.Templates.searchText": "Search",
|
|
4393
|
-
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
4394
|
-
"creatives.containersV2.Templates.selectButton": "Select",
|
|
4395
|
-
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
4396
|
-
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
4397
|
-
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
4398
|
-
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
4399
|
-
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
4400
|
-
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
4401
|
-
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
4402
|
-
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
4403
|
-
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
4404
|
-
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
4405
|
-
"creatives.containersV2.Templates.template": "template",
|
|
4406
|
-
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
4407
|
-
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
4408
|
-
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
4409
|
-
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
4410
|
-
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
4411
|
-
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
4412
|
-
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
4413
|
-
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
4414
|
-
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
4415
|
-
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
4416
|
-
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
4417
|
-
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
4418
|
-
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
4419
|
-
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
4420
|
-
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
4421
|
-
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
4422
|
-
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
4423
|
-
"creatives.containersV2.Templates.yesText": "Yes",
|
|
4424
|
-
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
4425
4258
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
4426
4259
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
4427
4260
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -4434,10 +4267,12 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
4434
4267
|
"creatives.containersV2.TemplatesV2.header": "This is TemplatesV2 container !",
|
|
4435
4268
|
"creatives.containersV2.TemplatesV2.line": "Line",
|
|
4436
4269
|
"creatives.containersV2.TemplatesV2.pushNotification": "Push notification",
|
|
4270
|
+
"creatives.containersV2.TemplatesV2.rcs": "RCS",
|
|
4437
4271
|
"creatives.containersV2.TemplatesV2.select": "Select",
|
|
4438
4272
|
"creatives.containersV2.TemplatesV2.sms": "SMS",
|
|
4439
4273
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
4440
4274
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
4275
|
+
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
4441
4276
|
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
4442
4277
|
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
4443
4278
|
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
@@ -4485,6 +4320,10 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
4485
4320
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
4486
4321
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
4487
4322
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
4323
|
+
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
4324
|
+
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
4325
|
+
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
4326
|
+
"creatives.containersV2.addLabels": "Add labels",
|
|
4488
4327
|
"creatives.containersV2.appName": "App Name",
|
|
4489
4328
|
"creatives.containersV2.applyNow": "Apply now",
|
|
4490
4329
|
"creatives.containersV2.areYouSureText": "Are you sure?",
|
|
@@ -4493,6 +4332,11 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
4493
4332
|
"creatives.containersV2.campaignsHome": "Campaigns Home",
|
|
4494
4333
|
"creatives.containersV2.cancel": "Cancel",
|
|
4495
4334
|
"creatives.containersV2.changeOk": "Ok, change",
|
|
4335
|
+
"creatives.containersV2.comingSoonTooltip": "Not enabled yet. Coming soon!",
|
|
4336
|
+
"creatives.containersV2.creativeNameLabel": "Creative name",
|
|
4337
|
+
"creatives.containersV2.delete": "Delete",
|
|
4338
|
+
"creatives.containersV2.done": "Done",
|
|
4339
|
+
"creatives.containersV2.emptyTemplateNameErrorMessage": "Template name cannot be empty",
|
|
4496
4340
|
"creatives.containersV2.incentive": "Incentive",
|
|
4497
4341
|
"creatives.containersV2.learnMore": "Learn More",
|
|
4498
4342
|
"creatives.containersV2.newOrgName": "{newOrgName}",
|
|
@@ -4500,6 +4344,7 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
4500
4344
|
"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>?",
|
|
4501
4345
|
"creatives.containersV2.orgChangedText": "Organization changed to",
|
|
4502
4346
|
"creatives.containersV2.orgRefreshHeading": "Org refresh",
|
|
4347
|
+
"creatives.containersV2.preview": "Preview",
|
|
4503
4348
|
"creatives.containersV2.programs": "Programs",
|
|
4504
4349
|
"creatives.containersV2.promotions": "Promotions",
|
|
4505
4350
|
"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.",
|
|
@@ -4573,6 +4418,9 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
4573
4418
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
4574
4419
|
"creatives.containersV2.signUp": "Sign Up",
|
|
4575
4420
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
4421
|
+
"creatives.containersV2.templateNameLabel": "Template name",
|
|
4422
|
+
"creatives.containersV2.templateNamePlaceholder": "Enter template name",
|
|
4423
|
+
"creatives.containersV2.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
4576
4424
|
"creatives.containersV2.viber.addLabels": "Add labels",
|
|
4577
4425
|
"creatives.containersV2.viber.button": "Button",
|
|
4578
4426
|
"creatives.containersV2.viber.buttonText": "Button text",
|
|
@@ -4778,6 +4626,7 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
4778
4626
|
onDrop={[Function]}
|
|
4779
4627
|
onFileDialogCancel={[Function]}
|
|
4780
4628
|
preventDropOnDocument={true}
|
|
4629
|
+
useFsAccessApi={false}
|
|
4781
4630
|
validator={null}
|
|
4782
4631
|
>
|
|
4783
4632
|
<div
|
|
@@ -4790,6 +4639,7 @@ exports[`Creatives SmsTraiCreate test/> invalid file drop 1`] = `
|
|
|
4790
4639
|
onDrop={[Function]}
|
|
4791
4640
|
onFocus={[Function]}
|
|
4792
4641
|
onKeyDown={[Function]}
|
|
4642
|
+
role="button"
|
|
4793
4643
|
tabIndex={0}
|
|
4794
4644
|
>
|
|
4795
4645
|
<input
|
|
@@ -5499,34 +5349,38 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
5499
5349
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
5500
5350
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
5501
5351
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
5502
|
-
"app.
|
|
5352
|
+
"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.",
|
|
5503
5353
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
5504
|
-
"app.v2containers.SmsTrai.Create.downloadInstruction": "Download {link} file.",
|
|
5505
5354
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
5506
5355
|
"app.v2containers.SmsTrai.Create.dropCsvFile": "Drag and drop a CSV file here",
|
|
5507
|
-
"app.v2containers.SmsTrai.Create.
|
|
5356
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateIdInstruction": "Existing templates with the same template ids will be overwritten.",
|
|
5357
|
+
"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.",
|
|
5508
5358
|
"app.v2containers.SmsTrai.Create.failedToUpload": "Failed to upload",
|
|
5509
5359
|
"app.v2containers.SmsTrai.Create.failedVal": "{number} failed",
|
|
5510
5360
|
"app.v2containers.SmsTrai.Create.fileMaxlengthError": "More then 500 records are not allowed for the selected file.",
|
|
5511
5361
|
"app.v2containers.SmsTrai.Create.fileMinlengthError": "Please select a CSV file with minimum 1 row of data and 1 row of headers.",
|
|
5512
5362
|
"app.v2containers.SmsTrai.Create.headerAliasErrorDescription": "Please include mandatory field header. It can be {headerAliases}.",
|
|
5513
|
-
"app.v2containers.SmsTrai.Create.
|
|
5514
|
-
"app.v2containers.SmsTrai.Create.
|
|
5363
|
+
"app.v2containers.SmsTrai.Create.mandatoryColErrorDescription": "Please include mandatory field Template name.",
|
|
5364
|
+
"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.",
|
|
5515
5365
|
"app.v2containers.SmsTrai.Create.nonCsvErrorDescription": "Please select a csv file.",
|
|
5516
5366
|
"app.v2containers.SmsTrai.Create.numberOfRecords": "{value, number} Record{value, plural, one {} other {s}}",
|
|
5517
5367
|
"app.v2containers.SmsTrai.Create.or": "OR",
|
|
5518
5368
|
"app.v2containers.SmsTrai.Create.passedVal": "{number} passed",
|
|
5519
5369
|
"app.v2containers.SmsTrai.Create.repetitiveColsErrorDescription": "Please remove repetitive fields ({repetitiveCols}) from the file.",
|
|
5370
|
+
"app.v2containers.SmsTrai.Create.rowLimitInstruction": "Maximum 500 rows are allowed in a single file.",
|
|
5520
5371
|
"app.v2containers.SmsTrai.Create.sampleCsv": "Sample CSV",
|
|
5372
|
+
"app.v2containers.SmsTrai.Create.sampleFileInstruction": "Users can also download {link} file and populate data. Please ensure that datatype is not changed.",
|
|
5521
5373
|
"app.v2containers.SmsTrai.Create.selectFileFromComputer": "Select a file from computer",
|
|
5522
5374
|
"app.v2containers.SmsTrai.Create.smsCreateNotification": "Sms templates created successfully",
|
|
5523
5375
|
"app.v2containers.SmsTrai.Create.statusAliasErrorDescription": "Please include mandatory field status. It can be {statusAliases}.",
|
|
5524
|
-
"app.v2containers.SmsTrai.Create.
|
|
5376
|
+
"app.v2containers.SmsTrai.Create.statusesInstruction": "Only templates in the Approved/ Registered/ Active state will be uploaded.",
|
|
5377
|
+
"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.",
|
|
5525
5378
|
"app.v2containers.SmsTrai.Create.templateIdAliasErrorDescription": "Please include mandatory field template id. It can be {templateIdAliases}.",
|
|
5526
5379
|
"app.v2containers.SmsTrai.Create.templateMessageAliasErrorDescription": "Please include mandatory field template message. It can be {templateMessageAliases}.",
|
|
5380
|
+
"app.v2containers.SmsTrai.Create.trimInstruction": "Whitespaces will be trimmed from both ends for all template cells.",
|
|
5381
|
+
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
5527
5382
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
5528
5383
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
5529
|
-
"app.v2containers.SmsTrai.Create.uploadLimitInstruction": "Upload a file of <= 500 rows.",
|
|
5530
5384
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
5531
5385
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
5532
5386
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -5616,15 +5470,23 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
5616
5470
|
"creatives.components.WechatRichmediaTemplatePreview.select": "Select",
|
|
5617
5471
|
"creatives.componentsV2.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
5618
5472
|
"creatives.componentsV2.CallTaskPreview.header": "This is the CallTaskPreview component !",
|
|
5473
|
+
"creatives.componentsV2.CapActionButton.addButton": "Add button",
|
|
5474
|
+
"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.",
|
|
5475
|
+
"creatives.componentsV2.CapActionButton.inValidUrlErrorMessage": "Button URL is not valid",
|
|
5476
|
+
"creatives.componentsV2.CapActionButton.templateButtonLink": "Button link",
|
|
5477
|
+
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
5478
|
+
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
5479
|
+
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
5619
5480
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
5620
5481
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
5621
|
-
"creatives.componentsV2.CapImageUpload.format": "Format: JPG, PNG",
|
|
5622
|
-
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions: {width}px x {height}px",
|
|
5482
|
+
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
5483
|
+
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
5623
5484
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
5624
5485
|
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
5625
|
-
"creatives.componentsV2.CapImageUpload.imageReUpload": "
|
|
5486
|
+
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
5487
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
5626
5488
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
5627
|
-
"creatives.componentsV2.CapImageUpload.uploadComputer": "
|
|
5489
|
+
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
5628
5490
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
5629
5491
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
5630
5492
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
@@ -5712,20 +5574,8 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
5712
5574
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
5713
5575
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
5714
5576
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
5715
|
-
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
5716
|
-
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
5717
|
-
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
5718
5577
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
5719
|
-
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
5720
|
-
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
5721
|
-
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
5722
5578
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
5723
|
-
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
5724
|
-
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
5725
|
-
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
5726
|
-
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
5727
|
-
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
5728
|
-
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
5729
5579
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
5730
5580
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
5731
5581
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -6448,6 +6298,7 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
6448
6298
|
"creatives.containersV2.Creatives.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
6449
6299
|
"creatives.containersV2.Creatives.lastUpdated": "Last updated: {date} by {user}",
|
|
6450
6300
|
"creatives.containersV2.Creatives.layoutSelection": "Select layout",
|
|
6301
|
+
"creatives.containersV2.Creatives.learnTips": "Learn tips to get approved",
|
|
6451
6302
|
"creatives.containersV2.Creatives.lineHeader": "Line",
|
|
6452
6303
|
"creatives.containersV2.Creatives.mapTemplate": "Map template",
|
|
6453
6304
|
"creatives.containersV2.Creatives.mobilepushHeader": "Mobile Push",
|
|
@@ -6458,6 +6309,7 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
6458
6309
|
"creatives.containersV2.Creatives.preview": "Preview",
|
|
6459
6310
|
"creatives.containersV2.Creatives.previewButton": "Preview",
|
|
6460
6311
|
"creatives.containersV2.Creatives.previewGenerateText": "Preview is being generated...",
|
|
6312
|
+
"creatives.containersV2.Creatives.rcsCreative": "RCS creative",
|
|
6461
6313
|
"creatives.containersV2.Creatives.searchText": "Search",
|
|
6462
6314
|
"creatives.containersV2.Creatives.selectAccount": "Select account",
|
|
6463
6315
|
"creatives.containersV2.Creatives.selectButton": "Select",
|
|
@@ -6484,6 +6336,8 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
6484
6336
|
"creatives.containersV2.Creatives.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
6485
6337
|
"creatives.containersV2.Creatives.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
6486
6338
|
"creatives.containersV2.Creatives.wechatHeader": "WECHAT",
|
|
6339
|
+
"creatives.containersV2.Creatives.whatsappOverview": "WhatsApp template overview",
|
|
6340
|
+
"creatives.containersV2.Creatives.whatsappTemplate": "WhatsApp template",
|
|
6487
6341
|
"creatives.containersV2.Creatives.yesText": "Yes",
|
|
6488
6342
|
"creatives.containersV2.Creatives.zipUploadFailed": "Failed to upload zip file",
|
|
6489
6343
|
"creatives.containersV2.Dashboard.header": "Dashboard",
|
|
@@ -7045,102 +6899,6 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
7045
6899
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
7046
6900
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
7047
6901
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
7048
|
-
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
7049
|
-
"creatives.containersV2.Templates.all": "All",
|
|
7050
|
-
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
7051
|
-
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
7052
|
-
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
7053
|
-
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
7054
|
-
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
7055
|
-
"creatives.containersV2.Templates.continue": "Continue",
|
|
7056
|
-
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
7057
|
-
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
7058
|
-
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
7059
|
-
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
7060
|
-
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
7061
|
-
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
7062
|
-
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
7063
|
-
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
7064
|
-
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
7065
|
-
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
7066
|
-
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
7067
|
-
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
7068
|
-
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
7069
|
-
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
7070
|
-
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
7071
|
-
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
7072
|
-
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
7073
|
-
"creatives.containersV2.Templates.editButton": "Edit",
|
|
7074
|
-
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
7075
|
-
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
7076
|
-
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
7077
|
-
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
7078
|
-
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
7079
|
-
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
7080
|
-
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
7081
|
-
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
7082
|
-
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
7083
|
-
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
7084
|
-
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
7085
|
-
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
7086
|
-
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
7087
|
-
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
7088
|
-
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
7089
|
-
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
7090
|
-
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
7091
|
-
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
7092
|
-
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
7093
|
-
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
7094
|
-
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
7095
|
-
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
7096
|
-
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
7097
|
-
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
7098
|
-
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
7099
|
-
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
7100
|
-
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
7101
|
-
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
7102
|
-
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
7103
|
-
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
7104
|
-
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
7105
|
-
"creatives.containersV2.Templates.preview": "Preview",
|
|
7106
|
-
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
7107
|
-
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
7108
|
-
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
7109
|
-
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
7110
|
-
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
7111
|
-
"creatives.containersV2.Templates.searchText": "Search",
|
|
7112
|
-
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
7113
|
-
"creatives.containersV2.Templates.selectButton": "Select",
|
|
7114
|
-
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
7115
|
-
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
7116
|
-
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
7117
|
-
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
7118
|
-
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
7119
|
-
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
7120
|
-
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
7121
|
-
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
7122
|
-
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
7123
|
-
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
7124
|
-
"creatives.containersV2.Templates.template": "template",
|
|
7125
|
-
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
7126
|
-
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
7127
|
-
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
7128
|
-
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
7129
|
-
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
7130
|
-
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
7131
|
-
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
7132
|
-
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
7133
|
-
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
7134
|
-
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
7135
|
-
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
7136
|
-
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
7137
|
-
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
7138
|
-
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
7139
|
-
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
7140
|
-
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
7141
|
-
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
7142
|
-
"creatives.containersV2.Templates.yesText": "Yes",
|
|
7143
|
-
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
7144
6902
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
7145
6903
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
7146
6904
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -7153,10 +6911,12 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
7153
6911
|
"creatives.containersV2.TemplatesV2.header": "This is TemplatesV2 container !",
|
|
7154
6912
|
"creatives.containersV2.TemplatesV2.line": "Line",
|
|
7155
6913
|
"creatives.containersV2.TemplatesV2.pushNotification": "Push notification",
|
|
6914
|
+
"creatives.containersV2.TemplatesV2.rcs": "RCS",
|
|
7156
6915
|
"creatives.containersV2.TemplatesV2.select": "Select",
|
|
7157
6916
|
"creatives.containersV2.TemplatesV2.sms": "SMS",
|
|
7158
6917
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
7159
6918
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
6919
|
+
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
7160
6920
|
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
7161
6921
|
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
7162
6922
|
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
@@ -7204,6 +6964,10 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
7204
6964
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
7205
6965
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
7206
6966
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
6967
|
+
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
6968
|
+
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
6969
|
+
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
6970
|
+
"creatives.containersV2.addLabels": "Add labels",
|
|
7207
6971
|
"creatives.containersV2.appName": "App Name",
|
|
7208
6972
|
"creatives.containersV2.applyNow": "Apply now",
|
|
7209
6973
|
"creatives.containersV2.areYouSureText": "Are you sure?",
|
|
@@ -7212,6 +6976,11 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
7212
6976
|
"creatives.containersV2.campaignsHome": "Campaigns Home",
|
|
7213
6977
|
"creatives.containersV2.cancel": "Cancel",
|
|
7214
6978
|
"creatives.containersV2.changeOk": "Ok, change",
|
|
6979
|
+
"creatives.containersV2.comingSoonTooltip": "Not enabled yet. Coming soon!",
|
|
6980
|
+
"creatives.containersV2.creativeNameLabel": "Creative name",
|
|
6981
|
+
"creatives.containersV2.delete": "Delete",
|
|
6982
|
+
"creatives.containersV2.done": "Done",
|
|
6983
|
+
"creatives.containersV2.emptyTemplateNameErrorMessage": "Template name cannot be empty",
|
|
7215
6984
|
"creatives.containersV2.incentive": "Incentive",
|
|
7216
6985
|
"creatives.containersV2.learnMore": "Learn More",
|
|
7217
6986
|
"creatives.containersV2.newOrgName": "{newOrgName}",
|
|
@@ -7219,6 +6988,7 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
7219
6988
|
"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>?",
|
|
7220
6989
|
"creatives.containersV2.orgChangedText": "Organization changed to",
|
|
7221
6990
|
"creatives.containersV2.orgRefreshHeading": "Org refresh",
|
|
6991
|
+
"creatives.containersV2.preview": "Preview",
|
|
7222
6992
|
"creatives.containersV2.programs": "Programs",
|
|
7223
6993
|
"creatives.containersV2.promotions": "Promotions",
|
|
7224
6994
|
"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.",
|
|
@@ -7292,6 +7062,9 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
7292
7062
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
7293
7063
|
"creatives.containersV2.signUp": "Sign Up",
|
|
7294
7064
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
7065
|
+
"creatives.containersV2.templateNameLabel": "Template name",
|
|
7066
|
+
"creatives.containersV2.templateNamePlaceholder": "Enter template name",
|
|
7067
|
+
"creatives.containersV2.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
7295
7068
|
"creatives.containersV2.viber.addLabels": "Add labels",
|
|
7296
7069
|
"creatives.containersV2.viber.button": "Button",
|
|
7297
7070
|
"creatives.containersV2.viber.buttonText": "Button text",
|
|
@@ -7473,6 +7246,7 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
7473
7246
|
onDrop={[Function]}
|
|
7474
7247
|
onFileDialogCancel={[Function]}
|
|
7475
7248
|
preventDropOnDocument={true}
|
|
7249
|
+
useFsAccessApi={false}
|
|
7476
7250
|
validator={null}
|
|
7477
7251
|
>
|
|
7478
7252
|
<div
|
|
@@ -7485,6 +7259,7 @@ exports[`Creatives SmsTraiCreate test/> renders UI 1`] = `
|
|
|
7485
7259
|
onDrop={[Function]}
|
|
7486
7260
|
onFocus={[Function]}
|
|
7487
7261
|
onKeyDown={[Function]}
|
|
7262
|
+
role="button"
|
|
7488
7263
|
tabIndex={0}
|
|
7489
7264
|
>
|
|
7490
7265
|
<input
|
|
@@ -8211,34 +7986,38 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
8211
7986
|
"app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
|
|
8212
7987
|
"app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
|
|
8213
7988
|
"app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
|
|
8214
|
-
"app.
|
|
7989
|
+
"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.",
|
|
8215
7990
|
"app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
|
|
8216
|
-
"app.v2containers.SmsTrai.Create.downloadInstruction": "Download {link} file.",
|
|
8217
7991
|
"app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
|
|
8218
7992
|
"app.v2containers.SmsTrai.Create.dropCsvFile": "Drag and drop a CSV file here",
|
|
8219
|
-
"app.v2containers.SmsTrai.Create.
|
|
7993
|
+
"app.v2containers.SmsTrai.Create.duplicateTemplateIdInstruction": "Existing templates with the same template ids will be overwritten.",
|
|
7994
|
+
"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.",
|
|
8220
7995
|
"app.v2containers.SmsTrai.Create.failedToUpload": "Failed to upload",
|
|
8221
7996
|
"app.v2containers.SmsTrai.Create.failedVal": "{number} failed",
|
|
8222
7997
|
"app.v2containers.SmsTrai.Create.fileMaxlengthError": "More then 500 records are not allowed for the selected file.",
|
|
8223
7998
|
"app.v2containers.SmsTrai.Create.fileMinlengthError": "Please select a CSV file with minimum 1 row of data and 1 row of headers.",
|
|
8224
7999
|
"app.v2containers.SmsTrai.Create.headerAliasErrorDescription": "Please include mandatory field header. It can be {headerAliases}.",
|
|
8225
|
-
"app.v2containers.SmsTrai.Create.
|
|
8226
|
-
"app.v2containers.SmsTrai.Create.
|
|
8000
|
+
"app.v2containers.SmsTrai.Create.mandatoryColErrorDescription": "Please include mandatory field Template name.",
|
|
8001
|
+
"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.",
|
|
8227
8002
|
"app.v2containers.SmsTrai.Create.nonCsvErrorDescription": "Please select a csv file.",
|
|
8228
8003
|
"app.v2containers.SmsTrai.Create.numberOfRecords": "{value, number} Record{value, plural, one {} other {s}}",
|
|
8229
8004
|
"app.v2containers.SmsTrai.Create.or": "OR",
|
|
8230
8005
|
"app.v2containers.SmsTrai.Create.passedVal": "{number} passed",
|
|
8231
8006
|
"app.v2containers.SmsTrai.Create.repetitiveColsErrorDescription": "Please remove repetitive fields ({repetitiveCols}) from the file.",
|
|
8007
|
+
"app.v2containers.SmsTrai.Create.rowLimitInstruction": "Maximum 500 rows are allowed in a single file.",
|
|
8232
8008
|
"app.v2containers.SmsTrai.Create.sampleCsv": "Sample CSV",
|
|
8009
|
+
"app.v2containers.SmsTrai.Create.sampleFileInstruction": "Users can also download {link} file and populate data. Please ensure that datatype is not changed.",
|
|
8233
8010
|
"app.v2containers.SmsTrai.Create.selectFileFromComputer": "Select a file from computer",
|
|
8234
8011
|
"app.v2containers.SmsTrai.Create.smsCreateNotification": "Sms templates created successfully",
|
|
8235
8012
|
"app.v2containers.SmsTrai.Create.statusAliasErrorDescription": "Please include mandatory field status. It can be {statusAliases}.",
|
|
8236
|
-
"app.v2containers.SmsTrai.Create.
|
|
8013
|
+
"app.v2containers.SmsTrai.Create.statusesInstruction": "Only templates in the Approved/ Registered/ Active state will be uploaded.",
|
|
8014
|
+
"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.",
|
|
8237
8015
|
"app.v2containers.SmsTrai.Create.templateIdAliasErrorDescription": "Please include mandatory field template id. It can be {templateIdAliases}.",
|
|
8238
8016
|
"app.v2containers.SmsTrai.Create.templateMessageAliasErrorDescription": "Please include mandatory field template message. It can be {templateMessageAliases}.",
|
|
8017
|
+
"app.v2containers.SmsTrai.Create.trimInstruction": "Whitespaces will be trimmed from both ends for all template cells.",
|
|
8018
|
+
"app.v2containers.SmsTrai.Create.typeAliasErrorDescription": "Please include mandatory field type. It can be {typeAliases}.",
|
|
8239
8019
|
"app.v2containers.SmsTrai.Create.uploadFile": "Upload file",
|
|
8240
8020
|
"app.v2containers.SmsTrai.Create.uploadInstructions": "Upload Instructions",
|
|
8241
|
-
"app.v2containers.SmsTrai.Create.uploadLimitInstruction": "Upload a file of <= 500 rows.",
|
|
8242
8021
|
"creatives.components.AccessForbidden.forbiddenDesc": "This page access has not been provided to you.",
|
|
8243
8022
|
"creatives.components.AccessForbidden.forbiddenHeader": "Access Forbidden",
|
|
8244
8023
|
"creatives.components.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
@@ -8328,15 +8107,23 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
8328
8107
|
"creatives.components.WechatRichmediaTemplatePreview.select": "Select",
|
|
8329
8108
|
"creatives.componentsV2.BreadCrumbs.header": "This is the BreadCrumbs component !",
|
|
8330
8109
|
"creatives.componentsV2.CallTaskPreview.header": "This is the CallTaskPreview component !",
|
|
8110
|
+
"creatives.componentsV2.CapActionButton.addButton": "Add button",
|
|
8111
|
+
"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.",
|
|
8112
|
+
"creatives.componentsV2.CapActionButton.inValidUrlErrorMessage": "Button URL is not valid",
|
|
8113
|
+
"creatives.componentsV2.CapActionButton.templateButtonLink": "Button link",
|
|
8114
|
+
"creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
|
|
8115
|
+
"creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
|
|
8116
|
+
"creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
|
|
8331
8117
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
8332
8118
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
8333
|
-
"creatives.componentsV2.CapImageUpload.format": "Format: JPG, PNG",
|
|
8334
|
-
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions: {width}px x {height}px",
|
|
8119
|
+
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
8120
|
+
"creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
8335
8121
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
8336
8122
|
"creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
|
|
8337
|
-
"creatives.componentsV2.CapImageUpload.imageReUpload": "
|
|
8123
|
+
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
8124
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
8338
8125
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
8339
|
-
"creatives.componentsV2.CapImageUpload.uploadComputer": "
|
|
8126
|
+
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
8340
8127
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
8341
8128
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
8342
8129
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
@@ -8424,20 +8211,8 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
8424
8211
|
"creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
|
|
8425
8212
|
"creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
|
|
8426
8213
|
"creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
|
|
8427
|
-
"creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
|
|
8428
|
-
"creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
|
|
8429
|
-
"creatives.componentsV2.TemplatePreview.close": "close",
|
|
8430
8214
|
"creatives.componentsV2.TemplatePreview.playVideo": "Play",
|
|
8431
|
-
"creatives.componentsV2.TemplatePreview.preview": "Preview",
|
|
8432
|
-
"creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
|
|
8433
|
-
"creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
|
|
8434
8215
|
"creatives.componentsV2.TemplatePreview.showDetails": "Show details",
|
|
8435
|
-
"creatives.componentsV2.TemplatePreview.sms": "SMS",
|
|
8436
|
-
"creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
8437
|
-
"creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
|
|
8438
|
-
"creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
|
|
8439
|
-
"creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
|
|
8440
|
-
"creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
|
|
8441
8216
|
"creatives.componentsV2.Toastr.header": "This is the Toastr component !",
|
|
8442
8217
|
"creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
|
|
8443
8218
|
"creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -9160,6 +8935,7 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
9160
8935
|
"creatives.containersV2.Creatives.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
9161
8936
|
"creatives.containersV2.Creatives.lastUpdated": "Last updated: {date} by {user}",
|
|
9162
8937
|
"creatives.containersV2.Creatives.layoutSelection": "Select layout",
|
|
8938
|
+
"creatives.containersV2.Creatives.learnTips": "Learn tips to get approved",
|
|
9163
8939
|
"creatives.containersV2.Creatives.lineHeader": "Line",
|
|
9164
8940
|
"creatives.containersV2.Creatives.mapTemplate": "Map template",
|
|
9165
8941
|
"creatives.containersV2.Creatives.mobilepushHeader": "Mobile Push",
|
|
@@ -9170,6 +8946,7 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
9170
8946
|
"creatives.containersV2.Creatives.preview": "Preview",
|
|
9171
8947
|
"creatives.containersV2.Creatives.previewButton": "Preview",
|
|
9172
8948
|
"creatives.containersV2.Creatives.previewGenerateText": "Preview is being generated...",
|
|
8949
|
+
"creatives.containersV2.Creatives.rcsCreative": "RCS creative",
|
|
9173
8950
|
"creatives.containersV2.Creatives.searchText": "Search",
|
|
9174
8951
|
"creatives.containersV2.Creatives.selectAccount": "Select account",
|
|
9175
8952
|
"creatives.containersV2.Creatives.selectButton": "Select",
|
|
@@ -9196,6 +8973,8 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
9196
8973
|
"creatives.containersV2.Creatives.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
9197
8974
|
"creatives.containersV2.Creatives.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
9198
8975
|
"creatives.containersV2.Creatives.wechatHeader": "WECHAT",
|
|
8976
|
+
"creatives.containersV2.Creatives.whatsappOverview": "WhatsApp template overview",
|
|
8977
|
+
"creatives.containersV2.Creatives.whatsappTemplate": "WhatsApp template",
|
|
9199
8978
|
"creatives.containersV2.Creatives.yesText": "Yes",
|
|
9200
8979
|
"creatives.containersV2.Creatives.zipUploadFailed": "Failed to upload zip file",
|
|
9201
8980
|
"creatives.containersV2.Dashboard.header": "Dashboard",
|
|
@@ -9757,102 +9536,6 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
9757
9536
|
"creatives.containersV2.MobilepushWrapper.text": "Text content",
|
|
9758
9537
|
"creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
|
|
9759
9538
|
"creatives.containersV2.TagList.header": "This is TagList container !",
|
|
9760
|
-
"creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
|
|
9761
|
-
"creatives.containersV2.Templates.all": "All",
|
|
9762
|
-
"creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
|
|
9763
|
-
"creatives.containersV2.Templates.blankTemplate": "Blank template",
|
|
9764
|
-
"creatives.containersV2.Templates.campaigns": "Campaigns",
|
|
9765
|
-
"creatives.containersV2.Templates.cancelText": "Cancel",
|
|
9766
|
-
"creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
|
|
9767
|
-
"creatives.containersV2.Templates.continue": "Continue",
|
|
9768
|
-
"creatives.containersV2.Templates.createEmailActionButton": "Create email",
|
|
9769
|
-
"creatives.containersV2.Templates.createMessageContent": "New message",
|
|
9770
|
-
"creatives.containersV2.Templates.createNewActionButton": "Create new",
|
|
9771
|
-
"creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
|
|
9772
|
-
"creatives.containersV2.Templates.creativeTemplates": "Creative templates",
|
|
9773
|
-
"creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
|
|
9774
|
-
"creatives.containersV2.Templates.creatives": "Creatives",
|
|
9775
|
-
"creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
|
|
9776
|
-
"creatives.containersV2.Templates.creativesTemplatesSave": "Done",
|
|
9777
|
-
"creatives.containersV2.Templates.deleteButton": "Delete",
|
|
9778
|
-
"creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
|
|
9779
|
-
"creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
|
|
9780
|
-
"creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
|
|
9781
|
-
"creatives.containersV2.Templates.duplicateButton": "Duplicate",
|
|
9782
|
-
"creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
|
|
9783
|
-
"creatives.containersV2.Templates.ebillHeader": "Ebill",
|
|
9784
|
-
"creatives.containersV2.Templates.ebillPreview": "Ebill preview",
|
|
9785
|
-
"creatives.containersV2.Templates.editButton": "Edit",
|
|
9786
|
-
"creatives.containersV2.Templates.editMessageContent": "Edit message content",
|
|
9787
|
-
"creatives.containersV2.Templates.emailHeader": "Email",
|
|
9788
|
-
"creatives.containersV2.Templates.emailPreview": "Email preview",
|
|
9789
|
-
"creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
|
|
9790
|
-
"creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
|
|
9791
|
-
"creatives.containersV2.Templates.header": "This is Templates container !",
|
|
9792
|
-
"creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
|
|
9793
|
-
"creatives.containersV2.Templates.imageMapTemplate": "Rich message",
|
|
9794
|
-
"creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
|
|
9795
|
-
"creatives.containersV2.Templates.imageTemplate": "Image",
|
|
9796
|
-
"creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
|
|
9797
|
-
"creatives.containersV2.Templates.layoutSelection": "Select layout",
|
|
9798
|
-
"creatives.containersV2.Templates.lineAccount": "Line account",
|
|
9799
|
-
"creatives.containersV2.Templates.lineHeader": "Line",
|
|
9800
|
-
"creatives.containersV2.Templates.mapTemplate": "Map template",
|
|
9801
|
-
"creatives.containersV2.Templates.mapTemplates": "Map templates",
|
|
9802
|
-
"creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
|
|
9803
|
-
"creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
|
|
9804
|
-
"creatives.containersV2.Templates.mostRecentOption": "Most recent",
|
|
9805
|
-
"creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
|
|
9806
|
-
"creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
|
|
9807
|
-
"creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
|
|
9808
|
-
"creatives.containersV2.Templates.newTemplate": "New template",
|
|
9809
|
-
"creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
|
|
9810
|
-
"creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
|
|
9811
|
-
"creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
|
|
9812
|
-
"creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
|
|
9813
|
-
"creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
|
|
9814
|
-
"creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
|
|
9815
|
-
"creatives.containersV2.Templates.noTemplatesFound": "No templates found",
|
|
9816
|
-
"creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
|
|
9817
|
-
"creatives.containersV2.Templates.preview": "Preview",
|
|
9818
|
-
"creatives.containersV2.Templates.previewButton": "Preview",
|
|
9819
|
-
"creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
|
|
9820
|
-
"creatives.containersV2.Templates.promotional": "Promotional",
|
|
9821
|
-
"creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
|
|
9822
|
-
"creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
|
|
9823
|
-
"creatives.containersV2.Templates.searchText": "Search",
|
|
9824
|
-
"creatives.containersV2.Templates.selectAccount": "Select account",
|
|
9825
|
-
"creatives.containersV2.Templates.selectButton": "Select",
|
|
9826
|
-
"creatives.containersV2.Templates.selectDefaultButton": "Select",
|
|
9827
|
-
"creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
|
|
9828
|
-
"creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
|
|
9829
|
-
"creatives.containersV2.Templates.serviceExplicit": "Service explicit",
|
|
9830
|
-
"creatives.containersV2.Templates.serviceImplicit": "Service implicit",
|
|
9831
|
-
"creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
|
|
9832
|
-
"creatives.containersV2.Templates.smsHeader": "SMS",
|
|
9833
|
-
"creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
|
|
9834
|
-
"creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
|
|
9835
|
-
"creatives.containersV2.Templates.sortBy": "Sort by",
|
|
9836
|
-
"creatives.containersV2.Templates.template": "template",
|
|
9837
|
-
"creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you want to delete this template?",
|
|
9838
|
-
"creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
|
|
9839
|
-
"creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
|
|
9840
|
-
"creatives.containersV2.Templates.templateSelection": "Template selection",
|
|
9841
|
-
"creatives.containersV2.Templates.textTemplate": "Text",
|
|
9842
|
-
"creatives.containersV2.Templates.unMapButton": "Unmap",
|
|
9843
|
-
"creatives.containersV2.Templates.uploadFile": "Upload file",
|
|
9844
|
-
"creatives.containersV2.Templates.uploadTemplate": "Upload template",
|
|
9845
|
-
"creatives.containersV2.Templates.uploadedAt": "Modified",
|
|
9846
|
-
"creatives.containersV2.Templates.uploadedBy": "Uploaded by",
|
|
9847
|
-
"creatives.containersV2.Templates.uploadingFile": "Uploading file",
|
|
9848
|
-
"creatives.containersV2.Templates.useEditor": "Use editor",
|
|
9849
|
-
"creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
|
|
9850
|
-
"creatives.containersV2.Templates.wechatAccount": "Wechat account",
|
|
9851
|
-
"creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
|
|
9852
|
-
"creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
|
|
9853
|
-
"creatives.containersV2.Templates.wechatHeader": "WECHAT",
|
|
9854
|
-
"creatives.containersV2.Templates.yesText": "Yes",
|
|
9855
|
-
"creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
9856
9539
|
"creatives.containersV2.TemplatesV2.FTP": "FTP",
|
|
9857
9540
|
"creatives.containersV2.TemplatesV2.callTask": "Call Task",
|
|
9858
9541
|
"creatives.containersV2.TemplatesV2.creatives": "Creatives",
|
|
@@ -9865,10 +9548,12 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
9865
9548
|
"creatives.containersV2.TemplatesV2.header": "This is TemplatesV2 container !",
|
|
9866
9549
|
"creatives.containersV2.TemplatesV2.line": "Line",
|
|
9867
9550
|
"creatives.containersV2.TemplatesV2.pushNotification": "Push notification",
|
|
9551
|
+
"creatives.containersV2.TemplatesV2.rcs": "RCS",
|
|
9868
9552
|
"creatives.containersV2.TemplatesV2.select": "Select",
|
|
9869
9553
|
"creatives.containersV2.TemplatesV2.sms": "SMS",
|
|
9870
9554
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
9871
9555
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
9556
|
+
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
9872
9557
|
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
9873
9558
|
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
9874
9559
|
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
@@ -9916,6 +9601,10 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
9916
9601
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
9917
9602
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
9918
9603
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
9604
|
+
"creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
|
|
9605
|
+
"creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
|
|
9606
|
+
"creatives.containersV2.Whatsapp.approved": "Approved",
|
|
9607
|
+
"creatives.containersV2.addLabels": "Add labels",
|
|
9919
9608
|
"creatives.containersV2.appName": "App Name",
|
|
9920
9609
|
"creatives.containersV2.applyNow": "Apply now",
|
|
9921
9610
|
"creatives.containersV2.areYouSureText": "Are you sure?",
|
|
@@ -9924,6 +9613,11 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
9924
9613
|
"creatives.containersV2.campaignsHome": "Campaigns Home",
|
|
9925
9614
|
"creatives.containersV2.cancel": "Cancel",
|
|
9926
9615
|
"creatives.containersV2.changeOk": "Ok, change",
|
|
9616
|
+
"creatives.containersV2.comingSoonTooltip": "Not enabled yet. Coming soon!",
|
|
9617
|
+
"creatives.containersV2.creativeNameLabel": "Creative name",
|
|
9618
|
+
"creatives.containersV2.delete": "Delete",
|
|
9619
|
+
"creatives.containersV2.done": "Done",
|
|
9620
|
+
"creatives.containersV2.emptyTemplateNameErrorMessage": "Template name cannot be empty",
|
|
9927
9621
|
"creatives.containersV2.incentive": "Incentive",
|
|
9928
9622
|
"creatives.containersV2.learnMore": "Learn More",
|
|
9929
9623
|
"creatives.containersV2.newOrgName": "{newOrgName}",
|
|
@@ -9931,6 +9625,7 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
9931
9625
|
"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>?",
|
|
9932
9626
|
"creatives.containersV2.orgChangedText": "Organization changed to",
|
|
9933
9627
|
"creatives.containersV2.orgRefreshHeading": "Org refresh",
|
|
9628
|
+
"creatives.containersV2.preview": "Preview",
|
|
9934
9629
|
"creatives.containersV2.programs": "Programs",
|
|
9935
9630
|
"creatives.containersV2.promotions": "Promotions",
|
|
9936
9631
|
"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.",
|
|
@@ -10004,6 +9699,9 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
10004
9699
|
"creatives.containersV2.shopNow": "Shop Now",
|
|
10005
9700
|
"creatives.containersV2.signUp": "Sign Up",
|
|
10006
9701
|
"creatives.containersV2.subscribe": "Subscribe",
|
|
9702
|
+
"creatives.containersV2.templateNameLabel": "Template name",
|
|
9703
|
+
"creatives.containersV2.templateNamePlaceholder": "Enter template name",
|
|
9704
|
+
"creatives.containersV2.unsupportedTagsValidationError": "Unsupported tags: {unsupportedTags}. Please remove them from this message.",
|
|
10007
9705
|
"creatives.containersV2.viber.addLabels": "Add labels",
|
|
10008
9706
|
"creatives.containersV2.viber.button": "Button",
|
|
10009
9707
|
"creatives.containersV2.viber.buttonText": "Button text",
|
|
@@ -10209,6 +9907,7 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
10209
9907
|
onDrop={[Function]}
|
|
10210
9908
|
onFileDialogCancel={[Function]}
|
|
10211
9909
|
preventDropOnDocument={true}
|
|
9910
|
+
useFsAccessApi={false}
|
|
10212
9911
|
validator={null}
|
|
10213
9912
|
>
|
|
10214
9913
|
<div
|
|
@@ -10221,6 +9920,7 @@ exports[`Creatives SmsTraiCreate test/> valid file drop 1`] = `
|
|
|
10221
9920
|
onDrop={[Function]}
|
|
10222
9921
|
onFocus={[Function]}
|
|
10223
9922
|
onKeyDown={[Function]}
|
|
9923
|
+
role="button"
|
|
10224
9924
|
tabIndex={0}
|
|
10225
9925
|
>
|
|
10226
9926
|
<input
|