improve translations
This commit is contained in:
parent
df58bf0f18
commit
471405ae21
7 changed files with 206 additions and 205 deletions
|
@ -1,9 +1,9 @@
|
|||
en:
|
||||
feedback:
|
||||
create:
|
||||
notice: "Your feedback was send successfully. Thanks a lot!"
|
||||
notice: 'Your feedback was sent successfully. Thanks a lot!'
|
||||
new:
|
||||
title: 'Give Feedback'
|
||||
title: 'Give feedback'
|
||||
first_paragraph: 'Found a bug? Suggestions? Ideas? Reviews? We are happy to hear any feedback.'
|
||||
second_paragraph: 'Please be aware that the Foodsoft Team is just responsible for the management of the Software. With questions regarding the organisation of your Foodcoop, please contact your appropriate contact person.'
|
||||
second_paragraph: 'Please be aware that the Foodsoft Team is just responsible for the management of the software. For questions regarding the organisation of your Foodcoop, please contact the appropriate contact person.'
|
||||
send: 'Send'
|
||||
|
|
|
@ -1,98 +1,98 @@
|
|||
en:
|
||||
group_orders:
|
||||
archive:
|
||||
title: 'orders of %{group}'
|
||||
desc: 'see here for all %{link}.'
|
||||
title: 'Orders of %{group}'
|
||||
desc: 'View all %{link} here.'
|
||||
open_orders: 'current orders'
|
||||
title_open: 'completed/not accounted'
|
||||
title_closed: 'accounted'
|
||||
title_open: 'Completed/not accounted'
|
||||
title_closed: 'Accounted'
|
||||
form:
|
||||
title: 'orders'
|
||||
note: 'notes'
|
||||
created_by: 'created by'
|
||||
ending: 'ending'
|
||||
min_quantity: 'minimum quantity'
|
||||
sum_amount: 'total current quantity:'
|
||||
last_update: 'last ordered'
|
||||
funds: 'credit'
|
||||
name: 'name'
|
||||
price: 'price'
|
||||
unit: 'unit'
|
||||
unit_missing: 'missing units'
|
||||
amount: 'amount'
|
||||
tolerance: 'tolerance'
|
||||
available: 'available'
|
||||
sum: 'sum'
|
||||
units: 'units'
|
||||
units_full: 'full 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'
|
||||
action_save: 'order saved'
|
||||
cancel: 'cancel'
|
||||
title: 'Orders'
|
||||
note: 'Note'
|
||||
created_by: 'Created by'
|
||||
ending: 'End'
|
||||
min_quantity: 'Minimum quantity'
|
||||
sum_amount: 'Quantity until now:'
|
||||
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'
|
||||
action_save: 'Order saved'
|
||||
cancel: 'Cancel'
|
||||
index:
|
||||
title: 'overview of orders'
|
||||
title: 'Orders overview'
|
||||
funds:
|
||||
title: 'credit'
|
||||
account_balance: 'account balance'
|
||||
open_orders: 'current orders'
|
||||
finished_orders: 'not accounted orders'
|
||||
available_funds: 'available credits'
|
||||
title: 'Credit'
|
||||
account_balance: 'Account balance'
|
||||
open_orders: 'Current orders'
|
||||
finished_orders: 'Unaccounted orders'
|
||||
available_funds: 'Available credit'
|
||||
finished_orders:
|
||||
title: 'not accounted orders'
|
||||
total_sum: 'total sum'
|
||||
title: 'Unaccounted orders'
|
||||
total_sum: 'Total sum'
|
||||
closed_orders:
|
||||
title: 'accounted orders'
|
||||
title: 'Closed orders'
|
||||
more: 'more..'
|
||||
order:
|
||||
title: 'articles'
|
||||
title: 'Articles'
|
||||
# other fields reference group_orders.form
|
||||
orders: &orders
|
||||
supplier: 'suppliers'
|
||||
ending: 'ending'
|
||||
sum: 'sum'
|
||||
supplier: 'Suppliers'
|
||||
ending: 'End'
|
||||
sum: 'Sum'
|
||||
show:
|
||||
<<: *orders
|
||||
title: 'Your orderresult for %{order}'
|
||||
note: 'note'
|
||||
order_sum: 'order sum'
|
||||
note: 'Note'
|
||||
order_sum: 'Order sum'
|
||||
not_ordered: 'You didn’t order'
|
||||
closed_by: 'accounted by %{user}'
|
||||
comment: 'read/write comments'
|
||||
closed_by: 'Accounted by %{user}'
|
||||
comment: 'Comment'
|
||||
articles:
|
||||
title: 'overview of articles'
|
||||
show_hide: 'Show/Hide not ordered articles'
|
||||
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'?
|
||||
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'?
|
||||
order_nopen_title: 'Considering current orders of all groups' # can this be simpler?
|
||||
total_price: 'total price'
|
||||
sum: 'sum'
|
||||
total_price: 'Total price'
|
||||
sum: 'Sum'
|
||||
not_ordered_msg: 'You didn’t place an order yet'
|
||||
order_now: 'This is your chance!' # or 'order now' ?
|
||||
order_closed_msg: 'Sorry order is closed.'
|
||||
order_now: 'This is your chance!'
|
||||
order_closed_msg: 'Sorry, this order is closed.'
|
||||
comments:
|
||||
title: 'comments'
|
||||
title: 'Comments'
|
||||
switch_order:
|
||||
title: 'current orders'
|
||||
remaining: 'remaining %{remaining}'
|
||||
title: 'Current orders'
|
||||
remaining: '%{remaining} remaining'
|
||||
|
||||
# used by controller
|
||||
create: &create
|
||||
notice: 'The order was saved.'
|
||||
error_stale: 'The order couldn’t be updated as in the meantime someone else ordered too.'
|
||||
error_general: 'The order couldn’t be updated due to a bug.'
|
||||
error_stale: "Someone else has ordered in the meantime, couldn't update the order."
|
||||
error_general: "The order couldn’t be updated due to a bug."
|
||||
update:
|
||||
<<: *create
|
||||
errors:
|
||||
no_member: 'You are no member of a order group.'
|
||||
no_member: 'You are not a member of a order group.'
|
||||
closed: 'This order is already closed.'
|
||||
notfound: 'Incorrect URL, this is not your order.'
|
||||
|
|
|
@ -3,24 +3,24 @@ en:
|
|||
index:
|
||||
title: 'Homepage'
|
||||
your_tasks: 'Your tasks'
|
||||
due_date_format: '%A, %d. %b'
|
||||
due_date_format: '%A %d %b'
|
||||
tasks_move:
|
||||
title: 'take over tasks'
|
||||
title: 'Take over tasks'
|
||||
desc: 'You are responsible for these tasks.'
|
||||
action: 'take over tasks/decline tasks'
|
||||
action: 'Take over tasks/decline tasks'
|
||||
tasks_open:
|
||||
title: 'Open tasks'
|
||||
desc: 'There is/are %{size}'
|
||||
action: 'open task(s)'
|
||||
ordergroup:
|
||||
title: 'Engagement of your ordergroep'
|
||||
title: 'Engagement of your ordergroup'
|
||||
messages:
|
||||
title: 'Newest Messages'
|
||||
view_all: 'See all messages'
|
||||
my_ordergroup:
|
||||
title: 'My ordergroup'
|
||||
funds: '| Available Credit:'
|
||||
last_update: 'Last Update was %{when}'
|
||||
last_update: 'Last Update was %{when} ago'
|
||||
transactions:
|
||||
title: 'Last Transactions'
|
||||
when: 'When'
|
||||
|
@ -30,37 +30,37 @@ en:
|
|||
view: 'Show account statement'
|
||||
|
||||
start_nav:
|
||||
title: 'Go directly to ...'
|
||||
title: 'Directly to ...'
|
||||
foodcoop: 'Foodcoop'
|
||||
members: 'Members'
|
||||
tasks: 'My tasks'
|
||||
write_message: 'Write message'
|
||||
orders:
|
||||
title: 'Orders'
|
||||
overview: 'Overview of Orders'
|
||||
end: 'Close Orders'
|
||||
overview: 'Overview of orders'
|
||||
end: 'Close orders'
|
||||
products:
|
||||
title: 'edit products'
|
||||
edit: 'update products'
|
||||
edit_stock: 'edit stock'
|
||||
edit_suppliers: 'edit suppliers'
|
||||
title: 'Products'
|
||||
edit: 'Update products'
|
||||
edit_stock: 'Edit stock'
|
||||
edit_suppliers: 'Edit suppliers'
|
||||
finances:
|
||||
title: 'finances'
|
||||
accounts: 'update accounts'
|
||||
title: 'Finances'
|
||||
accounts: 'Update accounts'
|
||||
settle: 'To account orders'
|
||||
admin: 'Administration'
|
||||
new_ordergroup: 'New ordergroup'
|
||||
new_user: 'New Member'
|
||||
new_user: 'New member'
|
||||
|
||||
apple_bar:
|
||||
points: 'Your up-to-date Applepointsbar: %{points}'
|
||||
desc: 'Displayed you find the proportion of executed tasks to the order volume of your ordergroup in comparison to the average of the Foodcoop. Practical: Per %{amount} of the sum of orders you should execute a task!'
|
||||
warning: 'Warning, if you have less then %{threshold} of appel points?, you are not allowed to order anymore/to place an order anymore!'
|
||||
points: 'Your current apple points: %{points}'
|
||||
desc: 'You find the proportion of executed tasks displayed to the order volume of your ordergroup in comparison to the average of the Foodcoop. In practice: for every %{amount} of order sum, you should execute a task!'
|
||||
warning: 'Warning, if you have less then %{threshold} of apple points, you are not allowed to place an order anymore!'
|
||||
|
||||
ordergroup:
|
||||
title: 'My ordergroup'
|
||||
description: 'description'
|
||||
funds: 'Available credit?:'
|
||||
funds: 'Available credit:'
|
||||
people: 'People'
|
||||
invite: 'Invite a new Person'
|
||||
account_summary: 'Account Statement'
|
||||
|
@ -70,15 +70,15 @@ en:
|
|||
title: 'My Profile'
|
||||
user:
|
||||
title: '%{user}'
|
||||
since: '(Member since: %{when})'
|
||||
since: '(member since: %{when})'
|
||||
save: 'Save'
|
||||
groups:
|
||||
title: 'You are member of the following groups'
|
||||
invite: 'Invite new members'
|
||||
cancel: 'Quit membership'
|
||||
cancel_confirm: 'Are you sure that you want to quit membership?'
|
||||
cancel: 'Leave group'
|
||||
cancel_confirm: 'Are you sure you want to leave this group?'
|
||||
|
||||
# used by controller
|
||||
changes_saved: 'Changes saved.'
|
||||
no_ordergroups: 'Sorry to say so but you are not a member of an ordergroup'
|
||||
ordergroup_cancelled: 'You quit membership of the group %{group}'
|
||||
no_ordergroups: 'You are unfortunately not a member of an ordergroup.'
|
||||
ordergroup_cancelled: 'You cancelled membership of the group %{group}.'
|
||||
|
|
|
@ -1,36 +1,38 @@
|
|||
en:
|
||||
login:
|
||||
accept_invitation:
|
||||
title: 'Invite into %{name}'
|
||||
title: 'Invitation to %{name}'
|
||||
body:
|
||||
<p>You are invited as a member of the group <b>%{group}</b> to be part of the foodcoop %{foodcoop}</p>
|
||||
<p>If you want to participate please fill in this form.</p>
|
||||
<p>Your information of course won’t be shared with third parties, for any reasons
|
||||
what so ever. You can also decide how much of your personal dates should be visible for everyone. 'All' means here all Foodcoop-Members.
|
||||
The administrators have at any times access to your information.</p>
|
||||
submit: 'Create a Foodsoft Account'
|
||||
<p>You are invited to be part of the foodcoop %{foodcoop} as
|
||||
a member of the group <b>%{group}</b>.</p>
|
||||
<p>If you want to participate, please fill in this form.</p>
|
||||
<p>Naturally, your information wll not be shared with third parties for
|
||||
any reasons whatsoever. You can decide how much of your personal information
|
||||
should be visible for everyone. 'All' means all Foodcoop-members.
|
||||
Please note that the administrators do have access to your information.</p>
|
||||
submit: 'Create a Foodsoft account'
|
||||
forgot_password:
|
||||
title: 'Forgot Password?'
|
||||
title: 'Forgot password?'
|
||||
body:
|
||||
<p>No Problem, you can chose a new password.</p>
|
||||
<p>For this fill in the email address with which you registered in the Foodsoft.
|
||||
You will receive an email with further instructions.</p>
|
||||
submit: 'Request New Password'
|
||||
<p>No Problem, you can choose a new password.</p>
|
||||
<p>Please fill in the email address with which you are registered here.
|
||||
Then you will receive an email with further instructions.</p>
|
||||
submit: 'Request new password'
|
||||
cancel: 'or abort'
|
||||
new_password:
|
||||
title: 'New Password'
|
||||
title: 'New password'
|
||||
body:
|
||||
<p>Please fill in new password for <b>%{user}</b></p>
|
||||
submit: 'Save New Password'
|
||||
<p>Please fill in the new password for <b>%{user}</b></p>
|
||||
submit: 'Save new password'
|
||||
|
||||
# used by controller
|
||||
reset_password:
|
||||
notice: 'If your email is registered here you will receive a message with a link to reset your password.'
|
||||
notice: 'If your email is registered here, you will receive a message with a link to reset your password.'
|
||||
update_password:
|
||||
notice: 'Your password was refreshed. You can login now.'
|
||||
notice: 'Your password was updated. You can login now.'
|
||||
accept_invitation:
|
||||
notice: 'Congratulations your account was created. You can login now.'
|
||||
notice: 'Congratulations, your account was created. You can login now.'
|
||||
errors:
|
||||
invite_invalid: 'Your invite is not valid (anymore).'
|
||||
group_invalid: 'The group in which you were invited doesn’t exist anymore."'
|
||||
token_invalid: 'Invalid or expired Token. Please try again.'
|
||||
token_invalid: 'Invalid or expired token. Please try again.'
|
||||
|
|
|
@ -2,19 +2,19 @@ en:
|
|||
messages:
|
||||
index:
|
||||
title: 'Messages'
|
||||
new: 'New Messages'
|
||||
new: 'New messages'
|
||||
messages:
|
||||
reply: 'Replies'
|
||||
reply: 'Reply'
|
||||
new:
|
||||
title: 'New Message'
|
||||
search_user: 'Search User'
|
||||
no_user_found: 'No User found'
|
||||
title: 'New message'
|
||||
search_user: 'Search user'
|
||||
no_user_found: 'No user found'
|
||||
search: 'Search ...'
|
||||
list:
|
||||
desc: 'Messages to all please send via the mailing-list: %{list}'
|
||||
subscribe_msg: 'Eventually you will have to introduce yourself to the mailing-list first.'
|
||||
subscribe: 'Explanations about the mailing-list you can find here %{link}'
|
||||
wiki: 'Wiki (paragraph mailing-list)'
|
||||
desc: 'Please send messages to all using the mailing-list: %{list}'
|
||||
subscribe_msg: 'You may have to subscribe to the mailing-list first.'
|
||||
subscribe: 'You can find more about the mailing-list at %{link}.'
|
||||
wiki: 'Wiki (page Mailing-List)'
|
||||
mail: 'for example with an email to %{email}.'
|
||||
cancel: 'or cancel'
|
||||
show:
|
||||
|
@ -23,15 +23,14 @@ en:
|
|||
subject: 'Subject:'
|
||||
sent_on: 'Sent:'
|
||||
reply: 'Reply'
|
||||
all_messages: 'Overview of all messages'
|
||||
all_messages: 'All messages'
|
||||
|
||||
# used by controller
|
||||
create:
|
||||
notice: 'Message is saved and will be send.'
|
||||
notice: 'Message is saved and will be sent.'
|
||||
|
||||
# used by model
|
||||
model:
|
||||
reply_subject: 'Re: %{subject}'
|
||||
reply_header: '%{user} wrote on %{when}:'
|
||||
reply_indent: '> %{line}'
|
||||
|
||||
|
|
|
@ -1,73 +1,73 @@
|
|||
en:
|
||||
orders:
|
||||
articles:
|
||||
name: 'name'
|
||||
unit_quantity: 'unit quantity'
|
||||
prices: 'Netto/Brutto price'
|
||||
units_ordered: 'ordered units'
|
||||
units_full: 'full units'
|
||||
prices_sum: 'sum (netto/brutto price):'
|
||||
article_count: 'ordered articles:'
|
||||
name: 'Name'
|
||||
unit_quantity: 'Unit quantity'
|
||||
prices: 'Netto/bruto price'
|
||||
units_ordered: 'Units ordered'
|
||||
units_full: 'Full units'
|
||||
prices_sum: 'Sum (netto/bruto price):'
|
||||
article_count: 'Ordered articles:'
|
||||
edit:
|
||||
title: 'edit order'
|
||||
title: 'Edit order'
|
||||
new:
|
||||
title: 'creat new order'
|
||||
title: 'Create new order'
|
||||
form:
|
||||
title: 'article'
|
||||
name: 'name'
|
||||
note: 'notiz'
|
||||
stockit: 'in stock'
|
||||
origin: 'origin'
|
||||
supplier: 'supplier'
|
||||
unit_quantity: 'unit quantity'
|
||||
prices: 'prices (netto/FC)' ?
|
||||
select_all: 'select all'
|
||||
cancel: 'cancel'
|
||||
title: 'Article'
|
||||
name: 'Name'
|
||||
note: 'Note'
|
||||
stockit: 'In stock'
|
||||
origin: 'Origin'
|
||||
supplier: 'Supplier'
|
||||
unit_quantity: 'Unit quantity'
|
||||
prices: 'Prices (netto/FC)'
|
||||
select_all: 'Select all'
|
||||
cancel: 'or cancel'
|
||||
index:
|
||||
title: 'manage orders'
|
||||
new_order: 'creat new order'
|
||||
open_orders: 'current orders'
|
||||
supplier: 'supplier'
|
||||
ending: 'ending'
|
||||
note: 'note'
|
||||
action_end: 'closing'
|
||||
confirm_end: 'Do you really want to close the order %{order}? There is no going back'
|
||||
title: 'Manage orders'
|
||||
new_order: 'Create new order'
|
||||
open_orders: 'Current orders'
|
||||
supplier: 'Supplier'
|
||||
ending: 'End'
|
||||
note: 'Note'
|
||||
action_end: 'Close'
|
||||
confirm_end: 'Do you really want to close the order %{order}? There is no going back.'
|
||||
confirm_delete: 'Do you really want to delete the order?'
|
||||
no_open_orders: 'There are no current orders.'
|
||||
ended_orders: 'Closed orders'
|
||||
orders:
|
||||
supplier: 'supplier'
|
||||
start: 'start'
|
||||
ending: 'ending'
|
||||
status: 'status'
|
||||
supplier: 'Supplier'
|
||||
start: 'Start'
|
||||
ending: 'End'
|
||||
status: 'Status'
|
||||
show:
|
||||
title: 'order: %{name}'
|
||||
title: 'Order: %{name}'
|
||||
warn_not_closed: 'Attention, order is not accounted yet.'
|
||||
supplier: 'supplier:'
|
||||
note: 'note:'
|
||||
created_by: 'created by:'
|
||||
begin: 'begin:'
|
||||
ending: 'ending:'
|
||||
group_orders: 'group orders:'
|
||||
amounts: 'Netto/Brutto sum:'
|
||||
articles_ordered: 'ordered articles:'
|
||||
action_end: 'closing!'
|
||||
supplier: 'Supplier:'
|
||||
note: 'Note:'
|
||||
created_by: 'Created by:'
|
||||
begin: 'Begin:'
|
||||
ending: 'End:'
|
||||
group_orders: 'Group orders:'
|
||||
amounts: 'Netto/brutto sum:'
|
||||
articles_ordered: 'Ordered articles:'
|
||||
action_end: 'Close!'
|
||||
confirm_end: "Do you really want to close the order %{order}?\nThere is no going back."
|
||||
confirm_delete: 'Do you really want to delete the order?'
|
||||
articles: 'overview of articles'
|
||||
sort_group: 'sorted in groups'
|
||||
sort_article: 'sorted in articles'
|
||||
comments_link: 'comments'
|
||||
articles: 'Article overview'
|
||||
sort_group: 'Sorted in groups'
|
||||
sort_article: 'Sorted in articles'
|
||||
comments_link: 'Comments'
|
||||
download:
|
||||
title: 'download'
|
||||
group_pdf: 'group PDF'
|
||||
article_pdf: 'article PDF'
|
||||
matrix_pdf: 'matrix PDF'
|
||||
fax_pdf: 'fax PDF'
|
||||
fax_txt: 'fax text'
|
||||
download_file: 'download file'
|
||||
title: 'Download'
|
||||
group_pdf: 'Group PDF'
|
||||
article_pdf: 'Article PDF'
|
||||
matrix_pdf: 'Matrix PDF'
|
||||
fax_pdf: 'Fax PDF'
|
||||
fax_txt: 'Fax text'
|
||||
download_file: 'Download file'
|
||||
comments:
|
||||
title: 'comments'
|
||||
title: 'Comments'
|
||||
|
||||
# used by controller
|
||||
create:
|
||||
|
@ -77,11 +77,11 @@ en:
|
|||
finish:
|
||||
notice: 'The order has finished.'
|
||||
fax:
|
||||
heading: 'order for %{name}'
|
||||
customer_number: 'customer number'
|
||||
delivery_day: 'delivery day'
|
||||
to_address: 'shipping address'
|
||||
articles: 'articles'
|
||||
number: 'number'
|
||||
amount: 'amount'
|
||||
name: 'name'
|
||||
heading: 'Order for %{name}'
|
||||
customer_number: 'Customer number'
|
||||
delivery_day: 'Delivery day'
|
||||
to_address: 'Shipping address'
|
||||
articles: 'Articles'
|
||||
number: 'Number'
|
||||
amount: 'Amount'
|
||||
name: 'Name'
|
||||
|
|
|
@ -1,38 +1,38 @@
|
|||
en:
|
||||
suppliers:
|
||||
shared_supplier_note: 'supplier is connected with external data base'
|
||||
shared_supplier_note: 'Supplier is connected to the external database.'
|
||||
index:
|
||||
title: 'suppliers'
|
||||
action_new: 'creat new supplier'
|
||||
action_import: 'import supplier from external data base'
|
||||
title: 'Suppliers'
|
||||
action_new: 'Create new supplier'
|
||||
action_import: 'Import supplier from external database'
|
||||
articles: 'articles (%{count})'
|
||||
stock: 'in stock (%{count})'
|
||||
deliveries: 'deliveries (%{count})'
|
||||
confirm_del: 'Attention, do you really want to delete the supplier %{name}?'
|
||||
confirm_del: 'Do you really want to delete the supplier %{name}?'
|
||||
edit:
|
||||
title: 'edit supplier'
|
||||
title: 'Edit supplier'
|
||||
form:
|
||||
cancel: 'or cancel'
|
||||
new:
|
||||
title: 'new supplier'
|
||||
title: 'New supplier'
|
||||
show:
|
||||
confirm_delete: 'Are you sure?'
|
||||
last_deliveries: 'last deliveries'
|
||||
new_delivery: 'creat new delievery'
|
||||
show_deliveries: 'show all delieveries'
|
||||
last_deliveries: 'Last deliveries'
|
||||
new_delivery: 'Create new delivery'
|
||||
show_deliveries: 'Show all deliveries'
|
||||
shared_suppliers:
|
||||
title: 'external lists'
|
||||
title: 'External lists'
|
||||
body:
|
||||
<p>Here the suppliers of the external data base are displayed.</p>
|
||||
<p>You can import extern suppliers by subscribing. (see down under)</p>
|
||||
<p>Thereby a new supplier is created and connecte with the external data base.</p>
|
||||
supplier: 'supplier'
|
||||
subscribe: 'subscribe'
|
||||
<p>Suppliers of the external database are displayed here.</p>
|
||||
<p>You can import external suppliers by subscribing (see below).</p>
|
||||
<p>A new supplier will be created and connected to the external database.</p>
|
||||
supplier: 'Supplier'
|
||||
subscribe: 'Subscribe'
|
||||
|
||||
# used by controller
|
||||
create:
|
||||
notice: 'supplier was created'
|
||||
notice: 'Supplier was created'
|
||||
update:
|
||||
notice: 'supplier was updated'
|
||||
notice: 'Supplier was updated'
|
||||
destroy:
|
||||
notice: 'supplier was deleted'
|
||||
notice: 'Supplier was deleted'
|
||||
|
|
Loading…
Reference in a new issue