@posiwise/i18n 0.0.14 → 0.0.16

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 CHANGED
@@ -12,6 +12,16 @@
12
12
  "Admin.Faq.Product": "Product",
13
13
  "Admin.Faq.Features": "Features",
14
14
  "Admin.Faq.Position": "Position",
15
+ "Admin.Mailer.Validation.Subject": "Subject is required.",
16
+ "Admin.Mailer.Validation.Body": "Body is required.",
17
+ "Admin.Mailer.Validation.TemplateName": "Template name is required.",
18
+ "Admin.Mailer.Tooltip.Subject": "Enter the subject of the mailer.",
19
+ "Admin.Mailer.Tooltip.Body": "Enter the body content for the mailer.",
20
+ "Admin.Mailer.Tooltip.TemplateName": "Provide the name of the template.",
21
+ "Admin.Mailer.UpdatedMessage": "Mailer has been successfully updated.",
22
+ "Admin.Mailer.AddedMessage": "Mailer has been successfully added.",
23
+ "Admin.Mailer.DeletedMessage": "Mailer has been successfully deleted.",
24
+ "Admin.Mailer.NoDataMessage": "We couldn't find any Mailers - please consider adding some.",
15
25
  "Admin.Faq.Visible": "Visible",
16
26
  "Admin.Faq.Public": "Public",
17
27
  "Admin.Faq.SharedFaq": "is shared faq",
@@ -270,8 +280,10 @@
270
280
  "Admin.LoginNotification.FeatureKeys": "Features Keys",
271
281
  "Admin.LoginNotification.VisibleFrom": "Visible From",
272
282
  "Admin.LoginNotification.VisibleUntil": "Visible Until",
283
+ "Admin.LoginNotification.IsPermanent": "Is Permanent",
273
284
  "Admin.LoginNotification.Tooltip.Body": "Text of the notification that will be displayed on the dashboard",
274
285
  "Admin.LoginNotification.Tooltip.VisibleUntil": "Date when we'll stop displaying the notification on the dashboard",
286
+ "Admin.LoginNotification.Tooltip.Permanent": "When on, users will not be able to discard this notification from the UI",
275
287
  "Admin.LoginNotification.Tooltip.VisibleFrom": "Date when we'll start displaying the notification on the dashboard",
276
288
  "Admin.LoginNotification.Tooltip.Features": "We'll display the notification only to users that are subscribed to the selected features",
277
289
  "Admin.LoginNotification.Tooltip.NotificationType": "The notification type will define the color of the notification",
@@ -573,6 +585,7 @@
573
585
  "Admin.Tags.NoDataMessage": "We couldn't find any Tags - please consider adding some.",
574
586
  "Admin.Tags.NoCategoryDataMessage": "We couldn't find any Tag Categories - please consider adding some.",
575
587
  "Admin.Permissions.UpdatedMessage": "Permission Updated successfully.",
588
+ "Admin.Permissions.AddedMessage": "Permission Added successfully.",
576
589
  "Admin.SubscriptionCredentialMessages.CreateSubscriptionCredential": "Create subscription credential",
577
590
  "Admin.SubscriptionCredentialMessages.SubscriptionOwner": "Owner",
578
591
  "Admin.SubscriptionCredentialMessages.Credential": "Credential",
@@ -892,6 +905,9 @@
892
905
  "Label.ReferenceNumber": "Reference",
893
906
  "Label.PaymentDetails": "Payment Details",
894
907
  "Label.SubscriptionFee": "Subscription fee",
908
+ "Label.Subject": "Subject",
909
+ "Label.Body": "Body",
910
+ "Label.TemplateName": "Template Name",
895
911
  "Label.Personal": "Personal",
896
912
  "Label.Business": "Business",
897
913
  "Label.PurchaseSummary": "Purchase Summary",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/i18n",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/smart-crm/en.json CHANGED
@@ -11,6 +11,8 @@
11
11
  "AccountMessage.Country": "Country",
12
12
  "AccountMessage.MRR": "MRR",
13
13
  "AccountMessage.SignUp": "Signed up at",
14
+ "AccountMessage.SignUpAt": "Signed Up At",
15
+ "AccountMessage.ExpAt": "CC Exp At",
14
16
  "AccountMessage.Quarter": "# Quarter",
15
17
  "AccountMessage.Month": "# Month",
16
18
  "AccountMessage.CompanyUrl": "Company Url",
@@ -219,6 +221,7 @@
219
221
  "Summary.IsDeleted": "Is Deleted",
220
222
  "Summary.Title": "Title",
221
223
  "Summary.Account": "Account",
224
+ "Summary.Contact": "Contact",
222
225
  "Summary.OneTimeAmount": "One Time Amount",
223
226
  "Summary.WinChance": "Win Chance",
224
227
  "Summary.MonthlyAmount": "Monthly Amount",