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",

View File

@@ -71,6 +71,14 @@
"errorAccountExists": "Аккаунт с таким логином уже существует",
"errorInternalError": "Произошла внутренняя ошибка. Мы в курсе проблемы и работаем над ее решением. Пожалуйста, попробуйте позже",
"errorVerificationTokenNotFound": "Аккаунт для верификации не найден. Зарегистрируйтесь снова",
"errorInvalidTarget": "Неверная цель верификации. Попробуйте еще раз.",
"errorPendingTokenRequired": "Требуется дополнительная проверка. Повторите вход.",
"errorMissingDestination": "Укажите адрес для верификации.",
"errorMissingCode": "Введите код подтверждения.",
"errorMissingSession": "Отсутствуют данные сессии. Повторите вход.",
"errorTokenExpired": "Срок действия кода истек. Запросите новый.",
"errorCodeAttemptsExceeded": "Слишком много неверных попыток. Запросите новый код.",
"errorTooManyRequests": "Слишком много запросов. Подождите и попробуйте снова.",
"created": "Создано",
"edited": "Изменено",
"errorDataConflict": "Действие конфликтует с уже существующими данными. Проверьте дубликаты или противоречащие значения и попробуйте снова.",
@@ -503,12 +511,19 @@
},
"tokenColumn": "Токен (обязательно)",
"currency": "Валюта",
"amount": "Сумма",
"amount": "Сумма",
"comment": "Комментарий",
"uploadCSV": "Загрузите ваш CSV",
"upload": "Загрузить",
"hintUpload": "Поддерживаемый формат: .CSV · Макс. размер 1 МБ",
"uploadHistory": "История загрузок",
"viewWholeHistory": "Смотреть всю историю",
"paymentStatusSuccessful": "Платеж успешен",
"paymentStatusProcessing": "В обработке",
"paymentStatusReserved": "Средства зарезервированы",
"paymentStatusFailed": "Платеж неуспешен",
"paymentStatusCancelled": "Платеж отменен",
"paymentStatusPending": "В ожидании",
"payout": "Выплата",
"sendTo": "Отправить выплату",
"send": "Отправить выплату",