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;
|
||||
})
|
||||
$('#copy_from_article').select2({
|
||||
placeholder: "Kopiere Bestellartikel",
|
||||
placeholder: '#{t '.copy_order_article'}',
|
||||
allowClear: true
|
||||
}).on('change', function(e) {
|
||||
if(e.val != '') {
|
||||
|
|
|
@ -430,6 +430,7 @@ de:
|
|||
actions: Optionen
|
||||
article: Artikel
|
||||
category: Kategorie
|
||||
copy_order_article: Kopiere Bestellartikel
|
||||
new_stock_article: Neuen Lagerartikel anlegen
|
||||
price: Preis (netto)
|
||||
price_per_unit: Preis/Einheit
|
||||
|
|
|
@ -432,6 +432,7 @@ en:
|
|||
actions: Tasks
|
||||
article: Article
|
||||
category: Category
|
||||
copy_order_article: Copy order article
|
||||
new_stock_article: Create new stock article
|
||||
price: Netprice
|
||||
price_per_unit: Price/unit
|
||||
|
|
Loading…
Reference in a new issue