--- /dev/null
+# LANGUAGE message translation file for pg_amcheck
+# Copyright (C) 2021 PostgreSQL Global Development Group
+# This file is distributed under the same license as the pg_amcheck (PostgreSQL) package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: pg_amcheck (PostgreSQL) 14\n"
+"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
+"POT-Creation-Date: 2021-05-14 19:48+0000\n"
+"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: es\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../../../src/common/logging.c:259
+#, c-format
+msgid "fatal: "
+msgstr "fatal: "
+
+#: ../../../src/common/logging.c:266
+#, c-format
+msgid "error: "
+msgstr "error: "
+
+#: ../../../src/common/logging.c:273
+#, c-format
+msgid "warning: "
+msgstr "precaución: "
+
+#: ../../fe_utils/cancel.c:161 ../../fe_utils/cancel.c:206
+msgid "Cancel request sent\n"
+msgstr "Petición de cancelación enviada\n"
+
+#: ../../fe_utils/cancel.c:165 ../../fe_utils/cancel.c:210
+msgid "Could not send cancel request: "
+msgstr "No se pudo enviar la petición de cancelación: %s"
+
+#: ../../fe_utils/connect_utils.c:92
+#, c-format
+msgid "could not connect to database %s: out of memory"
+msgstr "no se pudo conectar a la base de datos %s: memoria agotada"
+
+#: ../../fe_utils/connect_utils.c:120
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: ../../fe_utils/query_utils.c:33 ../../fe_utils/query_utils.c:58
+#: pg_amcheck.c:1645 pg_amcheck.c:2084
+#, c-format
+msgid "query failed: %s"
+msgstr "la consulta falló: %s"
+
+#: ../../fe_utils/query_utils.c:34 ../../fe_utils/query_utils.c:59
+#: pg_amcheck.c:597 pg_amcheck.c:1116 pg_amcheck.c:1646 pg_amcheck.c:2085
+#, c-format
+msgid "query was: %s"
+msgstr "la consulta era: %s"
+
+#: pg_amcheck.c:332
+#, c-format
+msgid "number of parallel jobs must be at least 1"
+msgstr "número de trabajos en paralelo debe ser al menos 1"
+
+#: pg_amcheck.c:405
+#, c-format
+msgid "invalid argument for option %s"
+msgstr "argumento no válido para la opción %s"
+
+#: pg_amcheck.c:413
+#, c-format
+msgid "invalid start block"
+msgstr ""
+
+#: pg_amcheck.c:418
+#, c-format
+msgid "start block out of bounds"
+msgstr ""
+
+#: pg_amcheck.c:426
+#, c-format
+msgid "invalid end block"
+msgstr ""
+
+#: pg_amcheck.c:431
+#, c-format
+msgid "end block out of bounds"
+msgstr ""
+
+#: pg_amcheck.c:455 pg_amcheck.c:481
+#, c-format
+msgid "Try \"%s --help\" for more information.\n"
+msgstr "Pruebe «%s --help» para mayor información.\n"
+
+#: pg_amcheck.c:463
+#, c-format
+msgid "end block precedes start block"
+msgstr ""
+
+#: pg_amcheck.c:479
+#, c-format
+msgid "too many command-line arguments (first is \"%s\")"
+msgstr "demasiados argumentos en la línea de órdenes (el primero es «%s»)"
+
+#: pg_amcheck.c:500
+#, c-format
+msgid "cannot specify a database name with --all"
+msgstr ""
+
+#: pg_amcheck.c:509
+#, c-format
+msgid "cannot specify both a database name and database patterns"
+msgstr ""
+
+#: pg_amcheck.c:539
+#, c-format
+msgid "no databases to check"
+msgstr ""
+
+#: pg_amcheck.c:595
+#, c-format
+msgid "database \"%s\": %s"
+msgstr ""
+
+#: pg_amcheck.c:606
+#, c-format
+msgid "skipping database \"%s\": amcheck is not installed"
+msgstr ""
+
+#: pg_amcheck.c:614
+#, c-format
+msgid "in database \"%s\": using amcheck version \"%s\" in schema \"%s\""
+msgstr ""
+
+#: pg_amcheck.c:676
+#, c-format
+msgid "no relations to check"
+msgstr ""
+
+#: pg_amcheck.c:762
+#, c-format
+msgid "checking heap table \"%s\".\"%s\".\"%s\""
+msgstr ""
+
+#: pg_amcheck.c:778
+#, c-format
+msgid "checking btree index \"%s\".\"%s\".\"%s\""
+msgstr ""
+
+#: pg_amcheck.c:911
+#, c-format
+msgid "error sending command to database \"%s\": %s"
+msgstr ""
+
+#: pg_amcheck.c:914
+#, c-format
+msgid "command was: %s"
+msgstr ""
+
+#: pg_amcheck.c:1113
+#, c-format
+msgid "btree index \"%s\".\"%s\".\"%s\": btree checking function returned unexpected number of rows: %d"
+msgstr ""
+
+#: pg_amcheck.c:1117
+#, c-format
+msgid "Are %s's and amcheck's versions compatible?"
+msgstr ""
+
+#: pg_amcheck.c:1151
+#, c-format
+msgid ""
+"%s checks objects in a PostgreSQL database for corruption.\n"
+"\n"
+msgstr ""
+
+#: pg_amcheck.c:1152
+#, c-format
+msgid "Usage:\n"
+msgstr "Empleo:\n"
+
+#: pg_amcheck.c:1153
+#, c-format
+msgid " %s [OPTION]... [DBNAME]\n"
+msgstr " %s [OPCIÓN]... [NOMBREDB]\n"
+
+#: pg_amcheck.c:1154
+#, c-format
+msgid ""
+"\n"
+"Target options:\n"
+msgstr ""
+
+#: pg_amcheck.c:1155
+#, c-format
+msgid " -a, --all check all databases\n"
+msgstr ""
+
+#: pg_amcheck.c:1156
+#, c-format
+msgid " -d, --database=PATTERN check matching database(s)\n"
+msgstr ""
+
+#: pg_amcheck.c:1157
+#, c-format
+msgid " -D, --exclude-database=PATTERN do NOT check matching database(s)\n"
+msgstr ""
+
+#: pg_amcheck.c:1158
+#, c-format
+msgid " -i, --index=PATTERN check matching index(es)\n"
+msgstr ""
+
+#: pg_amcheck.c:1159
+#, c-format
+msgid " -I, --exclude-index=PATTERN do NOT check matching index(es)\n"
+msgstr ""
+
+#: pg_amcheck.c:1160
+#, c-format
+msgid " -r, --relation=PATTERN check matching relation(s)\n"
+msgstr ""
+
+#: pg_amcheck.c:1161
+#, c-format
+msgid " -R, --exclude-relation=PATTERN do NOT check matching relation(s)\n"
+msgstr ""
+
+#: pg_amcheck.c:1162
+#, c-format
+msgid " -s, --schema=PATTERN check matching schema(s)\n"
+msgstr ""
+
+#: pg_amcheck.c:1163
+#, c-format
+msgid " -S, --exclude-schema=PATTERN do NOT check matching schema(s)\n"
+msgstr ""
+
+#: pg_amcheck.c:1164
+#, c-format
+msgid " -t, --table=PATTERN check matching table(s)\n"
+msgstr ""
+
+#: pg_amcheck.c:1165
+#, c-format
+msgid " -T, --exclude-table=PATTERN do NOT check matching table(s)\n"
+msgstr ""
+
+#: pg_amcheck.c:1166
+#, c-format
+msgid " --no-dependent-indexes do NOT expand list of relations to include indexes\n"
+msgstr ""
+
+#: pg_amcheck.c:1167
+#, c-format
+msgid " --no-dependent-toast do NOT expand list of relations to include TOAST tables\n"
+msgstr ""
+
+#: pg_amcheck.c:1168
+#, c-format
+msgid " --no-strict-names do NOT require patterns to match objects\n"
+msgstr ""
+
+#: pg_amcheck.c:1169
+#, c-format
+msgid ""
+"\n"
+"Table checking options:\n"
+msgstr ""
+
+#: pg_amcheck.c:1170
+#, c-format
+msgid " --exclude-toast-pointers do NOT follow relation TOAST pointers\n"
+msgstr ""
+
+#: pg_amcheck.c:1171
+#, c-format
+msgid " --on-error-stop stop checking at end of first corrupt page\n"
+msgstr ""
+
+#: pg_amcheck.c:1172
+#, c-format
+msgid " --skip=OPTION do NOT check \"all-frozen\" or \"all-visible\" blocks\n"
+msgstr ""
+
+#: pg_amcheck.c:1173
+#, c-format
+msgid " --startblock=BLOCK begin checking table(s) at the given block number\n"
+msgstr ""
+
+#: pg_amcheck.c:1174
+#, c-format
+msgid " --endblock=BLOCK check table(s) only up to the given block number\n"
+msgstr ""
+
+#: pg_amcheck.c:1175
+#, c-format
+msgid ""
+"\n"
+"B-tree index checking options:\n"
+msgstr ""
+
+#: pg_amcheck.c:1176
+#, c-format
+msgid " --heapallindexed check all heap tuples are found within indexes\n"
+msgstr ""
+
+#: pg_amcheck.c:1177
+#, c-format
+msgid " --parent-check check index parent/child relationships\n"
+msgstr ""
+
+#: pg_amcheck.c:1178
+#, c-format
+msgid " --rootdescend search from root page to refind tuples\n"
+msgstr ""
+
+#: pg_amcheck.c:1179
+#, c-format
+msgid ""
+"\n"
+"Connection options:\n"
+msgstr ""
+"\n"
+"Opciones de conexión:\n"
+
+#: pg_amcheck.c:1180
+#, c-format
+msgid " -h, --host=HOSTNAME database server host or socket directory\n"
+msgstr ""
+
+#: pg_amcheck.c:1181
+#, c-format
+msgid " -p, --port=PORT database server port\n"
+msgstr ""
+
+#: pg_amcheck.c:1182
+#, c-format
+msgid " -U, --username=USERNAME user name to connect as\n"
+msgstr ""
+
+#: pg_amcheck.c:1183
+#, c-format
+msgid " -w, --no-password never prompt for password\n"
+msgstr ""
+
+#: pg_amcheck.c:1184
+#, c-format
+msgid " -W, --password force password prompt\n"
+msgstr ""
+
+#: pg_amcheck.c:1185
+#, c-format
+msgid " --maintenance-db=DBNAME alternate maintenance database\n"
+msgstr ""
+
+#: pg_amcheck.c:1186
+#, c-format
+msgid ""
+"\n"
+"Other options:\n"
+msgstr ""
+"\n"
+"Otras opciones:\n"
+
+#: pg_amcheck.c:1187
+#, c-format
+msgid " -e, --echo show the commands being sent to the server\n"
+msgstr " -e, --echo mostrar las órdenes enviadas al servidor\n"
+
+#: pg_amcheck.c:1188
+#, c-format
+msgid " -j, --jobs=NUM use this many concurrent connections to the server\n"
+msgstr ""
+
+#: pg_amcheck.c:1189
+#, c-format
+msgid " -q, --quiet don't write any messages\n"
+msgstr " -q, --quiet no desplegar mensajes\n"
+
+#: pg_amcheck.c:1190
+#, c-format
+msgid " -v, --verbose write a lot of output\n"
+msgstr " -v, --verbose desplegar varios mensajes informativos\n"
+
+#: pg_amcheck.c:1191
+#, c-format
+msgid " -V, --version output version information, then exit\n"
+msgstr " -V, --version mostrar información de versión y salir\n"
+
+#: pg_amcheck.c:1192
+#, c-format
+msgid " -P, --progress show progress information\n"
+msgstr ""
+
+#: pg_amcheck.c:1193
+#, c-format
+msgid " -?, --help show this help, then exit\n"
+msgstr " -?, --help mostrar esta ayuda y salir\n"
+
+#: pg_amcheck.c:1194
+#, c-format
+msgid " --install-missing install missing extensions\n"
+msgstr ""
+
+#: pg_amcheck.c:1196
+#, c-format
+msgid ""
+"\n"
+"Report bugs to <%s>.\n"
+msgstr ""
+"\n"
+"Reporte errores a <%s>.\n"
+
+#: pg_amcheck.c:1197
+#, c-format
+msgid "%s home page: <%s>\n"
+msgstr "Sitio web de %s: <%s>\n"
+
+#: pg_amcheck.c:1255
+#, c-format
+msgid "%*s/%s relations (%d%%) %*s/%s pages (%d%%) %*s"
+msgstr ""
+
+#: pg_amcheck.c:1266
+#, c-format
+msgid "%*s/%s relations (%d%%) %*s/%s pages (%d%%), (%s%-*.*s)"
+msgstr ""
+
+#: pg_amcheck.c:1281
+#, c-format
+msgid "%*s/%s relations (%d%%) %*s/%s pages (%d%%)"
+msgstr ""
+
+#: pg_amcheck.c:1550 pg_amcheck.c:1692
+#, c-format
+msgid "including database \"%s\""
+msgstr ""
+
+#: pg_amcheck.c:1672
+#, c-format
+msgid "internal error: received unexpected database pattern_id %d"
+msgstr ""
+
+#: pg_amcheck.c:2126
+#, c-format
+msgid "internal error: received unexpected relation pattern_id %d"
+msgstr ""