tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
99 lines (97 loc) • 3.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _merge2 = _interopRequireDefault(require("lodash/merge"));
var _en_US = _interopRequireDefault(require("antd/lib/locale/en_US"));
function _interopRequireDefault(e) {
return e && e.__esModule ? e : {
"default": e
};
}
/*
* @Author: 周泽飞 zefei.zhou@tongdun.net
* @Date: 2023-11-01 17:14:46
* @LastEditors: 周泽飞 zefei.zhou@tongdun.net
* @LastEditTime: 2023-11-03 17:02:30
* @FilePath: /tntd/packages/tntd/src/locale/en_US.ts
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
// 覆盖原始的语言包,以便在使用 LocalReceiver 时获取正确的语言包
var en_US = (0, _merge2["default"])(_en_US["default"], {
Table: {
loadingDescription: 'loading...',
emptyDescription: 'No data',
total: 'Totally ${total} Record(s)'
},
Empty: {
noGraphData: 'No data',
noPermission: 'No permission',
createdSuccessfully: 'Created successfully',
creationFailed: 'Creation failed',
noNetwork: 'Network not connected',
noData: 'No data'
},
Calendar: {
lang: {
timeSelect: 'Select time',
ok: 'OK',
dateSelect: 'Select date'
}
},
Handle: {
more: 'More'
},
Exception: {
'403': "Sorry, we don't have access to this page",
'404': 'Sorry, there are no results on this page',
'500': "I'm sorry, the server reported an error"
},
TntdCascader: {
noData: 'No data'
},
TntdSelect: {
noData: 'No data'
},
PageLoading: {
text: 'loading...'
},
TntdSecondPage: {
back: 'Back'
},
ColorPicker: {},
QueryForm: {
placeholder: 'Attribute type filtering',
yes: 'Yes',
no: 'No',
propTitle: 'Attribute type',
propValue: 'Attribute type value'
},
Drawer: {
okText: 'OK',
cancelText: 'Cancel'
},
ArrayInput: {
add: 'Add',
action: 'Action',
error: 'The children of ArrayInput must be functions'
},
TntdReference: {
onLineFail: 'On-line verification failure',
weakMsg: 'Caution When performing this operation, weak references exist for status components, such as offline, disabled, to be submitted/online, Import to be submitted/online, temporary, and save',
strongMsg: 'A strong reference relationship exists (referenced by status components such as online, enabled, online and offline approval, and indicator initialization). Therefore, no operation is allowed',
cancel: 'Cancel',
next: 'Next',
exist: 'Exist',
strong: 'Strong',
weak: 'Weak',
relationFail: 'Description Failed to query the association relationship',
reliableQuery: 'Please provide a reliable query request',
referenceFail: 'Description Failed to query the reference relationship',
inQuery: 'In query...',
noData: 'No data',
viewReference: 'Reference relationship viewing'
}
});
var _default = exports["default"] = en_US;