fix i18n key
This commit is contained in:
parent
931b3bef5e
commit
3cfd8b2d44
4 changed files with 4 additions and 4 deletions
|
@ -7,4 +7,4 @@
|
||||||
%td.numeric= number_to_currency(group_order.price)
|
%td.numeric= number_to_currency(group_order.price)
|
||||||
.form-actions
|
.form-actions
|
||||||
= link_to t('.clear'), close_finance_order_path(@order), method: :put, class: 'btn btn-primary'
|
= link_to t('.clear'), close_finance_order_path(@order), method: :put, class: 'btn btn-primary'
|
||||||
= link_to t('.or_cancle'), new_finance_order_path(order_id: @order.id)
|
= link_to t('.or_cancel'), new_finance_order_path(order_id: @order.id)
|
||||||
|
|
|
@ -545,7 +545,7 @@ de:
|
||||||
confirm:
|
confirm:
|
||||||
clear: Abschließen
|
clear: Abschließen
|
||||||
first_paragraph: ! 'Wenn die Bestellung abgeschlossen wird, werden ebenfalls alle Gruppenkonten aktualisiert.<br />Die Konten werden wie folgt belastet:'
|
first_paragraph: ! 'Wenn die Bestellung abgeschlossen wird, werden ebenfalls alle Gruppenkonten aktualisiert.<br />Die Konten werden wie folgt belastet:'
|
||||||
or_cancle: oder zurück zur Abrechnung
|
or_cancel: oder zurück zur Abrechnung
|
||||||
title: Bestellung abschließen
|
title: Bestellung abschließen
|
||||||
edit_results_by_articles:
|
edit_results_by_articles:
|
||||||
add_article: Artikel hinzufügen
|
add_article: Artikel hinzufügen
|
||||||
|
|
|
@ -547,7 +547,7 @@ en:
|
||||||
confirm:
|
confirm:
|
||||||
clear: Close
|
clear: Close
|
||||||
first_paragraph: ! 'When the order is closed, all group accounts will be updated.<br />The accounts will be charged as follows:'
|
first_paragraph: ! 'When the order is closed, all group accounts will be updated.<br />The accounts will be charged as follows:'
|
||||||
or_cancle: or back to accounting
|
or_cancel: or back to accounting
|
||||||
title: Close order
|
title: Close order
|
||||||
edit_results_by_articles:
|
edit_results_by_articles:
|
||||||
add_article: Add article
|
add_article: Add article
|
||||||
|
|
|
@ -523,7 +523,7 @@ nl:
|
||||||
confirm:
|
confirm:
|
||||||
clear: Sluiten
|
clear: Sluiten
|
||||||
first_paragraph: ! 'Wanneer de bestelling gesloten wordt, worden alle tegoeden van huishoudens bijgewerkt.<br />De tegoeden worden als volgt belast:'
|
first_paragraph: ! 'Wanneer de bestelling gesloten wordt, worden alle tegoeden van huishoudens bijgewerkt.<br />De tegoeden worden als volgt belast:'
|
||||||
or_cancle: of terug naar afrekenen
|
or_cancel: of terug naar afrekenen
|
||||||
title: Order sluiten
|
title: Order sluiten
|
||||||
edit_results_by_articles:
|
edit_results_by_articles:
|
||||||
add_article: Artikel toevoegen
|
add_article: Artikel toevoegen
|
||||||
|
|
Loading…
Reference in a new issue