mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
feat(admin): overpay certificate upload block
(cherry picked from commit b51b9d7d45db7b4597838d25a475291e453c7a7a)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user