[UPD] Update data_encryption.pot
This commit is contained in:
parent
bcf6c5d08d
commit
55f08d5078
|
|
@ -4,9 +4,9 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Odoo Server 12.0\n"
|
"Project-Id-Version: Odoo Server 14.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"Last-Translator: <>\n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
|
@ -39,9 +39,9 @@ msgid "Encrypted Data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: data_encryption
|
#. module: data_encryption
|
||||||
#: code:addons/data_encryption/models/encrypted_data.py:58
|
#: code:addons/data_encryption/models/encrypted_data.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Encrypted data can only be read as superuser"
|
msgid "Encrypted data can only be read with suspended security (sudo)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: data_encryption
|
#. module: data_encryption
|
||||||
|
|
@ -75,21 +75,25 @@ msgid "Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: data_encryption
|
#. module: data_encryption
|
||||||
#: code:addons/data_encryption/models/encrypted_data.py:100
|
#: code:addons/data_encryption/models/encrypted_data.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "No '%s' entry found in config file. Use a key similar to: %s"
|
msgid "No '%s' entry found in config file. Use a key similar to: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: data_encryption
|
#. module: data_encryption
|
||||||
#: code:addons/data_encryption/models/encrypted_data.py:87
|
#: code:addons/data_encryption/models/encrypted_data.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "No environment found, please check your running_env entry in your config file."
|
msgid ""
|
||||||
|
"No environment found, please check your running_env entry in your config "
|
||||||
|
"file."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: data_encryption
|
#. module: data_encryption
|
||||||
#: code:addons/data_encryption/models/encrypted_data.py:46
|
#: code:addons/data_encryption/models/encrypted_data.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Password has been encrypted with a different key. Unless you can recover the previous key, this password is unreadable."
|
msgid ""
|
||||||
|
"Password has been encrypted with a different key. Unless you can recover the"
|
||||||
|
" previous key, this password is unreadable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: data_encryption
|
#. module: data_encryption
|
||||||
|
|
@ -103,19 +107,20 @@ msgid "Technical name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: data_encryption
|
#. module: data_encryption
|
||||||
#: code:addons/data_encryption/models/encrypted_data.py:77
|
#: code:addons/data_encryption/models/encrypted_data.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "The data you are trying to read are not in a json format"
|
msgid "The data you are trying to read are not in a json format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: data_encryption
|
#. module: data_encryption
|
||||||
#: sql_constraint:encrypted.data:0
|
#: model:ir.model.constraint,message:data_encryption.constraint_encrypted_data_name_environment_uniq
|
||||||
msgid "You can not store multiple encrypted data for the same record and environment"
|
msgid ""
|
||||||
|
"You can not store multiple encrypted data for the same record and "
|
||||||
|
"environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: data_encryption
|
#. module: data_encryption
|
||||||
#: code:addons/data_encryption/models/encrypted_data.py:119
|
#: code:addons/data_encryption/models/encrypted_data.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "You can only encrypt data as superuser"
|
msgid "You can only encrypt data with suspended security (sudo)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue