From c888cef023ae5b3d901a054513d4c2f5f686d194 Mon Sep 17 00:00:00 2001 From: Ludy Date: Thu, 16 Jan 2025 23:03:00 +0100 Subject: [PATCH] Add: German Translation (#2725) # Description Please provide a summary of the changes, including relevant motivation and context. Closes #(issue_number) ## Checklist - [x] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [x] I have performed a self-review of my own code - [ ] I have attached images of the change if it is UI based - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] If my code has heavily changed functionality I have updated relevant docs on [Stirling-PDFs doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) - [x] My changes generate no new warnings - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) --- scripts/ignore_translation.toml | 1 + src/main/resources/messages_de_DE.properties | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/ignore_translation.toml b/scripts/ignore_translation.toml index f5cf5257..b5ad09ce 100644 --- a/scripts/ignore_translation.toml +++ b/scripts/ignore_translation.toml @@ -56,6 +56,7 @@ ignore = [ 'validateSignature.cert.version', 'validateSignature.status', 'watermark.type.1', + 'redact.zoom', ] [el_GR] diff --git a/src/main/resources/messages_de_DE.properties b/src/main/resources/messages_de_DE.properties index ec680f11..5c3a52cd 100644 --- a/src/main/resources/messages_de_DE.properties +++ b/src/main/resources/messages_de_DE.properties @@ -862,7 +862,7 @@ sign.first=Erste Seite sign.last=Letzte Seite sign.next=Nächste Seite sign.previous=Vorherige Seite -sign.maintainRatio=Toggle maintain aspect ratio +sign.maintainRatio=Seitenverhältnis beibehalten ein-/ausschalten #repair @@ -1320,8 +1320,8 @@ splitByChapters.submit=PDF teilen fileChooser.click=Klicken fileChooser.or=oder fileChooser.dragAndDrop=Drag & Drop -fileChooser.dragAndDropPDF=Drag & Drop PDF file -fileChooser.dragAndDropImage=Drag & Drop Image file +fileChooser.dragAndDropPDF=Drag & Drop PDF-Datei +fileChooser.dragAndDropImage=Drag & Drop Bilddatei fileChooser.hoveredDragAndDrop=Datei(en) hierhin Ziehen & Fallenlassen #release notes