1 # Brazilian Portuguese message translation file for pltcl
3 # Copyright (C) 2009-2022 PostgreSQL Global Development Group
4 # This file is distributed under the same license as the PostgreSQL package.
6 # Euler Taveira <euler@eulerto.com>, 2009-2022.
10 "Project-Id-Version: PostgreSQL 15\n"
11 "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
12 "POT-Creation-Date: 2022-09-27 13:15-0300\n"
13 "PO-Revision-Date: 2009-05-06 18:00-0300\n"
14 "Last-Translator: Euler Taveira <euler@eulerto.com>\n"
15 "Language-Team: Brazilian Portuguese <pgsql-translators@postgresql.org>\n"
18 "Content-Type: text/plain; charset=UTF-8\n"
19 "Content-Transfer-Encoding: 8bit\n"
22 msgid "PL/Tcl function to call once when pltcl is first used."
23 msgstr "função PL/Tcl executada quando pltcl for utilizado pela primeira vez."
26 msgid "PL/TclU function to call once when pltclu is first used."
27 msgstr "função PL/TclU executada quando pltclu for utilizado pela primeira vez."
31 msgid "function \"%s\" is in the wrong language"
32 msgstr "função \"%s\" está na linguagem incorreta"
36 msgid "function \"%s\" must not be SECURITY DEFINER"
37 msgstr "função \"%s\" não deve ser SECURITY DEFINER"
39 #. translator: %s is "pltcl.start_proc" or "pltclu.start_proc"
42 msgid "processing %s parameter"
43 msgstr "processando parâmetro %s"
47 msgid "set-valued function called in context that cannot accept a set"
48 msgstr "função que tem argumento do tipo conjunto foi chamada em um contexto que não pode aceitar um conjunto"
52 msgid "materialize mode required, but it is not allowed in this context"
53 msgstr "modo de materialização é requerido, mas ele não é permitido neste contexto"
57 msgid "function returning record called in context that cannot accept type record"
58 msgstr "função que retorna record foi chamada em um contexto que não pode aceitar tipo record"
62 msgid "could not split return value from trigger: %s"
63 msgstr "não pôde dividir valor retornado do gatilho: %s"
65 #: pltcl.c:1377 pltcl.c:1807
74 "in PL/Tcl function \"%s\""
77 "na função PL/Tcl \"%s\""
81 msgid "trigger functions can only be called as triggers"
82 msgstr "funções de gatilho só podem ser chamadas como gatilhos"
86 msgid "PL/Tcl functions cannot return type %s"
87 msgstr "funções PL/Tcl não podem retornar tipo %s"
91 msgid "PL/Tcl functions cannot accept type %s"
92 msgstr "funções PL/Tcl não podem aceitar tipo %s"
96 msgid "could not create internal procedure \"%s\": %s"
97 msgstr "não pôde criar função interna \"%s\": %s"
101 msgid "column name/value list must have even number of elements"
102 msgstr "lista de nome/valor de colunas deve ter número par de elementos"
106 msgid "column name/value list contains nonexistent column name \"%s\""
107 msgstr "lsta de nome/valor de colunas contém nome de coluna inexistente \"%s\""
111 msgid "cannot set system attribute \"%s\""
112 msgstr "não pode definir atributo do sistema \"%s\""
116 msgid "cannot set generated column \"%s\""
117 msgstr "não pode definir coluna gerada \"%s\""