@posiwise/i18n 0.0.20 → 0.0.22

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
@@ -48,7 +48,7 @@
48
48
  "Admin.DomainConfig.AddedMessage": "DomainConfig Successfully Added.",
49
49
  "Admin.DomainConfig.UpdatedMessage": "DomainConfig Successfully Updated.",
50
50
  "Admin.DomainConfig.DeletedMessage": "DomainConfig Successfully Deleted.",
51
- "Admin.DomainConfig.NoDataMessage": "We couldn't find any Domain Configs - please consider adding some.",
51
+ "Admin.DomainConfig.NoDataMessage": "No domain configurations found. Add one to get started.",
52
52
  "Admin.DomainConfig.EnableConfigTab": "To enable this tab config, you first need to save the required data in the Core Config tab.",
53
53
  "Admin.DomainConfig.HostName": "Domain Name",
54
54
  "Admin.DomainConfig.InternalPath": "Internal Path",
@@ -76,7 +76,7 @@
76
76
  "Admin.DomainConfig.Tooltip.CompanyName": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
77
77
  "Admin.DomainConfig.Tooltip.CompanyHeader": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
78
78
  "Admin.DomainConfig.Tooltip.CompanyTitle": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
79
- "Admin.DomainConfig.Tooltip.CompanyKeywords": "This will be used to dynamically white-label sections such as public & private pages, invoices, etc.",
79
+ "Admin.DomainConfig.Tooltip.CompanyKeywords": "This will be used primarily to improve SEO.",
80
80
  "Admin.DomainConfig.Tooltip.CompanyDescription": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
81
81
  "Admin.DomainConfig.Tooltip.CompanyCountry": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
82
82
  "Admin.DomainConfig.Tooltip.CompanyCity": "This will be used to dynamically white-label sections such as public & private pages, invoices, etc.",
@@ -195,14 +195,14 @@
195
195
  "Admin.DomainConfig.Validation.CompanyName": "Company name is required",
196
196
  "Admin.DomainConfig.Validation.CompanyEmail": "Company email is required",
197
197
  "Admin.DomainConfig.Validation.CompanyUrl": "Company url is required",
198
- "Admin.DomainConfig.Tooltip.HostName": "This must match the domain name (URL) where you want the page to be hosted, such as blog.posiwise.com. Note: Each domain name must be unique.",
199
- "Admin.DomainConfig.Tooltip.InternalPath": "This is the internal path that will be resolved for the specified domain name. For example, if you set it to ‘www.posiwise.com/blog,’ accessing the domain name will display the content of the /blog page.",
198
+ "Admin.DomainConfig.Tooltip.HostName": "This must match the domain name (URL) where you want the page to be resolved at, such as `blog.posiwise.com`. Note: Each domain name must be unique.",
199
+ "Admin.DomainConfig.Tooltip.InternalPath": "This is the internal path that will be resolved for the specified domain name. For example, if you set it to ‘/join/trial1,’ accessing the `Domain Name` will display the content of the /join/trial1 page.",
200
200
  "Admin.DomainConfig.Tooltip.ShardName": "Specifies the database shard to connect to when accessing the given domain name.",
201
- "Admin.DomainConfig.Tooltip.ShardUrl": "The backend uses this URL for various functions related to the given database shard, such as building email signatures.",
202
- "Admin.DomainConfig.Tooltip.IntraServicesToken": "This token must match the one set at the database configuration level to enable intraservice communications.",
203
- "Admin.DomainConfig.Tooltip.WebhookToken": "This is the token you need to append to all webhooks. Eg: /integrations-api/v1/paypal/webhook-token={your_token}",
201
+ "Admin.DomainConfig.Tooltip.ShardUrl": "The backend uses this URL for various functions related to the given database shard, such as building email signatures. Note: it usually matches the ‘Company URL‘, e.g., `https://www.posiwise.com`",
202
+ "Admin.DomainConfig.Tooltip.IntraServicesToken": "This token must match the one set at the database configuration level to enable the microservices in our cluster to communicate with each other.",
203
+ "Admin.DomainConfig.Tooltip.WebhookToken": "This is the token you need to append to all webhooks. E.g., /integrations-api/v1/paypal/webhook-token={your_token}",
204
204
  "Admin.DomainConfig.Tooltip.FrontendRepoName": "This is only for you to remember which frontend repo corresponds to this domain.",
205
- "Admin.DomainConfig.Tooltip.Description": "Your custom description, eg: My Domain config for my awesome project.",
205
+ "Admin.DomainConfig.Tooltip.Description": "Your custom description, e.g., My Domain configuration for my awesome project.",
206
206
  "Admin.DomainConfig.Tooltip.MasterSubscriptionProduct": "This is the product associated with the Master (Build) Subscription. The frontend sends its ID to the backend to verify the user permissions.",
207
207
  "Admin.DomainConfig.Tooltip.MasterSubscription": "This is the Master (Build) Subscription. The frontend sends its ID to the backend to verify the user permissions.",
