fix missing translation
This commit is contained in:
parent
226192f7cb
commit
02328eba2b
4 changed files with 9 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
= simple_form_for @order, url: update_note_finance_order_path(@order), remote: true, method: :put do |f|
|
= simple_form_for @order, url: update_note_finance_order_path(@order), remote: true, method: :put do |f|
|
||||||
.modal-header
|
.modal-header
|
||||||
= close_button :modal
|
= close_button :modal
|
||||||
%h3 Notiz bearbeiten
|
%h3= t('.title')
|
||||||
.modal-body
|
.modal-body
|
||||||
= f.input :note, input_html: {class: 'input-xlarge'}
|
= f.input :note, input_html: {class: 'input-xlarge', rows: 10, cols: 80}
|
||||||
.modal-footer
|
.modal-footer
|
||||||
= link_to t('ui.close'), '#', class: 'btn', data: {dismiss: 'modal'}
|
= link_to t('ui.close'), '#', class: 'btn', data: {dismiss: 'modal'}
|
||||||
= f.submit t('ui.save'), class: 'btn btn-primary'
|
= f.submit t('ui.save'), class: 'btn btn-primary'
|
||||||
|
|
|
@ -910,6 +910,8 @@ de:
|
||||||
reload: Zusammenfassung neu laden
|
reload: Zusammenfassung neu laden
|
||||||
with_extra_charge: 'mit Aufschlag:'
|
with_extra_charge: 'mit Aufschlag:'
|
||||||
without_extra_charge: 'ohne Aufschlag:'
|
without_extra_charge: 'ohne Aufschlag:'
|
||||||
|
edit_note:
|
||||||
|
title: Bestellschein bearbeiten
|
||||||
create:
|
create:
|
||||||
notice: Rechnung wurde erstellt.
|
notice: Rechnung wurde erstellt.
|
||||||
financial_links:
|
financial_links:
|
||||||
|
|
|
@ -853,6 +853,8 @@ en:
|
||||||
first_paragraph: 'When the order is settled, all group accounts will be updated.<br />The accounts will be charged as follows:'
|
first_paragraph: 'When the order is settled, all group accounts will be updated.<br />The accounts will be charged as follows:'
|
||||||
or_cancel: or back to accounting
|
or_cancel: or back to accounting
|
||||||
title: Settle order
|
title: Settle order
|
||||||
|
edit_note:
|
||||||
|
title: Edit order note
|
||||||
edit_results_by_articles:
|
edit_results_by_articles:
|
||||||
add_article: Add article
|
add_article: Add article
|
||||||
amount: Amount
|
amount: Amount
|
||||||
|
@ -888,7 +890,7 @@ en:
|
||||||
edit_order: Edit order
|
edit_order: Edit order
|
||||||
groups_overview: Overview of groups
|
groups_overview: Overview of groups
|
||||||
invoice: Invoice
|
invoice: Invoice
|
||||||
notes_and_journal: Notes/Protocol
|
notes_and_journal: Order Notes
|
||||||
summary: Summary
|
summary: Summary
|
||||||
title: Accounting %{name}
|
title: Accounting %{name}
|
||||||
view_options: Viewing options
|
view_options: Viewing options
|
||||||
|
|
|
@ -874,6 +874,8 @@ nl:
|
||||||
reload: Samenvatting verversen
|
reload: Samenvatting verversen
|
||||||
with_extra_charge: 'inclusief marge:'
|
with_extra_charge: 'inclusief marge:'
|
||||||
without_extra_charge: 'zonder marge:'
|
without_extra_charge: 'zonder marge:'
|
||||||
|
edit_note:
|
||||||
|
title: Bewerk ordernotitie
|
||||||
create:
|
create:
|
||||||
notice: Rekening is gemaakt.
|
notice: Rekening is gemaakt.
|
||||||
financial_links:
|
financial_links:
|
||||||
|
|
Loading…
Reference in a new issue