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_price: Endpreis
|
||||||
fc_share: FC-Aufschlag
|
fc_share: FC-Aufschlag
|
||||||
gross_price: Bruttopreis
|
gross_price: Bruttopreis
|
||||||
|
name: Name
|
||||||
|
note: Notiz
|
||||||
price: Nettopreis
|
price: Nettopreis
|
||||||
|
supplier: Lieferantin
|
||||||
tax: MwSt
|
tax: MwSt
|
||||||
unit: Einheit
|
unit: Einheit
|
||||||
unit_quantity: Gebindegröße
|
unit_quantity: Gebindegröße
|
||||||
|
@ -51,6 +54,8 @@ de:
|
||||||
note: Notiz
|
note: Notiz
|
||||||
stock_article:
|
stock_article:
|
||||||
price: Nettopreis
|
price: Nettopreis
|
||||||
|
quantity: Lagerbestand
|
||||||
|
quantity_available: Verfügbarer Bestand
|
||||||
user:
|
user:
|
||||||
first_name: Vorname
|
first_name: Vorname
|
||||||
password: Passwort
|
password: Passwort
|
||||||
|
|
|
@ -42,7 +42,10 @@ en:
|
||||||
fc_price: FC price
|
fc_price: FC price
|
||||||
fc_share: FC share
|
fc_share: FC share
|
||||||
gross_price: gross price
|
gross_price: gross price
|
||||||
|
name: name
|
||||||
|
note: note
|
||||||
price: price
|
price: price
|
||||||
|
supplier: supplier
|
||||||
tax: VAT
|
tax: VAT
|
||||||
unit: unit
|
unit: unit
|
||||||
unit_quantity: unit quantity
|
unit_quantity: unit quantity
|
||||||
|
@ -50,7 +53,9 @@ en:
|
||||||
amount: amount
|
amount: amount
|
||||||
note: note
|
note: note
|
||||||
stock_article:
|
stock_article:
|
||||||
price: Price
|
price: price
|
||||||
|
quantity: quantity
|
||||||
|
quantity_available: available quantity
|
||||||
user:
|
user:
|
||||||
first_name: First name
|
first_name: First name
|
||||||
password: Password
|
password: Password
|
||||||
|
|
Loading…
Reference in a new issue