mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #951] [CLOSED] fixed and added German translations for Panel #1078
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/951
Author: @Addereum
Created: 1/26/2025
Status: ❌ Closed
Base:
main← Head:add-de-translations📝 Commits (2)
a550c1efixed and added German translations for Panelb2e2accfix single_quote📊 Changes
8 files changed (+181 additions, -1 deletions)
View changed files
📝
lang/de/admin/eggs.php(+9 -0)➕
lang/de/admin/index.php(+19 -0)📝
lang/de/auth.php(+40 -1)📝
lang/de/dashboard/account.php(+8 -0)📝
lang/de/dashboard/index.php(+47 -0)➕
lang/de/search.php(+9 -0)📝
lang/de/server/users.php(+24 -0)📝
lang/de/strings.php(+25 -0)📄 Description
This pull request improves the German translations for the Panel by:
Adding missing translations:
Several strings were completely untranslated and have now been fully localized to German.
Examples include:
password_confirmation→Passwortbestätigungcurrent_password→Aktuelles Passwortforce_outgoing_ip→Erzwinge ausgehende IPCompleting partial translations:
Some entries were only partially translated, leaving parts in English. These have now been fully translated for better consistency and user experience.
Ensuring consistency across translations:
Standardized the translation wording to match the tone and style used in the rest of the Panel for a seamless user experience.
Grammar and wording improvements:
Minor corrections were made to enhance readability and align with common German phrasing.
Testing
This PR enhances the German localization and improves overall usability for German-speaking users.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.