Files
webman-buildadmin/web/src/lang/backend/zh-cn/routine/adminInfo.ts
2026-04-23 15:08:37 +08:00

41 lines
1.6 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export default {
'Last logged in on': '上次登录于',
'user name': '用户名',
'User nickname': '用户昵称',
'Please enter a nickname': '请输入昵称',
'e-mail address': '邮箱地址',
'phone number': '手机号码',
autograph: '签名',
'This guy is lazy and doesn write anything': '这家伙很懒,什么也没写',
'New password': '新密码',
'Please leave blank if not modified': '不修改请留空',
'Save changes': '保存修改',
'Operation log': '操作日志',
admin_wallet: '管理员钱包',
withdraw: '提现',
wallet_balance: '可用余额',
wallet_frozen_balance: '冻结余额',
wallet_total_income: '累计入账',
wallet_total_withdraw: '累计提现',
wallet_records: '钱包流水',
wallet_records_type: '类型',
wallet_records_direction: '方向',
wallet_direction_in: '入账',
wallet_direction_out: '出账',
wallet_records_amount: '金额',
wallet_records_balance_after: '变动后余额',
wallet_records_remark: '备注',
wallet_records_time: '时间',
withdraw_apply_title: '管理员提现申请',
withdraw_coin: '提现金额',
withdraw_coin_placeholder: '请输入 withdraw_coin两位小数',
receive_type: '收款方式',
receive_type_placeholder: '请选择 receive_type',
receive_account: '收款账户',
receive_account_placeholder: '请输入 receive_account',
idempotency_key: '幂等键',
idempotency_key_placeholder: '请输入 idempotency_key可留空自动生成',
remark: '备注',
submit_apply: '提交申请',
}