forked from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added space for estimated shipping string
- Loading branch information
Showing
1 changed file
with
145 additions
and
146 deletions.
There are no files selected for viewing
291 changes: 145 additions & 146 deletions
291
scripts/__dropins__/tools/types/elsie/src/i18n/en_US.json.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 '; | ||
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; |