UNPKG

@yamada-ui/react

Version:

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

90 lines (88 loc) 2.5 kB
//#region src/providers/i18n-provider/intl/zh-CN.ts const data = { autocomplete: { "Clear value": "清除值", "No results found": "未找到结果" }, avatar: { "Avatar Icon": "头像图标" }, breadcrumb: { Breadcrumb: "面包屑", Ellipsis: "省略号" }, calendar: { "Choose the month": "选择月份", "Choose the year": "选择年份", "Go to the next month": "前往下个月", "Go to the previous month": "前往上个月", Today: "今天" }, carousel: { "Go to next slide": "前往下一张幻灯片", "Go to previous slide": "前往上一张幻灯片", "Go to {page} slide": "前往第{page}张幻灯片", Slides: "幻灯片", "{page} of {total}": "{page} / {total}" }, closeButton: { Close: "关闭" }, colorPicker: { "Pick a color": "选择颜色" }, colorSelector: { "Pick a color": "选择颜色" }, datePicker: { "Clear value": "清除值" }, hueSlider: { Blue: "蓝色", Cyan: "青色", Green: "绿色", Magenta: "洋红", Red: "红色", Yellow: "黄色" }, modal: { "Close modal": "关闭模态框", "Open modal": "打开模态框" }, numberInput: { Decrease: "减少", Increase: "增加" }, pagination: { "Go to first page": "前往第一页", "Go to last page": "前往最后一页", "Go to next page": "前往下一页", "Go to page {value}": "前往第{value}页", "Go to previous page": "前往上一页", Pagination: "分页", "{value} / {total}": "{value} / {total}", "{value} of {total}": "{value} / {total}" }, passwordInput: { "Password strength meter": "密码强度计", "Toggle password visibility": "切换密码可见性" }, progress: { "Loading...": "加载中...", "{value} percent": "{value}百分比" }, saturationSlider: { "Saturation and brightness thumb": "饱和度和亮度滑块", "Saturation {saturation}%, Brightness {brightness}%": "饱和度 {saturation}%, 亮度 {brightness}%" }, select: { "Clear value": "清除值" }, slider: { "Slider thumb": "滑块拇指" }, stat: { "Decreased by": "减少", "Increased by": "增加" }, table: { "Clear sorting": "清除排序", "Page size": "页面大小", "Select all rows": "选择所有行", "Select row": "选择行", "Sort ascending": "升序排序", "Sort descending": "降序排序" }, tag: { "Close tag": "关闭标签" }, toggle: { "Toggle button": "切换按钮" } }; var zh_CN_default = data; //#endregion exports.default = zh_CN_default; //# sourceMappingURL=zh-CN.cjs.map