Skip to content

Commit

Permalink
added space for estimated shipping string
Browse files Browse the repository at this point in the history
  • Loading branch information
ericeoeur committed Dec 17, 2024
1 parent a4ce46f commit bea8b9e
Showing 1 changed file with 145 additions and 146 deletions.
291 changes: 145 additions & 146 deletions scripts/__dropins__/tools/types/elsie/src/i18n/en_US.json.d.ts
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;

0 comments on commit bea8b9e

Please sign in to comment.