multiple payout page and small fixes

This commit is contained in:
Arseni
2026-02-11 02:48:30 +03:00
parent 66989ea36c
commit edb43f9909
77 changed files with 2120 additions and 1289 deletions

View File

@@ -71,6 +71,14 @@
"errorAccountExists": "Account with this login already exists",
"errorInternalError": "An internal error occurred. We're aware of the issue and working to resolve it. Please try again later",
"errorVerificationTokenNotFound": "Account for verification not found. Sign up again",
"errorInvalidTarget": "Invalid verification target. Please try again.",
"errorPendingTokenRequired": "Additional verification required. Please retry the login flow.",
"errorMissingDestination": "Please provide a destination for verification.",
"errorMissingCode": "Please enter the verification code.",
"errorMissingSession": "Session information is missing. Please retry the login flow.",
"errorTokenExpired": "Verification code has expired. Please request a new one.",
"errorCodeAttemptsExceeded": "Too many incorrect attempts. Please request a new code.",
"errorTooManyRequests": "Too many requests. Please wait a bit and try again.",
"created": "Created",
"edited": "Edited",
"errorDataConflict": "This action conflicts with existing data. Check for duplicates or conflicting values and try again.",
@@ -503,12 +511,19 @@
},
"tokenColumn": "Token (required)",
"currency": "Currency",
"amount": "Amount",
"amount": "Amount",
"comment": "Comment",
"uploadCSV": "Upload your CSV",
"upload": "Upload",
"hintUpload": "Supported format: .CSV · Max size 1 MB",
"uploadHistory": "Upload History",
"viewWholeHistory": "View Whole History",
"paymentStatusSuccessful": "Payment Successful",
"paymentStatusProcessing": "Processing",
"paymentStatusReserved": "Funds Reserved",
"paymentStatusFailed": "Payment Failed",
"paymentStatusCancelled": "Payment Cancelled",
"paymentStatusPending": "Pending",
"payout": "Payout",
"sendTo": "Send Payout To",
"send": "Send Payout",