From 02328eba2b195ad7dc6309e6594082c15092f250 Mon Sep 17 00:00:00 2001 From: Tom Carchrae Date: Thu, 18 May 2017 14:04:23 -0700 Subject: [PATCH] fix missing translation --- app/views/finance/balancing/_edit_note.html.haml | 4 ++-- config/locales/de.yml | 2 ++ config/locales/en.yml | 4 +++- config/locales/nl.yml | 2 ++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/views/finance/balancing/_edit_note.html.haml b/app/views/finance/balancing/_edit_note.html.haml index 83c0f92f..369979ec 100644 --- a/app/views/finance/balancing/_edit_note.html.haml +++ b/app/views/finance/balancing/_edit_note.html.haml @@ -1,9 +1,9 @@ = simple_form_for @order, url: update_note_finance_order_path(@order), remote: true, method: :put do |f| .modal-header = close_button :modal - %h3 Notiz bearbeiten + %h3= t('.title') .modal-body - = f.input :note, input_html: {class: 'input-xlarge'} + = f.input :note, input_html: {class: 'input-xlarge', rows: 10, cols: 80} .modal-footer = link_to t('ui.close'), '#', class: 'btn', data: {dismiss: 'modal'} = f.submit t('ui.save'), class: 'btn btn-primary' diff --git a/config/locales/de.yml b/config/locales/de.yml index 58130db0..5b726dcb 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -910,6 +910,8 @@ de: reload: Zusammenfassung neu laden with_extra_charge: 'mit Aufschlag:' without_extra_charge: 'ohne Aufschlag:' + edit_note: + title: Bestellschein bearbeiten create: notice: Rechnung wurde erstellt. financial_links: diff --git a/config/locales/en.yml b/config/locales/en.yml index 82df3407..d82d5ce8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -853,6 +853,8 @@ en: first_paragraph: 'When the order is settled, all group accounts will be updated.
The accounts will be charged as follows:' or_cancel: or back to accounting title: Settle order + edit_note: + title: Edit order note edit_results_by_articles: add_article: Add article amount: Amount @@ -888,7 +890,7 @@ en: edit_order: Edit order groups_overview: Overview of groups invoice: Invoice - notes_and_journal: Notes/Protocol + notes_and_journal: Order Notes summary: Summary title: Accounting %{name} view_options: Viewing options diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 44b74e52..a31f00cd 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -874,6 +874,8 @@ nl: reload: Samenvatting verversen with_extra_charge: 'inclusief marge:' without_extra_charge: 'zonder marge:' + edit_note: + title: Bewerk ordernotitie create: notice: Rekening is gemaakt. financial_links: