Update translations from localeapp
This commit is contained in:
parent
402a6e4251
commit
0d309af5f6
4 changed files with 349 additions and 5 deletions
|
|
@ -37,6 +37,12 @@ en:
|
|||
delivered_on: Delivery date
|
||||
note: Note
|
||||
supplier: Supplier
|
||||
document:
|
||||
created_at: Created at
|
||||
created_by_user_id: Created by
|
||||
data: Data
|
||||
mime: MIME type
|
||||
name: Name
|
||||
financial_transaction:
|
||||
amount: Amount
|
||||
created_on: Date
|
||||
|
|
@ -512,6 +518,8 @@ 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_messages: Allow members to communicate with each other within Foodsoft.
|
||||
use_nick: Show and use nicknames instead of real names. When enabling this, please check that each user has a nickname.
|
||||
use_wiki: Enable editable wiki pages.
|
||||
|
|
@ -561,6 +569,8 @@ 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_messages: Messages
|
||||
use_nick: Use nicknames
|
||||
use_wiki: Enable wiki
|
||||
|
|
@ -574,6 +584,54 @@ 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}.'
|
||||
|
|
@ -615,6 +673,24 @@ en:
|
|||
update:
|
||||
notice: Delivery was updated.
|
||||
documents:
|
||||
create:
|
||||
error: 'Document could not be created: %{error}'
|
||||
notice: Document was created
|
||||
destroy:
|
||||
error: 'Document could not be deleted: %{error}'
|
||||
no_right: You do not have enough rights to delete the document
|
||||
notice: Document was deleted
|
||||
index:
|
||||
new: Upload new document
|
||||
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
|
||||
new:
|
||||
title: New Document
|
||||
order_by_articles:
|
||||
filename: Order %{name}-%{date} - by articles
|
||||
rows:
|
||||
|
|
@ -930,6 +1006,10 @@ 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
|
||||
|
|
@ -1028,6 +1108,11 @@ 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:
|
||||
|
|
@ -1222,6 +1307,7 @@ en:
|
|||
suppliers: Suppliers/articles
|
||||
title: Articles
|
||||
dashboard: Dashboard
|
||||
documents: Documents
|
||||
finances:
|
||||
accounts: Manage accounts
|
||||
balancing: Account orders
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue