[UPD] Update auditlog.pot
parent
cba7583075
commit
aa0c17311c
|
@ -122,6 +122,12 @@ msgstr ""
|
|||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: auditlog
|
||||
#: code:addons/auditlog/models/rule.py:0
|
||||
#, python-format
|
||||
msgid "Field 'model_id' cannot be empty."
|
||||
msgstr ""
|
||||
|
||||
#. module: auditlog
|
||||
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__line_ids
|
||||
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
|
||||
|
@ -262,6 +268,12 @@ msgstr ""
|
|||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: auditlog
|
||||
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__model_name
|
||||
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__model_name
|
||||
msgid "Model Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: auditlog
|
||||
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__display_name
|
||||
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__display_name
|
||||
|
@ -279,6 +291,24 @@ msgstr ""
|
|||
msgid "New value Text"
|
||||
msgstr ""
|
||||
|
||||
#. module: auditlog
|
||||
#: code:addons/auditlog/models/log.py:0
|
||||
#, python-format
|
||||
msgid "No field defined to create line."
|
||||
msgstr ""
|
||||
|
||||
#. module: auditlog
|
||||
#: code:addons/auditlog/models/rule.py:0
|
||||
#, python-format
|
||||
msgid "No model defined to create line."
|
||||
msgstr ""
|
||||
|
||||
#. module: auditlog
|
||||
#: code:addons/auditlog/models/log.py:0
|
||||
#, python-format
|
||||
msgid "No model defined to create log."
|
||||
msgstr ""
|
||||
|
||||
#. module: auditlog
|
||||
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__old_value
|
||||
msgid "Old Value"
|
||||
|
@ -385,11 +415,29 @@ msgstr ""
|
|||
msgid "Subscribed"
|
||||
msgstr ""
|
||||
|
||||
#. module: auditlog
|
||||
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__model_model
|
||||
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__model_model
|
||||
msgid "Technical Model Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: auditlog
|
||||
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__field_name
|
||||
msgid "Technical name"
|
||||
msgstr ""
|
||||
|
||||
#. module: auditlog
|
||||
#: code:addons/auditlog/models/log.py:0
|
||||
#, python-format
|
||||
msgid "The field 'field_id' cannot be empty."
|
||||
msgstr ""
|
||||
|
||||
#. module: auditlog
|
||||
#: code:addons/auditlog/models/log.py:0
|
||||
#, python-format
|
||||
msgid "The field 'model_id' cannot be empty."
|
||||
msgstr ""
|
||||
|
||||
#. module: auditlog
|
||||
#: model:ir.model.constraint,message:auditlog.constraint_auditlog_rule_model_uniq
|
||||
msgid ""
|
||||
|
|
Loading…
Reference in New Issue