@posiwise/i18n 0.0.20 → 0.0.21
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 +8 -8
- package/package.json +1 -1
package/en.json
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
203
|
-
"Admin.DomainConfig.Tooltip.WebhookToken": "This is the token you need to append to all webhooks.
|
|
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,
|
|
205
|
+
"Admin.DomainConfig.Tooltip.Description": "Your custom description, e.g., My Domain config 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.",
|
|
@@ -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.
|
|
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",
|