added new invoice status: canceled (#2922)
This commit is contained in:
@@ -94,6 +94,10 @@
|
||||
<source>invoice.paid</source>
|
||||
<target>Rechnung bezahlt</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="7d1V9FU" resname="invoice.cancel">
|
||||
<source>invoice.cancel</source>
|
||||
<target>Rechnung stornieren</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="38M3a4J" resname="filter">
|
||||
<source>filter</source>
|
||||
<target>Daten filtern</target>
|
||||
|
||||
@@ -94,6 +94,10 @@
|
||||
<source>invoice.paid</source>
|
||||
<target>Invoice paid</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="7d1V9FU" resname="invoice.cancel">
|
||||
<source>invoice.cancel</source>
|
||||
<target>Cancel invoice</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="38M3a4J" resname="filter">
|
||||
<source>filter</source>
|
||||
<target>Filter data</target>
|
||||
|
||||
@@ -1083,6 +1083,10 @@
|
||||
<source>status.paid</source>
|
||||
<target>Bezahlt</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="Z1s7pAw" resname="status.canceled">
|
||||
<source>status.canceled</source>
|
||||
<target>Storniert</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="crrlEUA" resname="preview.skipped_rows">
|
||||
<source>preview.skipped_rows</source>
|
||||
<target>Überspringe Vorschau von %rows% weiteren Zeilen …</target>
|
||||
|
||||
@@ -1083,6 +1083,10 @@
|
||||
<source>status.paid</source>
|
||||
<target>Paid</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="Z1s7pAw" resname="status.canceled">
|
||||
<source>status.canceled</source>
|
||||
<target>Canceled</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="crrlEUA" resname="preview.skipped_rows">
|
||||
<source>preview.skipped_rows</source>
|
||||
<target>Skipped preview of %rows% more rows …</target>
|
||||
|
||||
Reference in New Issue
Block a user