Added translations

This commit is contained in:
Jan Böhmer 2019-04-28 12:30:33 +02:00
parent 33bb81ab59
commit 487c78a22b
6 changed files with 1597 additions and 226 deletions

View file

@ -1,5 +1,5 @@
translation:
locales: ["en"]
locales: ["en", "de"]
edit_in_place:
enabled: false
config_name: app

View file

@ -183,7 +183,7 @@ class Pricedetail extends DBElement
*
* This is the quantity, for which the price is valid.
*
* @par Example:
* Example:
* If 100pcs costs 20$, you have to set the price to 20$ and the price related
* quantity to 100. The single price (20$/100 = 0.2$) will be calculated automatically.
*
@ -208,7 +208,7 @@ class Pricedetail extends DBElement
* of this orderdetails is valid. This way, you're able to use different prices
* for different order quantities (quantity discount!).
*
* @par Example:
* Example:
* - 1-9pcs costs 10$: set price to 10$/pcs and minimum discount quantity to 1
* - 10-99pcs costs 9$: set price to 9$/pcs and minimum discount quantity to 10
* - 100pcs or more costs 8$: set price/pcs to 8$ and minimum discount quantity to 100

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en" trgLang="de">
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="de-DE" trgLang="de">
<file id="validators.de">
<unit id="VJHTkxx" name="structural.entity.unique_name">
<notes>
<note category="file-source" priority="1">src\Entity\AttachmentType.php:0</note>
<note category="file-source" priority="1">src\Entity\Category.php:0</note>
<note category="file-source" priority="1">src\Entity\Company.php:0</note>
<note category="file-source" priority="1">src\Entity\Device.php:0</note>
<note category="file-source" priority="1">src\Entity\Footprint.php:0</note>
<note category="file-source" priority="1">src\Entity\Group.php:0</note>
<note category="file-source" priority="1">src\Entity\Manufacturer.php:0</note>
<note category="file-source" priority="1">src\Entity\PartsContainingDBElement.php:0</note>
<note category="file-source" priority="1">src\Entity\Storelocation.php:0</note>
<note category="file-source" priority="1">src\Entity\StructuralDBElement.php:0</note>
<note category="file-source" priority="1">src\Entity\Supplier.php:0</note>
</notes>
<segment>
<source>structural.entity.unique_name</source>
<target>Es kann auf jeder Ebene nur ein Objekt mit dem gleichem Namen geben!</target>

View file

@ -1,10 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en" trgLang="en">
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="de-DE" trgLang="en">
<file id="validators.en">
<unit id="pkC1piI" name="password_must_match">
<unit id="VJHTkxx" name="structural.entity.unique_name">
<notes>
<note category="file-source" priority="1">src\Entity\AttachmentType.php:0</note>
<note category="file-source" priority="1">src\Entity\Category.php:0</note>
<note category="file-source" priority="1">src\Entity\Company.php:0</note>
<note category="file-source" priority="1">src\Entity\Device.php:0</note>
<note category="file-source" priority="1">src\Entity\Footprint.php:0</note>
<note category="file-source" priority="1">src\Entity\Group.php:0</note>
<note category="file-source" priority="1">src\Entity\Manufacturer.php:0</note>
<note category="file-source" priority="1">src\Entity\PartsContainingDBElement.php:0</note>
<note category="file-source" priority="1">src\Entity\Storelocation.php:0</note>
<note category="file-source" priority="1">src\Entity\StructuralDBElement.php:0</note>
<note category="file-source" priority="1">src\Entity\Supplier.php:0</note>
</notes>
<segment>
<source>password_must_match</source>
<target>Both passwords must match!</target>
<source>structural.entity.unique_name</source>
<target></target>
</segment>
</unit>
</file>