complete show order i18n
Conflicts: app/helpers/orders_helper.rb
This commit is contained in:
parent
42d622d1b2
commit
5b6d1a66a6
3 changed files with 56 additions and 29 deletions
|
|
@ -184,7 +184,9 @@ en:
|
|||
order: Order
|
||||
order_article: Order article
|
||||
order_comment: Order comment
|
||||
ordergroup: Ordergroup
|
||||
ordergroup:
|
||||
one: Ordergroup
|
||||
other: Ordergroups
|
||||
stock_article: Stock article
|
||||
stock_taking: Stock taking
|
||||
supplier: Supplier
|
||||
|
|
@ -1169,6 +1171,8 @@ en:
|
|||
confirm_end: ! 'Do you really want to close the order %{order}?
|
||||
|
||||
There is no going back.'
|
||||
description1: ! '%{state} order from %{supplier} created by %{who}, open from %{starts} until %{ends}.'
|
||||
description2: ! '%{ordergroups} ordered %{article_count} articles, with a total value of %{net_sum} / %{gross_sum} (net / gross).'
|
||||
download:
|
||||
article_pdf: Article PDF
|
||||
download_file: Download file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue