@posiwise/i18n 1.0.2 → 1.0.4

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 +5 -0
  2. package/package.json +9 -9
package/en.json CHANGED
@@ -88,6 +88,7 @@
88
88
  "Admin.DomainConfig.Tooltip.IntegrationCaptchaKey": "DISCONTINUED in favor of V2. This key is to enable Google Captcha on your website",
89
89
  "Admin.DomainConfig.Tooltip.IntegrationDriftCode": "This key is to enable the Drift chat gadget on your website",
90
90
  "Admin.DomainConfig.Tooltip.IntegrationCrispCode": "This key is to enable the Crisp chat widget on your website",
91
+ "Admin.DomainConfig.Tooltip.IntegrationHubSpotCode": "This key is to enable the HubSpot Chat Bot widget on your website",
91
92
  "Admin.DomainConfig.Tooltip.IntegrationCaptchaKeyV2": "This key is to enable Google Captcha V2 on your website",
92
93
  "Admin.DomainConfig.Tooltip.IntegrationFbAppId": "This key is to enable the Facebook APP integration",
93
94
  "Admin.DomainConfig.Tooltip.IntegrationGoogleAnalytics": "This key is to enable GoogleAnalytics tracking",
@@ -95,6 +96,7 @@
95
96
  "Admin.DomainConfig.Tooltip.IntegrationsSentryConfigDns": "This key is to enable monitoring through Sentry",
96
97
  "Admin.DomainConfig.IntegrationDriftCode": "Drift Code",
97
98
  "Admin.DomainConfig.IntegrationCrispCode": "Crisp Code",
99
+ "Admin.DomainConfig.IntegrationHubSpotCode": "HubSpot Code",
98
100
  "Admin.DomainConfig.IntegrationFbAppId": "Facebook App Id",
99
101
  "Admin.DomainConfig.WebhookToken": "Webhook Token",
100
102
  "Admin.DomainConfig.IntegrationCaptchaKey": "Google Captcha Key",
@@ -378,6 +380,9 @@
378
380
  "Admin.Users.UpdatedMessage": "User Details are saved successfully.",
379
381
  "Admin.Users.UpdatedRole": "Role has been updated",
380
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.",
381
386
  "Admin.Users.Tooltip.FirstName": "User's first name",
382
387
  "Admin.Users.Tooltip.LastName": "User's last name",
383
388
  "Admin.Users.Tooltip.PreferredName": "User's preferred name",
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
- "name": "@posiwise/i18n",
3
- "version": "1.0.2",
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.4",
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
  }