forked from OCA/server-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request OCA#318 from OCA/14.0
Syncing from upstream OCA/server-backend (14.0)
- Loading branch information
Showing
7 changed files
with
458 additions
and
46 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 |
---|---|---|
|
@@ -11,14 +11,15 @@ msgstr "" | |
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-03-02 18:40+0000\n" | ||
"PO-Revision-Date: 2018-03-02 18:40+0000\n" | ||
"Last-Translator: Fernando Lara <[email protected]>, 2017\n" | ||
"PO-Revision-Date: 2024-04-18 15:34+0000\n" | ||
"Last-Translator: Ivorra78 <[email protected]>\n" | ||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\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" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: base_external_dbsource | ||
#: model:ir.model.fields,help:base_external_dbsource.field_base_external_dbsource__conn_string | ||
|
@@ -45,37 +46,39 @@ msgid "" | |
"\"%s\" method not found, check that all assets are installed for the %s " | ||
"connector type." | ||
msgstr "" | ||
"No se encontró el método \"%s\", verifique que todos los activos estén " | ||
"instalados para el tipo de conector %s." | ||
|
||
#. module: base_external_dbsource | ||
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__ca_certs | ||
msgid "Ca Certs" | ||
msgstr "" | ||
msgstr "Certificados Ca" | ||
|
||
#. module: base_external_dbsource | ||
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__client_cert | ||
msgid "Client Cert" | ||
msgstr "" | ||
msgstr "Certificado de cliente" | ||
|
||
#. module: base_external_dbsource | ||
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__client_key | ||
msgid "Client Key" | ||
msgstr "" | ||
msgstr "Clave de cliente" | ||
|
||
#. module: base_external_dbsource | ||
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__company_id | ||
msgid "Company" | ||
msgstr "" | ||
msgstr "Empresa" | ||
|
||
#. module: base_external_dbsource | ||
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__conn_string_full | ||
msgid "Conn String Full" | ||
msgstr "" | ||
msgstr "Cadena de conexiones llena" | ||
|
||
#. module: base_external_dbsource | ||
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__conn_string | ||
#: model_terms:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form | ||
msgid "Connection string" | ||
msgstr "" | ||
msgstr "Cadena de conexión" | ||
|
||
#. module: base_external_dbsource | ||
#: code:addons/base_external_dbsource/models/base_external_dbsource.py:0 | ||
|
@@ -85,6 +88,9 @@ msgid "" | |
"Here is what we got instead:\n" | ||
"%s" | ||
msgstr "" | ||
"La prueba de conexión falló:\n" | ||
"Esto es lo que tenemos en su lugar:\n" | ||
"%s" | ||
|
||
#. module: base_external_dbsource | ||
#: code:addons/base_external_dbsource/models/base_external_dbsource.py:0 | ||
|
@@ -93,11 +99,13 @@ msgid "" | |
"Connection test succeeded:\n" | ||
"Everything seems properly set up!" | ||
msgstr "" | ||
"Prueba de conexión exitosa:\n" | ||
"¡Todo parece estar correctamente configurado!" | ||
|
||
#. module: base_external_dbsource | ||
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__connector | ||
msgid "Connector" | ||
msgstr "" | ||
msgstr "Conector" | ||
|
||
#. module: base_external_dbsource | ||
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__create_uid | ||
|
@@ -112,12 +120,12 @@ msgstr "Creado el" | |
#. module: base_external_dbsource | ||
#: model:ir.ui.menu,name:base_external_dbsource.menu_dbsource | ||
msgid "Database Sources" | ||
msgstr "" | ||
msgstr "Fuentes de bases de datos" | ||
|
||
#. module: base_external_dbsource | ||
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__name | ||
msgid "Datasource name" | ||
msgstr "" | ||
msgstr "Nombre de fuente de datos" | ||
|
||
#. module: base_external_dbsource | ||
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__display_name | ||
|
@@ -141,6 +149,8 @@ msgid "" | |
"If a connector is missing from the list, check the server log to confirm " | ||
"that the required components were detected." | ||
msgstr "" | ||
"Si falta un conector en la lista, compruebe el registro del servidor para " | ||
"confirmar que se han detectado los componentes necesarios." | ||
|
||
#. module: base_external_dbsource | ||
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource____last_update | ||
|
@@ -165,12 +175,13 @@ msgstr "Contraseña" | |
#. module: base_external_dbsource | ||
#: model:ir.model.fields,help:base_external_dbsource.field_base_external_dbsource__ca_certs | ||
msgid "Path to CA Certs file on server." | ||
msgstr "" | ||
msgstr "Ruta al archivo de certificados de CA en el servidor." | ||
|
||
#. module: base_external_dbsource | ||
#: model_terms:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form | ||
msgid "Please check the tooltip for connection string examples" | ||
msgstr "" | ||
"Por favor compruebe la ayuda emergente para ejemplos de cadenas de conexión" | ||
|
||
#. module: base_external_dbsource | ||
#: model:ir.model.fields.selection,name:base_external_dbsource.selection__base_external_dbsource__connector__postgresql | ||
|
@@ -186,7 +197,7 @@ msgstr "Probar conexión" | |
#: code:addons/base_external_dbsource/models/base_external_dbsource.py:0 | ||
#, python-format | ||
msgid "query is a required argument" | ||
msgstr "" | ||
msgstr "la consulta es un argumento requerido" | ||
|
||
#~ msgid "Microsoft SQL Server" | ||
#~ msgstr "Microsoft SQL Server" | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ msgstr "" | |
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-08-23 06:22+0000\n" | ||
"PO-Revision-Date: 2019-08-23 06:22+0000\n" | ||
"Last-Translator: <>\n" | ||
"PO-Revision-Date: 2024-04-18 19:34+0000\n" | ||
"Last-Translator: Ivorra78 <[email protected]>\n" | ||
"Language-Team: \n" | ||
"Language: \n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: base_global_discount | ||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__company_id | ||
|
@@ -98,7 +99,7 @@ msgstr "Última Actualización el" | |
#. module: base_global_discount | ||
#: model:res.groups,name:base_global_discount.group_global_discount | ||
msgid "Manage Global Discounts" | ||
msgstr "" | ||
msgstr "Gestionar Descuentos Globales" | ||
|
||
#. module: base_global_discount | ||
#: model:ir.model.fields,field_description:base_global_discount.field_res_partner__supplier_global_discount_ids | ||
|
@@ -111,7 +112,7 @@ msgstr "Descuentos globales de compra" | |
#: model:ir.model.fields,field_description:base_global_discount.field_res_partner__supplier_global_discount_ids_readonly | ||
#: model:ir.model.fields,field_description:base_global_discount.field_res_users__supplier_global_discount_ids_readonly | ||
msgid "Purchase Global Discounts (readonly)" | ||
msgstr "" | ||
msgstr "Comprar descuentos globales (sólo lectura)" | ||
|
||
#. module: base_global_discount | ||
#: model:ir.model.fields.selection,name:base_global_discount.selection__global_discount__discount_scope__purchase | ||
|
@@ -129,7 +130,7 @@ msgstr "Descuentos de venta globales" | |
#: model:ir.model.fields,field_description:base_global_discount.field_res_partner__customer_global_discount_ids_readonly | ||
#: model:ir.model.fields,field_description:base_global_discount.field_res_users__customer_global_discount_ids_readonly | ||
msgid "Sale Global Discounts (readonly)" | ||
msgstr "" | ||
msgstr "Venta Descuentos Globales (solo lectura)" | ||
|
||
#. module: base_global_discount | ||
#: model:ir.model.fields.selection,name:base_global_discount.selection__global_discount__discount_scope__sale | ||
|
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 |
---|---|---|
|
@@ -11,19 +11,20 @@ msgstr "" | |
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-12-01 02:10+0000\n" | ||
"PO-Revision-Date: 2017-12-01 02:10+0000\n" | ||
"Last-Translator: Fernando Lara <[email protected]>, 2017\n" | ||
"PO-Revision-Date: 2024-04-18 19:34+0000\n" | ||
"Last-Translator: Ivorra78 <[email protected]>\n" | ||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\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" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: base_import_match | ||
#: model:ir.model,name:base_import_match.model_base | ||
msgid "Base" | ||
msgstr "" | ||
msgstr "Base" | ||
|
||
#. module: base_import_match | ||
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional | ||
|
@@ -122,9 +123,8 @@ msgstr "Coincidencia de importación" | |
|
||
#. module: base_import_match | ||
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value | ||
#, fuzzy | ||
msgid "Imported Value" | ||
msgstr "Valor importado" | ||
msgstr "Valor Importado" | ||
|
||
#. module: base_import_match | ||
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id | ||
|
@@ -164,9 +164,8 @@ msgstr "Modelo" | |
|
||
#. module: base_import_match | ||
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name | ||
#, fuzzy | ||
msgid "Model name" | ||
msgstr "Modelo" | ||
msgstr "Nombre Modelo" | ||
|
||
#. module: base_import_match | ||
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name | ||
|
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
Oops, something went wrong.