UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

89 lines (88 loc) 2.54 kB
//#region src/providers/i18n-provider/intl/en-US.ts const data = { autocomplete: { "Clear value": "Clear value", "No results found": "No results found" }, avatar: { "Avatar Icon": "Avatar Icon" }, breadcrumb: { Breadcrumb: "Breadcrumb", Ellipsis: "Ellipsis" }, calendar: { "Choose the month": "Choose the month", "Choose the year": "Choose the year", "Go to the next month": "Go to the next month", "Go to the previous month": "Go to the previous month", Today: "Today" }, carousel: { "Go to next slide": "Go to next slide", "Go to previous slide": "Go to previous slide", "Go to {page} slide": "Go to {page} slide", Slides: "Slides", "{page} of {total}": "{page} of {total}" }, closeButton: { Close: "Close" }, colorPicker: { "Pick a color": "Pick a color" }, colorSelector: { "Pick a color": "Pick a color" }, datePicker: { "Clear value": "Clear value" }, hueSlider: { Blue: "Blue", Cyan: "Cyan", Green: "Green", Magenta: "Magenta", Red: "Red", Yellow: "Yellow" }, modal: { "Close modal": "Close modal", "Open modal": "Open modal" }, numberInput: { Decrease: "Decrease", Increase: "Increase" }, pagination: { "Go to first page": "Go to first page", "Go to last page": "Go to last page", "Go to next page": "Go to next page", "Go to page {value}": "Go to page {value}", "Go to previous page": "Go to previous page", Pagination: "Pagination", "{value} / {total}": "{value} / {total}", "{value} of {total}": "{value} of {total}" }, passwordInput: { "Password strength meter": "Password strength meter", "Toggle password visibility": "Toggle password visibility" }, progress: { "Loading...": "Loading...", "{value} percent": "{value} percent" }, saturationSlider: { "Saturation and brightness thumb": "Saturation and brightness thumb", "Saturation {saturation}%, Brightness {brightness}%": "Saturation {saturation}%, Brightness {brightness}%" }, select: { "Clear value": "Clear value" }, slider: { "Slider thumb": "Slider thumb" }, stat: { "Decreased by": "Decreased by", "Increased by": "Increased by" }, table: { "Clear sorting": "Clear sorting", "Page size": "Page size", "Select all rows": "Select all rows", "Select row": "Select row", "Sort ascending": "Sort ascending", "Sort descending": "Sort descending" }, tag: { "Close tag": "Close tag" }, toggle: { "Toggle button": "Toggle button" } }; var en_US_default = data; //#endregion export { en_US_default as default }; //# sourceMappingURL=en-US.js.map