208
208
  "Admin.DomainConfig.Tooltip.MainTos": "This serves as the default Terms of Service and Privacy Policy page when a product does not have its own defined.",
@@ -274,7 +274,7 @@
274
274
  "Admin.LoginNotification.AddedMessage": "LoginNotification Successfully Added.",
275
275
  "Admin.LoginNotification.UpdatedMessage": "LoginNotification Successfully Updated.",
276
276
  "Admin.LoginNotification.DeletedMessage": "LoginNotification Successfully Deleted.",
277
- "Admin.LoginNotification.NoDataMessage": "We couldn't find any Login Notifications - please consider adding some.",
277
+ "Admin.LoginNotification.NoDataMessage": "We couldn't find any Dashboard Notifications - please consider adding some.",
278
278
  "Admin.LoginNotification.NotificationType": "Notification Type",
279
279
  "Admin.LoginNotification.Body": "Body",
280
280
  "Admin.LoginNotification.Features": "Features",
@@ -306,7 +306,7 @@
306
306
  "Admin.NewsletterItem.LastOpened": "Last Opened",
307
307
  "Admin.NewsletterItem.Pushed": "Pushed?",
308
308
  "Admin.NewsletterItem.Title": "Title",
309
- "Admin.NewsletterItem.Newsletter": "Newsletter",
309
+ "Admin.NewsletterItem.Newsletter": "Newsletter Category",
310
310
  "Admin.NewsletterItem.Body": "Body",
311
311
  "Admin.NewsletterItem.Sent": "Delivered?",
312
312
  "Admin.NewsletterItem.Location": "Location",
@@ -449,7 +449,7 @@
449
449
  "Admin.Products.Tooltip.FeatureKey": "This defines the main feature of this product - users can subscribe to multiple products with different feature_keys",
450
450
  "Admin.Products.Tooltip.MinUnits": "The minimum number of units/seats a user can subscribe to for this product",
451
451
  "Admin.Products.Tooltip.MaxUnits": "The maximum number of units/seats a user can subscribe to for this product",
452
- "Admin.Products.Tooltip.StripePlan": "This is the code of the Stripe plan. Eg:price_ 1JNBokLBySGLATXf1jqlopOL",
452
+ "Admin.Products.Tooltip.StripePlan": "This is the code of the Stripe plan. E.g., price_ 1JNBokLBySGLATXf1jqlopOL",
453
453
  "Admin.Products.Tooltip.Price": "This is the price for each unit/seat - for paying products, it has to match what is defined in Stripe",
454
454
  "Admin.Products.Tooltip.Currency": "Defined the currency of the price - for paying products, it has to match what is defined in Stripe",
455
455
  "Admin.Products.Tooltip.TrialDays": "Number of days a user can use the product before his trial subscription expires",
@@ -587,7 +587,7 @@
587
587
  "Admin.Tags.NoCategoryDataMessage": "We couldn't find any Tag Categories - please consider adding some.",
588
588
  "Admin.Permissions.UpdatedMessage": "Permission Updated successfully.",
589
589
  "Admin.Permissions.AddedMessage": "Permission Added successfully.",
590
- "Admin.SubscriptionCredentialMessages.CreateSubscriptionCredential": "Create subscription credential",
590
+ "Admin.SubscriptionCredentialMessages.CreateSubscriptionCredential": "Add Subscription Credential",
591
591
  "Admin.SubscriptionCredentialMessages.SubscriptionOwner": "Owner",
592
592
  "Admin.SubscriptionCredentialMessages.Credential": "Credential",
593
593
  "Admin.SubscriptionCredentialMessages.Field": "Field",
@@ -596,6 +596,7 @@
596
596
  "Admin.SubscriptionCredentialMessages.SubscriptionCredential": "Subscription Credential",
597
597
  "Admin.SubscriptionCredentialMessages.CredentialValidation": "Please select credential",
598
598
  "Admin.SubscriptionCredentialMessages.ValueValidation": "Please enter value",
599
+ "Admin.SubscriptionCredentialMessages.SelectCredential": "Select credential",
599
600
  "Admin.GlobalConfigMessage.Config": "Config",
600
601
  "Admin.GlobalConfigMessage.Name": "Name",
601
602
  "Admin.GlobalConfigMessage.FieldType": "Field Type",
@@ -606,6 +607,7 @@
606
607
  "Admin.GlobalConfigMessage.UpdatedMessage": "Updated successfully.",
607
608
  "Admin.GlobalConfigMessage.DeletedMessage": "Deleted successfully.",
608
609
  "Admin.GlobalConfigMessage.NoDataMessage": "No global configs present - please add some.",
610
+ "Admin.GlobalConfigMessage.SelectFieldType": "Select field type.",
609
611
  "Admin.Credentials.Name": "Name",
610
612
  "Admin.Credentials.Field": "Field",
