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
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