fix wrong German localization for null-assignee #659 default tip

Sat, 17 May 2025 17:42:39 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 17 May 2025 17:42:39 +0200
changeset 368
93a5d42d941f
parent 367
0a9065936aac

fix wrong German localization for null-assignee #659

src/main/resources/localization/strings_de.properties file | annotate | diff | comparison | revisions
src/main/webapp/WEB-INF/changelogs/changelog-de.jspf file | annotate | diff | comparison | revisions
src/main/webapp/WEB-INF/changelogs/changelog.jspf file | annotate | diff | comparison | revisions
--- a/src/main/resources/localization/strings_de.properties	Sat May 17 17:39:48 2025 +0200
+++ b/src/main/resources/localization/strings_de.properties	Sat May 17 17:42:39 2025 +0200
@@ -159,7 +159,7 @@
 ordinal=Sequenznummer
 placeholder.auto-assignee.tooltip=Weist, wenn m\u00f6glich, den Vorgang dem Leiter der Komponente.
 placeholder.auto-assignee=Automatisch
-placeholder.null-assignee=Niemandem
+placeholder.null-assignee=Nicht Zugewiesen
 placeholder.null-component=Keine
 placeholder.null-lead=Niemand
 placeholder.null-owner=Nicht Zugewiesen
--- a/src/main/webapp/WEB-INF/changelogs/changelog-de.jspf	Sat May 17 17:39:48 2025 +0200
+++ b/src/main/webapp/WEB-INF/changelogs/changelog-de.jspf	Sat May 17 17:42:39 2025 +0200
@@ -28,6 +28,7 @@
 
 <ul>
     <li>Pop-Up hinzugefügt, das über eine neue LightPIT-Version informiert.</li>
+    <li>Fehler in der Deutschen Übersetzung behoben.</li>
 </ul>
 
 <h3>Version 1.5.1</h3>
--- a/src/main/webapp/WEB-INF/changelogs/changelog.jspf	Sat May 17 17:39:48 2025 +0200
+++ b/src/main/webapp/WEB-INF/changelogs/changelog.jspf	Sat May 17 17:42:39 2025 +0200
@@ -28,6 +28,7 @@
 
 <ul>
     <li>Add popup informing about a new LightPIT release.</li>
+    <li>Fix errors in the German translation.</li>
 </ul>
 
 <h3>Version 1.5.1</h3>

mercurial