@posiwise/i18n 1.0.3 → 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 +30 -0
  2. package/package.json +9 -9
package/en.json CHANGED
@@ -380,6 +380,9 @@
380
380
  "Admin.Users.UpdatedMessage": "User Details are saved successfully.",
381
381
  "Admin.Users.UpdatedRole": "Role has been updated",
382
382
  "Admin.Users.DeletedMessage": "Deleted successfully.",
383
+ "Admin.Users.SidebarIntro.Lead": "Overview of the Users screen: manage subscription members, filters, and search from the main table.",
384
+ "Admin.Users.SidebarIntro.FilterHint": "Use the filter control to limit by role, product, or feature key, then choose specific values when the second selector appears.",
385
+ "Admin.Users.SidebarIntro.SearchHint": "Use the search field to narrow rows by name, email, or other values shown in the table.",
383
386
  "Admin.Users.Tooltip.FirstName": "User's first name",
384
387
  "Admin.Users.Tooltip.LastName": "User's last name",
385
388
  "Admin.Users.Tooltip.PreferredName": "User's preferred name",
@@ -452,6 +455,7 @@
452
455
  "Admin.Products.MembersVisible": "Members Visible",
453
456
  "Admin.Products.ChatVisible": "Chat Visible",
454
457
  "Admin.Products.IsMasterProduct": "Is Master Product",
458
+ "Admin.Products.SecondPaymentRequired": "Secondary Payment",
455
459
  "Admin.Products.Validation.Name": "Please enter a name",
456
460
  "Admin.Newsletter.Validation.Name": "Please enter a name",
457
461
  "Admin.Newsletter.Validation.Code": "Please enter a code",
@@ -499,6 +503,7 @@
499
503
  "Admin.Products.Tooltip.MembersVisible": "This will make the Enterprise menu visible to users subscribed to this product",
500
504
  "Admin.Products.Tooltip.ChatVisible": "This will make the Chat feature visible to users subscribed to this product",
501
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.",
502
507
  "Admin.Subscriptions.UpdatedMessage": "Updated successfully.",
503
508
  "Admin.Subscriptions.SavedMessage": "Saved Successfully",
504
509
  "Admin.Subscriptions.DeletedMessage": "Deleted successfully.",
@@ -780,6 +785,8 @@
780
785
  "User.Account.Validation.EmailRequired": "Email is required!",
781
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",
782
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",
783
790
  "User.AccountMessage.InvalidToken": "Invalid Token",
784
791
  "User.Profile.ProfileUpdated": "Profile Updated",
785
792
  "User.Profile.Avatar": "Avatar",
@@ -798,6 +805,24 @@
798
805
  "User.Profile.Projects.NoProjects": "You've not added any projects - please add some.",
799
806
  "User.Profile.Projects.NoUserProjects": "This user doesn't have any project listed.",
800
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.",
801
826
  "User.Subscriptions.EstimatedPrice": "Estimated Price",
802
827
  "User.Subscriptions.TotalEstimatedPrice": "Total Estimated Price",
803
828
  "User.Subscriptions.PriceExclTax": "Price (excl. tax)",
@@ -996,6 +1021,11 @@
996
1021
  "Label.AddNew": "Add New",
997
1022
  "Label.Actions": "Actions",
998
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.",
999
1029
  "Label.Code": "Code",
1000
1030
  "Label.Privacy": "Privacy",
1001
1031
  "Label.Tos": "Tos",
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
- "name": "@posiwise/i18n",
3
- "version": "1.0.3",
4
- "description": "",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
8
- },
9
- "author": "",
10
- "license": "ISC"
2
+ "name": "@posiwise/i18n",
3
+ "version": "1.0.5",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "",
10
+ "license": "ISC"
11
11
  }