Files
jk8_admin/web/src/lang/backend/zh-cn/bank.ts
2026-04-16 14:16:41 +08:00

26 lines
649 B
TypeScript

export default {
id: 'ID',
weigh: '权重',
bank_name: '账户名',
bank_account: '账户',
safe_alert: '安全警报',
'safe_alert 0': 'off',
'safe_alert 1': 'hourly',
'safe_alert 2': 'daily',
'safe_alert 3': 'weekly',
'safe_alert 4': 'monthly',
'safe_alert 5': 'yearly',
'safe_alert 6': 'lifetime',
tx_in: 'tx in',
tx_out: 'tx out',
fund_in: 'fund in',
fund_out: 'fund out',
label_color: '标签颜色',
status: '状态',
'status 0': '禁用',
'status 1': '启用',
create_time: '创建时间',
update_time: '修改时间',
'quick Search Fields': 'ID',
}