LiaraAlis / kimai2-SmallBusinessRuleBundle

This plugin provides the possibility to use the small business regulation, as it can be applied in Germany and Austria, when creating invoices in Kimai.
4 stars 1 forks source link

Dutch translation #9

Closed ojkaas closed 5 months ago

ojkaas commented 6 months ago

Could you maybe add a dutch translation for a invoice generated in dutch?

messages.nl.xlf:

<?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="nl" datatype="plaintext" original="messages.nl.xlf">
    <body>
      <trans-unit id="J1IjZoS" resname="invoice.small_business_rule">
        <source>invoice.small_business_rule</source>
        <target>Factuur vrijgesteld van omzetbelasting op grond van artikel 25 uit de Wet op de omzetbelasting.</target>
      </trans-unit>
    </body>
  </file>
</xliff>
LiaraAlis commented 5 months ago

@ojkaas Can you also provide a translation for the system configuration? Then I would like to add the translation.

ojkaas commented 5 months ago

Sure!

<?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="nl" datatype="plaintext" original="system-configuration.nl.xlf">
    <body>
      <trans-unit id="j2ZDhUr" resname="small_business_rule">
        <source>small_business_rule</source>
        <target>Kleineondernemersregeling (KOR)</target>
      </trans-unit>
      <trans-unit id="nEIcqgs" resname="small_business_rule.enable">
        <source>small_business_rule.enable</source>
        <target>Activeer de Kleineondernemersregeling (KOR)</target>
      </trans-unit>
    </body>
  </file>
</xliff>
LiaraAlis commented 5 months ago

Thanks for your contribution!