@posiwise/i18n 0.0.12 → 0.0.14

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.
Files changed (2) hide show
  1. package/en.json +5 -0
  2. package/package.json +1 -1
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",
@@ -820,6 +823,8 @@
820
823
  "Enterprise.Documentation.Pushed": "Pushed",
821
824
  "Enterprise.Documentation.NoDocumentation": "No documentation present - please consider adding some.",
822
825
  "Enterprise.Documentation.Validation.Body": "Please enter body",
826
+ "Enterprise.Documentation.Validation.Title": "Please enter title",
827
+ "Enterprise.Documentation.Validation.Team": "Please select team",
823
828
  "Enterprise.Tooltip.Group": "This defines teams associated to this item.",
824
829
  "Enterprise.Tooltip.VisibleGlobally": "If set to true, it will be visible to every team.",
825
830
  "Enterprise.Tooltip.Published": "If set to true, it will be visible by all subscription members.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/i18n",
3
- "version": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {