Move translations to current_orders plugin
This commit is contained in:
parent
7f963b43dc
commit
c03bd5996c
9 changed files with 220 additions and 341 deletions
|
|
@ -606,7 +606,6 @@ en:
|
|||
tolerance_is_costly: Order as much of the member tolerance as possible (compared to only as much needed to fill the last box). Enabling this also includes the tolerance in the total price of the open member order.
|
||||
use_apple_points: When the apple point system is enabled, members are required to do some tasks to be able to keep ordering.
|
||||
use_boxfill: When enabled, near end of an order, members are only able to change their order when increases the total amount ordered. This helps to fill any remaining boxes. You still need to set a box-fill date for the orders.
|
||||
use_current_orders: Enable the current_orders plugin. Allows members with the order permission to change member amounts in multiple orders, using three new screens in the Orders menu. Especially useful for pick-up days.
|
||||
use_documents: Add a basic document sharing page to the foodcoop menu.
|
||||
use_iban: When enabled, supplier and user provide an additonal field for storing the international bank account number.
|
||||
use_messages: Allow members to communicate with each other within Foodsoft.
|
||||
|
|
@ -665,7 +664,6 @@ en:
|
|||
tolerance_is_costly: Tolerance is costly
|
||||
use_apple_points: Apple points
|
||||
use_boxfill: Box-fill phase
|
||||
use_current_orders: Extra distribute screens
|
||||
use_documents: Enable documents
|
||||
use_iban: Use IBAN
|
||||
use_messages: Messages
|
||||
|
|
@ -683,54 +681,6 @@ en:
|
|||
others: Other
|
||||
payment: Finances
|
||||
tasks: Tasks
|
||||
current_orders:
|
||||
articles:
|
||||
article:
|
||||
counts: "%{ordergroups} ordergroups ordered %{articles} different articles."
|
||||
no_selection: Choose an article to show who ordered it, or download pick lists at the right.
|
||||
article_info:
|
||||
from: from %{supplier}
|
||||
origin_in: in %{origin}
|
||||
supplied_and_made_by: made by %{manufacturer}
|
||||
supplied_by: from %{supplier}
|
||||
supplied_by_made_by: from %{supplier} made by %{manufacturer}
|
||||
unit: per %{unit}
|
||||
form:
|
||||
article_placeholder: Search articles...
|
||||
current_orders: All current orders
|
||||
index:
|
||||
title: Distribute articles
|
||||
ordergroups:
|
||||
add_new: Add an ordergroup...
|
||||
piece: pc
|
||||
unit: unit
|
||||
show:
|
||||
title: "%{name}"
|
||||
group_orders:
|
||||
index:
|
||||
title: Your current orders
|
||||
navigation:
|
||||
articles: Distribute
|
||||
ordergroups: Member orders
|
||||
receive: Receive
|
||||
ordergroups:
|
||||
articles:
|
||||
add_new: Add an article...
|
||||
no_selection: Choose an ordergroup to show the articles.
|
||||
form:
|
||||
ordergroup_placeholder: Choose an ordergroup...
|
||||
index:
|
||||
title: Articles for ordergroup
|
||||
payment_bar:
|
||||
account_balance: Account balance
|
||||
new_transaction: New transaction
|
||||
payment: 'Payment:'
|
||||
show:
|
||||
title: Articles for %{name}
|
||||
orders:
|
||||
receive:
|
||||
no_finished_orders: There are currently no orders to receive.
|
||||
title: Receive orders
|
||||
deliveries:
|
||||
add_stock_change:
|
||||
how_many_units: 'How many units (%{unit}) to deliver? Stock article name: %{name}.'
|
||||
|
|
@ -793,12 +743,6 @@ en:
|
|||
new: Upload new document
|
||||
new_folder: Create new folder
|
||||
title: 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
|
||||
order_by_articles:
|
||||
filename: Order %{name}-%{date} - by articles
|
||||
title: 'Order sorted by articles: %{name}, closed at %{date}'
|
||||
|
|
@ -1117,10 +1061,6 @@ en:
|
|||
role_suppliers: Suppliers
|
||||
show_google_maps: Show it on Google maps
|
||||
sort_by: Sort by %{text}
|
||||
current_orders:
|
||||
pay_amount: To pay %{amount}
|
||||
pay_done: Fully paid
|
||||
pay_none: Nothing to pay
|
||||
deliveries:
|
||||
new_invoice: New invoice
|
||||
show_invoice: Show invoice
|
||||
|
|
@ -1223,11 +1163,6 @@ en:
|
|||
body: "<p>Here you can add a person to the group <b>%{group}</b>, who is not yet a member of the foodcoop.</p>"
|
||||
success: User was invited successfully.
|
||||
js:
|
||||
current_orders:
|
||||
articles:
|
||||
above: "%{count} more<br>than available"
|
||||
below: "%{count} left over"
|
||||
equal: all distributed
|
||||
ordering:
|
||||
confirm_change: Modifications to this order will be lost when you change the order. Do you want to lose the changes you made and continue?
|
||||
layouts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue