/******************************************************************** * Copyright 2024 Adobe * All Rights Reserved. * * NOTICE: Adobe permits you to use, modify, and distribute this * file in accordance with the terms of the Adobe license agreement * accompanying it. *******************************************************************/ export type Lang = 'en_US'; export declare const definition: { default: { Dropin: { ExampleComponentName: { item: { label: string; }; }; Pagination: { backwardButton: { ariaLabel: string; }; forwardButton: { ariaLabel: string; }; }; Incrementer: { decreaseLabel: string; increaseLabel: string; label: string; errorMessage: string; minQuantityMessage: string; maxQuantityMessage: string; }; Modal: { Close: { label: string; }; }; InputPassword: { placeholder: string; floatingLabel: string; buttonShowTitle: string; buttonHideTitle: string; }; PasswordStatusIndicator: { chartTwoSymbols: string; chartThreeSymbols: string; chartFourSymbols: string; messageLengthPassword: string; }; InlineAlert: { dismissLabel: string; }; PriceSummary: { subTotal: { label: string; withTaxes: string; withoutTaxes: string; }; shipping: { label: string; editZipAction: string; estimated: string; estimatedDestination: string; destinationLinkAriaLabel: string; zipPlaceholder: string; withTaxes: string; withoutTaxes: string; alternateField: { zip: string; state: string; }; }; taxes: { total: string; totalOnly: string; breakdown: string; showBreakdown: string; hideBreakdown: string; estimated: string; }; total: { estimated: string; label: string; withoutTax: string; }; }; ProgressSpinner: { updating: { label: string; }; updatingChildren: { label: string; }; }; PriceRange: { from: { label: string; }; to: { label: string; }; asLowAs: { label: string; }; }; Swatches: { outOfStock: { label: string; }; selected: { label: string; }; swatch: { label: string; }; }; Accordion: { open: { label: string; }; close: { label: string; }; }; CartItem: { each: { label: string; }; pricePerItem: { label: string; }; quantity: { label: string; }; remove: { label: string; }; removeDefault: { label: string; }; taxIncluded: { label: string; }; taxExcluded: { label: string; }; updating: { label: string; }; }; InputDate: { picker: string; }; Table: { sortedAscending: string; sortedDescending: string; sortBy: string; }; MultiSelect: { selectAll: string; deselectAll: string; placeholder: string; noResultsText: string; ariaLabel: { removed: string; added: string; itemsSelected: string; itemsAdded: string; itemsRemoved: string; selectedTotal: string; noResultsFor: string; optionsAvailable: string; dropdownExpanded: string; useArrowKeys: string; removeFromSelection: string; fromSelection: string; selectedItem: string; inField: string; selectedItems: string; scrollableOptionsList: string; selectOptions: string; itemAction: string; bulkAdded: string; bulkRemoved: string; dropdownExpandedWithOptions: string; selectedItemInField: string; removeFromSelectionWithText: string; itemsSelectedDescription: string; noItemsSelected: string; }; }; }; }; en_US: { Dropin: { ExampleComponentName: { item: { label: string; }; }; Pagination: { backwardButton: { ariaLabel: string; }; forwardButton: { ariaLabel: string; }; }; Incrementer: { decreaseLabel: string; increaseLabel: string; label: string; errorMessage: string; minQuantityMessage: string; maxQuantityMessage: string; }; Modal: { Close: { label: string; }; }; InputPassword: { placeholder: string; floatingLabel: string; buttonShowTitle: string; buttonHideTitle: string; }; PasswordStatusIndicator: { chartTwoSymbols: string; chartThreeSymbols: string; chartFourSymbols: string; messageLengthPassword: string; }; InlineAlert: { dismissLabel: string; }; PriceSummary: { subTotal: { label: string; withTaxes: string; withoutTaxes: string; }; shipping: { label: string; editZipAction: string; estimated: string; estimatedDestination: string; destinationLinkAriaLabel: string; zipPlaceholder: string; withTaxes: string; withoutTaxes: string; alternateField: { zip: string; state: string; }; }; taxes: { total: string; totalOnly: string; breakdown: string; showBreakdown: string; hideBreakdown: string; estimated: string; }; total: { estimated: string; label: string; withoutTax: string; }; }; ProgressSpinner: { updating: { label: string; }; updatingChildren: { label: string; }; }; PriceRange: { from: { label: string; }; to: { label: string; }; asLowAs: { label: string; }; }; Swatches: { outOfStock: { label: string; }; selected: { label: string; }; swatch: { label: string; }; }; Accordion: { open: { label: string; }; close: { label: string; }; }; CartItem: { each: { label: string; }; pricePerItem: { label: string; }; quantity: { label: string; }; remove: { label: string; }; removeDefault: { label: string; }; taxIncluded: { label: string; }; taxExcluded: { label: string; }; updating: { label: string; }; }; InputDate: { picker: string; }; Table: { sortedAscending: string; sortedDescending: string; sortBy: string; }; MultiSelect: { selectAll: string; deselectAll: string; placeholder: string; noResultsText: string; ariaLabel: { removed: string; added: string; itemsSelected: string; itemsAdded: string; itemsRemoved: string; selectedTotal: string; noResultsFor: string; optionsAvailable: string; dropdownExpanded: string; useArrowKeys: string; removeFromSelection: string; fromSelection: string; selectedItem: string; inField: string; selectedItems: string; scrollableOptionsList: string; selectOptions: string; itemAction: string; bulkAdded: string; bulkRemoved: string; dropdownExpandedWithOptions: string; selectedItemInField: string; removeFromSelectionWithText: string; itemsSelectedDescription: string; noItemsSelected: string; }; }; }; }; }; export * from 'preact-i18n'; export declare const getDefinitionByLanguage: (lang: Lang) => { Dropin: { ExampleComponentName: { item: { label: string; }; }; Pagination: { backwardButton: { ariaLabel: string; }; forwardButton: { ariaLabel: string; }; }; Incrementer: { decreaseLabel: string; increaseLabel: string; label: string; errorMessage: string; minQuantityMessage: string; maxQuantityMessage: string; }; Modal: { Close: { label: string; }; }; InputPassword: { placeholder: string; floatingLabel: string; buttonShowTitle: string; buttonHideTitle: string; }; PasswordStatusIndicator: { chartTwoSymbols: string; chartThreeSymbols: string; chartFourSymbols: string; messageLengthPassword: string; }; InlineAlert: { dismissLabel: string; }; PriceSummary: { subTotal: { label: string; withTaxes: string; withoutTaxes: string; }; shipping: { label: string; editZipAction: string; estimated: string; estimatedDestination: string; destinationLinkAriaLabel: string; zipPlaceholder: string; withTaxes: string; withoutTaxes: string; alternateField: { zip: string; state: string; }; }; taxes: { total: string; totalOnly: string; breakdown: string; showBreakdown: string; hideBreakdown: string; estimated: string; }; total: { estimated: string; label: string; withoutTax: string; }; }; ProgressSpinner: { updating: { label: string; }; updatingChildren: { label: string; }; }; PriceRange: { from: { label: string; }; to: { label: string; }; asLowAs: { label: string; }; }; Swatches: { outOfStock: { label: string; }; selected: { label: string; }; swatch: { label: string; }; }; Accordion: { open: { label: string; }; close: { label: string; }; }; CartItem: { each: { label: string; }; pricePerItem: { label: string; }; quantity: { label: string; }; remove: { label: string; }; removeDefault: { label: string; }; taxIncluded: { label: string; }; taxExcluded: { label: string; }; updating: { label: string; }; }; InputDate: { picker: string; }; Table: { sortedAscending: string; sortedDescending: string; sortBy: string; }; MultiSelect: { selectAll: string; deselectAll: string; placeholder: string; noResultsText: string; ariaLabel: { removed: string; added: string; itemsSelected: string; itemsAdded: string; itemsRemoved: string; selectedTotal: string; noResultsFor: string; optionsAvailable: string; dropdownExpanded: string; useArrowKeys: string; removeFromSelection: string; fromSelection: string; selectedItem: string; inField: string; selectedItems: string; scrollableOptionsList: string; selectOptions: string; itemAction: string; bulkAdded: string; bulkRemoved: string; dropdownExpandedWithOptions: string; selectedItemInField: string; removeFromSelectionWithText: string; itemsSelectedDescription: string; noItemsSelected: string; }; }; }; }; //# sourceMappingURL=index.d.ts.map