@edgex-web/components
Version:
EdgeX Universal UI Components Library - Reusable React components for deposit, withdraw and other common UI patterns
61 lines • 1.76 kB
TypeScript
export declare const zhTW: {
deposit: {
title: string;
chain: string;
asset: string;
amount: string;
available: string;
equity: string;
confirmDeposit: string;
switchNetwork: string;
max: string;
arrivalTime: string;
minDeposit: string;
minDepositParsed: string;
maxDeposit: string;
depositTipFor25w: string;
depositAllTip: string;
enableSystemProWithToken: string;
enableTokenDesc: string;
enableWithToken: string;
arrivaltimeTooltip1: string;
arrivaltimeTooltip2: string;
arrivalEstimated: string;
availableDesc: string;
noPrivateKeyWalletWarning: string;
layerZeroDepositTip: string;
layerZeroDepositTipExceedPool: string;
layerZeroDepositTipGte200k: string;
layerZeroDepositButton: string;
};
withdraw: {
noticeDesc: string;
crossChainTips: string;
commonWithdraw: string;
withdraw: string;
speed: string;
confirmWithdraw: string;
speedNote: string;
speedNoteSpeed1: string;
speedNoteSpeed2: string;
speedNoteSpeed3: string;
receiverAddress: string;
fee: string;
feeRate: string;
withdrawlAmount: string;
amountToReceive: string;
invalidReceiverAddress: string;
availableDesc: string;
feeCalculationTip: string;
crossChainPoolBalance: string;
poolBalance: string;
poolBalanceInsufficientTip: string;
};
account: {
title: string;
perpetual: string;
spot: string;
};
};
export default zhTW;
//# sourceMappingURL=zh-TW.d.ts.map