@posiwise/i18n 0.0.1 → 0.0.3

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.
@@ -63,6 +63,7 @@
63
63
  "Accounts.Phone": "Phone",
64
64
  "Accounts.Services": "Services #",
65
65
  "Accounts.Contracts": "Contracts #",
66
+ "Accounts.Inputs": "Inputs #",
66
67
  "Accounts.AddAccount": "Add Account",
67
68
  "Accounts.SyncWithCRM": "Sync With CRM",
68
69
  "Accounts.SyncWithMicrosoft": "Sync With Microsoft",
@@ -309,6 +310,7 @@
309
310
  "ServiceInsight.Suggested": "Suggested",
310
311
  "ServiceInsight.NoServiceMessage": "No services present. Please make sure you link and sync your CRM.",
311
312
  "MicrosoftPartner.MicrosoftPartnerNoData": "No contract services present. Please make sure you link and sync with this vendor first.",
313
+ "MicrosoftPartner": "Microsoft Partner",
312
314
  "MicrosoftPartner.Tenant": "Tenant",
313
315
  "MicrosoftPartner.Service": "Service",
314
316
  "MicrosoftPartner.UnitCountVsGrouped": "Unit Count vs. (Grouped)",
@@ -316,12 +318,38 @@
316
318
  "MicrosoftPartner.BuyingFrequency": "Buying Frequency",
317
319
  "MicrosoftPartner.BillingFrequency": "Billing Frequency",
318
320
  "MicrosoftPartner.Commitment": "Commitment",
321
+ "MicrosoftPartner.Quantity": "Quantity",
322
+ "MicrosoftPartner.TermDuration": "Term Duration",
323
+ "MicrosoftPartner.VendorAccount": "Vendor Acccount",
324
+ "MicrosoftPartner.VendorProduct": "Vendor Product",
325
+ "MicrosoftPartner.OfferName": "Offer Name",
326
+ "MicrosoftPartner.VendorReference": "Vendor Reference",
327
+ "MicrosoftPartner.QuantityTotal": "Quantity Total",
319
328
  "MicrosoftPartner.Expiration": "Expiration",
329
+ "MicrosoftPartner.EffectiveStartDate": "Effective Start Date",
320
330
  "MicrosoftPartner.CancellationAllowedUntil": "Cancellation Allowed Until ",
321
331
  "MicrosoftPartner.AutoRenew": "Auto Renew ",
332
+ "MicrosoftPartner.Tooltip.BillingFrequency": "Coming soon",
333
+ "MicrosoftPartner.Tooltip.Commitment": "Coming soon",
334
+ "MicrosoftPartner.Tooltip.Quantity": "Coming soon",
335
+ "MicrosoftPartner.Tooltip.TermDuration": "Coming soon",
336
+ "MicrosoftPartner.Tooltip.VendorAccount": "Coming soon",
337
+ "MicrosoftPartner.Tooltip.VendorProduct": "Coming soon",
338
+ "MicrosoftPartner.Tooltip.OfferName": "Coming soon",
339
+ "MicrosoftPartner.Tooltip.VendorReference": "Coming soon",
340
+ "MicrosoftPartner.Tooltip.QuantityTotal": "Coming soon",
341
+ "MicrosoftPartner.Tooltip.Expiration": "Coming soon",
342
+ "MicrosoftPartner.Tooltip.EffectiveStartDate": "Coming soon",
343
+ "MicrosoftPartner.Tooltip.CancellationAllowedUntil": "Coming soon",
344
+ "MicrosoftPartner.Tooltip.Status": "Coming soon",
345
+ "MicrosoftPartner.Tooltip.MicrosoftPartnerAutoRenew": "Coming soon",
322
346
  "MicrosoftPartner.Type": "Type",
323
347
  "MicrosoftPartner.Status": "Status",
324
348
  "MicrosoftPartner.Review": "Review",
349
+ "MicrosoftPartner.Validation.VendorAccount": "please select vendor account",
350
+ "MicrosoftPartner.Validation.VendorProduct": "please select vendor product",
351
+ "MicrosoftPartner.Validation.OfferName": "please enter offer name",
352
+ "MicrosoftPartner.Validation.VendorReference": "please enter vendor reference",
325
353
  "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
354
  "MicrosoftPartner.Tooltip.AutoRenew": "We couldn't determine if the auto-renew is true or false.",
327
355
  "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.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {