-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently translated at 100.0% (5 of 5 strings) Translation: server-env-16.0/server-env-16.0-server_environment_data_encryption Translate-URL: https://translation.odoo-community.org/projects/server-env-16-0/server-env-16-0-server_environment_data_encryption/es/
- Loading branch information
Showing
1 changed file
with
9 additions
and
5 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 |
---|---|---|
|
@@ -6,39 +6,41 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"PO-Revision-Date: 2023-07-25 13:10+0000\n" | ||
"Last-Translator: Ivorra78 <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: es\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" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: server_environment_data_encryption | ||
#. odoo-python | ||
#: code:addons/server_environment_data_encryption/models/server_env_mixin.py:0 | ||
#, python-format | ||
msgid "Define values for " | ||
msgstr "" | ||
msgstr "Definir valores para " | ||
|
||
#. module: server_environment_data_encryption | ||
#: model:ir.model,name:server_environment_data_encryption.model_server_env_mixin | ||
msgid "Mixin to add server environment in existing models" | ||
msgstr "" | ||
msgstr "Combinación para añadir entorno de servidor en modelos existentes" | ||
|
||
#. module: server_environment_data_encryption | ||
#. odoo-python | ||
#: code:addons/server_environment_data_encryption/models/server_env_mixin.py:0 | ||
#, python-format | ||
msgid "Modify values for {} environment" | ||
msgstr "" | ||
msgstr "Modificar los valores del entorno {}" | ||
|
||
#. module: server_environment_data_encryption | ||
#. odoo-python | ||
#: code:addons/server_environment_data_encryption/models/server_env_mixin.py:0 | ||
#, python-format | ||
msgid "The encryption key for current environement is not defined" | ||
msgstr "" | ||
msgstr "La clave de encriptación para el entorno actual no está definida" | ||
|
||
#. module: server_environment_data_encryption | ||
#. odoo-python | ||
|
@@ -47,3 +49,5 @@ msgstr "" | |
msgid "" | ||
"you need to define the running_env entry in your odoo configuration file" | ||
msgstr "" | ||
"necesitas definir la entrada running_env en tu archivo de configuración de " | ||
"odoo" |