diff --git a/scripts/__dropins__/tools/types/elsie/src/i18n/en_US.json.d.ts b/scripts/__dropins__/tools/types/elsie/src/i18n/en_US.json.d.ts index 018e01956..d6e2c3b0c 100644 --- a/scripts/__dropins__/tools/types/elsie/src/i18n/en_US.json.d.ts +++ b/scripts/__dropins__/tools/types/elsie/src/i18n/en_US.json.d.ts @@ -1,149 +1,148 @@ declare const _default: { - "Dropin": { - "ExampleComponentName": { - "item": { - "label": "string" - } - }, - "Pagination": { - "backwardButton": { - "ariaLabel": "Go to previous page" - }, - "forwardButton": { - "ariaLabel": "Go to next page" - } - }, - "Incrementer": { - "decreaseLabel": "Decrease Quantity", - "increaseLabel": "Increase Quantity", - "label": "Quantity", - "errorMessage": "Enter a valid quantity", - "minQuantityMessage": "Enter at least {{minQuantity}}", - "maxQuantityMessage": "Maximum quantity is {{maxQuantity}}" - }, - "Modal": { - "Close": { - "label": "Close" - } - }, - "InputPassword": { - "placeholder": "Password", - "floatingLabel": "Password", - "buttonShowTitle": "Click to show password", - "buttonHideTitle": "Click to hide password" - }, - "PasswordStatusIndicator": { - "chartTwoSymbols": "Use characters and numbers or symbols", - "chartThreeSymbols": "Use characters, numbers and symbols", - "chartFourSymbols": "Use uppercase characters, lowercase characters, numbers and symbols", - "messageLengthPassword": "At least {minLength} characters long" - }, - "InlineAlert": { - "dismissLabel": "Dismiss Alert" - }, - "PriceSummary": { - "subTotal": { - "label": "Subtotal", - "withTaxes": "Including taxes", - "withoutTaxes": "excluding taxes" - }, - "shipping": { - "label": "Shipping", - "editZipAction": "Apply", - "estimated": "Estimated Shipping", - "estimatedDestination": "Estimated Shipping to ", - "destinationLinkAriaLabel": "Change destination", - "zipPlaceholder": "Zip Code", - "withTaxes": "Including taxes", - "withoutTaxes": "excluding taxes", - "alternateField": { - "zip": "Estimate using country/zip", - "state": "Estimate using country/state" - } - }, - "taxes": { - "total": "Tax Total", - "totalOnly": "Tax", - "breakdown": "Taxes", - "showBreakdown": "Show Tax Breakdown", - "hideBreakdown": "Hide Tax Breakdown", - "estimated": "Estimated Tax" - }, - "total": { - "estimated": "Estimated Total", - "label": "Total", - "withoutTax": "Total excluding taxes" - } - }, - "ProgressSpinner": { - "updating": { - "label": "Item is updating" - }, - "updatingChildren": { - "label": "Items are updating" - } - }, - "PriceRange": { - "from": { - "label": "From" - }, - "to": { - "label": "to" - }, - "asLowAs": { - "label": "As low as" - } - }, - "Swatches": { - "outOfStock": { - "label": "out of stock swatch" - }, - "selected": { - "label": "swatch selected" - }, - "swatch": { - "label": "swatch" - } - }, - "Accordion": { - "open": { - "label": "Open" - }, - "close": { - "label": "Close" - } - }, - "CartItem": { - "each": { - "label": "each" - }, - "pricePerItem": { - "label": "price per item" - }, - "quantity": { - "label": "Quantity" - }, - "remove": { - "label": "Remove {product} from the cart" - }, - "removeDefault": { - "label": "Remove item from the cart" - }, - "taxIncluded": { - "label": "incl. VAT" - }, - "taxExcluded": { - "label": "excl. tax" - }, - "updating": { - "label": "{product} is updating" - } - }, - "InputDate": { - "picker": "Select a date" - } - } -} -; + Dropin: { + ExampleComponentName: { + item: { + label: 'string'; + }; + }; + Pagination: { + backwardButton: { + ariaLabel: 'Go to previous page'; + }; + forwardButton: { + ariaLabel: 'Go to next page'; + }; + }; + Incrementer: { + decreaseLabel: 'Decrease Quantity'; + increaseLabel: 'Increase Quantity'; + label: 'Quantity'; + errorMessage: 'Enter a valid quantity'; + minQuantityMessage: 'Enter at least {{minQuantity}}'; + maxQuantityMessage: 'Maximum quantity is {{maxQuantity}}'; + }; + Modal: { + Close: { + label: 'Close'; + }; + }; + InputPassword: { + placeholder: 'Password'; + floatingLabel: 'Password'; + buttonShowTitle: 'Click to show password'; + buttonHideTitle: 'Click to hide password'; + }; + PasswordStatusIndicator: { + chartTwoSymbols: 'Use characters and numbers or symbols'; + chartThreeSymbols: 'Use characters, numbers and symbols'; + chartFourSymbols: 'Use uppercase characters, lowercase characters, numbers and symbols'; + messageLengthPassword: 'At least {minLength} characters long'; + }; + InlineAlert: { + dismissLabel: 'Dismiss Alert'; + }; + PriceSummary: { + subTotal: { + label: 'Subtotal'; + withTaxes: 'Including taxes'; + withoutTaxes: 'excluding taxes'; + }; + shipping: { + label: 'Shipping'; + editZipAction: 'Apply'; + estimated: 'Estimated Shipping'; + estimatedDestination: 'Estimated Shipping to testing '; + destinationLinkAriaLabel: 'Change destination'; + zipPlaceholder: 'Zip Code'; + withTaxes: 'Including taxes'; + withoutTaxes: 'excluding taxes'; + alternateField: { + zip: 'Estimate using country/zip'; + state: 'Estimate using country/state'; + }; + }; + taxes: { + total: 'Tax Total'; + totalOnly: 'Tax'; + breakdown: 'Taxes'; + showBreakdown: 'Show Tax Breakdown'; + hideBreakdown: 'Hide Tax Breakdown'; + estimated: 'Estimated Tax'; + }; + total: { + estimated: 'Estimated Total'; + label: 'Total'; + withoutTax: 'Total excluding taxes'; + }; + }; + ProgressSpinner: { + updating: { + label: 'Item is updating'; + }; + updatingChildren: { + label: 'Items are updating'; + }; + }; + PriceRange: { + from: { + label: 'From'; + }; + to: { + label: 'to'; + }; + asLowAs: { + label: 'As low as'; + }; + }; + Swatches: { + outOfStock: { + label: 'out of stock swatch'; + }; + selected: { + label: 'swatch selected'; + }; + swatch: { + label: 'swatch'; + }; + }; + Accordion: { + open: { + label: 'Open'; + }; + close: { + label: 'Close'; + }; + }; + CartItem: { + each: { + label: 'each'; + }; + pricePerItem: { + label: 'price per item'; + }; + quantity: { + label: 'Quantity'; + }; + remove: { + label: 'Remove {product} from the cart'; + }; + removeDefault: { + label: 'Remove item from the cart'; + }; + taxIncluded: { + label: 'incl. VAT'; + }; + taxExcluded: { + label: 'excl. tax'; + }; + updating: { + label: '{product} is updating'; + }; + }; + InputDate: { + picker: 'Select a date'; + }; + }; +}; export default _default;