* bump version * fix translation ids * added css classes to modify form with custom css * improve export pdf file names * respect financial year in new report * added new InvoiceCalculator: price * upgrade packages and node-sass to v7 * title pattern for customer, project and activity via API * support negative money without currency * fix sub-locale in print export template * fix overbooking validation for monthly budget * fix copying entities with different set of custom-fields compared to the current configuration
44 lines
1.7 KiB
XML
44 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
|
<file source-language="en" target-language="en" datatype="plaintext" original="invoice-calculator.en.xlf">
|
|
<body>
|
|
<trans-unit id="1inO2IF" resname="label.invoice_calculator">
|
|
<source>label.invoice_calculator</source>
|
|
<target>Sum calculation</target>
|
|
</trans-unit>
|
|
<trans-unit id="N6juwc4" resname="default">
|
|
<source>default</source>
|
|
<target>Default: one entry per time record</target>
|
|
</trans-unit>
|
|
<trans-unit id="_bAHi13" resname="short">
|
|
<source>short</source>
|
|
<target>Hours: records summed up, one entry total</target>
|
|
</trans-unit>
|
|
<trans-unit id="BPiZbad" resname="user">
|
|
<source>user</source>
|
|
<target>User: one entry per user</target>
|
|
</trans-unit>
|
|
<trans-unit id="BlGGO.X" resname="activity">
|
|
<source>activity</source>
|
|
<target>Activity: one entry per activity</target>
|
|
</trans-unit>
|
|
<trans-unit id="JEIQ5IQ" resname="project">
|
|
<source>project</source>
|
|
<target>Project: one entry per project</target>
|
|
</trans-unit>
|
|
<trans-unit id="DodjLNR" resname="date">
|
|
<source>date</source>
|
|
<target>Date: one entry per day (uses start date)</target>
|
|
</trans-unit>
|
|
<trans-unit id="iFDs7Zh" resname="weekly">
|
|
<source>weekly</source>
|
|
<target>Weekly: one entry per week (uses start date)</target>
|
|
</trans-unit>
|
|
<trans-unit id="aDtTH0H" resname="price">
|
|
<source>price</source>
|
|
<target>Price: one entry per price</target>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff>
|