Skip to content
Snippets Groups Projects
Commit ea24d2b7 authored by Tögl, Christina's avatar Tögl, Christina
Browse files

New RTR Verification activity

parent e3002759
No related branches found
No related tags found
1 merge request!2New RTR Verification activity
Pipeline #12414 passed with warnings
{
"element": "dbp-signature-verification-full",
"module_src": "dbp-signature-verification-full.js",
"routing_name": "signature-verification-full",
"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"
}
}
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
"visible": <%= environment == "local" || environment == "development" || environment == "demo" %>}, "visible": <%= environment == "local" || environment == "development" || environment == "demo" %>},
{"path": "dbp-qualified-signature-pdf-upload.metadata.json"}, {"path": "dbp-qualified-signature-pdf-upload.metadata.json"},
{"path": "dbp-signature-verification.metadata.json", {"path": "dbp-signature-verification.metadata.json",
"visible": <%= environment == "local" || environment == "development" %>},
{"path": "dbp-signature-verification-full.metadata.json",
"visible": <%= environment == "local" || environment == "development" %>} "visible": <%= environment == "local" || environment == "development" %>}
], ],
"attributes": [] "attributes": []
......
...@@ -150,6 +150,7 @@ export default { ...@@ -150,6 +150,7 @@ export default {
'src/dbp-official-signature-pdf-upload.js', 'src/dbp-official-signature-pdf-upload.js',
'src/dbp-qualified-signature-pdf-upload.js', 'src/dbp-qualified-signature-pdf-upload.js',
'src/dbp-signature-verification.js', 'src/dbp-signature-verification.js',
'src/dbp-signature-verification-full.js',
] : glob.sync('test/**/*.js'), ] : glob.sync('test/**/*.js'),
output: { output: {
dir: 'dist', dir: 'dist',
......
This diff is collapsed.
This diff is collapsed.
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
"remove-failed-file-button-title": "Fehlgeschlagenes Dokument entfernen", "remove-failed-file-button-title": "Fehlgeschlagenes Dokument entfernen",
"remove-queued-file-button-title": "Dokument aus der Warteschlange entfernen", "remove-queued-file-button-title": "Dokument aus der Warteschlange entfernen",
"clear-all": "Alle entfernen", "clear-all": "Alle entfernen",
"start-verification-process-button": "Verifikations starten", "start-verification-process-button": "Verifikation starten",
"stop-verification-process-button": "Verifikation unterbrechen", "stop-verification-process-button": "Verifikation unterbrechen",
"show-preview": "Dokument anzeigen", "show-preview": "Dokument anzeigen",
"preview-label": "Dokumentenansicht", "preview-label": "Dokumentenansicht",
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
"re-upload-file-button-title": "Erneut in die Warteschlange stellen", "re-upload-file-button-title": "Erneut in die Warteschlange stellen",
"upload-status-file-text": "({{fileSize}}) wird hochgeladen und verifiziert...", "upload-status-file-text": "({{fileSize}}) wird hochgeladen und verifiziert...",
"re-upload-all-button": "Alle wiederholen", "re-upload-all-button": "Alle wiederholen",
"re-upload-all-button-title": "Alle fehlgeschlagen Verifikationsprozesse erneut in die Warteschlange stellen", "re-upload-all-button-title": "Alle fehlgeschlagenen Verifikationsprozesse erneut in die Warteschlange stellen",
"given-name": "Vorname", "given-name": "Vorname",
"last-name": "Nachname", "last-name": "Nachname",
"nationality": "Nationalität", "nationality": "Nationalität",
...@@ -96,6 +96,11 @@ ...@@ -96,6 +96,11 @@
"no-signatures-found": "Es wurden keine Signaturen gefunden.", "no-signatures-found": "Es wurden keine Signaturen gefunden.",
"confirm-page-leave": "Sind Sie sicher, dass Sie die Seite verlassen wollen? Es stehen signierte Dokumente zum Download bereit." "confirm-page-leave": "Sind Sie sicher, dass Sie die Seite verlassen wollen? Es stehen signierte Dokumente zum Download bereit."
}, },
"signature-verification-extern": {
"headline": "Signierte Dokumente verifizieren",
"description-text": "Um eine PDF-Signatur auf ihre Gültigkeit zu überprüfen, benutzen Sie bitte das Verifikationsservice der Rundfunk und Telekom Regulierungs-GmbH. Mit diesem Verifikationsservice können Sie überprüfen, dass das Dokument nicht verändert wurde, welcher Teil des PDFs signiert wurde und von wem.",
"link-label": "Zum RTR Verifikationsservice wechseln"
},
"pdf-preview": { "pdf-preview": {
"first-page": "Erste Seite", "first-page": "Erste Seite",
"previous-page": "Vorherige Seite", "previous-page": "Vorherige Seite",
......
...@@ -95,6 +95,11 @@ ...@@ -95,6 +95,11 @@
"no-signatures-found": "No signatures were found.", "no-signatures-found": "No signatures were found.",
"confirm-page-leave": "Are you sure you want to leave this page? There are still signed documents ready to be downloaded." "confirm-page-leave": "Are you sure you want to leave this page? There are still signed documents ready to be downloaded."
}, },
"signature-verification-extern": {
"headline": "Verify signed Documents",
"description-text": "To check a PDF signature for validity, please use the verification service of the Rundfunk und Telekom Regulierungs-GmbH. With this verification service you can check that the document has not been modified, which part of the PDF has been signed and by whom.",
"link-label": "Switch to the RTR verification service"
},
"pdf-preview": { "pdf-preview": {
"first-page": "First page", "first-page": "First page",
"previous-page": "Previous page", "previous-page": "Previous page",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment