Release 2.0.25 (#4066)

* added support for hourly rate column in detail table
* allow to register icon in extension
* allow to show QR code secret
* new translations
* bump theme and packages
* fix validation for invoice-document-filenames with uppercase character
* max upload size 1MB
* fix last month in daterange-picker in certain situations, more years in quick-select
* remove unused package-versions-deprecated
* link preferences from contract warning message
* added page_setup page layout
* prevent DROP TABLE in addSQL() and replace drop table with schema call
* added azuyalabs/yasumi
This commit is contained in:
Kevin Papst
2023-06-06 23:05:20 +02:00
committed by GitHub
parent 2ba9cff281
commit 0663995d06
34 changed files with 629 additions and 467 deletions

View File

@@ -118,6 +118,14 @@
<source>Remove widget</source>
<target>Widget entfernen</target>
</trans-unit>
<trans-unit id="5vJvarK" resname="syncronisation">
<source>syncronisation</source>
<target>Syncronisierung</target>
</trans-unit>
<trans-unit id="2UL2SIZ" resname="import">
<source>import</source>
<target>Import</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -118,6 +118,14 @@
<source>Remove widget</source>
<target>Remove widget</target>
</trans-unit>
<trans-unit id="5vJvarK" resname="syncronisation">
<source>syncronisation</source>
<target>Syncronisation</target>
</trans-unit>
<trans-unit id="2UL2SIZ" resname="import">
<source>import</source>
<target>Import</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -1537,6 +1537,38 @@
<source>time</source>
<target>Uhrzeit</target>
</trans-unit>
<trans-unit id="95DUED0" resname="send_to">
<source>send_to</source>
<target>Senden an %name%</target>
</trans-unit>
<trans-unit id="5buBUCm" resname="receive_from">
<source>receive_from</source>
<target>Empfangen von %name%</target>
</trans-unit>
<trans-unit id="fWuGTog" resname="public_holiday">
<source>public_holiday</source>
<target>Feiertag</target>
</trans-unit>
<trans-unit id="zlmddHB" resname="public_holidays">
<source>public_holidays</source>
<target>Feiertage</target>
</trans-unit>
<trans-unit id="u4lbYD5" resname="public_holiday.group">
<source>public_holiday.group</source>
<target>Feiertags-Gruppe</target>
</trans-unit>
<trans-unit id="GIgQHa4" resname="absence">
<source>absence</source>
<target>Abwesenheit</target>
</trans-unit>
<trans-unit id="4PMHpIp" resname="time_off">
<source>time_off</source>
<target>Freizeitausgleich</target>
</trans-unit>
<trans-unit id="N6juwc4" resname="default">
<source>default</source>
<target>Standard</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -1537,6 +1537,38 @@
<source>time</source>
<target>Time</target>
</trans-unit>
<trans-unit id="95DUED0" resname="send_to">
<source>send_to</source>
<target>Send to %name%</target>
</trans-unit>
<trans-unit id="5buBUCm" resname="receive_from">
<source>receive_from</source>
<target>Receive from %name%</target>
</trans-unit>
<trans-unit id="fWuGTog" resname="public_holiday">
<source>public_holiday</source>
<target>Public holiday</target>
</trans-unit>
<trans-unit id="zlmddHB" resname="public_holidays">
<source>public_holidays</source>
<target>Public holidays</target>
</trans-unit>
<trans-unit id="u4lbYD5" resname="public_holiday.group">
<source>public_holiday.group</source>
<target>Holiday group</target>
</trans-unit>
<trans-unit id="GIgQHa4" resname="absence">
<source>absence</source>
<target>Absence</target>
</trans-unit>
<trans-unit id="4PMHpIp" resname="time_off">
<source>time_off</source>
<target>Time off</target>
</trans-unit>
<trans-unit id="N6juwc4" resname="default">
<source>default</source>
<target>Default</target>
</trans-unit>
</body>
</file>
</xliff>