@ohu-mobile/core
Version:
26 lines (25 loc) • 488 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = exports.default = {
locale: 'zh_CN',
OhuDialog: {
defaultOKText: '确认',
defaultCancelText: '取消'
},
OhuLoading: {
defaultText: '加载中...'
},
OhuList: {
defaultFinishedText: '没有更多了'
},
OhuImage: {
defaultErrorTip: '加载失败'
},
OhuPopupHeader: {
confirmText: '确认',
cancelText: '取消'
}
};