added controller to render markdown documentation #129

This commit is contained in:
Kevin Papst
2018-02-07 15:07:53 +01:00
parent 2e60e14132
commit 29699572bd
25 changed files with 658 additions and 140 deletions

View File

@@ -116,14 +116,6 @@
<target>Benutzer</target>
</trans-unit>
<!--
Footer
-->
<trans-unit id="footer.license">
<source>footer.license</source>
<target>Alle Rechte vorbehalten.</target>
</trans-unit>
<!--
Error templates
-->
@@ -368,6 +360,18 @@
<target>Aktiviert die minimierte Version der linken Navigationsleiste</target>
</trans-unit>
<!--
Help - Manual
-->
<trans-unit id="help.title">
<source>help.title</source>
<target>Hilfe</target>
</trans-unit>
<trans-unit id="help.subtitle">
<source>help.subtitle</source>
<target>Anleitung zur Benutzung und Konfiguration von Kimai (nur auf Englisch verfügbar)</target>
</trans-unit>
<!--
Admin: Timesheet
-->
@@ -649,11 +653,11 @@
</trans-unit>
<trans-unit id="invoice.number">
<source>invoice.number</source>
<target>Rechnung</target>
<target>Rechnungsnummer</target>
</trans-unit>
<trans-unit id="invoice.subtotal">
<source>invoice.subtotal</source>
<target>Netto</target>
<target>Rechnungsbetrag (netto)</target>
</trans-unit>
<trans-unit id="invoice.tax">
<source>invoice.tax</source>
@@ -661,7 +665,19 @@
</trans-unit>
<trans-unit id="invoice.total">
<source>invoice.total</source>
<target>Rechnungsbetrag</target>
<target>Rechnungsendbetrag</target>
</trans-unit>
<trans-unit id="invoice.service_date">
<source>invoice.service_date</source>
<target>Leistungsdatum</target>
</trans-unit>
<trans-unit id="invoice.amount">
<source>invoice.amount</source>
<target>Anzahl</target>
</trans-unit>
<trans-unit id="invoice.total_rate">
<source>invoice.total_rate</source>
<target>Gesamtpreis</target>
</trans-unit>
<trans-unit id="label.payment_terms">
<source>label.payment_terms</source>

View File

@@ -368,6 +368,18 @@
<target>Toggle the size of the left sidebar's header (full or collapse)</target>
</trans-unit>
<!--
Help - Manual
-->
<trans-unit id="help.title">
<source>help.title</source>
<target>Help</target>
</trans-unit>
<trans-unit id="help.subtitle">
<source>help.subtitle</source>
<target>Instructions for using and configuring Kimai</target>
</trans-unit>
<!--
Admin: Timesheet
-->
@@ -649,7 +661,7 @@
</trans-unit>
<trans-unit id="invoice.number">
<source>invoice.number</source>
<target>Invoice</target>
<target>Invoice number</target>
</trans-unit>
<trans-unit id="invoice.subtotal">
<source>invoice.subtotal</source>
@@ -663,6 +675,18 @@
<source>invoice.total</source>
<target>Total</target>
</trans-unit>
<trans-unit id="invoice.service_date">
<source>invoice.service_date</source>
<target>Service date</target>
</trans-unit>
<trans-unit id="invoice.amount">
<source>invoice.amount</source>
<target>Quantity</target>
</trans-unit>
<trans-unit id="invoice.total_rate">
<source>invoice.total_rate</source>
<target>Total price</target>
</trans-unit>
<trans-unit id="label.payment_terms">
<source>label.payment_terms</source>
<target>Terms of payment</target>

View File

@@ -13,13 +13,27 @@
Diese neue Version 2 ist aktuell noch in einer frühen Phase der Entwicklung und wurde vorab veröffentlicht, um frühzeitig Rückmeldungen ihrer Benutzer zu sammeln und deren Ideen in die weitere Planung zu integrieren.
Um bei der Verbesserung von <strong>Kimai</strong> zu helfen, schicken Sie mir bitte eine Nachricht auf der verlinkten Webseite. Egal ob Fragen, Fehlermeldungen oder Ideen für Erweiterungen, Ihr Feedback ist wertvoll!
Weitere Informationen auf der:
]]></target>
</trans-unit>
<trans-unit id="home.link.issues">
<source>home.link.issues</source>
<target>GitHub Projekt-Webseite</target>
<trans-unit id="made.by.license">
<source>made.by.license</source>
<target>Mit ♥ entwickelt von %kevin% und %simon%.</target>
</trans-unit>
<trans-unit id="github.link">
<source>github.link</source>
<target><![CDATA[Weitere Informationen finden Sie auf der <a href="%url%" target="_blank">Kimai Homepage</a>.]]></target>
</trans-unit>
<trans-unit id="help.title">
<source>help.title</source>
<target>Dokumentation</target>
</trans-unit>
<trans-unit id="help.link">
<source>help.link</source>
<target>Benutzer Handbuch</target>
</trans-unit>
<trans-unit id="about.title">
<source>about.title</source>
<target>Über Kimai</target>
</trans-unit>
<trans-unit id="preferences.title">
<source>preferences.title</source>

View File

@@ -13,13 +13,27 @@
This new version 2 is currently in an early stage of development and has been published in advance to collect feedback from its users and integrate their ideas into further planning.
To help me improve <strong>Kimai</strong>, please send your message on the linked website. Whether you have questions, error messages or ideas for enhancements, your feedback is valuable!
Further information on the:
]]></target>
</trans-unit>
<trans-unit id="home.link.issues">
<source>home.link.issues</source>
<target>GitHub Project-Website</target>
<trans-unit id="made.by.license">
<source>made.by.license</source>
<target><![CDATA[Made with ♥ by %kevin% and %simon%.]]></target>
</trans-unit>
<trans-unit id="github.link">
<source>github.link</source>
<target><![CDATA[Further information can be found on the <a href="%url%" target="_blank">Kimai Homepage</a>.]]></target>
</trans-unit>
<trans-unit id="help.title">
<source>help.title</source>
<target>Documentation</target>
</trans-unit>
<trans-unit id="help.link">
<source>help.link</source>
<target>User manual</target>
</trans-unit>
<trans-unit id="about.title">
<source>about.title</source>
<target>About Kimai</target>
</trans-unit>
<trans-unit id="preferences.title">
<source>preferences.title</source>