Changeset View
Changeset View
Standalone View
Standalone View
apps/marlin-wallet/i18n/en.json
| Show All 12 Lines | "camera": { | ||||
| "manualEntry": "Manual Entry", | "manualEntry": "Manual Entry", | ||||
| "noCameraAvailable": "No Camera Available", | "noCameraAvailable": "No Camera Available", | ||||
| "noCameraDescription": "Camera access is not available on this device. Use the \"Manual Entry\" button below to enter an address.", | "noCameraDescription": "Camera access is not available on this device. Use the \"Manual Entry\" button below to enter an address.", | ||||
| "title": "Camera" | "title": "Camera" | ||||
| }, | }, | ||||
| "errors": { | "errors": { | ||||
| "anErrorOccurred": "An error occurred", | "anErrorOccurred": "An error occurred", | ||||
| "amountTooSmall": "Amount is too small", | "amountTooSmall": "Amount is too small", | ||||
| "cannotCoverFee": "Insufficient XEC for network fee", | |||||
| "failedToLoadWallet": "Failed to load the wallet", | "failedToLoadWallet": "Failed to load the wallet", | ||||
| "failedToSendTransaction": "Failed to send transaction", | "failedToSendTransaction": "Failed to send transaction", | ||||
| "insufficientFunds": "Insufficient funds", | "insufficientFunds": "Insufficient funds", | ||||
| "invalidAddress": "Invalid address", | "invalidAddress": "Invalid address", | ||||
| "transactionFailed": "Transaction failed" | "transactionFailed": "Transaction failed" | ||||
| }, | }, | ||||
| "history": { | "history": { | ||||
| "loadingTransactions": "Loading transactions...", | "loadingTransactions": "Loading transactions...", | ||||
| ▲ Show 20 Lines • Show All 67 Lines • Show Last 20 Lines | |||||