diff --git a/src/i18n/de/translation.json b/src/i18n/de/translation.json index d0123f94e0d608f79defb1b1d77c01b64b595c97..67032b126601dd6a59925b00af31d0b0f8ece232 100644 --- a/src/i18n/de/translation.json +++ b/src/i18n/de/translation.json @@ -2,9 +2,6 @@ "official-pdf-upload": { "upload-field-label": "Dokumente amtssignieren", "sub-headline": "Erlaubt das Hochladen von PDF-Dokumenten, um sie mit einer Amtssignatur zu versehen", - "save-field-label": "{{count}} Datei speichern", - "save-field-label_plural": "{{count}} Dateien speichern", - "save-field-label_2": "{{count}} Dateien speichern", "upload-text": "Sie können PDF-Dokumente mit einer Maximalgröße von bis zu 32MB pro Dokument hochladen. Die PDF-Dokumente dürfen sich auch in ZIP-Dateien befinden.", "upload-area-text": "Sie können in diesem Bereich PDF-Dokumente mit einer Maximalgröße von bis zu 32MB pro Dokument per Drag & Drop oder per Direktauswahl hochladen. Die PDF-Dokumente dürfen sich auch in ZIP-Dateien befinden.", "queued-files-label": "Dokumente in der Warteschlange", @@ -68,14 +65,11 @@ "signature-placement-label": "Signatur platzieren", "positioning": "Positionierung", "confirm-page-leave": "Sind Sie sicher, dass Sie die Seite verlassen wollen? Es stehen signierte Dokumente zum Download bereit.", - "file-picker-context": "PDF-Dokumente zum Signieren auswählen", - "add-annotation-title": "Dem PDF eine Kennzahl hinzufügen" + "file-picker-context": "PDF-Dokumente zum Signieren auswählen" }, "signature-verification": { "upload-field-label": "PDF-Dokumente zum Überprüfen der Signaturen hochladen", "sub-headline": "Erlaubt das Verifizieren von signierten PDF-Dokumenten", - "save-field-label": "{{count}} Datei speichern", - "save-field-label_plural": "{{count}} Dateien speichern", "upload-text": "Sie können in diesem Bereich PDF-Dokumente mit einer Maximalgröße von bis zu 32MB pro Dokument hochladen. Die PDF-Dokumente dürfen sich auch in ZIP-Dateien befinden.", "upload-area-text": "Sie können in diesem Bereich PDF-Dokumente mit einer Maximalgröße von bis zu 32MB pro Dokument per Drag & Drop oder per Direktauswahl hochladen. Die PDF-Dokumente dürfen sich auch in ZIP-Dateien befinden.", "queued-files-label": "Dokumente in der Warteschlange", @@ -101,7 +95,8 @@ "serial-number": "Seriennummer", "value-message": "Überprüfung", "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.", + "file-picker-context": "PDF-Dokumente zum Verifizieren auswählen" }, "signature-verification-extern": { "headline": "Signierte Dokumente verifizieren", @@ -125,6 +120,5 @@ "error-cancel-message": "Der Signaturprozess wurde manuell abgebrochen.", "error-rights-message": "Abbruch auf Grund mangelnder Rechte Ihres Accounts.", "label-manual-positioning-missing": "Bestehende Signatur vorhanden, bitte wählen Sie ihre Positionierung manuell.", - "error-manual-positioning-missing": "Ein oder mehrere Signaturen in der Warteschlange müssen manuell positioniert werden.", - "annotation-author": "({{appName}}) im Namen von {{personName}}" + "error-manual-positioning-missing": "Ein oder mehrere Signaturen in der Warteschlange müssen manuell positioniert werden." } diff --git a/src/i18n/en/translation.json b/src/i18n/en/translation.json index 21d70eeb8f7e5eed0789d59dddb2bd69894621e9..441d4c93fddc637da2d7c856a29564f866b5fe78 100644 --- a/src/i18n/en/translation.json +++ b/src/i18n/en/translation.json @@ -2,8 +2,6 @@ "official-pdf-upload": { "upload-field-label": "Officially sign", "sub-headline": "Allows upload of PDF-documents to officially sign them", - "save-field-label": "Save {{count}} file", - "save-field-label_plural": "Save {{count}} files", "upload-text": "In this area you can upload PDF-documents up to a size of 32MB. The PDF-documents can also be located in a ZIP-file.", "upload-area-text": "In this area you can upload PDF-documents up to a size of 32MB via Drag & Drop or by selecting them directly. The PDF-documents can also be located in a ZIP-file.", "queued-files-label": "Queued documents", @@ -67,14 +65,11 @@ "signature-placement-label": "Place signature", "positioning": "Positioning", "confirm-page-leave": "Are you sure you want to leave this page? There are still signed documents ready to be downloaded.", - "file-picker-context": "Upload PDF-documents to sign", - "add-annotation-title": "Add annotation to PDF" + "file-picker-context": "Upload PDF-documents to sign" }, "signature-verification": { "upload-field-label": "Verify signed documents", "sub-headline": "Allows verification of signed PDF-documents", - "save-field-label": "Save {{count}} file", - "save-field-label_plural": "Save {{count}} files", "upload-text": "In this area you can upload PDF-documents up to a size of 32MB. The PDF-documents can also be located in a ZIP-file.", "upload-area-text": "In this area you can upload PDF-documents up to a size of 32MB via Drag & Drop or by selecting them directly. The PDF-documents can also be located in a ZIP-file.", "queued-files-label": "Queued documents", @@ -125,6 +120,5 @@ "error-cancel-message": "The signature process was manually aborted.", "error-rights-message": "Abort due to insufficient rights of your account.", "label-manual-positioning-missing": "Existing signature present, please select its positioning manually.", - "error-manual-positioning-missing": "One or more signatures in the queue must be positioned manually.", - "annotation-author": "({{appName}}) in the name of {{personName}}" + "error-manual-positioning-missing": "One or more signatures in the queue must be positioned manually." }