Files
mayan-edms/mayan/apps/linking/locale/es/LC_MESSAGES/django.po
Roberto Rosario 95123e0078 Update translation source files.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
2019-04-27 18:52:41 -04:00

338 lines
8.3 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# jmcainzos <jmcainzos@vodafone.es>, 2014
# Lory977 <helga.carrero@gmail.com>, 2015
# Roberto Rosario, 2016-2018
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:41-0400\n"
"PO-Revision-Date: 2018-11-05 22:21+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/"
"language/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:36
msgid "Linking"
msgstr "Enlaces"
#: apps.py:58 models.py:25
msgid "Label"
msgstr "Etiqueta"
#: forms.py:36
msgid "Foreign document field"
msgstr "Campo de documento extranjero"
#: links.py:19
msgid "Create condition"
msgstr "Crear condición"
#: links.py:24 links.py:42
msgid "Delete"
msgstr "Borrar"
#: links.py:29 links.py:50
msgid "Edit"
msgstr "Editar"
#: links.py:33
msgid "Conditions"
msgstr "Condiciones"
#: links.py:38 views.py:204
msgid "Create new smart link"
msgstr "Crear un enlace inteligente nuevo"
#: links.py:46 models.py:37
msgid "Document types"
msgstr "Tipos de documento"
#: links.py:54
msgid "Documents"
msgstr "Documentos"
#: links.py:60 links.py:64 links.py:69 models.py:45 permissions.py:7
#: views.py:158
msgid "Smart links"
msgstr "Enlaces inteligentes"
#: literals.py:9
msgid "and"
msgstr "y"
#: literals.py:10
msgid "or"
msgstr "o"
#: literals.py:14
msgid "is equal to"
msgstr "es igual a"
#: literals.py:15
msgid "is equal to (case insensitive)"
msgstr "es igual a (no sensible a mayúsculas)"
#: literals.py:16
msgid "contains"
msgstr "contiene"
#: literals.py:17
msgid "contains (case insensitive)"
msgstr "contiene (no sensible a mayúsculas)"
#: literals.py:18
msgid "is in"
msgstr "está en"
#: literals.py:19
msgid "is greater than"
msgstr "es mayor que"
#: literals.py:20
msgid "is greater than or equal to"
msgstr "es mayor o igual a"
#: literals.py:21
msgid "is less than"
msgstr "es menor que"
#: literals.py:22
msgid "is less than or equal to"
msgstr "es menor o igual a"
#: literals.py:23
msgid "starts with"
msgstr "comienza con"
#: literals.py:24
msgid "starts with (case insensitive)"
msgstr "comienza con (no sensible a mayúsculas)"
#: literals.py:25
msgid "ends with"
msgstr "termina con"
#: literals.py:26
msgid "ends with (case insensitive)"
msgstr "termina con (no sensible a mayúsculas)"
#: literals.py:27
msgid "is in regular expression"
msgstr "está en la expresión regular"
#: literals.py:28
msgid "is in regular expression (case insensitive)"
msgstr "está en la expresión regular (no sensible a mayúsculas)"
#: models.py:29 models.py:149
msgid ""
"Enter a template to render. Use Django's default templating language "
"(https://docs.djangoproject.com/en/1.11/ref/templates/builtins/). The "
"{{ document }} context variable is available."
msgstr ""
"Ingrese una plantilla para renderizar. Utilice el lenguaje de plantillas "
"predeterminado de Django (https://docs.djangoproject.com/en/1.11/ref/"
"templates/builtins/). La variable de contexto {{document}} está disponible."
#: models.py:33
msgid "Dynamic label"
msgstr "Etiqueta dinámica"
#: models.py:35 models.py:159
msgid "Enabled"
msgstr "Habilitado"
#: models.py:44 models.py:135
msgid "Smart link"
msgstr "Enlace inteligente"
#: models.py:62
#, python-format
msgid "Error generating dynamic label; %s"
msgstr "Error generando etiqueta dinámica; %s"
#: models.py:77
msgid "This smart link is not allowed for the selected document's type."
msgstr ""
"Este enlace inteligente no está permitido para el tipo de documento "
"seleccionado."
#: models.py:139
msgid "The inclusion is ignored for the first item."
msgstr "La inclusión es ignorada para el primer artículo."
#: models.py:143
msgid "This represents the metadata of all other documents."
msgstr "Esto representa los meta datos de los documentos foráneos."
#: models.py:144
msgid "Foreign document attribute"
msgstr "Attributo del documento foráneo"
#: models.py:153
msgid "Expression"
msgstr "Expresión"
#: models.py:156
msgid "Inverts the logic of the operator."
msgstr "Invierte la lógica del operador."
#: models.py:157
msgid "Negated"
msgstr "Negado"
#: models.py:162
msgid "Link condition"
msgstr "Condición de enlace"
#: models.py:163
msgid "Link conditions"
msgstr "Condiciones de enlace"
#: models.py:168
msgid "not"
msgstr "no"
#: permissions.py:10
msgid "Create new smart links"
msgstr "Crear nuevos enlaces inteligentes"
#: permissions.py:13
msgid "Delete smart links"
msgstr "Eliminar enlaces inteligentes"
#: permissions.py:16
msgid "Edit smart links"
msgstr "Editar enlaces inteligentes"
#: permissions.py:19
msgid "View existing smart links"
msgstr "Ver enlaces inteligentes existentes"
#: serializers.py:117
msgid ""
"Comma separated list of document type primary keys to which this smart link "
"will be attached."
msgstr ""
"Lista separada por comas de las llaves principales de tipos de documentos a "
"las que se vinculará este enlace inteligente."
#: serializers.py:141
#, python-format
msgid "No such document type: %s"
msgstr "No existe tal tipo de documento: %s"
#: views.py:71
#, python-format
msgid "Smart link query error: %s"
msgstr "Error en consulta de enlace inteligente: %s"
#: views.py:80
#, python-format
msgid "Documents in smart link: %s"
msgstr "Documentos en enlace inteligente: %s"
#: views.py:83
#, python-format
msgid ""
"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\""
msgstr ""
"Los documentos en enlace inteligente \"%(smart_link)s\" en relación con "
"\"%(document)s\""
#: views.py:102
msgid "Available document types"
msgstr "Tipos de documentos disponibles"
#: views.py:104
msgid "Document types enabled"
msgstr "Tipos de documentos seleccionados"
#: views.py:113
#, python-format
msgid "Document type for which to enable smart link: %s"
msgstr "Tipo de documento para el cual habilitar el enlace inteligente: %s"
#: views.py:149
msgid ""
"Indexes group documents into units, usually with similar properties and of "
"equal or similar types. Smart links allow defining relationships between "
"documents even if they are in different indexes and are of different types."
msgstr ""
"Los índices agrupan los documentos en unidades, generalmente con propiedades "
"similares y de tipos iguales o similares. Los enlaces inteligentes permiten "
"definir las relaciones entre los documentos, incluso si están en diferentes "
"índices y son de diferentes tipos."
#: views.py:156
msgid "There are no smart links"
msgstr "No hay enlaces inteligentes"
#: views.py:188
msgid ""
"Smart links allow defining relationships between documents even if they are "
"in different indexes and are of different types."
msgstr ""
"Los enlaces inteligentes permiten definir las relaciones entre los "
"documentos, incluso si están en diferentes índices y son de diferentes tipos."
#: views.py:193
msgid "There are no smart links for this document"
msgstr "No hay enlaces inteligentes para este documento"
#: views.py:196
#, python-format
msgid "Smart links for document: %s"
msgstr "Enlaces inteligentes para el documento: %s"
#: views.py:223
#, python-format
msgid "Edit smart link: %s"
msgstr "Editar enlace inteligente: %s"
#: views.py:237
#, python-format
msgid "Delete smart link: %s"
msgstr "Borrar enlace inteligente: %s"
#: views.py:256
msgid ""
"Conditions are small logic units that when combined define how the smart "
"link will behave."
msgstr ""
"Las condiciones son pequeñas unidades lógicas que cuando se combinan definen "
"cómo se comportará el enlace inteligente."
#: views.py:260
msgid "There are no conditions for this smart link"
msgstr "No hay condiciones para este enlace inteligente"
#: views.py:264
#, python-format
msgid "Conditions for smart link: %s"
msgstr "Condiciones para enlace inteligente: %s"
#: views.py:291
#, python-format
msgid "Add new conditions to smart link: \"%s\""
msgstr "Añadir nuevas condiciones de enlace inteligente: \"%s\""
#: views.py:332
msgid "Edit smart link condition"
msgstr "Editar condición de enlace inteligente"
#: views.py:362
#, python-format
msgid "Delete smart link condition: \"%s\"?"
msgstr "¿Borrar condición de enlace inteligente: \"%s\"?"