added export module (#538)
This commit is contained in:
@@ -681,10 +681,6 @@
|
||||
<source>invoice.subtitle</source>
|
||||
<target>م بإنشاء فواتير من بيانات ورقة التوقيت الخاصة بك.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.select_filter">
|
||||
<source>invoice.select_filter</source>
|
||||
<target>لم يتم العثور على بيانات الفواتير بناءً على الفلاتر المحددة.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.preview">
|
||||
<source>invoice.preview</source>
|
||||
<target>هذه معاينة للبيانات التي ستظهر في مستند الفاتورة.</target>
|
||||
@@ -737,16 +733,16 @@
|
||||
<source>invoice.service_date</source>
|
||||
<target>تاريخ الخدمة</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.amount">
|
||||
<source>invoice.amount</source>
|
||||
<trans-unit id="label.amount">
|
||||
<source>label.amount</source>
|
||||
<target>كمية</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>السعر الكلي</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>سعر الوحدة</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.payment_terms">
|
||||
|
||||
@@ -95,6 +95,10 @@
|
||||
<source>menu.invoice</source>
|
||||
<target>Rechnungen</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>Zeiterfassung</target>
|
||||
@@ -121,7 +125,7 @@
|
||||
-->
|
||||
<trans-unit id="error.no_entries_found">
|
||||
<source>error.no_entries_found</source>
|
||||
<target>Keine Einträge vorhanden</target>
|
||||
<target>Anhand ihrer ausgewählten Filter wurden keine Einträge gefunden.</target>
|
||||
</trans-unit>
|
||||
|
||||
<!--
|
||||
@@ -722,10 +726,6 @@
|
||||
<source>invoice.subtitle</source>
|
||||
<target>Hier erstellen Sie Rechnungen für ihre aufgezeichneten Zeiten.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.select_filter">
|
||||
<source>invoice.select_filter</source>
|
||||
<target>Anhand ihrer ausgewählten Filter wurden keine Rechnungseinträge gefunden.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.preview">
|
||||
<source>invoice.preview</source>
|
||||
<target>Dies ist eine Vorschau der Daten, die in Ihrer Rechnung enthalten sein werden.</target>
|
||||
@@ -734,6 +734,22 @@
|
||||
<source>button.print</source>
|
||||
<target>Drucken</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>Rechnung</target>
|
||||
@@ -778,16 +794,16 @@
|
||||
<source>invoice.service_date</source>
|
||||
<target>Leistungsdatum</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.amount">
|
||||
<source>invoice.amount</source>
|
||||
<trans-unit id="label.amount">
|
||||
<source>label.amount</source>
|
||||
<target>Anzahl</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>Gesamtpreis</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>Einzelbetrag</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>Exportieren Sie geloggte Zeiten in veschiedene Zielformate</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="export.period">
|
||||
<source>export.period</source>
|
||||
<target>Zeitraum</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="export.document_title">
|
||||
<source>export.document_title</source>
|
||||
<target>Aufstellung zu Aufwänden</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="export.full_list">
|
||||
<source>export.full_list</source>
|
||||
<target>Vollständige Auflistung</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="export.summary">
|
||||
<source>export.summary</source>
|
||||
<target>Zusammenfassung</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="export.page_of">
|
||||
<source>export.page_of</source>
|
||||
<target>Seite %page% von %pages%</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="export.date_copyright">
|
||||
<source>export.date_copyright</source>
|
||||
<target>Erstellt %date% mit %kimai%</target>
|
||||
</trans-unit>
|
||||
|
||||
<!--
|
||||
Month names
|
||||
-->
|
||||
@@ -916,6 +968,18 @@
|
||||
<source>label.entryState</source>
|
||||
<target>Zeiten</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.exported">
|
||||
<source>label.exported</source>
|
||||
<target>Exportiert</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="entryState.exported">
|
||||
<source>entryState.exported</source>
|
||||
<target>Abgerechnet</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="entryState.not_exported">
|
||||
<source>entryState.not_exported</source>
|
||||
<target>Offen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="entryState.all">
|
||||
<source>entryState.all</source>
|
||||
<target>Alle</target>
|
||||
@@ -928,6 +992,14 @@
|
||||
<source>entryState.stopped</source>
|
||||
<target>Beendete</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="export.clear_all">
|
||||
<source>export.clear_all</source>
|
||||
<target>Alle angezeigten Einträge als offen markieren?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="export.mark_all">
|
||||
<source>export.mark_all</source>
|
||||
<target>Alle angezeigten Einträge als abgerechnet markieren?</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -653,10 +653,6 @@
|
||||
<source>invoice.subtitle</source>
|
||||
<target>Crear facturas desde los registros de sus hojas de tiempo.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.select_filter">
|
||||
<source>invoice.select_filter</source>
|
||||
<target>Antes de crear una factura, tiene que seleccionar al menos un filtro de cliente.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="button.print">
|
||||
<source>button.print</source>
|
||||
<target>Imprimir</target>
|
||||
@@ -705,12 +701,12 @@
|
||||
<source>invoice.service_date</source>
|
||||
<target>Fecha de servicio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.amount">
|
||||
<source>invoice.amount</source>
|
||||
<trans-unit id="label.amount">
|
||||
<source>label.amount</source>
|
||||
<target>Cantidad</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>Precio total</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.payment_terms">
|
||||
|
||||
@@ -686,10 +686,6 @@
|
||||
<source>invoice.subtitle</source>
|
||||
<target>Générer des factures à partir des fiches de temps.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.select_filter">
|
||||
<source>invoice.select_filter</source>
|
||||
<target>Pour générer une facture, vous devez sélectionner au moins un client.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="button.print">
|
||||
<source>button.print</source>
|
||||
<target>Imprimer</target>
|
||||
@@ -738,12 +734,12 @@
|
||||
<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>Montant</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="label.payment_terms">
|
||||
|
||||
@@ -700,10 +700,6 @@
|
||||
<source>invoice.subtitle</source>
|
||||
<target>Számlák készítése az időbejegyzéseidből</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.select_filter">
|
||||
<source>invoice.select_filter</source>
|
||||
<target>Nem található keresési feltételeknek megfelelő számla.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.preview">
|
||||
<source>invoice.preview</source>
|
||||
|
||||
@@ -757,16 +753,16 @@
|
||||
<source>invoice.service_date</source>
|
||||
<target>Teljesítés időpontja</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.amount">
|
||||
<source>invoice.amount</source>
|
||||
<trans-unit id="label.amount">
|
||||
<source>label.amount</source>
|
||||
<target>Mennyiség</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>Teljes ár</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>Egységár</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.payment_terms">
|
||||
|
||||
@@ -631,10 +631,6 @@
|
||||
<source>invoice.subtitle</source>
|
||||
<target>Crea fattura dalle registrazioni.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.select_filter">
|
||||
<source>invoice.select_filter</source>
|
||||
<target>Prima di creare una fattura, devi selezionare almeno un cliente.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="button.print">
|
||||
<source>button.print</source>
|
||||
<target>Stampa</target>
|
||||
@@ -683,12 +679,12 @@
|
||||
<source>invoice.service_date</source>
|
||||
<target>Data di servizio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.amount">
|
||||
<source>invoice.amount</source>
|
||||
<trans-unit id="label.amount">
|
||||
<source>label.amount</source>
|
||||
<target>Quantità</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>Prezzo totale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.payment_terms">
|
||||
|
||||
@@ -702,14 +702,9 @@
|
||||
<source>invoice.subtitle</source>
|
||||
<target>Criar faturas a partir de suas entradas de quadro de horários registradas.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.select_filter">
|
||||
<source>invoice.select_filter</source>
|
||||
<target>Nenhuma entrada de fatura foi encontrada com base nos filtros selecionados.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.preview">
|
||||
<source>invoice.preview</source>
|
||||
<target>Esta é uma prévia dos dados que serão exibidos no documento da fatura
|
||||
.</target>
|
||||
<target>Esta é uma prévia dos dados que serão exibidos no documento da fatura.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="button.print">
|
||||
<source>button.print</source>
|
||||
@@ -759,16 +754,16 @@
|
||||
<source>invoice.service_date</source>
|
||||
<target>Data de serviço</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.amount">
|
||||
<source>invoice.amount</source>
|
||||
<trans-unit id="label.amount">
|
||||
<source>label.amount</source>
|
||||
<target>Quantidade</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>Preço Total</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>Preço unitário</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.payment_terms">
|
||||
|
||||
@@ -677,10 +677,6 @@
|
||||
<source>invoice.subtitle</source>
|
||||
<target>Создайте счета для записанных периодов времени.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.select_filter">
|
||||
<source>invoice.select_filter</source>
|
||||
<target>Прежде чем создать счет, необходимо выбрать фильтр сортировки клиентов.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="button.print">
|
||||
<source>button.print</source>
|
||||
<target>Печать</target>
|
||||
@@ -729,12 +725,12 @@
|
||||
<source>invoice.service_date</source>
|
||||
<target>Дата выполненной работы</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.amount">
|
||||
<source>invoice.amount</source>
|
||||
<trans-unit id="label.amount">
|
||||
<source>label.amount</source>
|
||||
<target>Количество</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>Общая стоимость</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.payment_terms">
|
||||
|
||||
Reference in New Issue
Block a user