improve translations
This commit is contained in:
parent
df58bf0f18
commit
471405ae21
7 changed files with 206 additions and 205 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue