Add some locales for article attributes
This commit is contained in:
parent
10d1615cd8
commit
9041a350d5
2 changed files with 11 additions and 1 deletions
|
@ -42,7 +42,10 @@ de:
|
|||
fc_price: Endpreis
|
||||
fc_share: FC-Aufschlag
|
||||
gross_price: Bruttopreis
|
||||
name: Name
|
||||
note: Notiz
|
||||
price: Nettopreis
|
||||
supplier: Lieferantin
|
||||
tax: MwSt
|
||||
unit: Einheit
|
||||
unit_quantity: Gebindegröße
|
||||
|
@ -51,6 +54,8 @@ de:
|
|||
note: Notiz
|
||||
stock_article:
|
||||
price: Nettopreis
|
||||
quantity: Lagerbestand
|
||||
quantity_available: Verfügbarer Bestand
|
||||
user:
|
||||
first_name: Vorname
|
||||
password: Passwort
|
||||
|
|
|
@ -42,7 +42,10 @@ en:
|
|||
fc_price: FC price
|
||||
fc_share: FC share
|
||||
gross_price: gross price
|
||||
name: name
|
||||
note: note
|
||||
price: price
|
||||
supplier: supplier
|
||||
tax: VAT
|
||||
unit: unit
|
||||
unit_quantity: unit quantity
|
||||
|
@ -50,7 +53,9 @@ en:
|
|||
amount: amount
|
||||
note: note
|
||||
stock_article:
|
||||
price: Price
|
||||
price: price
|
||||
quantity: quantity
|
||||
quantity_available: available quantity
|
||||
user:
|
||||
first_name: First name
|
||||
password: Password
|
||||
|
|
Loading…
Reference in a new issue