added invoice text field to project and activity (#3335)

This commit is contained in:
Kevin Papst
2022-05-31 17:49:23 +02:00
committed by GitHub
parent a93e78bd34
commit 88bf534573
13 changed files with 116 additions and 3 deletions

View File

@@ -293,6 +293,10 @@
<source>label.description</source>
<target>Beschreibung</target>
</trans-unit>
<trans-unit id="74pEVx1" resname="label.invoiceText">
<source>label.invoiceText</source>
<target>Rechnungstext</target>
</trans-unit>
<trans-unit id="ysOvPSq" resname="label.name">
<source>label.name</source>
<target>Name</target>

View File

@@ -293,6 +293,10 @@
<source>label.description</source>
<target>Description</target>
</trans-unit>
<trans-unit id="74pEVx1" resname="label.invoiceText">
<source>label.invoiceText</source>
<target>Invoice text</target>
</trans-unit>
<trans-unit id="ysOvPSq" resname="label.name">
<source>label.name</source>
<target>Name</target>