clarify group_orders i18n
This commit is contained in:
parent
dea0d9e215
commit
734179a2bd
3 changed files with 5 additions and 5 deletions
|
@ -134,6 +134,6 @@
|
||||||
€
|
€
|
||||||
#order-button
|
#order-button
|
||||||
= submit_tag( t('.action_save'), id: 'submit_button', class: 'btn btn-primary' )
|
= submit_tag( t('.action_save'), id: 'submit_button', class: 'btn btn-primary' )
|
||||||
oder #{link_to t('.cancel'), group_orders_path}
|
#{link_to t('.cancel'), group_orders_path}
|
||||||
%input#total_balance{name: "total_balance", type: "hidden", value: @ordergroup.account_balance - @group_order.price}/
|
%input#total_balance{name: "total_balance", type: "hidden", value: @ordergroup.account_balance - @group_order.price}/
|
||||||
%input{name: "version", type: "hidden", value: @version}/
|
%input{name: "version", type: "hidden", value: @version}/
|
||||||
|
|
|
@ -32,7 +32,7 @@ de:
|
||||||
available_funds: 'Verfügbares Guthaben'
|
available_funds: 'Verfügbares Guthaben'
|
||||||
new_funds: 'Neuer Kontostand'
|
new_funds: 'Neuer Kontostand'
|
||||||
action_save: 'Bestellung speichern'
|
action_save: 'Bestellung speichern'
|
||||||
cancel: 'abbrechen'
|
cancel: 'oder abbrechen'
|
||||||
index:
|
index:
|
||||||
title: 'Bestellüberblick'
|
title: 'Bestellüberblick'
|
||||||
funds:
|
funds:
|
||||||
|
|
|
@ -12,7 +12,7 @@ en:
|
||||||
created_by: 'Created by'
|
created_by: 'Created by'
|
||||||
ending: 'End'
|
ending: 'End'
|
||||||
min_quantity: 'Minimum quantity'
|
min_quantity: 'Minimum quantity'
|
||||||
sum_amount: 'Quantity until now:'
|
sum_amount: 'Current amount'
|
||||||
last_update: 'Last ordered'
|
last_update: 'Last ordered'
|
||||||
funds: 'Credit'
|
funds: 'Credit'
|
||||||
name: 'Mame'
|
name: 'Mame'
|
||||||
|
@ -31,8 +31,8 @@ en:
|
||||||
total_sum_amount: 'Total amount'
|
total_sum_amount: 'Total amount'
|
||||||
available_funds: 'Available credits'
|
available_funds: 'Available credits'
|
||||||
new_funds: 'New account balance'
|
new_funds: 'New account balance'
|
||||||
action_save: 'Order saved'
|
action_save: 'Save order'
|
||||||
cancel: 'Cancel'
|
cancel: 'or cancel'
|
||||||
index:
|
index:
|
||||||
title: 'Orders overview'
|
title: 'Orders overview'
|
||||||
funds:
|
funds:
|
Loading…
Reference in a new issue