Skip to content
Snippets Groups Projects
Unverified Commit 092cba01 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Implement signature verification page

parent 9c7ec69f
No related branches found
No related tags found
No related merge requests found
Pipeline #11714 passed
{
"element": "vpu-signature-verification",
"module_src": "vpu-signature-verification.js",
"routing_name": "signature-verification",
"name": {
"de": "Signierte Dokumente verifizieren",
"en": "Verify signed documents"
},
"short_name": {
"de": "Signierte Dokumente verifizieren",
"en": "Verify signed documents"
},
"description": {
"de": "Erlaubt das Verifizieren von signierten PDF-Dokumenten",
"en": "Allows verification of signed PDF-documents"
}
}
......@@ -15,7 +15,9 @@
"activities": [
{"path": "vpu-official-signature-pdf-upload.metadata.json",
"visible": <%= environment == "local" || environment == "development" %>},
{"path": "vpu-qualified-signature-pdf-upload.metadata.json"}
{"path": "vpu-qualified-signature-pdf-upload.metadata.json"},
{"path": "vpu-signature-verification.metadata.json",
"visible": <%= environment == "local" || environment == "development" %>}
],
"attributes": []
}
\ No newline at end of file
......@@ -137,6 +137,7 @@ export default {
'src/' + pkg.name + '.js',
'src/vpu-official-signature-pdf-upload.js',
'src/vpu-qualified-signature-pdf-upload.js',
'src/vpu-signature-verification.js',
] : glob.sync('test/**/*.js'),
output: {
dir: 'dist',
......
......@@ -67,6 +67,36 @@
"file-label": "Dokument",
"confirm-page-leave": "Sind Sie sicher, dass Sie die Seite verlassen wollen? Es stehen signierte Dokumente zum Download bereit."
},
"signature-verification": {
"upload-field-label": "PDF-Dokumente zum Überprüfen der Signaturen hochladen",
"upload-area-text": "Sie können in diesem Bereich PDF-Dokumente per Drag & Drop oder per Direktauswahl hochladen. Die PDF-Dokumente dürfen sich auch in ZIP-Dateien befinden.",
"current-verification-process-label": "Aktueller Verifikationsprozess",
"queued-files-label": "Dokumente in der Warteschlange",
"queued-files-empty1": "Kein Dokument in der Warteschlange",
"queued-files-empty2": "Sie können jetzt ein neues Dokument hochladen",
"remove-failed-file-button-title": "Fehlgeschlagenes Dokument entfernen",
"remove-queued-file-button-title": "Dokument aus der Warteschlange entfernen",
"clear-all": "Alle entfernen",
"start-verification-process-button": "Verifikations starten",
"stop-verification-process-button": "Verifikation unterbrechen",
"show-preview": "Dokument anzeigen",
"positioning-automatic": "Automatisch",
"positioning-manual": "Manuell",
"close-preview": "Dokumentansicht schließen",
"preview-label": "Dokumentenansicht",
"start-verification-process-button-running-title": "Verifikationsvorgang läuft gerade",
"remove-current-file-button-title": "Aktuellen Verifikationsprozess abbrechen",
"verified-files-label": "Verifizierte Dokumente",
"upload-button-label": "PDF-Dokumente auswählen",
"error-files-label": "Fehlgeschlagene Verifikationsvorgänge",
"re-upload-file-button-title": "Erneut hochladen",
"upload-status-file-text": "({{fileSize}}) wird hochgeladen und verifiziert...",
"re-upload-all-button": "Alle erneut hochladen",
"re-upload-all-button-title": "Alle fehlgeschlagen Uploads erneut hochladen",
"file-label": "Dokument",
"given-name": "Vorname",
"last-name": "Nachname"
},
"pdf-preview": {
"first": "Erste",
"previous": "Vorherige",
......
......@@ -67,6 +67,36 @@
"file-label": "document",
"confirm-page-leave": "Are you sure you want to leave this page? There are still signed documents ready to be downloaded."
},
"signature-verification": {
"upload-field-label": "Upload PDF-documents to verify",
"upload-area-text": "In this area you can upload PDF-documents via Drag & Drop or by selecting them directly. The PDF-documents can also be located in a ZIP-file.",
"current-verification-process-label": "Current Verification process",
"queued-files-label": "Queued documents",
"queued-files-empty1": "No queued documents",
"queued-files-empty2": "You can now upload more documents",
"remove-failed-file-button-title": "Remove failed document",
"remove-queued-file-button-title": "Remove document from queue",
"clear-all": "Clear all",
"start-verification-process-button": "Start Verification",
"stop-verification-process-button": "Stop Verification",
"show-preview": "Show document",
"positioning-automatic": "Automatic",
"positioning-manual": "Manual",
"close-preview": "Close preview",
"preview-label": "Document view",
"start-verification-process-button-running-title": "Verification process running",
"remove-current-file-button-title": "Cancel current verification process",
"verified-files-label": "Verified documents",
"upload-button-label": "Select PDF-documents",
"error-files-label": "Failed verification processes",
"re-upload-file-button-title": "Upload again",
"upload-status-file-text": "({{fileSize}}) is currently uploading and being processed...",
"re-upload-all-button": "Upload all",
"re-upload-all-button-title": "Upload all failed uploads again",
"file-label": "document",
"given-name": "Given name",
"last-name": "Last name"
},
"pdf-preview": {
"first": "First",
"previous": "Previous",
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment