@posiwise/i18n 0.0.13 → 0.0.15
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 +18 -0
- package/package.json +1 -1
- package/smart-crm/en.json +3 -0
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",
|
|
@@ -823,6 +836,8 @@
|
|
|
823
836
|
"Enterprise.Documentation.Pushed": "Pushed",
|
|
824
837
|
"Enterprise.Documentation.NoDocumentation": "No documentation present - please consider adding some.",
|
|
825
838
|
"Enterprise.Documentation.Validation.Body": "Please enter body",
|
|
839
|
+
"Enterprise.Documentation.Validation.Title": "Please enter title",
|
|
840
|
+
"Enterprise.Documentation.Validation.Team": "Please select team",
|
|
826
841
|
"Enterprise.Tooltip.Group": "This defines teams associated to this item.",
|
|
827
842
|
"Enterprise.Tooltip.VisibleGlobally": "If set to true, it will be visible to every team.",
|
|
828
843
|
"Enterprise.Tooltip.Published": "If set to true, it will be visible by all subscription members.",
|
|
@@ -890,6 +905,9 @@
|
|
|
890
905
|
"Label.ReferenceNumber": "Reference",
|
|
891
906
|
"Label.PaymentDetails": "Payment Details",
|
|
892
907
|
"Label.SubscriptionFee": "Subscription fee",
|
|
908
|
+
"Label.Subject": "Subject",
|
|
909
|
+
"Label.Body": "Body",
|
|
910
|
+
"Label.TemplateName": "Template Name",
|
|
893
911
|
"Label.Personal": "Personal",
|
|
894
912
|
"Label.Business": "Business",
|
|
895
913
|
"Label.PurchaseSummary": "Purchase Summary",
|
package/package.json
CHANGED
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",
|