-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added translation using Weblate (Italian)
- Loading branch information
Showing
1 changed file
with
127 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * data_encryption | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
#. module: data_encryption | ||
#: model:ir.model.fields,help:data_encryption.field_encrypted_data__environment | ||
msgid "Concerned Odoo environment (prod, preprod...)" | ||
msgstr "" | ||
|
||
#. module: data_encryption | ||
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data__create_uid | ||
msgid "Created by" | ||
msgstr "" | ||
|
||
#. module: data_encryption | ||
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data__create_date | ||
msgid "Created on" | ||
msgstr "" | ||
|
||
#. module: data_encryption | ||
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: data_encryption | ||
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data__encrypted_data | ||
msgid "Encrypted Data" | ||
msgstr "" | ||
|
||
#. module: data_encryption | ||
#: code:addons/data_encryption/models/encrypted_data.py:0 | ||
#, python-format | ||
msgid "Encrypted data can only be read with suspended security (sudo)" | ||
msgstr "" | ||
|
||
#. module: data_encryption | ||
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data__environment | ||
msgid "Environment" | ||
msgstr "" | ||
|
||
#. module: data_encryption | ||
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: data_encryption | ||
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data____last_update | ||
msgid "Last Modified on" | ||
msgstr "" | ||
|
||
#. module: data_encryption | ||
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data__write_uid | ||
msgid "Last Updated by" | ||
msgstr "" | ||
|
||
#. module: data_encryption | ||
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data__write_date | ||
msgid "Last Updated on" | ||
msgstr "" | ||
|
||
#. module: data_encryption | ||
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data__name | ||
msgid "Name" | ||
msgstr "" | ||
|
||
#. module: data_encryption | ||
#: 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:0 | ||
#, python-format | ||
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:0 | ||
#, python-format | ||
msgid "" | ||
"Password has been encrypted with a different key. Unless you can recover the" | ||
" previous key, this password is unreadable." | ||
msgstr "" | ||
|
||
#. module: data_encryption | ||
#: model:ir.model,name:data_encryption.model_encrypted_data | ||
msgid "Store any encrypted data by environment" | ||
msgstr "" | ||
|
||
#. module: data_encryption | ||
#: model:ir.model.fields,help:data_encryption.field_encrypted_data__name | ||
msgid "Technical name" | ||
msgstr "" | ||
|
||
#. module: data_encryption | ||
#: 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 | ||
#: 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:0 | ||
#, python-format | ||
msgid "You can only encrypt data with suspended security (sudo)" | ||
msgstr "" |