@posiwise/i18n 0.0.11 → 0.0.13
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/en.json +3 -0
- package/package.json +1 -1
- package/smart-crm/en.json +1 -0
package/en.json
CHANGED
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"Admin.Newsletter.DeletedMessage": "Newsletter Successfully Deleted.",
|
|
33
33
|
"Admin.Newsletter.NoDataMessage": "We couldn't find any Newsletters - please consider adding some.",
|
|
34
34
|
"Admin.Newsletter.Tooltip.Code": "This is the unique code defining this newsletter.",
|
|
35
|
+
"Admin.Newsletter.Tooltip.Name": "This is the name of newsletter.",
|
|
35
36
|
"Admin.Newsletter.Tooltip.CanUnsubscribe": "Set it to FALSE if it's a transactional email. If true, the user will be able to subscribe/unsubscribe through the accounts/settings page.",
|
|
36
37
|
"Admin.Newsletter.Tooltip.IsActive": "If INACTIVE, a user will not be able to subscribe to this newsletter from a public view.",
|
|
37
38
|
"Admin.DomainConfig.AddedMessage": "DomainConfig Successfully Added.",
|
|
@@ -414,6 +415,8 @@
|
|
|
414
415
|
"Admin.Products.ChatVisible": "Chat Visible",
|
|
415
416
|
"Admin.Products.IsMasterProduct": "Is Master Product",
|
|
416
417
|
"Admin.Products.Validation.Name": "Please enter a name",
|
|
418
|
+
"Admin.Newsletter.Validation.Name": "Please enter a name",
|
|
419
|
+
"Admin.Newsletter.Validation.Code": "Please enter a code",
|
|
417
420
|
"Admin.Products.Validation.NickName": "Please enter Nick Name",
|
|
418
421
|
"Admin.Products.Validation.MaxUnit": "Please enter max units",
|
|
419
422
|
"Admin.Products.Validation.MinUnit": "Please enter min units",
|
package/package.json
CHANGED
package/smart-crm/en.json
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"AccountMessage.Source": "Source",
|
|
20
20
|
"AccountMessage.Description": "Description",
|
|
21
21
|
"AccountMessage.Comment": "Comment",
|
|
22
|
+
"AccountMessage.When": "When",
|
|
22
23
|
"AccountMessage.File": "file",
|
|
23
24
|
"AccountMessage.Title": "Title",
|
|
24
25
|
"AccountMessage.Value": "Value",
|