Improve German translation (de/messages.php)#429
Merged
jsuto merged 1 commit intojsuto:masterfrom Feb 20, 2026
Merged
Conversation
Fix ~20 issues in the German locale file: - Update outdated "Clapf" references to "Piler" - Fix misleading "Aufbewahrungsfrist" → "Löschschutz (Legal Hold)" - Correct wrong translations (text_admin_user, text_statistics, text_monitor, etc.) - Fix typos (gescheiter→gescheitert, speichen→speichern, Aktivitat→Aktivität) - Translate remaining English string (characters→Zeichen) - Fix grammatical case (Domänen→Domäne, Aufbewahrungstagen→Aufbewahrungstage) Closes jsuto#428
jsuto
approved these changes
Feb 20, 2026
Owner
|
Thank you for the fix. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR improves the German translation file with ~20 corrections. The changes were identified and tested in a production Piler 1.4.8 installation.
Changes
Outdated references
text_main_title: "Clapf Benutzeroberfläche" → "Piler Benutzeroberfläche"text_warning_about_default_policy: "clapf.conf" → "piler.conf"Misleading translation
text_legal_hold: "Aufbewahrungsfrist" (retention period) → "Löschschutz (Legal Hold)" — Legal Hold prevents deletion, which is the opposite of a retention periodImproved translations
text_admin_user: "Benutzerberechtigung" → "Administrator"text_body: "Nachricht" → "Inhalt" (avoids duplicate withtext_message)text_text2: "Nachricht" → "Text"text_statistics: "Archivierungsverlauf" → "Statistiken"text_monitor: "Auswertung" → "Überwachung"text_view_journal: "Umschlag" → "Journal"text_page_length: "Seitenlänge" → "Ergebnisse pro Seite"text_accounting: "Nutzungsstatistik" → "Archivnutzung" (+ email/domain variants)Typos fixed
text_failed_to_remove: "gescheiter" → "gescheitert"text_failed_to_restore: "gescheiter" → "gescheitert"text_save_search: "speichen" → "speichern"text_last_activity: "Aktivitat" → "Aktivität"Untranslated string
text_empty_search_result: "characters" → "Zeichen"Grammar
text_removed: "Entfernen" → "Entfernt" (verb → past participle)text_retention_days: "Aufbewahrungstagen" → "Aufbewahrungstage" (dative → nominative)text_domain: "Domänen" → "Domäne" (plural → singular)Closes #428