Merge pull request #239 from foodcoop-rostock/add-article-price-locales
Add missing translations for ArticlePrice attributes
This commit is contained in:
commit
9bed751d28
4 changed files with 20 additions and 0 deletions
|
@ -27,6 +27,11 @@ de:
|
|||
article_category:
|
||||
description: Beschreibung
|
||||
name: Name
|
||||
article_price:
|
||||
deposit: Pfand
|
||||
price: Nettopreis
|
||||
tax: MwSt
|
||||
unit_quantity: Gebindegröße
|
||||
delivery:
|
||||
delivered_on: Lieferdatum
|
||||
note: Notiz
|
||||
|
|
|
@ -27,6 +27,11 @@ en:
|
|||
article_category:
|
||||
description: Description
|
||||
name: Name
|
||||
article_price:
|
||||
deposit: Deposit
|
||||
price: Price (net)
|
||||
tax: VAT
|
||||
unit_quantity: Unit quantity
|
||||
delivery:
|
||||
delivered_on: Delivery date
|
||||
note: Note
|
||||
|
|
|
@ -27,6 +27,11 @@ fr:
|
|||
article_category:
|
||||
description: Description
|
||||
name: Nom
|
||||
article_price:
|
||||
deposit: Consigne
|
||||
price: Prix net
|
||||
tax: TVA
|
||||
unit_quantity: Unités par lot
|
||||
delivery:
|
||||
delivered_on: Date de réapprovisionnement
|
||||
note:
|
||||
|
|
|
@ -27,6 +27,11 @@ nl:
|
|||
article_category:
|
||||
description: Omschrijving
|
||||
name: Naam
|
||||
article_price:
|
||||
deposit: Statiegeld
|
||||
price: Netto prijs
|
||||
tax: BTW
|
||||
unit_quantity: Groothandelseenheid
|
||||
delivery:
|
||||
delivered_on: Leverdatum
|
||||
note: Notitie
|
||||
|
|
Loading…
Reference in a new issue