"Project-Id-Version: PostgreSQL server 14\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2021-06-11 16:40+0000\n"
-"PO-Revision-Date: 2021-06-21 12:29+0200\n"
+"PO-Revision-Date: 2021-06-22 17:24-0500\n"
"Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@lists.postgresql.org>\n"
"Language: es\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: BlackCAT 1.1\n"
#: ../common/config_info.c:134 ../common/config_info.c:142
#: ../common/config_info.c:150 ../common/config_info.c:158
#: ../common/exec.c:409 libpq/pqcomm.c:746 storage/ipc/latch.c:1064
#: storage/ipc/latch.c:1233 storage/ipc/latch.c:1462 storage/ipc/latch.c:1614
#: storage/ipc/latch.c:1730
-#, fuzzy, c-format
-#| msgid "%s failed: %m"
+#, c-format
msgid "%s() failed: %m"
-msgstr "%s falló: %m"
+msgstr "%s() falló: %m"
#: ../common/fe_memutils.c:35 ../common/fe_memutils.c:75
#: ../common/fe_memutils.c:98 ../common/fe_memutils.c:162
msgstr "no se pudo renombrar el archivo de «%s» a «%s»: %m"
#: ../common/hex.c:54
-#, fuzzy, c-format
-#| msgid "invalid hexadecimal digit: \"%c\""
+#, c-format
msgid "invalid hexadecimal digit"
-msgstr "el dígito hexadecimal no es válido: «%c»"
+msgstr "dígito hexadecimal no válido"
#: ../common/hex.c:59
-#, fuzzy, c-format
-#| msgid "invalid hexadecimal digit: \"%c\""
+#, c-format
msgid "invalid hexadecimal digit: \"%.*s\""
-msgstr "el dígito hexadecimal no es válido: «%c»"
+msgstr "dígito hexadecimal no válido: «%.*s»"
#: ../common/hex.c:90
#, c-format
msgid "overflow of destination buffer in hex encoding"
-msgstr ""
+msgstr "desbordamiento de búfer destino en codificación hexadecimal"
#: ../common/hex.c:136 ../common/hex.c:141
#, c-format
#: ../common/hex.c:152
#, c-format
msgid "overflow of destination buffer in hex decoding"
-msgstr ""
+msgstr "desbordamiento de búfer destino en decodificación hexadecimal"
#: ../common/jsonapi.c:1066
#, c-format
msgstr "«%s» no es un índice BRIN"
#: access/brin/brin.c:1063 access/brin/brin.c:1140
-#, fuzzy, c-format
-#| msgid "could not open parent table of index %s"
+#, c-format
msgid "could not open parent table of index \"%s\""
-msgstr "no se pudo abrir la tabla padre del índice %s"
+msgstr "no se pudo abrir la tabla padre del índice «%s»"
#: access/brin/brin_bloom.c:751 access/brin/brin_bloom.c:793
#: access/brin/brin_minmax_multi.c:2987 access/brin/brin_minmax_multi.c:3130