返回 AiToEarn
wallet.json
根目录 / project / aitoearn-web / src / app / i18n / locales / zh-CN / wallet.json
1 {
2 "title": "钱包账户",
3 "subtitle": "管理你的收款账户",
4 "addWallet": "添加钱包",
5 "editWallet": "编辑钱包",
6 "noWallets": "暂无钱包账户",
7 "noWalletsDesc": "添加钱包账户以接收付款",
8 "types": {
9 "alipay": "支付宝",
10 "wechat_pay": "微信支付",
11 "stripe_connect": "Stripe",
12 "wise": "Wise"
13 },
14 "fields": {
15 "account": "账户",
16 "userName": "真实姓名",
17 "idCard": "身份证号",
18 "phone": "手机号",
19 "email": "邮箱",
20 "currency": "货币",
21 "recipientType": "账户类型",
22 "accountHolderName": "账户持有人姓名"
23 },
24 "actions": {
25 "setDefault": "设为默认",
26 "edit": "编辑",
27 "delete": "移除"
28 },
29 "status": {
30 "default": "默认",
31 "verified": "已验证",
32 "unverified": "未验证"
33 },
34 "messages": {
35 "createSuccess": "钱包创建成功",
36 "createFailed": "钱包创建失败",
37 "updateSuccess": "钱包更新成功",
38 "updateFailed": "钱包更新失败",
39 "deleteSuccess": "钱包移除成功",
40 "deleteFailed": "钱包移除失败",
41 "setDefaultSuccess": "已设置为默认钱包",
42 "setDefaultFailed": "设置默认钱包失败",
43 "loading": "加载中...",
44 "loadFailed": "加载钱包账户失败"
45 },
46 "confirm": {
47 "deleteTitle": "移除钱包",
48 "deleteContent": "确定要移除此钱包账户吗?此操作无法撤销。"
49 },
50 "form": {
51 "selectType": "选择钱包类型",
52 "selectTypeDesc": "选择要添加的钱包类型",
53 "fillDetails": "填写详情",
54 "submit": "添加钱包",
55 "submitting": "添加中...",
56 "update": "保存更改",
57 "updating": "保存中...",
58 "cancel": "取消",
59 "back": "返回",
60 "setAsDefault": "设为默认钱包",
61 "required": "此字段为必填",
62 "invalidFormat": "格式无效"
63 },
64 "wise": {
65 "title": "Wise 账户",
66 "selectCurrency": "选择货币",
67 "selectCurrencyPlaceholder": "请选择货币",
68 "selectRecipientType": "选择账户类型",
69 "selectRecipientTypePlaceholder": "请选择账户类型",
70 "loadingRequirements": "加载表单字段中...",
71 "loadRequirementsFailed": "加载表单字段失败",
72 "supportedCurrencies": "支持的货币:EUR、GBP、USD、CNY 等",
73 "firstName": "名字",
74 "lastName": "姓氏",
75 "firstNamePlaceholder": "请输入名字",
76 "lastNamePlaceholder": "请输入姓氏",
77 "emailPlaceholder": "请输入邮箱地址",
78 "wiseEmail": "Wise 账号邮箱"
79 },
80 "alipay": {
81 "title": "支付宝账户",
82 "notice": "您要创建的是支付宝账户,我们会将钱汇款到您的支付宝",
83 "accountPlaceholder": "请输入支付宝账号(手机号/邮箱)",
84 "userNamePlaceholder": "请输入真实姓名",
85 "phonePlaceholder": "请输入手机号",
86 "phoneRequired": "请输入手机号"
87 },
88 "wechat": {
89 "title": "微信支付账户",
90 "accountPlaceholder": "请输入微信号",
91 "userNamePlaceholder": "请输入真实姓名"
92 },
93 "stripe": {
94 "title": "Stripe 账户",
95 "connected": "已连接",
96 "notConnected": "未连接",
97 "connectStripe": "连接 Stripe 账户"
98 },
99 "manage": {
100 "title": "管理钱包"
101 },
102 "balance": {
103 "available": "可用余额",
104 "totalIncome": "累计收入",
105 "totalWithdrawn": "已提现",
106 "frozen": "冻结金额"
107 },
108 "withdraw": {
109 "title": "提现",
110 "availableBalance": "创作者余额",
111 "selectWallet": "选择钱包",
112 "selectWalletPlaceholder": "请选择钱包",
113 "selectWalletRequired": "请选择钱包",
114 "noWallet": "暂无可用钱包",
115 "noWalletDesc": "请先添加钱包",
116 "amount": "金额",
117 "amountPlaceholder": "请输入金额",
118 "amountInvalid": "请输入有效金额",
119 "minAmount": "最低提现金额为 {{symbol}}{{amount}}",
120 "amountExceedsBalance": "金额超出余额",
121 "submit": "提交",
122 "submitting": "提交中...",
123 "success": "提现申请已提交",
124 "failed": "提现失败"
125 }
126 }
127
127 lines JSON