evaluation: werte für cashbook, types + test
This commit is contained in:
parent
3278fc7e52
commit
1f7149f472
6 changed files with 358 additions and 21 deletions
60
locale/de.po
60
locale/de.po
|
@ -7,13 +7,21 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
|
|||
# ir.message #
|
||||
##############
|
||||
msgctxt "model:ir.message,text:msg_name_cashbook"
|
||||
msgid "Type of evaluation must be '%(dtype)s'."
|
||||
msgstr "Typ der Auswertung mus '%(dtype)s' sein."
|
||||
msgid "Type of evaluation must be '%(typename)s'."
|
||||
msgstr "Typ der Auswertung mus '%(typename)s' sein."
|
||||
|
||||
msgctxt "model:ir.message,text:msg_dtype_cashbook"
|
||||
msgid "Cashbooks"
|
||||
msgstr "Kassenbücher"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_dtype_type"
|
||||
msgid "Types of Cashbooks"
|
||||
msgstr "Typen von Kassenbüchern"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_dtype_currency"
|
||||
msgid "Currencies"
|
||||
msgstr "Währungen"
|
||||
|
||||
|
||||
#################
|
||||
# ir.rule.group #
|
||||
|
@ -54,6 +62,14 @@ msgctxt "field:cashbook_report.eval_book,cashbook:"
|
|||
msgid "Cashbook"
|
||||
msgstr "Kassenbuch"
|
||||
|
||||
msgctxt "field:cashbook_report.eval_book,eval_currency:"
|
||||
msgid "Currency"
|
||||
msgstr "Währung"
|
||||
|
||||
msgctxt "field:cashbook_report.eval_book,currency_digits:"
|
||||
msgid "Currency Digits"
|
||||
msgstr "Nachkommastellen Währung"
|
||||
|
||||
|
||||
#############################
|
||||
# cashbook_report.eval_type #
|
||||
|
@ -70,6 +86,22 @@ msgctxt "field:cashbook_report.eval_type,dtype:"
|
|||
msgid "Type"
|
||||
msgstr "Typ"
|
||||
|
||||
msgctxt "field:cashbook_report.eval_type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Name"
|
||||
|
||||
msgctxt "field:cashbook_report.eval_type,balance:"
|
||||
msgid "Balance"
|
||||
msgstr "Saldo"
|
||||
|
||||
msgctxt "field:cashbook_report.eval_type,eval_currency:"
|
||||
msgid "Currency"
|
||||
msgstr "Währung"
|
||||
|
||||
msgctxt "field:cashbook_report.eval_type,currency_digits:"
|
||||
msgid "Currency Digits"
|
||||
msgstr "Nachkommastellen Währung"
|
||||
|
||||
|
||||
#################################
|
||||
# cashbook_report.eval_currency #
|
||||
|
@ -86,6 +118,14 @@ msgctxt "field:cashbook_report.eval_currency,currency:"
|
|||
msgid "Currency"
|
||||
msgstr "Währung"
|
||||
|
||||
msgctxt "field:cashbook_report.eval_currency,eval_currency:"
|
||||
msgid "Currency"
|
||||
msgstr "Währung"
|
||||
|
||||
msgctxt "field:cashbook_report.eval_currency,currency_digits:"
|
||||
msgid "Currency Digits"
|
||||
msgstr "Nachkommastellen Währung"
|
||||
|
||||
|
||||
##############################
|
||||
# cashbook_report.evaluation #
|
||||
|
@ -210,10 +250,26 @@ msgctxt "field:cashbook_report.evaluation,cashbooks:"
|
|||
msgid "Cashbooks"
|
||||
msgstr "Kassenbücher"
|
||||
|
||||
msgctxt "field:cashbook_report.evaluation,cashbook_values:"
|
||||
msgid "Cashbook Values"
|
||||
msgstr "Kassenbuchwerte"
|
||||
|
||||
msgctxt "field:cashbook_report.evaluation,types:"
|
||||
msgid "Types"
|
||||
msgstr "Typen"
|
||||
|
||||
msgctxt "field:cashbook_report.evaluation,type_values:"
|
||||
msgid "Type Values"
|
||||
msgstr "Typwerte"
|
||||
|
||||
msgctxt "field:cashbook_report.evaluation,currencies:"
|
||||
msgid "Currencies"
|
||||
msgstr "Währungen"
|
||||
|
||||
msgctxt "field:cashbook_report.evaluation,currency_values:"
|
||||
msgid "Currency Values"
|
||||
msgstr "Währungswerte"
|
||||
|
||||
msgctxt "field:cashbook_report.evaluation,currency:"
|
||||
msgid "Currency"
|
||||
msgstr "Währung"
|
||||
|
|
56
locale/en.po
56
locale/en.po
|
@ -3,13 +3,21 @@ msgid ""
|
|||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_name_cashbook"
|
||||
msgid "Type of evaluation must be '%(dtype)s'."
|
||||
msgstr "Type of evaluation must be '%(dtype)s'."
|
||||
msgid "Type of evaluation must be '%(typename)s'."
|
||||
msgstr "Type of evaluation must be '%(typename)s'."
|
||||
|
||||
msgctxt "model:ir.message,text:msg_dtype_cashbook"
|
||||
msgid "Cashbooks"
|
||||
msgstr "Cashbooks"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_dtype_type"
|
||||
msgid "Types of Cashbooks"
|
||||
msgstr "Types of Cashbooks"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_dtype_currency"
|
||||
msgid "Currencies"
|
||||
msgstr "Currencies"
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rg_eval_write_adm"
|
||||
msgid "Administrators: Evaluation read/write"
|
||||
msgstr "Administrators: Evaluation read/write"
|
||||
|
@ -38,6 +46,14 @@ msgctxt "field:cashbook_report.eval_book,cashbook:"
|
|||
msgid "Cashbook"
|
||||
msgstr "Cashbook"
|
||||
|
||||
msgctxt "field:cashbook_report.eval_book,eval_currency:"
|
||||
msgid "Currency"
|
||||
msgstr "Currency"
|
||||
|
||||
msgctxt "field:cashbook_report.eval_book,currency_digits:"
|
||||
msgid "Currency Digits"
|
||||
msgstr "Currency Digits"
|
||||
|
||||
msgctxt "model:cashbook_report.eval_type,name:"
|
||||
msgid "Evaluation Type Relation"
|
||||
msgstr "Evaluation Type Relation"
|
||||
|
@ -50,6 +66,22 @@ msgctxt "field:cashbook_report.eval_type,dtype:"
|
|||
msgid "Type"
|
||||
msgstr "Type"
|
||||
|
||||
msgctxt "field:cashbook_report.eval_type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Name"
|
||||
|
||||
msgctxt "field:cashbook_report.eval_type,balance:"
|
||||
msgid "Balance"
|
||||
msgstr "Balance"
|
||||
|
||||
msgctxt "field:cashbook_report.eval_type,eval_currency:"
|
||||
msgid "Currency"
|
||||
msgstr "Currency"
|
||||
|
||||
msgctxt "field:cashbook_report.eval_type,currency_digits:"
|
||||
msgid "Currency Digits"
|
||||
msgstr "Currency Digits"
|
||||
|
||||
msgctxt "model:cashbook_report.eval_currency,name:"
|
||||
msgid "Evaluation Currency Relation"
|
||||
msgstr "Evaluation Currency Relation"
|
||||
|
@ -62,6 +94,14 @@ msgctxt "field:cashbook_report.eval_currency,currency:"
|
|||
msgid "Currency"
|
||||
msgstr "Currency"
|
||||
|
||||
msgctxt "field:cashbook_report.eval_currency,eval_currency:"
|
||||
msgid "Currency"
|
||||
msgstr "Currency"
|
||||
|
||||
msgctxt "field:cashbook_report.eval_currency,currency_digits:"
|
||||
msgid "Currency Digits"
|
||||
msgstr "Currency Digits"
|
||||
|
||||
msgctxt "model:cashbook_report.evaluation,name:"
|
||||
msgid "Evaluation"
|
||||
msgstr "Evaluation"
|
||||
|
@ -186,3 +226,15 @@ msgctxt "field:cashbook_report.evaluation,types:"
|
|||
msgid "Types"
|
||||
msgstr "Types"
|
||||
|
||||
msgctxt "field:cashbook_report.evaluation,type_values:"
|
||||
msgid "Type Values"
|
||||
msgstr "Type Values"
|
||||
|
||||
msgctxt "field:cashbook_report.evaluation,currencies:"
|
||||
msgid "Currencies"
|
||||
msgstr "Currencies"
|
||||
|
||||
msgctxt "field:cashbook_report.evaluation,currency_values:"
|
||||
msgid "Currency Values"
|
||||
msgstr "Currency Values"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue