UNPKG

@gyenno/nutui-taro

Version:

京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)

118 lines (117 loc) 3.19 kB
var d = Object.defineProperty; var s = (t, a, o) => a in t ? d(t, a, { enumerable: !0, configurable: !0, writable: !0, value: o }) : t[a] = o; var e = (t, a, o) => (s(t, typeof a != "symbol" ? a + "" : a, o), o); import { B as i } from "./baseLang-0bdc6353.js"; class u extends i { constructor() { super(...arguments); e(this, "save", "Save"); e(this, "confirm", "Confirm"); e(this, "cancel", "Cancel"); e(this, "done", "Done"); e(this, "noData", "No Data"); e(this, "placeholder", "Placeholder"); e(this, "select", "Select"); e(this, "video", { errorTip: "Error Tip", clickRetry: "Click Retry" }); e(this, "fixednav", { activeText: "Close Nav", unActiveText: "Open Nav" }); e(this, "pagination", { prev: "Previous", next: "Next" }); e(this, "calendaritem", { weekdays: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], end: "End", start: "Start", title: "Calendar", monthTitle: (o, r) => `${o}/${r}`, today: "Today" }); e(this, "shortpassword", { title: "Please input a password", desc: "Verify", tips: "Forget password" }); e(this, "uploader", { ready: "Ready", readyUpload: "Ready to upload", waitingUpload: "Waiting for upload", uploading: "Uploading", success: "Upload successful", error: "Upload failed" }); e(this, "countdown", { day: " Day ", hour: " Hour ", minute: " Minute ", second: " Second " }); e(this, "address", { selectRegion: "Select Region", deliveryTo: "Delivery To", chooseAnotherAddress: "Choose Another Address" }); e(this, "signature", { reSign: "Re Sign", unSupportTpl: "Sorry, the current browser doesn't support canvas, so we can't use this control!" }); e(this, "ecard", { chooseText: "Select", otherValueText: "Other Value", placeholder: "Placeholder" }); e(this, "timeselect", { pickupTime: "Pickup Time" }); e(this, "sku", { buyNow: "Buy Now", buyNumber: "Buy Number", addToCart: "Add to Cart" }); e(this, "skuheader", { skuId: "Sku Number" }); e(this, "addresslist", { addAddress: "Add New Address", default: "default" }); e(this, "comment", { complaintsText: "I have a complaint", additionalReview: (o) => `Review after ${o} days of purchase`, additionalImages: (o) => `There are ${o} follow-up comments` }); e(this, "infiniteloading", { loading: "Loading...", pullTxt: "Loose to refresh", loadMoreTxt: "Oops, this is the bottom" }); e(this, "datepicker", { year: "Year", month: "Month", day: "Day", hour: "Hour", min: "Minute", seconds: "Second" }); e(this, "audiooperate", { back: "Back", start: "Start", pause: "Pause", forward: "Forward", mute: "Mute" }); e(this, "pullrefresh", { pulling: "Pull to refresh...", loosing: "Loose to refresh...", loading: "Loading..." }); } } export { u as default };