Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USF-1727-Spacing #264

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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;
Loading