mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Added translations
This commit is contained in:
parent
33bb81ab59
commit
487c78a22b
6 changed files with 1597 additions and 226 deletions
|
@ -1,5 +1,5 @@
|
|||
translation:
|
||||
locales: ["en"]
|
||||
locales: ["en", "de"]
|
||||
edit_in_place:
|
||||
enabled: false
|
||||
config_name: app
|
||||
|
|
|
@ -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
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue