tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
99 lines • 3.2 kB
TypeScript
export namespace zh_CN {
const globalNavigation: string;
const menuSearch: string;
const search: string;
const reset: string;
const moreFiltering: string;
const expand: string;
const collapse: string;
const totalRecords: string;
const nameNull: string;
const personalSettings: string;
const changePwd: string;
const signOut: string;
const handleMore: string;
const enter: string;
const select: string;
const onLineFail: string;
const weakMsg: string;
const strongMsg: string;
const cancel: string;
const next: string;
const exist: string;
const strong: string;
const weak: string;
const relationFail: string;
const reliableQuery: string;
const referenceFail: string;
const inQuery: string;
const noData: string;
const viewReference: string;
}
export namespace en_US {
const globalNavigation_1: string;
export { globalNavigation_1 as globalNavigation };
const menuSearch_1: string;
export { menuSearch_1 as menuSearch };
const search_1: string;
export { search_1 as search };
const reset_1: string;
export { reset_1 as reset };
const moreFiltering_1: string;
export { moreFiltering_1 as moreFiltering };
const expand_1: string;
export { expand_1 as expand };
const collapse_1: string;
export { collapse_1 as collapse };
const totalRecords_1: string;
export { totalRecords_1 as totalRecords };
const nameNull_1: string;
export { nameNull_1 as nameNull };
const personalSettings_1: string;
export { personalSettings_1 as personalSettings };
const changePwd_1: string;
export { changePwd_1 as changePwd };
const signOut_1: string;
export { signOut_1 as signOut };
const handleMore_1: string;
export { handleMore_1 as handleMore };
const enter_1: string;
export { enter_1 as enter };
const select_1: string;
export { select_1 as select };
const onLineFail_1: string;
export { onLineFail_1 as onLineFail };
const weakMsg_1: string;
export { weakMsg_1 as weakMsg };
const strongMsg_1: string;
export { strongMsg_1 as strongMsg };
const cancel_1: string;
export { cancel_1 as cancel };
const next_1: string;
export { next_1 as next };
const exist_1: string;
export { exist_1 as exist };
const strong_1: string;
export { strong_1 as strong };
const weak_1: string;
export { weak_1 as weak };
const relationFail_1: string;
export { relationFail_1 as relationFail };
const reliableQuery_1: string;
export { reliableQuery_1 as reliableQuery };
const referenceFail_1: string;
export { referenceFail_1 as referenceFail };
const inQuery_1: string;
export { inQuery_1 as inQuery };
const noData_1: string;
export { noData_1 as noData };
const viewReference_1: string;
export { viewReference_1 as viewReference };
}
export function getText(key: any, language?: any, ...params: any[]): any;
export function getLanguage(): any;
declare namespace _default {
export { en_US };
export { zh_CN };
}
export default _default;
//# sourceMappingURL=prev-locale.d.ts.map