Add English and German translations for financial transaction types
This commit is contained in:
parent
dae4d075fe
commit
80899afcb0
2 changed files with 46 additions and 0 deletions
|
@ -49,6 +49,11 @@ de:
|
|||
note: Notiz
|
||||
ordergroup: Bestellgruppe
|
||||
user: Eingetragen von
|
||||
financial_transaction_class:
|
||||
name: Name
|
||||
financial_transaction_type:
|
||||
name: Name
|
||||
financial_transaction_class: Finanztransaktionsklasse
|
||||
group_order:
|
||||
price: Bestellsumme
|
||||
updated_by: Zuletzt bestellt
|
||||
|
@ -235,6 +240,8 @@ de:
|
|||
article_category: Kategorie
|
||||
delivery: Lieferung
|
||||
financial_transaction: Kontotransaktion
|
||||
financial_transaction_class: Finanztransaktionsklasse
|
||||
financial_transaction_type: Finanztransaktionstyp
|
||||
invoice: Rechnung
|
||||
message: Nachricht
|
||||
messagegroup: Nachrichtengruppe
|
||||
|
@ -289,6 +296,22 @@ de:
|
|||
update:
|
||||
notice: Einstellungen gespeichert.
|
||||
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:
|
||||
destroy_all:
|
||||
notice: Alle E-Mail Probleme wurden gelöscht
|
||||
|
|
|
@ -49,6 +49,11 @@ en:
|
|||
note: Note
|
||||
ordergroup: Ordergroup
|
||||
user: Entered by
|
||||
financial_transaction_class:
|
||||
name: Name
|
||||
financial_transaction_type:
|
||||
name: Name
|
||||
financial_transaction_class: Financial transaction class
|
||||
group_order:
|
||||
price: Order sum
|
||||
updated_by: Last ordered by
|
||||
|
@ -235,6 +240,8 @@ en:
|
|||
article_category: Category
|
||||
delivery: Delivery
|
||||
financial_transaction: Financial transaction
|
||||
financial_transaction_class: Financial transaction class
|
||||
financial_transaction_type: Financial transaction type
|
||||
invoice: Invoice
|
||||
message: Message
|
||||
messagegroup: Message group
|
||||
|
@ -291,6 +298,22 @@ en:
|
|||
update:
|
||||
notice: Configuration saved.
|
||||
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:
|
||||
destroy_all:
|
||||
notice: All email problems were deleted
|
||||
|
|
Loading…
Reference in a new issue