antd-mobile
Version:
<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />
43 lines • 876 B
JavaScript
export const base = {
common: {
confirm: 'Confirm',
cancel: 'Cancel'
},
Calendar: {
markItems: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
renderYearAndMonth: (year, month) => `${year}/${month}`
},
Cascader: {
placeholder: 'Selecting'
},
Dialog: {
ok: 'OK'
},
ErrorBlock: {
default: {
title: 'Oops, something went wrong',
description: 'Please wait a minute and try again'
},
busy: {
title: 'Oops, not loading',
description: 'Try to refresh the page'
},
disconnected: {
title: 'Network is busy',
description: 'Try to refresh the page'
},
empty: {
title: "Hmm, couldn't find that...",
description: 'Want to try a new search?'
}
},
ImageUploader: {
uploading: 'Uploading...'
},
Mask: {
name: 'Mask'
},
Modal: {
ok: 'OK'
}
};