372 lines
12 KiB
Plaintext
372 lines
12 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * base_exception
|
|
#
|
|
# Translators:
|
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 10.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2017-05-01 10:38+0000\n"
|
|
"PO-Revision-Date: 2023-01-16 03:17+0000\n"
|
|
"Last-Translator: Ignacio Buioli <ibuioli@gmail.com>\n"
|
|
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/"
|
|
"teams/23907/es_AR/)\n"
|
|
"Language: es_AR\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.14.1\n"
|
|
|
|
#. module: base_exception
|
|
#. odoo-python
|
|
#: code:addons/base_exception/models/base_exception.py:0
|
|
#, python-format
|
|
msgid "(Blocking exception)"
|
|
msgstr "(Excepción de bloqueo)"
|
|
|
|
#. module: base_exception
|
|
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
|
msgid "<code>self</code>: Record on which the rule is evaluated."
|
|
msgstr "<code>self</code>: Registro sobre el cual se evalúa la regla ."
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__active
|
|
msgid "Active"
|
|
msgstr "Activo"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
|
|
msgid "Apply on"
|
|
msgstr "Aplicar en"
|
|
|
|
#. module: base_exception
|
|
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
|
msgid "Archived"
|
|
msgstr "Archivado"
|
|
|
|
#. module: base_exception
|
|
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
|
msgid "As well as all the libraries provided in safe_eval."
|
|
msgstr "Además de todas las librerías proporcionadas en safe_eval."
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_domain
|
|
msgid "By domain"
|
|
msgstr "Por dominio"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method
|
|
msgid "By method"
|
|
msgstr "Por método"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code
|
|
msgid "By python code"
|
|
msgstr "Por código de Python"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
|
|
msgid ""
|
|
"By python code: allow to define any arbitrary check\n"
|
|
"By domain: limited to a selection by an odoo domain:\n"
|
|
" performance can be better when exceptions are evaluated "
|
|
"with several records\n"
|
|
"By method: allow to select an existing check method"
|
|
msgstr ""
|
|
"Por código de Python: permite definir cualquier control arbitrario\n"
|
|
"Por dominio: limitado a una selección por un dominio Odoo:\n"
|
|
" el rendimiento puede ser mejor cuando las excepciones se evalúan "
|
|
"con varios registros\n"
|
|
"Por método: permite seleccionar un método de verificación existente"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
|
|
msgid "Created by"
|
|
msgstr "Creado por"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
|
|
msgid "Created on"
|
|
msgstr "Creado en"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
|
|
msgid "Description"
|
|
msgstr "Descripción"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
|
|
msgid "Display Name"
|
|
msgstr "Mostrar Nombre"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
|
|
msgid "Domain"
|
|
msgstr "Dominio"
|
|
|
|
#. module: base_exception
|
|
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
|
msgid ""
|
|
"Enter Python code here. Help about Python expression is available in the "
|
|
"help tab of this document."
|
|
msgstr ""
|
|
"Ingrese código de Python aquí. La ayuda sobre expresiones de Python está "
|
|
"disponible en la pestaña de Ayuda de este documento."
|
|
|
|
#. module: base_exception
|
|
#. odoo-python
|
|
#: code:addons/base_exception/models/base_exception_method.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"Error when evaluating the exception.rule rule:\n"
|
|
" %(rule_name)s \n"
|
|
"(%(error)s)"
|
|
msgstr ""
|
|
"Error al evaluar al regla de exception.rule:\n"
|
|
" %(rule_name)s \n"
|
|
"(%(error)s)"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model,name:base_exception.model_base_exception
|
|
msgid "Exception"
|
|
msgstr "Excepción"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
|
|
msgid "Exception Name"
|
|
msgstr "Nombre de la Excepción"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model,name:base_exception.model_exception_rule
|
|
msgid "Exception Rule"
|
|
msgstr "Regla de la Excepción"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model,name:base_exception.model_exception_rule_confirm
|
|
msgid "Exception Rule Confirm Wizard"
|
|
msgstr "Asistente para Confirmar la Regla de Excepción"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model,name:base_exception.model_base_exception_method
|
|
msgid "Exception Rule Methods"
|
|
msgstr "Métodos de la Regla de Excepción"
|
|
|
|
#. module: base_exception
|
|
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
|
msgid "Exception Rule Setup"
|
|
msgstr "Configuración de la Regla de Excepción"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
|
|
#: model:ir.ui.menu,name:base_exception.menu_action_exception
|
|
msgid "Exception Rules"
|
|
msgstr "Reglas de Excepción"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
|
|
msgid "Exception Type"
|
|
msgstr "Tipo de Excepción"
|
|
|
|
#. module: base_exception
|
|
#: model:res.groups,name:base_exception.group_exception_rule_manager
|
|
msgid "Exception manager"
|
|
msgstr "Gestor de Excepción"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
|
|
msgid "Exceptions"
|
|
msgstr "Excepciones"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
|
|
msgid "Exceptions Summary"
|
|
msgstr "Resumen de Excepciones"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
|
|
msgid "Exceptions to resolve"
|
|
msgstr "Excepciones a resolver"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
|
|
msgid "Gives the sequence order when applying the test"
|
|
msgstr "Da el orden de secuencia al aplicar la prueba"
|
|
|
|
#. module: base_exception
|
|
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
|
msgid "Help"
|
|
msgstr "Ayuda"
|
|
|
|
#. module: base_exception
|
|
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
|
msgid "Help with Python expressions"
|
|
msgstr "Ayuda con expresiones Python"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
|
|
msgid "ID"
|
|
msgstr "ID"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
|
|
msgid "Ignore Exceptions"
|
|
msgstr "Ignorar Excepciones"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking
|
|
msgid "Is Blocking"
|
|
msgstr "Está Bloqueando"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
|
|
msgid "Last Modified on"
|
|
msgstr "Última modificación en"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
|
|
msgid "Last Updated by"
|
|
msgstr "Última actualización realizada por"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
|
|
msgid "Last Updated on"
|
|
msgstr "Última actualización el"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
|
|
msgid "Main Exception"
|
|
msgstr "Excepción Principal"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method
|
|
msgid "Method"
|
|
msgstr "Método"
|
|
|
|
#. module: base_exception
|
|
#. odoo-python
|
|
#: code:addons/base_exception/wizard/base_exception_confirm.py:0
|
|
#, python-format
|
|
msgid "Only 1 ID accepted, got %r."
|
|
msgstr "Solo 1 ID aceptado, se obtuvieron %r."
|
|
|
|
#. module: base_exception
|
|
#: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
|
|
msgid "Outstanding exceptions to manage"
|
|
msgstr "Excepciones pendientes para gestionar"
|
|
|
|
#. module: base_exception
|
|
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
|
|
msgid "Outstanding exceptions to manager"
|
|
msgstr "Excepciones pendientes para gestionar"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
|
|
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
|
msgid "Python Code"
|
|
msgstr "Código de Python"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,help:base_exception.field_exception_rule__code
|
|
msgid ""
|
|
"Python code executed to check if the exception apply or not. Use failed = "
|
|
"True to block the exception"
|
|
msgstr ""
|
|
"Código de Python ejecutado para verificar si la excepción se aplica o no. "
|
|
"Utilice failed = True para bloquear la excepción"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
|
|
msgid "Related Model"
|
|
msgstr "Modelo Relacionado"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
|
|
msgid "Sequence"
|
|
msgstr "Secuencia"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,field_description:base_exception.field_base_exception__smart_search
|
|
#: model:ir.model.fields,field_description:base_exception.field_base_exception_method__smart_search
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__smart_search
|
|
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__smart_search
|
|
msgid "Smart Search"
|
|
msgstr "Búsqueda Inteligente"
|
|
|
|
#. module: base_exception
|
|
#. odoo-python
|
|
#: code:addons/base_exception/models/base_exception.py:0
|
|
#, python-format
|
|
msgid "The exceptions can not be ignored, because some of them are blocking."
|
|
msgstr ""
|
|
"Las excepciones no pueden ser ignoradas, porque algunas están bloqueadas."
|
|
|
|
#. module: base_exception
|
|
#. odoo-python
|
|
#: code:addons/base_exception/models/exception_rule.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"There is a problem of configuration, python code, domain or method is "
|
|
"missing to match the exception type."
|
|
msgstr ""
|
|
"Hay un problema de configuración, falta el código de Python, dominio o "
|
|
"método para coincidir con el tipo de excepción."
|
|
|
|
#. module: base_exception
|
|
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
|
msgid "To block the exception use: <code>failed = True</code>"
|
|
msgstr "Para bloquear la excepción utilice: <code>failed = True</code>"
|
|
|
|
#. module: base_exception
|
|
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
|
msgid ""
|
|
"Various fields may use Python code or Python expressions. The following "
|
|
"variables can be used:"
|
|
msgstr ""
|
|
"Varios campos pueden utilizar código de Python o expresiones de Python. Las "
|
|
"siguientes variables se puede utilizar:"
|
|
|
|
#. module: base_exception
|
|
#: model:ir.model.fields,help:base_exception.field_exception_rule__is_blocking
|
|
msgid "When checked the exception can not be ignored"
|
|
msgstr "Cuando está marcado la excepción no puede ser ignorada"
|
|
|
|
#. module: base_exception
|
|
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
|
|
msgid "_Close"
|
|
msgstr "_Close"
|
|
|
|
#~ msgid "Changeset Changes"
|
|
#~ msgstr "Cambios en el Conjunto de Cambios"
|
|
|
|
#~ msgid "Changesets"
|
|
#~ msgstr "Conjunto de Cambios"
|
|
|
|
#~ msgid "Count Pending Changeset Changes"
|
|
#~ msgstr "Contar los Cambios Pendientes del Conjunto de Cambios"
|
|
|
|
#~ msgid "Count Pending Changesets"
|
|
#~ msgstr "Contar Conjunto de Cambios Pendientes"
|
|
|
|
#, python-format
|
|
#~ msgid ""
|
|
#~ "Error when evaluating the exception.rule rule:\n"
|
|
#~ " %s \n"
|
|
#~ "(%s)"
|
|
#~ msgstr ""
|
|
#~ "Erro al evaluar la regla exception.rule:\n"
|
|
#~ " %s \n"
|
|
#~ "(%s)"
|
|
|
|
#~ msgid "Exceptions Rules"
|
|
#~ msgstr "Reglas de Excepciones"
|
|
|
|
#~ msgid "Is blocking"
|
|
#~ msgstr "Está Bloqueado"
|
|
|
|
#~ msgid "User Can See Changeset"
|
|
#~ msgstr "El usuario puede ver el Conjunto de Cambios"
|