feat(admin): overpay certificate upload block

(cherry picked from commit b51b9d7d45db7b4597838d25a475291e453c7a7a)
This commit is contained in:
Boris Kovalskii
2026-06-11 22:27:29 +10:00
committed by Fringg
parent 6721e25df6
commit f52360449b
6 changed files with 305 additions and 3 deletions

View File

@@ -1636,6 +1636,22 @@
"quickAmountsInvalid": "Enter a positive amount in rubles",
"quickAmountsLimit": "No more than 10 amounts",
"quickAmountsRemove": "Remove amount {{value}} ₽",
"overpayCertTitle": "mTLS certificate (Overpay)",
"overpayCertValid": "✅ Valid until {{date}}",
"overpayCertUnreadable": "⚠️ Certificate cannot be read — wrong passphrase or corrupted file",
"overpayCertMissing": "❌ Certificate not uploaded",
"overpayCertEnvLockedPath": "Path is set via the OVERPAY_P12_PATH environment variable — the database value is not applied",
"overpayCertEnvLockedPassphrase": "Passphrase is set via the OVERPAY_P12_PASSPHRASE environment variable — the database value is not applied",
"overpayCertFile": "Certificate file (.p12 / .pfx)",
"overpayCertChooseFile": "Choose file",
"overpayCertPassphrase": "Certificate passphrase",
"overpayCertPassphrasePlaceholder": "Leave empty if none",
"overpayCertUpload": "Upload",
"overpayCertDelete": "Delete",
"overpayCertConfirmDelete": "Delete the Overpay certificate?",
"overpayCertFileTooLarge": "File exceeds 1 MB",
"overpayCertUploadError": "Failed to upload certificate",
"overpayCertDeleteError": "Failed to delete certificate",
"conditions": "Display conditions",
"userTypeFilter": "User type",
"userTypeAll": "All",