611
613
  "Admin.Credentials.Active": "Active",
@@ -843,26 +845,34 @@
843
845
  "Enterprise.Tooltip.VisibleGlobally": "If set to true, it will be visible to every team.",
844
846
  "Enterprise.Tooltip.Published": "If set to true, it will be visible by all subscription members.",
845
847
  "Enterprise.Tooltip.Pushed": "If set to true, a notification will be sent to the subscription members.",
846
- "Blog.AddedMessage": "The blog post has been successfully added.",
847
- "Blog.UpdatedMessage": "The blog post has been successfully updated.",
848
- "Blog.DeletedMessage": "The blog post deleted successfully.",
849
- "Blog.Posts.Body": "Body",
850
- "Blog.Posts.Tags": "Tags",
851
- "Blog.Posts.Published": "Published",
852
- "Blog.Posts.PublishedAt": "Published At",
853
- "Blog.Posts.View": "View",
854
- "Blog.Posts.JoinedAt": "Joined At",
855
- "Blog.Posts.Author": "Author",
856
- "Blog.Posts.AcceptedAt": "Accepted At",
857
- "Blog.Posts.AcceptedByAdmin": "Accepted By Admin",
858
- "Blog.Posts.CoverPicture": "Cover Picture",
859
- "Blog.Posts.DeletedMessage": "Deleted successfully.",
860
- "Blog.Posts.CommentAdded": "Comment successfully added",
861
- "Blog.Posts.NoDataMessage": "We couldn't find any Blog Posts - please consider adding some.",
862
- "Blog.Posts.Validation.Title": "Please enter a title",
863
- "Blog.Posts.Validation.Body": "Please enter the body",
864
- "Blog.Posts.Tooltip.Published": "This will make the post visible in the public list",
865
- "Blog.Posts.Tooltip.AcceptedByAdmin": "The post will be visible only after an admin has accepted it",
848
+ "Resource.AddedMessage": "The resource has been successfully added.",
849
+ "Resource.UpdatedMessage": "The resource has been successfully updated.",
850
+ "Resource.DeletedMessage": "The resource deleted successfully.",
851
+ "Resource.Posts.Body": "Body",
852
+ "Resource.Posts.Tags": "Tags",
853
+ "Resource.Posts.When": "When",
854
+ "Resource.Posts.CtaText": "CTA Text",
855
+ "Resource.Posts.ExternalUrl": "External Url",
856
+ "Resource.Posts.Published": "Published",
857
+ "Resource.Posts.PublishedAt": "Published At",
858
+ "Resource.Posts.View": "View",
859
+ "Resource.Posts.JoinedAt": "Joined At",
860
+ "Resource.Posts.Author": "Author",
861
+ "Resource.Posts.AcceptedAt": "Accepted At",
862
+ "Resource.Posts.AcceptedByAdmin": "Accepted By Admin",
863
+ "Resource.Posts.ShowCase": "ShowCase",
864
+ "Resource.Posts.CoverPicture": "Cover Picture",
865
+ "Resource.Posts.DeletedMessage": "Deleted successfully.",
866
+ "Resource.Posts.CommentAdded": "Comment successfully added",
867
+ "Resource.Posts.NoDataMessage": "We couldn't find any Resource - please consider adding some.",
868
+ "Resource.Posts.Validation.Title": "Please enter a title",
869
+ "Resource.Posts.Validation.Body": "Please enter the body",
870
+ "Resource.Posts.Tooltip.Published": "This will make the resource visible in the public list",
871
+ "Resource.Posts.Tooltip.CtaText": "Set the text shown on resource page buttons.",
872
+ "Resource.Posts.Tooltip.ExternalUrl": "Set the URL this resource should redirect to when users click the CTA on resource pages.",
873
+ "Resource.Posts.Tooltip.AcceptedByAdmin": "The resource will be visible only after an admin has accepted it",
874
+ "Resource.Posts.Tooltip.ShowCase": "Set to true to display this resource on resource pages.",
875
+ "Resource.Posts.Tooltip.When": "Set the date when this resource is relevant — e.g., the date of an event.",
866
876
  "GenericMessage.WentWrong": "Something went wrong, contact your administrator.",
867
877
  "Button.Home": "Home",
868
878
  "Button.ForgotPassword": "Forgot Password?",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/i18n",
3
- "version": "0.0.20",
3
+ "version": "0.0.22",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/smart-crm/en.json CHANGED
@@ -62,6 +62,7 @@
62
62
  "CategoriesMessages.BuildCategory": "Build Default Categories",
63
63
  "CategoriesMessages.Name": "Name",
64
64
  "CategoriesMessages.PreviousCategory": "Previous Category",
65
+ "CategoriesMessages.PreviousAction": "Previous Action",
65
66
  "CategoriesMessages.Visible": "Visible",
66
67
  "CategoriesMessages.Default": "Default",
67
68
  "CategoriesMessages.NameRequired": "Please enter name",