@posiwise/i18n 0.0.34 → 0.0.36

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 +14 -0
  2. package/package.json +1 -1
package/en.json CHANGED
@@ -422,6 +422,8 @@
422
422
  "Admin.Products.Region": "Region",
423
423
  "Admin.Products.GitLabServiceDeskEmail": "GitLab Service Desk Email",
424
424
  "Admin.Products.PartnerProducts": "Partner Products",
425
+ "Admin.Products.ProrationBehavior": "Proration Behavior",
426
+ "Admin.Products.UnsubscribeStripeBehavior": "Unsubscribe Stripe Behavior",
425
427
  "Admin.Products.Currency": "Currency",
426
428
  "Admin.Products.Billing": "Billing",
427
429
  "Admin.Products.Price": "Price",
@@ -484,6 +486,8 @@
484
486
  "Admin.Products.Tooltip.Region": "Defined in which regions the product will be visible and available for users to subscribe to. If it is set to 'world' the product will be available from everywhere in the world",
485
487
  "Admin.Products.Tooltip.GitLabServiceDeskEmail": "This is the email to enable the Service Desk feature to connect with the right Gitlab Service Desk board",
486
488
  "Admin.Products.Tooltip.PartnerProducts": "These are the products that any subscription admin can invite partners to",
489
+ "Admin.Products.Tooltip.ProrationBehavior": "Defines the Stripe proration behavior for this product",
490
+ "Admin.Products.Tooltip.UnsubscribeStripeBehavior": "Defines the Stripe behavior when a user unsubscribes from this product",
487
491
  "Admin.Products.Tooltip.IsActive": "Users won't be able to subscribe to this product unless it's active",
488
492
  "Admin.Products.Tooltip.MultipleAllowed": "This field is visible only to SuperAdmins, and it should be set to ON if this product can be used more than once",
489
493
  "Admin.Products.Tooltip.IsVisible": "The product will not be visible for users to subscribe unless its visibility is set to ON",
@@ -594,6 +598,7 @@
594
598
  "Admin.Incident.Validation.UrlImpacted": "Please enter the URL Impacted.",
595
599
  "Admin.Incident.Validation.ServiceImpacted": "Please enter the Service Impacted.",
596
600
  "Admin.Incident.Validation.Description": "Please enter a description.",
601
+ "Admin.Incident.Validation.InternalDescription": "Please enter an internal description.",
597
602
  "Admin.Incident.Validation.Date": "Please select a date.",
598
603
  "Admin.Incident.DeletedMessage": "Incident Successfully Deleted.",
599
604
  "Admin.Incident.NoDataMessage": "We couldn't find any Incidents - please consider adding some.",
@@ -680,6 +685,7 @@
680
685
  "Admin.Incident.UrlImpacted": "Url impacted",
681
686
  "Admin.Incident.ServiceImpacted": "Service impacted",
682
687
  "Admin.Incident.Description": "Description",
688
+ "Admin.Incident.InternalDescription": "Internal Description",
683
689
  "Admin.Incident.LastCheckedAt": "Last Checked At",
684
690
  "Admin.Incident.StartedAt": "Started At",
685
691
  "Admin.Credentials.DeletedMessage": "Deleted successfully.",
@@ -816,6 +822,13 @@
816
822
  "User.Subscriptions.UpdatedMessage": "Updated Successfully.",
817
823
  "User.Subscriptions.UpdatedKey": "Subscription API Key is updated.",
818
824
  "User.Subscriptions.UnsubscribedProduct": "You have been unsubscribed from a product",
825
+ "User.Subscriptions.CancelSubscription.Title": "Cancel Subscription",
826
+ "User.Subscriptions.CancelSubscription.Message": "Before you proceed, please let us know your reason for cancelling. Your feedback helps us improve the service.",
827
+ "User.Subscriptions.CancelSubscription.ReasonLabel": "Reason for Cancelling",
828
+ "User.Subscriptions.CancelSubscription.ReasonPlaceholder": "Please enter your reason for cancelling...",
829
+ "User.Subscriptions.CancelSubscription.KeepItForNow": "Keep it for now",
830
+ "User.Subscriptions.CancelSubscription.ConfirmButton": "Confirm Cancellation",
831
+ "User.Subscriptions.Validation.ReasonRequired": "Please enter a reason for cancelling",
819
832
  "User.Subscriptions.SubscriptionPurchased": "Congratulations, you have purchased the subscription.",
820
833
  "User.Subscriptions.SubscriptionCredentials.RevealCredential": "Reveal Credential",
821
834
  "User.Subscriptions.SubscriptionCredentials.HideCredential": "Hide Credential",
@@ -833,6 +846,7 @@
833
846
  "User.Subscriptions.Tooltip.Country": "This is the country of your organization that will be visible on your invoices",
834
847
  "User.Subscriptions.Tooltip.Address": "This is the address of your organization that will be visible on your invoices",
835
848
  "User.Subscriptions.Tooltip.VatNumber": "This is the VAT/GST number of your organization that will be visible on your invoices",
849
+ "User.Subscriptions.Tooltip.InvoiceRecipientEmails": "Email addresses that will receive all invoices generated by the system. Add one or more, separated by commas.",
836
850
  "User.Subscriptions.Tooltip.CompanyUrl": "This is the URL of your organization's website that will be visible on your invoices",
837
851
  "User.Subscriptions.Tooltip.FacebookHandle": "This is your Facebook handle, and it should be similar to 'posiwise'",
838
852
  "User.Subscriptions.Tooltip.TwitterHandle": "This is your Twitter handle, and it should be similar to 'posiwise'",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/i18n",
3
- "version": "0.0.34",
3
+ "version": "0.0.36",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {