foodsoft/config/locales/en/en.group_orders.yml

99 lines
3.0 KiB
YAML
Raw Normal View History

2013-02-11 02:05:53 +01:00
en:
group_orders:
archive:
2013-02-11 02:06:22 +01:00
title: 'Orders of %{group}'
desc: 'View all %{link} here.'
2013-02-11 02:05:53 +01:00
open_orders: 'current orders'
2013-02-11 02:06:22 +01:00
title_open: 'Completed/not accounted'
title_closed: 'Accounted'
2013-02-11 02:05:53 +01:00
form:
2013-02-11 02:06:22 +01:00
title: 'Orders'
note: 'Note'
created_by: 'Created by'
ending: 'End'
min_quantity: 'Minimum quantity'
2013-02-12 00:05:27 +01:00
sum_amount: 'Current amount'
2013-02-11 02:06:22 +01:00
last_update: 'Last ordered'
funds: 'Credit'
name: 'Mame'
price: 'Price'
unit: 'Unit'
unit_missing: 'Missing units'
amount: 'Amount'
tolerance: 'Tolerance'
available: 'Available'
sum: 'Sum'
units: 'Units'
units_full: 'Filled units'
total_units: 'Total units'
total_tolerance: 'Total tolerance'
manufacturer: 'Manufacturer'
total_sum_amount: 'Total amount'
available_funds: 'Available credits'
new_funds: 'New account balance'
2013-02-12 00:05:27 +01:00
action_save: 'Save order'
cancel: 'or cancel'
2013-02-11 02:05:53 +01:00
index:
2013-02-11 02:06:22 +01:00
title: 'Orders overview'
2013-02-11 02:05:53 +01:00
funds:
2013-02-11 02:06:22 +01:00
title: 'Credit'
account_balance: 'Account balance'
open_orders: 'Current orders'
finished_orders: 'Unaccounted orders'
available_funds: 'Available credit'
2013-02-11 02:05:53 +01:00
finished_orders:
2013-02-11 02:06:22 +01:00
title: 'Unaccounted orders'
total_sum: 'Total sum'
2013-02-11 02:05:53 +01:00
closed_orders:
2013-02-11 02:06:22 +01:00
title: 'Closed orders'
2013-02-11 02:05:53 +01:00
more: 'more..'
order:
2013-02-11 02:06:22 +01:00
title: 'Articles'
2013-02-11 02:05:53 +01:00
# other fields reference group_orders.form
orders: &orders
2013-02-11 02:06:22 +01:00
supplier: 'Suppliers'
ending: 'End'
sum: 'Sum'
2013-02-11 02:05:53 +01:00
show:
<<: *orders
title: 'Your orderresult for %{order}'
2013-02-11 02:06:22 +01:00
note: 'Note'
order_sum: 'Order sum'
2013-02-11 02:05:53 +01:00
not_ordered: 'You didnt order'
2013-02-11 02:06:22 +01:00
closed_by: 'Accounted by %{user}'
comment: 'Comment'
2013-02-11 02:05:53 +01:00
articles:
2013-02-11 02:06:22 +01:00
title: 'Article overview'
show_hide: 'Show/hide articles not ordered'
edit_order: 'Edit order'
name: 'Name'
units: 'Units'
unit_price: 'Unit price'
ordered: 'Ordered'
ordered_title: 'Amount + tolerance'
order_open: 'Available' # or 'order open'?
order_not_open: 'Received' # or 'order not open'?
2013-02-11 02:05:53 +01:00
order_nopen_title: 'Considering current orders of all groups' # can this be simpler?
2013-02-11 02:06:22 +01:00
total_price: 'Total price'
sum: 'Sum'
2013-02-11 02:05:53 +01:00
not_ordered_msg: 'You didnt place an order yet'
2013-02-11 02:06:22 +01:00
order_now: 'This is your chance!'
order_closed_msg: 'Sorry, this order is closed.'
2013-02-11 02:05:53 +01:00
comments:
2013-02-11 02:06:22 +01:00
title: 'Comments'
2013-02-11 02:05:53 +01:00
switch_order:
2013-02-11 02:06:22 +01:00
title: 'Current orders'
remaining: '%{remaining} remaining'
2013-02-11 02:05:53 +01:00
# used by controller
create: &create
notice: 'The order was saved.'
2013-02-11 02:06:22 +01:00
error_stale: "Someone else has ordered in the meantime, couldn't update the order."
error_general: "The order couldnt be updated due to a bug."
2013-02-11 02:05:53 +01:00
update:
<<: *create
errors:
2013-02-11 02:06:22 +01:00
no_member: 'You are not a member of a order group.'
2013-02-11 02:05:53 +01:00
closed: 'This order is already closed.'
notfound: 'Incorrect URL, this is not your order.'