403 lines
9.7 KiB
Gettext
403 lines
9.7 KiB
Gettext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
#
|
|
# Translators:
|
|
# Translators:
|
|
# Emerson Soares <on.emersonsoares@gmail.com>, 2011
|
|
# Roberto Rosario, 2012
|
|
# Vítor Figueiró <vfigueiro@gmail.com>, 2012
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Mayan EDMS\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2017-07-09 02:27-0400\n"
|
|
"PO-Revision-Date: 2017-04-21 16:26+0000\n"
|
|
"Last-Translator: Roberto Rosario\n"
|
|
"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/"
|
|
"language/pt/)\n"
|
|
"Language: pt\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:34
|
|
msgid "Linking"
|
|
msgstr ""
|
|
|
|
#: apps.py:58 models.py:19
|
|
msgid "Label"
|
|
msgstr "Nome"
|
|
|
|
#: apps.py:65 models.py:26
|
|
msgid "Dynamic label"
|
|
msgstr ""
|
|
|
|
#: apps.py:69 apps.py:74 models.py:28 models.py:129
|
|
msgid "Enabled"
|
|
msgstr ""
|
|
|
|
#: forms.py:36 models.py:114
|
|
msgid "Foreign document attribute"
|
|
msgstr ""
|
|
|
|
#: links.py:14
|
|
msgid "Create condition"
|
|
msgstr ""
|
|
|
|
#: links.py:19 links.py:36
|
|
msgid "Delete"
|
|
msgstr "Eliminar"
|
|
|
|
#: links.py:23 links.py:43
|
|
msgid "Edit"
|
|
msgstr "Editar"
|
|
|
|
#: links.py:27
|
|
msgid "Conditions"
|
|
msgstr ""
|
|
|
|
#: links.py:32 views.py:167
|
|
msgid "Create new smart link"
|
|
msgstr "Criar nova ligação inteligente"
|
|
|
|
#: links.py:39 models.py:30
|
|
msgid "Document types"
|
|
msgstr ""
|
|
|
|
#: links.py:47
|
|
msgid "Documents"
|
|
msgstr "Documentos"
|
|
|
|
#: links.py:54 links.py:58 links.py:63 models.py:94 permissions.py:7
|
|
#: views.py:129
|
|
msgid "Smart links"
|
|
msgstr "Ligações inteligentes"
|
|
|
|
#: literals.py:9
|
|
msgid "and"
|
|
msgstr "e"
|
|
|
|
#: literals.py:10
|
|
msgid "or"
|
|
msgstr "ou"
|
|
|
|
#: literals.py:14
|
|
msgid "is equal to"
|
|
msgstr "é igual a"
|
|
|
|
#: literals.py:15
|
|
msgid "is equal to (case insensitive)"
|
|
msgstr "é igual a (insensível a minúsculas/maiúsculas)"
|
|
|
|
#: literals.py:16
|
|
msgid "contains"
|
|
msgstr "contém"
|
|
|
|
#: literals.py:17
|
|
msgid "contains (case insensitive)"
|
|
msgstr "contém (insensível a minúsculas/maiúsculas)"
|
|
|
|
#: literals.py:18
|
|
msgid "is in"
|
|
msgstr "está em"
|
|
|
|
#: literals.py:19
|
|
msgid "is greater than"
|
|
msgstr "é maior que"
|
|
|
|
#: literals.py:20
|
|
msgid "is greater than or equal to"
|
|
msgstr "é maior que ou igual a"
|
|
|
|
#: literals.py:21
|
|
msgid "is less than"
|
|
msgstr "é menor que"
|
|
|
|
#: literals.py:22
|
|
msgid "is less than or equal to"
|
|
msgstr "é menor que ou igual a"
|
|
|
|
#: literals.py:23
|
|
msgid "starts with"
|
|
msgstr "começa por"
|
|
|
|
#: literals.py:24
|
|
msgid "starts with (case insensitive)"
|
|
msgstr "começa por (insensível a minúsculas/maiúsculas)"
|
|
|
|
#: literals.py:25
|
|
msgid "ends with"
|
|
msgstr "termina com"
|
|
|
|
#: literals.py:26
|
|
msgid "ends with (case insensitive)"
|
|
msgstr "termina com (insensível a minúsculas/maiúsculas)"
|
|
|
|
#: literals.py:27
|
|
msgid "is in regular expression"
|
|
msgstr "contido em expressão regular"
|
|
|
|
#: literals.py:28
|
|
msgid "is in regular expression (case insensitive)"
|
|
msgstr "contido em expressão regular (insensível a minúsculas/maiúsculas)"
|
|
|
|
#: models.py:22 models.py:119
|
|
msgid ""
|
|
"Enter a template to render. Use Django's default templating language "
|
|
"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The "
|
|
"{{ document }} context variable is available."
|
|
msgstr ""
|
|
|
|
#: models.py:46
|
|
#, python-format
|
|
msgid "Error generating dynamic label; %s"
|
|
msgstr ""
|
|
|
|
#: models.py:57
|
|
msgid "This smart link is not allowed for the selected document's type."
|
|
msgstr ""
|
|
|
|
#: models.py:93 models.py:105
|
|
msgid "Smart link"
|
|
msgstr ""
|
|
|
|
#: models.py:109
|
|
msgid "The inclusion is ignored for the first item."
|
|
msgstr "A inclusão é ignorada para o primeiro item."
|
|
|
|
#: models.py:113
|
|
msgid "This represents the metadata of all other documents."
|
|
msgstr ""
|
|
|
|
#: models.py:123
|
|
msgid "Expression"
|
|
msgstr ""
|
|
|
|
#: models.py:126
|
|
msgid "Inverts the logic of the operator."
|
|
msgstr "Inverte a lógica do operador."
|
|
|
|
#: models.py:127
|
|
msgid "Negated"
|
|
msgstr ""
|
|
|
|
#: models.py:134
|
|
msgid "not"
|
|
msgstr "não"
|
|
|
|
#: models.py:139
|
|
msgid "Link condition"
|
|
msgstr ""
|
|
|
|
#: models.py:140
|
|
msgid "Link conditions"
|
|
msgstr ""
|
|
|
|
#: permissions.py:10
|
|
msgid "View existing smart links"
|
|
msgstr "Ver ligações inteligentes"
|
|
|
|
#: permissions.py:13
|
|
msgid "Create new smart links"
|
|
msgstr "Criar novas ligações inteligentes"
|
|
|
|
#: permissions.py:16
|
|
msgid "Delete smart links"
|
|
msgstr "Excluir ligações inteligentes"
|
|
|
|
#: permissions.py:19
|
|
msgid "Edit smart links"
|
|
msgstr "Editar ligações inteligentes"
|
|
|
|
#: serializers.py:115
|
|
msgid ""
|
|
"Comma separated list of document type primary keys to which this smart link "
|
|
"will be attached."
|
|
msgstr ""
|
|
|
|
#: serializers.py:139
|
|
#, python-format
|
|
msgid "No such document type: %s"
|
|
msgstr ""
|
|
|
|
#: views.py:60
|
|
#, python-format
|
|
msgid "Smart link query error: %s"
|
|
msgstr "Erro na consulta de ligações inteligentes: %s"
|
|
|
|
#: views.py:68
|
|
#, python-format
|
|
msgid "Documents in smart link: %s"
|
|
msgstr ""
|
|
|
|
#: views.py:71
|
|
#, python-format
|
|
msgid ""
|
|
"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\""
|
|
msgstr ""
|
|
|
|
#: views.py:87
|
|
msgid "Available document types"
|
|
msgstr ""
|
|
|
|
#: views.py:89
|
|
msgid "Document types enabled"
|
|
msgstr ""
|
|
|
|
#: views.py:98
|
|
#, python-format
|
|
msgid "Document type for which to enable smart link: %s"
|
|
msgstr ""
|
|
|
|
#: views.py:159
|
|
#, python-format
|
|
msgid "Smart links for document: %s"
|
|
msgstr ""
|
|
|
|
#: views.py:182
|
|
#, python-format
|
|
msgid "Edit smart link: %s"
|
|
msgstr "Editar Ligação inteligente: %s"
|
|
|
|
#: views.py:194
|
|
#, python-format
|
|
msgid "Delete smart link: %s"
|
|
msgstr ""
|
|
|
|
#: views.py:206
|
|
#, python-format
|
|
msgid "Conditions for smart link: %s"
|
|
msgstr ""
|
|
|
|
#: views.py:233
|
|
#, python-format
|
|
msgid "Add new conditions to smart link: \"%s\""
|
|
msgstr "Adicionar novas condições à ligação inteligente: \"%s\""
|
|
|
|
#: views.py:274
|
|
msgid "Edit smart link condition"
|
|
msgstr "Editar condição de ligação inteligente"
|
|
|
|
#: views.py:304
|
|
#, python-format
|
|
msgid "Delete smart link condition: \"%s\"?"
|
|
msgstr ""
|
|
|
|
#~ msgid "Smart link condition: \"%s\" created successfully."
|
|
#~ msgstr "Smart link condition: \"%s\" created successfully."
|
|
|
|
#~ msgid "Smart link condition: \"%s\" edited successfully."
|
|
#~ msgstr "Smart link condition: \"%s\" edited successfully."
|
|
|
|
#~ msgid "Smart link condition: \"%s\" deleted successfully."
|
|
#~ msgstr "Smart link condition: \"%s\" deleted successfully."
|
|
|
|
#~ msgid ""
|
|
#~ "Error deleting smart link condition: %(smart_link_condition)s; "
|
|
#~ "%(exception)s."
|
|
#~ msgstr ""
|
|
#~ "Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
|
|
|
|
#~ msgid "Smart link: %s deleted successfully."
|
|
#~ msgstr "Smart link: %s deleted successfully."
|
|
|
|
#~ msgid "Error deleting smart link: %(smart_link)s; %(exception)s."
|
|
#~ msgstr "Error deleting smart link: %(smart_link)s; %(error)s."
|
|
|
|
#~ msgid "Smart link: %s created successfully."
|
|
#~ msgstr "Smart link: %s created successfully."
|
|
|
|
#~ msgid "Smart link: %s edited successfully."
|
|
#~ msgstr "Smart link: %s edited successfully."
|
|
|
|
#~ msgid "ACLs"
|
|
#~ msgstr "ACLs"
|
|
|
|
#~ msgid "Title"
|
|
#~ msgstr "title"
|
|
|
|
#~ msgid "This expression will be evaluated against the current document."
|
|
#~ msgstr "There no defined smart links for the current document."
|
|
|
|
#~ msgid "Error calculating smart link for: %(document)s; %(exception)s."
|
|
#~ msgstr "Error deleting smart link: %(smart_link)s; %(error)s."
|
|
|
|
#~ msgid "Are you sure you wish to delete smart link: %s?"
|
|
#~ msgstr "Are you sure you wish to delete smart link: %s?"
|
|
|
|
#~ msgid "Condition"
|
|
#~ msgstr "condition"
|
|
|
|
#~ msgid "Are you sure you wish to delete smart link condition: \"%s\"?"
|
|
#~ msgstr "Are you sure you wish to delete smart link condition: \"%s\"?"
|
|
|
|
#~ msgid "Pages"
|
|
#~ msgstr "Pages"
|
|
|
|
#~ msgid "Select"
|
|
#~ msgstr "Select"
|
|
|
|
#~ msgid "Click on the image for full size view of the first page."
|
|
#~ msgstr "Click on the image for full size view of the first page."
|
|
|
|
#~ msgid "Smart links actions"
|
|
#~ msgstr "smart links actions"
|
|
|
|
#~ msgid ""
|
|
#~ "This expression will be evaluated against the current selected document. "
|
|
#~ "The document metadata is available as variables `metadata` and document "
|
|
#~ "properties under the variable `document`."
|
|
#~ msgstr ""
|
|
#~ "This expression will be evaluated against the current selected document. "
|
|
#~ "The document metadata is available as variables `metadata` and document "
|
|
#~ "properties under the variable `document`."
|
|
|
|
#~ msgid ""
|
|
#~ "This represents the metadata of all other documents. Available objects: "
|
|
#~ "`document.<attribute>` and `metadata.<metadata_type_name>`."
|
|
#~ msgstr ""
|
|
#~ "This represents the metadata of all other documents. Available objects: "
|
|
#~ "`document.<attribute>` and `metadata.<metadata_type_name>`."
|
|
|
|
#~ msgid "Show smart link that don't return any documents."
|
|
#~ msgstr "Show smart link that don't return any documents."
|
|
|
|
#~ msgid "No action selected."
|
|
#~ msgstr "No action selected."
|
|
|
|
#~ msgid "Smart links (0)"
|
|
#~ msgstr "smart links (%s)"
|
|
|
|
#~ msgid "Smart links list"
|
|
#~ msgstr "smart links list"
|
|
|
|
#~ msgid "smart links"
|
|
#~ msgstr "smart links"
|
|
|
|
#~ msgid "create new smart link"
|
|
#~ msgstr "create new smart link"
|
|
|
|
#~ msgid "edit"
|
|
#~ msgstr "edit"
|
|
|
|
#~ msgid "smart link"
|
|
#~ msgstr "smart link"
|
|
|
|
#~ msgid "What are smart links?"
|
|
#~ msgstr "What are smart links?"
|
|
|
|
#~ msgid ""
|
|
#~ "Smart links are a set of conditional statements that are used to query "
|
|
#~ "the database using the current document the user is accessing as the data "
|
|
#~ "source, the results of these queries are a list of documents that relate "
|
|
#~ "in some manner to the document being displayed and allow users the "
|
|
#~ "ability to jump to and from linked documents very easily."
|
|
#~ msgstr ""
|
|
#~ "Smart links are a set of conditional statements that are used to query "
|
|
#~ "the database using the current document the user is accessing as the data "
|
|
#~ "source, the results of these queries are a list of documents that relate "
|
|
#~ "in some manner to the document being displayed and allow users the "
|
|
#~ "ability to jump to and from linked documents very easily."
|