Add English and German translations for financial transaction types

This commit is contained in:
Patrick Gansterer 2017-07-07 22:46:37 +02:00
parent dae4d075fe
commit 80899afcb0
2 changed files with 46 additions and 0 deletions

View File

@ -49,6 +49,11 @@ de:
note: Notiz note: Notiz
ordergroup: Bestellgruppe ordergroup: Bestellgruppe
user: Eingetragen von user: Eingetragen von
financial_transaction_class:
name: Name
financial_transaction_type:
name: Name
financial_transaction_class: Finanztransaktionsklasse
group_order: group_order:
price: Bestellsumme price: Bestellsumme
updated_by: Zuletzt bestellt updated_by: Zuletzt bestellt
@ -235,6 +240,8 @@ de:
article_category: Kategorie article_category: Kategorie
delivery: Lieferung delivery: Lieferung
financial_transaction: Kontotransaktion financial_transaction: Kontotransaktion
financial_transaction_class: Finanztransaktionsklasse
financial_transaction_type: Finanztransaktionstyp
invoice: Rechnung invoice: Rechnung
message: Nachricht message: Nachricht
messagegroup: Nachrichtengruppe messagegroup: Nachrichtengruppe
@ -289,6 +296,22 @@ de:
update: update:
notice: Einstellungen gespeichert. notice: Einstellungen gespeichert.
confirm: Bist Du sicher? confirm: Bist Du sicher?
finances:
index:
first_paragraph: Hier kannst du die Finanztransaktionsklassen und die dazugehörigen Finanztransaktionstypen verwalten. Jede Finanztansaktion hat einen bestimmten Typ, den du bei jeder Transaktion auswählen muss, falls du mehr als einen Typ angelegt hast. Die Finanztransaktionsklassen können zur Gruppierung der Finanztransaktionstypen verwendet werden und werden in der Kontoübersicht als weitere Spalten angezeigt, falls mehrere angelegt wurden.
new_financial_transaction_class: Neue Finanztransaktionsklasse anlegen
title: Finanzen
transaction_types:
name: Name
new_financial_transaction_type: Neuen Finanztransaktionstyp anlegen
financial_transaction_classes:
form:
title_edit: Finanztransaktionsklasse bearbeiten
title_new: Finanztransaktionsklasse anlegen
financial_transaction_types:
form:
title_edit: Finanztransaktionstyp bearbeiten
title_new: Finanztransaktionstyp anlegen
mail_delivery_status: mail_delivery_status:
destroy_all: destroy_all:
notice: Alle E-Mail Probleme wurden gelöscht notice: Alle E-Mail Probleme wurden gelöscht

View File

@ -49,6 +49,11 @@ en:
note: Note note: Note
ordergroup: Ordergroup ordergroup: Ordergroup
user: Entered by user: Entered by
financial_transaction_class:
name: Name
financial_transaction_type:
name: Name
financial_transaction_class: Financial transaction class
group_order: group_order:
price: Order sum price: Order sum
updated_by: Last ordered by updated_by: Last ordered by
@ -235,6 +240,8 @@ en:
article_category: Category article_category: Category
delivery: Delivery delivery: Delivery
financial_transaction: Financial transaction financial_transaction: Financial transaction
financial_transaction_class: Financial transaction class
financial_transaction_type: Financial transaction type
invoice: Invoice invoice: Invoice
message: Message message: Message
messagegroup: Message group messagegroup: Message group
@ -291,6 +298,22 @@ en:
update: update:
notice: Configuration saved. notice: Configuration saved.
confirm: Are you sure? confirm: Are you sure?
finances:
index:
first_paragraph: Here you can manage the financial transaction classes and the corresponding financial transaction types. Every financial transaction has a type, which you have to select at every transaction, if you created more than one type. The financial transaction classes can be use to group the financial transaction types and will be shown as additional columns in the account overview, if there have been created more than one.
new_financial_transaction_class: Add new financial transaction class
title: Finances
transaction_types:
name: Name
new_financial_transaction_type: Add new financial transaction type
financial_transaction_classes:
form:
title_edit: Edit financial transaction class
title_new: Add new financial transaction class
financial_transaction_types:
form:
title_edit: Edit financial transaction type
title_new: Add new financial transaction type
mail_delivery_status: mail_delivery_status:
destroy_all: destroy_all:
notice: All email problems were deleted notice: All email problems were deleted