Release 2.5.0 (#4454)

- added command to list users
- corrected wrong german translation
- work contract validations
- prevent error with missing params
- use collapsible, minor UI improvement
- added classes to target menu buttons in custom rules
- disable webpack notifier, incompatible with mac arm
- use explicit menu service to generate menu
- bump to fontawesome 6 and replace restart icon
- change repeat icon for recent activities
- moved user bookmarks (favorites) to top nav
- fix totp seconds window (leeway)
- new migration to fix remaining user preferences with dots in name
- remove duplicate named column in user screen
- unify and added translations
- added missing filter and tags to InvoiceSecurity
This commit is contained in:
Kevin Papst
2023-12-01 11:38:17 +01:00
committed by GitHub
parent 16d4a691f8
commit 02bcd45116
72 changed files with 922 additions and 562 deletions

View File

@@ -106,6 +106,50 @@
<source>This value is not a valid role name.</source>
<target>Dies ist kein gültiger Name für eine Benutzer-Rolle.</target>
</trans-unit>
<trans-unit id="ZObikpA" resname="This absence type is not known.">
<source>This absence type is not known.</source>
<target>Dieser Abwesenheitstyp ist nicht bekannt.</target>
</trans-unit>
<trans-unit id="0ULsHQA" resname="The chosen date is not a working day.">
<source>The chosen date is not a working day.</source>
<target>Das ausgewählte Datum ist kein Arbeitstag.</target>
</trans-unit>
<trans-unit id="N21br.P" resname="The chosen date is already locked.">
<source>The chosen date is already locked.</source>
<target>Das ausgewählte Datum ist bereits gesperrt.</target>
</trans-unit>
<trans-unit id="6H84TMs" resname="An absence must be assigned to a user.">
<source>An absence must be assigned to a user.</source>
<target>Eine Abwesenheit muss einem Benutzer zugewiesen werden.</target>
</trans-unit>
<trans-unit id="nLcihCc" resname="An absence must have a date.">
<source>An absence must have a date.</source>
<target>Eine Abwesenheit muss ein Datum haben.</target>
</trans-unit>
<trans-unit id="SZO4xjC" resname="An absence cannot be booked before your first working day.">
<source>An absence cannot be booked before your first working day.</source>
<target>Eine Abwesenheit kann nicht vor dem ersten Arbeitstag gebucht werden.</target>
</trans-unit>
<trans-unit id="IN37g5N" resname="Not enough holidays left.">
<source>Not enough holidays left.</source>
<target>Nicht mehr genügend Urlaubstage übrig.</target>
</trans-unit>
<trans-unit id="ByeEMxW" resname="You do not have enough overtime, remaining are {{ value }}.">
<source>You do not have enough overtime, remaining are {{ value }}.</source>
<target>Sie haben nicht genug Überstunden, es verbleiben {{ Wert }}.</target>
</trans-unit>
<trans-unit id="DiaaRa1" resname="You cannot have two absences of this type at one day.">
<source>You cannot have two absences of this type at one day.</source>
<target>Sie können nicht zwei Abwesenheiten dieser Art an einem Tag buchen.</target>
</trans-unit>
<trans-unit id="kSBiyaF" resname="This is a public holiday, booking not allowed.">
<source>This is a public holiday, booking not allowed.</source>
<target>Dies ist ein Feiertag, Buchung ist nicht erlaubt.</target>
</trans-unit>
<trans-unit id="c2B6.lW" resname="You can book a maximum of {{ value }} days at once.">
<source>You can book a maximum of {{ value }} days at once.</source>
<target>Sie können maximal {{ Wert }} Tage auf einmal buchen.</target>
</trans-unit>
</body>
</file>
</xliff>