tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
120 lines (119 loc) • 3.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _merge2 = _interopRequireDefault(require("lodash/merge"));
var _zh_TW = _interopRequireDefault(require("antd/lib/locale/zh_TW"));
function _interopRequireDefault(e) {
return e && e.__esModule ? e : {
"default": e
};
}
// 覆盖原始的语言包,以便在使用 LocalReceiver 时获取正确的语言包
var zh_TW = (0, _merge2["default"])(_zh_TW["default"], {
Table: {
loadingDescription: '資料載入中...',
emptyDescription: '暫無資料',
total: '共 ${total} 條記錄'
},
Empty: {
noGraphData: '暫無圖表',
noPermission: '暫無權限',
createdSuccessfully: '建立成功',
creationFailed: '建立失敗',
noNetwork: '網路未連接',
noData: '暫無資料'
},
Handle: {
more: '更多'
},
Exception: {
403: '很抱歉,暫無該頁面訪問權限',
404: '很抱歉,本頁暫無結果',
500: '很抱歉,伺服器報錯'
},
TntdCascader: {
noData: '暫無資料',
select: '請選擇'
},
PageLoading: {
text: '載入中...'
},
TntdSelect: {
noData: '暫無資料',
select: '請選擇'
},
TntdVirtualTree: {
functionalDep: '職能部門'
},
TntdSecondPage: {
back: '返回'
},
ColorPicker: {},
QueryForm: {
placeholder: '屬性類型篩選',
yes: '是',
no: '否',
propTitle: '屬性類型',
propValue: '屬性類型值',
moreFiltering: '更多篩選',
search: '搜尋',
reset: '重設',
collapse: '收起',
expand: '展開'
},
Drawer: {
okText: '確定',
cancelText: '取消'
},
ArrayInput: {
add: '新增',
action: '操作',
error: 'ArrayInput 的 children 必須是函式'
},
TntdReference: {
onLineFail: '上線驗證失敗',
weakMsg: '存在弱引用(被下線、停用、待提交/上線、匯入待提交/上線、暫存、儲存等相關狀態元件引用)關係,謹慎操作',
strongMsg: '存在強引用(被上線、啟用、上下線審批中和指標初始化等相關狀態元件引用)關係,禁止操作',
cancel: '取消',
next: '下一步',
exist: '存在',
strong: '強引用',
weak: '弱引用',
relationFail: '查詢關聯關係失敗',
reliableQuery: '請提供一個可靠的查詢請求',
referenceFail: '查詢引用關係失敗',
inQuery: '查詢中...',
noData: '暫無資料',
viewReference: '引用關係檢視'
},
Input: {
enter: '請輸入'
},
InputNumber: {
enter: '請輸入'
},
QueryListScene: {
total: '共',
records: '條記錄'
},
Select: {
select: '請選擇'
},
TntdCheckboxSelect: {
all: '全選'
},
TntdLayout: {
nameNull: '暫無暱稱',
personalSettings: '個人設定',
changePwd: '修改密碼',
signOut: '登出',
globalNavigation: '全域導航',
menuSearch: '選單搜尋'
},
TntdRcSelect: {
select: '請選擇'
}
});
var _default = exports["default"] = zh_TW;