@posiwise/i18n 1.0.4 → 1.0.5

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 +27 -0
  2. package/package.json +1 -1
package/en.json CHANGED
@@ -455,6 +455,7 @@
455
455
  "Admin.Products.MembersVisible": "Members Visible",
456
456
  "Admin.Products.ChatVisible": "Chat Visible",
457
457
  "Admin.Products.IsMasterProduct": "Is Master Product",
458
+ "Admin.Products.SecondPaymentRequired": "Secondary Payment",
458
459
  "Admin.Products.Validation.Name": "Please enter a name",
459
460
  "Admin.Newsletter.Validation.Name": "Please enter a name",
460
461
  "Admin.Newsletter.Validation.Code": "Please enter a code",
@@ -502,6 +503,7 @@
502
503
  "Admin.Products.Tooltip.MembersVisible": "This will make the Enterprise menu visible to users subscribed to this product",
503
504
  "Admin.Products.Tooltip.ChatVisible": "This will make the Chat feature visible to users subscribed to this product",
504
505
  "Admin.Products.Tooltip.IsMasterProduct": "This field is visible only to SuperAdmins, and it's required to set a product as MasterProduct",
506
+ "Admin.Products.Tooltip.SecondPaymentRequired": "When enabled, every subscriber on this product is gated at login until they register a Braintree (secondary) payment method. The backend can then charge the secondary card on demand if the primary stops working.",
505
507
  "Admin.Subscriptions.UpdatedMessage": "Updated successfully.",
506
508
  "Admin.Subscriptions.SavedMessage": "Saved Successfully",
507
509
  "Admin.Subscriptions.DeletedMessage": "Deleted successfully.",
@@ -783,6 +785,8 @@
783
785
  "User.Account.Validation.EmailRequired": "Email is required!",
784
786
  "User.Account.Validation.StrongPassword": "Must contain between 8 and 32 characters, at least 1 upper and lower case, 1 special character and 1 number",
785
787
  "User.Account.Validation.InvalidResetToken": "The reset password token you provided is invalid, please make sure you copied the link from your email correctly.",
788
+ "User.Account.APIUserId": "API User ID",
789
+ "User.Account.APIUserToken": "API User Token",
786
790
  "User.AccountMessage.InvalidToken": "Invalid Token",
787
791
  "User.Profile.ProfileUpdated": "Profile Updated",
788
792
  "User.Profile.Avatar": "Avatar",
@@ -801,6 +805,24 @@
801
805
  "User.Profile.Projects.NoProjects": "You've not added any projects - please add some.",
802
806
  "User.Profile.Projects.NoUserProjects": "This user doesn't have any project listed.",
803
807
  "User.Profile.Projects.ProjectUpdated": "Project updated successfully",
808
+ "User.Payments.UpdateTitle": "Update Card Details",
809
+ "User.Payments.Primary.Title": "Primary payment method (Stripe)",
810
+ "User.Payments.Primary.Description": "Your primary card is charged for your subscription.",
811
+ "User.Payments.Primary.NewCard": "New card?",
812
+ "User.Payments.Secondary.Title": "Secondary payment method (Braintree)",
813
+ "User.Payments.Secondary.Tooltip": "We use this card only if your primary stops working.",
814
+ "User.Payments.Secondary.Callout": "Your secondary payment method is a backup we may charge if your primary card stops working. You can use the same card you registered with the primary method — both providers store it independently.",
815
+ "User.Payments.Secondary.AddCta": "Add backup payment method",
816
+ "User.Payments.CardNumber": "Card Number",
817
+ "User.Payments.Cvc": "CVC",
818
+ "User.Payments.ExpMonth": "Exp. Month",
819
+ "User.Payments.ExpYear": "Exp. Year",
820
+ "User.Payments.Cancel": "Cancel",
821
+ "User.Payments.Submit": "Submit",
822
+ "User.Payments.Errors.CardNumberRequired": "Please enter card number.",
823
+ "User.Payments.Errors.CvcRequired": "Please enter CVC number.",
824
+ "User.Payments.Errors.ExpMonthRequired": "Please enter expiry month.",
825
+ "User.Payments.Errors.ExpYearRequired": "Please enter expiry year.",
804
826
  "User.Subscriptions.EstimatedPrice": "Estimated Price",
805
827
  "User.Subscriptions.TotalEstimatedPrice": "Total Estimated Price",
806
828
  "User.Subscriptions.PriceExclTax": "Price (excl. tax)",
@@ -999,6 +1021,11 @@
999
1021
  "Label.AddNew": "Add New",
1000
1022
  "Label.Actions": "Actions",
1001
1023
  "Label.Title": "Title",
1024
+ "FeatureFlag.Tooltip.Key": "Unique identifier used in code to check this flag (e.g. 'smart_crm_dashboard'). Use snake_case. Cannot be changed after creation.",
1025
+ "FeatureFlag.Tooltip.Name": "Human-readable display name for this feature flag. Used in the admin dashboard for easy identification.",
1026
+ "FeatureFlag.Tooltip.TargetValue": "Optional value to scope this rule to a specific segment. Use 'alpha' for internal testers or 'beta' for early-access users. Leave blank to apply the rule globally.",
1027
+ "FeatureFlag.Tooltip.Priority": "Determines rule evaluation order. Higher priority rules are evaluated first. When multiple rules match, the highest priority rule wins.",
1028
+ "FeatureFlag.Tooltip.RolloutPercentage": "Percentage of matched users who will see this feature (0-100). Leave blank to enable for all matched users. Use for gradual rollouts.",
1002
1029
  "Label.Code": "Code",
1003
1030
  "Label.Privacy": "Privacy",
1004
1031
  "Label.Tos": "Tos",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/i18n",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {