[UPD] Update data_encryption.pot

This commit is contained in:
oca-travis 2021-03-05 10:42:49 +00:00 committed by Florian da Costa
parent bcf6c5d08d
commit 55f08d5078
1 changed files with 21 additions and 16 deletions

View File

@ -1,12 +1,12 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * data_encryption
# * data_encryption
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -39,9 +39,9 @@ msgid "Encrypted Data"
msgstr ""
#. module: data_encryption
#: code:addons/data_encryption/models/encrypted_data.py:58
#: code:addons/data_encryption/models/encrypted_data.py:0
#, python-format
msgid "Encrypted data can only be read as superuser"
msgid "Encrypted data can only be read with suspended security (sudo)"
msgstr ""
#. module: data_encryption
@ -75,21 +75,25 @@ msgid "Name"
msgstr ""
#. module: data_encryption
#: code:addons/data_encryption/models/encrypted_data.py:100
#: code:addons/data_encryption/models/encrypted_data.py:0
#, python-format
msgid "No '%s' entry found in config file. Use a key similar to: %s"
msgstr ""
#. module: data_encryption
#: code:addons/data_encryption/models/encrypted_data.py:87
#: code:addons/data_encryption/models/encrypted_data.py:0
#, 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 ""
#. module: data_encryption
#: code:addons/data_encryption/models/encrypted_data.py:46
#: code:addons/data_encryption/models/encrypted_data.py:0
#, 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 ""
#. module: data_encryption
@ -103,19 +107,20 @@ msgid "Technical name"
msgstr ""
#. module: data_encryption
#: code:addons/data_encryption/models/encrypted_data.py:77
#: code:addons/data_encryption/models/encrypted_data.py:0
#, python-format
msgid "The data you are trying to read are not in a json format"
msgstr ""
#. module: data_encryption
#: sql_constraint:encrypted.data:0
msgid "You can not store multiple encrypted data for the same record and environment"
#: 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"
msgstr ""
#. module: data_encryption
#: code:addons/data_encryption/models/encrypted_data.py:119
#: code:addons/data_encryption/models/encrypted_data.py:0
#, python-format
msgid "You can only encrypt data as superuser"
msgid "You can only encrypt data with suspended security (sudo)"
msgstr ""