added export module (#538)

This commit is contained in:
Kevin Papst
2019-02-05 21:37:33 +01:00
committed by GitHub
parent 062735c9e3
commit 816866549c
104 changed files with 3770 additions and 608 deletions

View File

@@ -95,6 +95,10 @@
<source>menu.invoice</source>
<target>Invoices</target>
</trans-unit>
<trans-unit id="menu.export">
<source>menu.export</source>
<target>Export</target>
</trans-unit>
<trans-unit id="menu.admin_timesheet">
<source>menu.admin_timesheet</source>
<target>Timesheets</target>
@@ -121,7 +125,7 @@
-->
<trans-unit id="error.no_entries_found">
<source>error.no_entries_found</source>
<target>No entries existing</target>
<target>No entries were found based on your selected filters.</target>
</trans-unit>
<!--
@@ -722,10 +726,6 @@
<source>invoice.subtitle</source>
<target>Create invoices from your recorded timesheet entries.</target>
</trans-unit>
<trans-unit id="invoice.select_filter">
<source>invoice.select_filter</source>
<target>No invoice entries were found based on your selected filters.</target>
</trans-unit>
<trans-unit id="invoice.preview">
<source>invoice.preview</source>
<target>This is a preview of the data that will show up in your invoice document.</target>
@@ -734,6 +734,22 @@
<source>button.print</source>
<target>Print</target>
</trans-unit>
<trans-unit id="button.csv">
<source>button.csv</source>
<target>CSV</target>
</trans-unit>
<trans-unit id="button.xlsx">
<source>button.xlsx</source>
<target>Excel</target>
</trans-unit>
<trans-unit id="button.pdf">
<source>button.pdf</source>
<target>PDF</target>
</trans-unit>
<trans-unit id="button.ods">
<source>button.ods</source>
<target>ODS</target>
</trans-unit>
<trans-unit id="invoice_print">
<source>invoice_print</source>
<target>Invoice</target>
@@ -778,16 +794,16 @@
<source>invoice.service_date</source>
<target>Service date</target>
</trans-unit>
<trans-unit id="invoice.amount">
<source>invoice.amount</source>
<trans-unit id="label.amount">
<source>label.amount</source>
<target>Quantity</target>
</trans-unit>
<trans-unit id="invoice.total_rate">
<source>invoice.total_rate</source>
<trans-unit id="label.total_rate">
<source>label.total_rate</source>
<target>Total price</target>
</trans-unit>
<trans-unit id="invoice.unit_price">
<source>invoice.unit_price</source>
<trans-unit id="label.unit_price">
<source>label.unit_price</source>
<target>Unit price</target>
</trans-unit>
<trans-unit id="label.payment_terms">
@@ -827,6 +843,42 @@
</target>
</trans-unit>
<!--
Export
-->
<trans-unit id="export.title">
<source>export.title</source>
<target>Export</target>
</trans-unit>
<trans-unit id="export.subtitle">
<source>export.subtitle</source>
<target>Export timesheet data to various formats</target>
</trans-unit>
<trans-unit id="export.period">
<source>export.period</source>
<target>Period</target>
</trans-unit>
<trans-unit id="export.document_title">
<source>export.document_title</source>
<target>List of expenses</target>
</trans-unit>
<trans-unit id="export.full_list">
<source>export.full_list</source>
<target>Full list</target>
</trans-unit>
<trans-unit id="export.summary">
<source>export.summary</source>
<target>Summary</target>
</trans-unit>
<trans-unit id="export.page_of">
<source>export.page_of</source>
<target>Page %page% of %pages%</target>
</trans-unit>
<trans-unit id="export.date_copyright">
<source>export.date_copyright</source>
<target>Created %date% with %kimai%</target>
</trans-unit>
<!--
Month names
-->
@@ -916,6 +968,18 @@
<source>label.entryState</source>
<target>Records</target>
</trans-unit>
<trans-unit id="label.exported">
<source>label.exported</source>
<target>Exported</target>
</trans-unit>
<trans-unit id="entryState.exported">
<source>entryState.exported</source>
<target>Cleared</target>
</trans-unit>
<trans-unit id="entryState.not_exported">
<source>entryState.not_exported</source>
<target>Open</target>
</trans-unit>
<trans-unit id="entryState.all">
<source>entryState.all</source>
<target>All</target>
@@ -928,6 +992,14 @@
<source>entryState.stopped</source>
<target>Stopped</target>
</trans-unit>
<trans-unit id="export.clear_all">
<source>export.clear_all</source>
<target>Mark all shown records as open?</target>
</trans-unit>
<trans-unit id="export.mark_all">
<source>export.mark_all</source>
<target>Mark all shown records as cleared?</target>
</trans-unit>
</body>
</file>
</xliff>