Import current_orders plugin from foodcoop-adam
This commit is contained in:
parent
ae4979a3f0
commit
5907ff11bb
43 changed files with 1031 additions and 0 deletions
61
plugins/current_orders/config/locales/en.yml
Normal file
61
plugins/current_orders/config/locales/en.yml
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
en:
|
||||
current_orders:
|
||||
articles:
|
||||
article:
|
||||
no_selection: Choose an article to show who ordered it, or download pick lists at the right.
|
||||
article_info:
|
||||
from: from %{supplier}
|
||||
unit: per %{unit}
|
||||
form:
|
||||
article_placeholder: Search articles...
|
||||
current_orders: All current orders
|
||||
index:
|
||||
title: Distribute article
|
||||
ordergroups:
|
||||
piece: pc
|
||||
unit: unit
|
||||
add_new: Add an ordergroup...
|
||||
show:
|
||||
title: ! 'Distribute %{name}'
|
||||
group_orders:
|
||||
index:
|
||||
title: Your current orders
|
||||
ordergroups:
|
||||
articles:
|
||||
add_new: Add an article...
|
||||
form:
|
||||
ordergroup_placeholder: Choose an ordergroup...
|
||||
no_selection: Choose an ordergroup to show the articles.
|
||||
index:
|
||||
title: Articles for ordergroup
|
||||
payment_bar:
|
||||
account_balance: Account balance
|
||||
new_pin: PIN
|
||||
new_transaction: New transaction
|
||||
payment: ! 'Payment:'
|
||||
show:
|
||||
title: Articles for %{name}
|
||||
orders:
|
||||
receive:
|
||||
title: Receive orders
|
||||
no_finished_orders: There are currently no orders to receive.
|
||||
documents:
|
||||
multiple_orders_by_articles:
|
||||
filename: Current orders sorted by article
|
||||
title: Current orders - by article
|
||||
multiple_orders_by_groups:
|
||||
filename: Current orders sorted by group
|
||||
title: Current orders - by group
|
||||
helpers:
|
||||
current_orders:
|
||||
pay_done: Fully paid
|
||||
pay_none: Nothing to pay
|
||||
pay_amount: To pay %{amount}
|
||||
js:
|
||||
current_orders:
|
||||
articles:
|
||||
above: '%{count} more<br>than available'
|
||||
below: '%{count} left over'
|
||||
equal: all distributed
|
||||
ui:
|
||||
back: Back
|
||||
Loading…
Add table
Add a link
Reference in a new issue