msgstr ""
"Project-Id-Version: pg_basebackup (PostgreSQL) 16\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
-"POT-Creation-Date: 2024-08-01 11:20+0000\n"
-"PO-Revision-Date: 2024-08-02 12:20-0400\n"
+"POT-Creation-Date: 2024-08-05 02:49+0000\n"
+"PO-Revision-Date: 2024-08-04 23:09-0400\n"
"Last-Translator: Carlos Chapi <carloswaldo@babelruins.org>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@lists.postgresql.org>\n"
"Language: es\n"
msgstr "eliminando suscripción «%s» en base de datos «%s»"
#: pg_createsubscriber.c:1088
-#, fuzzy, c-format
+#, c-format
#| msgid "could not drop relation mapping for subscription \"%s\""
-msgid "could not drop a subscription \"%s\" settings: %s"
-msgstr "no se pudo eliminar mapeo de relación para suscripción «%s»"
+msgid "could not drop subscription \"%s\": %s"
+msgstr "no se pudo eliminar la suscripción «%s»: %s"
#: pg_createsubscriber.c:1123
#, c-format
msgstr "no se especificó un string de conexión de publicador"
#: pg_createsubscriber.c:2086
-#, fuzzy, c-format
-#| msgid "invalid connection string syntax: %s"
-msgid "validating connection string on publisher"
-msgstr "sintaxis de cadena de conexión no válida: %s"
+#, c-format
+msgid "validating publisher connection string"
+msgstr "validando string de conexión del publicador"
#: pg_createsubscriber.c:2092
-#, fuzzy, c-format
-#| msgid "invalid connection string syntax: %s"
-msgid "validating connection string on subscriber"
-msgstr "sintaxis de cadena de conexión no válida: %s"
+#, c-format
+msgid "validating subscriber connection string"
+msgstr "validando string de conexión del suscriptor"
#: pg_createsubscriber.c:2097
#, c-format
#: walmethods.c:1293
msgid "could not close compression stream"
msgstr "no se pudo cerrar el flujo comprimido"
+
+#, fuzzy, c-format
+#~| msgid "invalid connection string syntax: %s"
+#~ msgid "validating connection string on subscriber"
+#~ msgstr "sintaxis de cadena de conexión no válida: %s"
msgstr ""
"Project-Id-Version: PostgreSQL server 15\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
-"POT-Creation-Date: 2024-08-02 21:41+0000\n"
+"POT-Creation-Date: 2024-08-05 02:41+0000\n"
"PO-Revision-Date: 2024-08-04 22:25-0400\n"
"Last-Translator: Carlos Chapi <carloswaldo@babelruins.org>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@lists.postgresql.org>\n"
#: ../common/jsonapi.c:2121
msgid "Recursive descent parser cannot use incremental lexer."
-msgstr ""
+msgstr "El parser recursivo descendiente no puede usar el lexer incremental."
#: ../common/jsonapi.c:2123
msgid "Incremental parser requires incremental lexer."
-msgstr ""
+msgstr "El parser incremental requiere el lexer incremental."
#: ../common/jsonapi.c:2125
msgid "JSON nested too deep, maximum permitted depth is 6400."