Complete I18n
This commit is contained in:
parent
cc1a839246
commit
04c9770e80
3 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
return false;
|
return false;
|
||||||
})
|
})
|
||||||
$('#copy_from_article').select2({
|
$('#copy_from_article').select2({
|
||||||
placeholder: "Kopiere Bestellartikel",
|
placeholder: '#{t '.copy_order_article'}',
|
||||||
allowClear: true
|
allowClear: true
|
||||||
}).on('change', function(e) {
|
}).on('change', function(e) {
|
||||||
if(e.val != '') {
|
if(e.val != '') {
|
||||||
|
|
|
@ -430,6 +430,7 @@ de:
|
||||||
actions: Optionen
|
actions: Optionen
|
||||||
article: Artikel
|
article: Artikel
|
||||||
category: Kategorie
|
category: Kategorie
|
||||||
|
copy_order_article: Kopiere Bestellartikel
|
||||||
new_stock_article: Neuen Lagerartikel anlegen
|
new_stock_article: Neuen Lagerartikel anlegen
|
||||||
price: Preis (netto)
|
price: Preis (netto)
|
||||||
price_per_unit: Preis/Einheit
|
price_per_unit: Preis/Einheit
|
||||||
|
|
|
@ -432,6 +432,7 @@ en:
|
||||||
actions: Tasks
|
actions: Tasks
|
||||||
article: Article
|
article: Article
|
||||||
category: Category
|
category: Category
|
||||||
|
copy_order_article: Copy order article
|
||||||
new_stock_article: Create new stock article
|
new_stock_article: Create new stock article
|
||||||
price: Netprice
|
price: Netprice
|
||||||
price_per_unit: Price/unit
|
price_per_unit: Price/unit
|
||||||
|
|
Loading…
Add table
Reference in a new issue