| 1 | { |
| 2 | "title": "Wallet Accounts", |
| 3 | "subtitle": "Manage your payment receiving accounts", |
| 4 | "addWallet": "Add Wallet", |
| 5 | "editWallet": "Edit Wallet", |
| 6 | "noWallets": "No wallet accounts yet", |
| 7 | "noWalletsDesc": "Add a wallet account to receive payments", |
| 8 | "types": { |
| 9 | "alipay": "Alipay", |
| 10 | "wechat_pay": "WeChat Pay", |
| 11 | "stripe_connect": "Stripe", |
| 12 | "wise": "Wise" |
| 13 | }, |
| 14 | "fields": { |
| 15 | "account": "Account", |
| 16 | "userName": "Real Name", |
| 17 | "idCard": "ID Card Number", |
| 18 | "phone": "Phone Number", |
| 19 | "email": "Email", |
| 20 | "currency": "Currency", |
| 21 | "recipientType": "Account Type", |
| 22 | "accountHolderName": "Account Holder Name" |
| 23 | }, |
| 24 | "actions": { |
| 25 | "setDefault": "Set as Default", |
| 26 | "edit": "Edit", |
| 27 | "delete": "Delete" |
| 28 | }, |
| 29 | "status": { |
| 30 | "default": "Default", |
| 31 | "verified": "Verified", |
| 32 | "unverified": "Unverified" |
| 33 | }, |
| 34 | "messages": { |
| 35 | "createSuccess": "Wallet created successfully", |
| 36 | "createFailed": "Failed to create wallet", |
| 37 | "updateSuccess": "Wallet updated successfully", |
| 38 | "updateFailed": "Failed to update wallet", |
| 39 | "deleteSuccess": "Wallet deleted successfully", |
| 40 | "deleteFailed": "Failed to delete wallet", |
| 41 | "setDefaultSuccess": "Default wallet changed", |
| 42 | "setDefaultFailed": "Failed to set default wallet", |
| 43 | "loading": "Loading...", |
| 44 | "loadFailed": "Failed to load wallet accounts" |
| 45 | }, |
| 46 | "confirm": { |
| 47 | "deleteTitle": "Delete Wallet", |
| 48 | "deleteContent": "Are you sure you want to delete this wallet account? This action cannot be undone." |
| 49 | }, |
| 50 | "form": { |
| 51 | "selectType": "Select Wallet Type", |
| 52 | "selectTypeDesc": "Choose the type of wallet you want to add", |
| 53 | "fillDetails": "Fill Details", |
| 54 | "submit": "Add Wallet", |
| 55 | "submitting": "Adding...", |
| 56 | "update": "Save Changes", |
| 57 | "updating": "Saving...", |
| 58 | "cancel": "Cancel", |
| 59 | "back": "Back", |
| 60 | "setAsDefault": "Set as default wallet", |
| 61 | "required": "This field is required", |
| 62 | "invalidFormat": "Invalid format" |
| 63 | }, |
| 64 | "wise": { |
| 65 | "title": "Wise Account", |
| 66 | "selectCurrency": "Select Currency", |
| 67 | "selectCurrencyPlaceholder": "Choose currency", |
| 68 | "selectRecipientType": "Select Account Type", |
| 69 | "selectRecipientTypePlaceholder": "Choose account type", |
| 70 | "loadingRequirements": "Loading form fields...", |
| 71 | "loadRequirementsFailed": "Failed to load form fields", |
| 72 | "supportedCurrencies": "Supported currencies: EUR, GBP, USD, CNY, etc.", |
| 73 | "firstName": "First Name", |
| 74 | "lastName": "Last Name", |
| 75 | "firstNamePlaceholder": "Enter first name", |
| 76 | "lastNamePlaceholder": "Enter last name", |
| 77 | "emailPlaceholder": "Enter email address", |
| 78 | "wiseEmail": "Wise Account Email" |
| 79 | }, |
| 80 | "alipay": { |
| 81 | "title": "Alipay Account", |
| 82 | "notice": "You are creating an Alipay account. We will transfer funds to your Alipay account.", |
| 83 | "accountPlaceholder": "Enter Alipay account (phone/email)", |
| 84 | "userNamePlaceholder": "Enter real name", |
| 85 | "phonePlaceholder": "Enter phone number", |
| 86 | "phoneRequired": "Please enter a phone number" |
| 87 | }, |
| 88 | "wechat": { |
| 89 | "title": "WeChat Pay Account", |
| 90 | "accountPlaceholder": "Enter WeChat ID", |
| 91 | "userNamePlaceholder": "Enter real name" |
| 92 | }, |
| 93 | "stripe": { |
| 94 | "title": "Stripe Account", |
| 95 | "connected": "Connected", |
| 96 | "notConnected": "Not Connected", |
| 97 | "connectStripe": "Connect Stripe Account" |
| 98 | }, |
| 99 | "manage": { |
| 100 | "title": "Manage Wallets" |
| 101 | }, |
| 102 | "balance": { |
| 103 | "available": "Available Balance", |
| 104 | "totalIncome": "Total Income", |
| 105 | "totalWithdrawn": "Withdrawn", |
| 106 | "frozen": "Frozen" |
| 107 | }, |
| 108 | "withdraw": { |
| 109 | "title": "Withdraw", |
| 110 | "availableBalance": "Creator Balance", |
| 111 | "selectWallet": "Select Wallet", |
| 112 | "selectWalletPlaceholder": "Choose a wallet", |
| 113 | "selectWalletRequired": "Please select a wallet", |
| 114 | "noWallet": "No wallet available", |
| 115 | "noWalletDesc": "Please add a wallet first", |
| 116 | "amount": "Amount", |
| 117 | "amountPlaceholder": "Enter amount", |
| 118 | "amountInvalid": "Please enter a valid amount", |
| 119 | "minAmount": "Minimum withdrawal amount is {{symbol}}{{amount}}", |
| 120 | "amountExceedsBalance": "Amount exceeds balance", |
| 121 | "submit": "Submit", |
| 122 | "submitting": "Submitting...", |
| 123 | "success": "Withdrawal submitted", |
| 124 | "failed": "Withdrawal failed" |
| 125 | } |
| 126 | } |
| 127 |