@posiwise/i18n 0.0.1 → 0.0.2

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.
@@ -309,6 +309,7 @@
309
309
  "ServiceInsight.Suggested": "Suggested",
310
310
  "ServiceInsight.NoServiceMessage": "No services present. Please make sure you link and sync your CRM.",
311
311
  "MicrosoftPartner.MicrosoftPartnerNoData": "No contract services present. Please make sure you link and sync with this vendor first.",
312
+ "MicrosoftPartner": "Microsoft Partner",
312
313
  "MicrosoftPartner.Tenant": "Tenant",
313
314
  "MicrosoftPartner.Service": "Service",
314
315
  "MicrosoftPartner.UnitCountVsGrouped": "Unit Count vs. (Grouped)",
@@ -316,12 +317,38 @@
316
317
  "MicrosoftPartner.BuyingFrequency": "Buying Frequency",
317
318
  "MicrosoftPartner.BillingFrequency": "Billing Frequency",
318
319
  "MicrosoftPartner.Commitment": "Commitment",
320
+ "MicrosoftPartner.Quantity": "Quantity",
321
+ "MicrosoftPartner.TermDuration": "Term Duration",
322
+ "MicrosoftPartner.VendorAccount": "Vendor Acccount",
323
+ "MicrosoftPartner.VendorProduct": "Vendor Product",
324
+ "MicrosoftPartner.OfferName": "Offer Name",
325
+ "MicrosoftPartner.VendorReference": "Vendor Reference",
326
+ "MicrosoftPartner.QuantityTotal": "Quantity Total",
319
327
  "MicrosoftPartner.Expiration": "Expiration",
328
+ "MicrosoftPartner.EffectiveStartDate": "Effective Start Date",
320
329
  "MicrosoftPartner.CancellationAllowedUntil": "Cancellation Allowed Until ",
321
330
  "MicrosoftPartner.AutoRenew": "Auto Renew ",
331
+ "MicrosoftPartner.Tooltip.BillingFrequency": "Coming soon",
332
+ "MicrosoftPartner.Tooltip.Commitment": "Coming soon",
333
+ "MicrosoftPartner.Tooltip.Quantity": "Coming soon",
334
+ "MicrosoftPartner.Tooltip.TermDuration": "Coming soon",
335
+ "MicrosoftPartner.Tooltip.VendorAccount": "Coming soon",
336
+ "MicrosoftPartner.Tooltip.VendorProduct": "Coming soon",
337
+ "MicrosoftPartner.Tooltip.OfferName": "Coming soon",
338
+ "MicrosoftPartner.Tooltip.VendorReference": "Coming soon",
339
+ "MicrosoftPartner.Tooltip.QuantityTotal": "Coming soon",
340
+ "MicrosoftPartner.Tooltip.Expiration": "Coming soon",
341
+ "MicrosoftPartner.Tooltip.EffectiveStartDate": "Coming soon",
342
+ "MicrosoftPartner.Tooltip.CancellationAllowedUntil": "Coming soon",
343
+ "MicrosoftPartner.Tooltip.Status": "Coming soon",
344
+ "MicrosoftPartner.Tooltip.MicrosoftPartnerAutoRenew": "Coming soon",
322
345
  "MicrosoftPartner.Type": "Type",
323
346
  "MicrosoftPartner.Status": "Status",
324
347
  "MicrosoftPartner.Review": "Review",
348
+ "MicrosoftPartner.Validation.VendorAccount": "please select vendor account",
349
+ "MicrosoftPartner.Validation.VendorProduct": "please select vendor product",
350
+ "MicrosoftPartner.Validation.OfferName": "please enter offer name",
351
+ "MicrosoftPartner.Validation.VendorReference": "please enter vendor reference",
325
352
  "MicrosoftPartner.Tooltip.UnitCountVsGrouped": "The number between brackets, if any, is the only accurate value, and it represents the total count for all the subscriptions for a given account/product match",
326
353
  "MicrosoftPartner.Tooltip.AutoRenew": "We couldn't determine if the auto-renew is true or false.",
327
354
  "MicrosoftPartner.Tooltip.Unassigned": "There are more assigned licenses than available licenses. Unassign licenses or buy more licenses.",
package/en.json CHANGED
@@ -78,6 +78,7 @@
78
78
  "Admin.DomainConfig.Tooltip.IntegrationsSentryConfigDns": "This key is to enable monitoring through Sentry",
79
79
  "Admin.DomainConfig.IntegrationDriftCode": "Drift Code",
80
80
  "Admin.DomainConfig.IntegrationFbAppId": "Facebook App Id",
81
+ "Admin.DomainConfig.WebhookToken": "Webhook Token",
81
82
  "Admin.DomainConfig.IntegrationCaptchaKey": "Google Captcha Key",
82
83
  "Admin.DomainConfig.IntegrationCaptchaKeyV2": "Google Captcha Key V2",
83
84
  "Admin.DomainConfig.IntegrationGoogleAnalytics": "Google Analytics",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/i18n",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {