summaryrefslogtreecommitdiff
path: root/src/bin/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/scripts')
-rw-r--r--src/bin/scripts/po/el.po12
-rw-r--r--src/bin/scripts/po/es.po86
-rw-r--r--src/bin/scripts/po/ru.po6
-rw-r--r--src/bin/scripts/po/sv.po8
4 files changed, 56 insertions, 56 deletions
diff --git a/src/bin/scripts/po/el.po b/src/bin/scripts/po/el.po
index 02a82e995ba..7cf6af13755 100644
--- a/src/bin/scripts/po/el.po
+++ b/src/bin/scripts/po/el.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: pgscripts (PostgreSQL) 14\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
-"POT-Creation-Date: 2021-08-25 15:17+0000\n"
-"PO-Revision-Date: 2021-09-03 08:58+0200\n"
+"POT-Creation-Date: 2021-11-08 10:16+0000\n"
+"PO-Revision-Date: 2021-11-08 12:11+0100\n"
+"Last-Translator: Georgios Kokolatos <gkokolatos@pm.me>\n"
+"Language-Team: \n"
"Language: el\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"
-"Last-Translator: Georgios Kokolatos <gkokolatos@pm.me>\n"
-"Language-Team: \n"
"X-Generator: Poedit 3.0\n"
#: ../../../src/common/logging.c:259
@@ -928,8 +928,8 @@ msgstr " -q, --quiet να μην γράψεις κανένα
#: reindexdb.c:802
#, c-format
-msgid " -s, --system reindex system catalogs\n"
-msgstr " -s, --system επαναευρετηριοποίηση καταλόγων συστήματος\n"
+msgid " -s, --system reindex system catalogs only\n"
+msgstr " -s, --system επαναευρετηριοποίηση μόνο καταλόγων συστήματος\n"
#: reindexdb.c:803
#, c-format
diff --git a/src/bin/scripts/po/es.po b/src/bin/scripts/po/es.po
index 52e32bb04e2..af74bb7edbf 100644
--- a/src/bin/scripts/po/es.po
+++ b/src/bin/scripts/po/es.po
@@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: pgscripts (PostgreSQL) 14\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
-"POT-Creation-Date: 2021-07-06 16:47+0000\n"
-"PO-Revision-Date: 2021-09-16 09:22+0200\n"
+"POT-Creation-Date: 2022-01-12 04:17+0000\n"
+"PO-Revision-Date: 2022-01-12 17:38-0500\n"
"Last-Translator: Carlos Chapi <carloswaldo@babelruins.org>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@lists.postgresql.org>\n"
"Language: es\n"
@@ -182,18 +182,18 @@ msgstr ""
"\n"
#: clusterdb.c:268 createdb.c:267 createuser.c:351 dropdb.c:171 dropuser.c:169
-#: pg_isready.c:225 reindexdb.c:792 vacuumdb.c:1032
+#: pg_isready.c:225 reindexdb.c:792 vacuumdb.c:1025
#, c-format
msgid "Usage:\n"
msgstr "Empleo:\n"
-#: clusterdb.c:269 reindexdb.c:793 vacuumdb.c:1033
+#: clusterdb.c:269 reindexdb.c:793 vacuumdb.c:1026
#, c-format
msgid " %s [OPTION]... [DBNAME]\n"
msgstr " %s [OPCIÓN]... [BASE-DE-DATOS]\n"
#: clusterdb.c:270 createdb.c:269 createuser.c:353 dropdb.c:173 dropuser.c:171
-#: pg_isready.c:228 reindexdb.c:794 vacuumdb.c:1034
+#: pg_isready.c:228 reindexdb.c:794 vacuumdb.c:1027
#, c-format
msgid ""
"\n"
@@ -243,7 +243,7 @@ msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help mostrar esta ayuda y salir\n"
#: clusterdb.c:279 createdb.c:280 createuser.c:375 dropdb.c:180 dropuser.c:178
-#: pg_isready.c:234 reindexdb.c:809 vacuumdb.c:1059
+#: pg_isready.c:234 reindexdb.c:809 vacuumdb.c:1052
#, c-format
msgid ""
"\n"
@@ -252,32 +252,32 @@ msgstr ""
"\n"
"Opciones de conexión:\n"
-#: clusterdb.c:280 createuser.c:376 dropdb.c:181 dropuser.c:179 vacuumdb.c:1060
+#: clusterdb.c:280 createuser.c:376 dropdb.c:181 dropuser.c:179 vacuumdb.c:1053
#, c-format
msgid " -h, --host=HOSTNAME database server host or socket directory\n"
msgstr " -h, --host=ANFITRIÓN nombre del servidor o directorio del socket\n"
-#: clusterdb.c:281 createuser.c:377 dropdb.c:182 dropuser.c:180 vacuumdb.c:1061
+#: clusterdb.c:281 createuser.c:377 dropdb.c:182 dropuser.c:180 vacuumdb.c:1054
#, c-format
msgid " -p, --port=PORT database server port\n"
msgstr " -p, --port=PUERTO puerto del servidor\n"
-#: clusterdb.c:282 dropdb.c:183 vacuumdb.c:1062
+#: clusterdb.c:282 dropdb.c:183 vacuumdb.c:1055
#, c-format
msgid " -U, --username=USERNAME user name to connect as\n"
msgstr " -U, --username=USUARIO nombre de usuario para la conexión\n"
-#: clusterdb.c:283 createuser.c:379 dropdb.c:184 dropuser.c:182 vacuumdb.c:1063
+#: clusterdb.c:283 createuser.c:379 dropdb.c:184 dropuser.c:182 vacuumdb.c:1056
#, c-format
msgid " -w, --no-password never prompt for password\n"
msgstr " -w, --no-password nunca pedir contraseña\n"
-#: clusterdb.c:284 createuser.c:380 dropdb.c:185 dropuser.c:183 vacuumdb.c:1064
+#: clusterdb.c:284 createuser.c:380 dropdb.c:185 dropuser.c:183 vacuumdb.c:1057
#, c-format
msgid " -W, --password force password prompt\n"
msgstr " -W, --password forzar la petición de contraseña\n"
-#: clusterdb.c:285 dropdb.c:186 vacuumdb.c:1065
+#: clusterdb.c:285 dropdb.c:186 vacuumdb.c:1058
#, c-format
msgid " --maintenance-db=DBNAME alternate maintenance database\n"
msgstr " --maintenance-db=BASE base de datos de mantención alternativa\n"
@@ -292,7 +292,7 @@ msgstr ""
"Lea la descripción de la orden CLUSTER de SQL para obtener mayores detalles.\n"
#: clusterdb.c:287 createdb.c:288 createuser.c:381 dropdb.c:187 dropuser.c:184
-#: pg_isready.c:239 reindexdb.c:817 vacuumdb.c:1067
+#: pg_isready.c:239 reindexdb.c:817 vacuumdb.c:1060
#, c-format
msgid ""
"\n"
@@ -302,7 +302,7 @@ msgstr ""
"Reporte errores a <%s>.\n"
#: clusterdb.c:288 createdb.c:289 createuser.c:382 dropdb.c:188 dropuser.c:185
-#: pg_isready.c:240 reindexdb.c:818 vacuumdb.c:1068
+#: pg_isready.c:240 reindexdb.c:818 vacuumdb.c:1061
#, c-format
msgid "%s home page: <%s>\n"
msgstr "Sitio web de %s: <%s>\n"
@@ -941,8 +941,8 @@ msgstr " -q, --quiet no desplegar mensajes\n"
#: reindexdb.c:802
#, c-format
-msgid " -s, --system reindex system catalogs\n"
-msgstr " -s, --system reindexar los catálogos del sistema\n"
+msgid " -s, --system reindex system catalogs only\n"
+msgstr " -s, --system solo reindexar los catálogos del sistema\n"
#: reindexdb.c:803
#, c-format
@@ -1036,17 +1036,17 @@ msgstr "%s: procesando la base de datos «%s»: %s\n"
msgid "%s: vacuuming database \"%s\"\n"
msgstr "%s: limpiando la base de datos «%s»\n"
-#: vacuumdb.c:1020
+#: vacuumdb.c:1013
#, c-format
msgid "vacuuming of table \"%s\" in database \"%s\" failed: %s"
msgstr "falló la limpieza de la tabla «%s» en la base de datos «%s»: %s"
-#: vacuumdb.c:1023
+#: vacuumdb.c:1016
#, c-format
msgid "vacuuming of database \"%s\" failed: %s"
msgstr "falló la limpieza de la base de datos «%s»: %s"
-#: vacuumdb.c:1031
+#: vacuumdb.c:1024
#, c-format
msgid ""
"%s cleans and analyzes a PostgreSQL database.\n"
@@ -1055,116 +1055,116 @@ msgstr ""
"%s limpia (VACUUM) y analiza una base de datos PostgreSQL.\n"
"\n"
-#: vacuumdb.c:1035
+#: vacuumdb.c:1028
#, c-format
msgid " -a, --all vacuum all databases\n"
msgstr " -a, --all limpia todas las bases de datos\n"
-#: vacuumdb.c:1036
+#: vacuumdb.c:1029
#, c-format
msgid " -d, --dbname=DBNAME database to vacuum\n"
msgstr " -d, --dbname=BASE base de datos a limpiar\n"
-#: vacuumdb.c:1037
+#: vacuumdb.c:1030
#, c-format
msgid " --disable-page-skipping disable all page-skipping behavior\n"
msgstr " --disable-page-skipping desactiva todo comportamiento de saltar páginas\n"
-#: vacuumdb.c:1038
+#: vacuumdb.c:1031
#, c-format
msgid " -e, --echo show the commands being sent to the server\n"
msgstr " -e, --echo mostrar las órdenes enviadas al servidor\n"
-#: vacuumdb.c:1039
+#: vacuumdb.c:1032
#, c-format
msgid " -f, --full do full vacuuming\n"
msgstr " -f, --full usar «vacuum full»\n"
-#: vacuumdb.c:1040
+#: vacuumdb.c:1033
#, c-format
msgid " -F, --freeze freeze row transaction information\n"
msgstr " -F, --freeze usar «vacuum freeze»\n"
-#: vacuumdb.c:1041
+#: vacuumdb.c:1034
#, c-format
msgid " --force-index-cleanup always remove index entries that point to dead tuples\n"
msgstr " --force-index-cleanup siempre eliminar entradas de índice que apunten a tuplas muertas\n"
-#: vacuumdb.c:1042
+#: vacuumdb.c:1035
#, c-format
msgid " -j, --jobs=NUM use this many concurrent connections to vacuum\n"
msgstr " -j, --jobs=NUM usar esta cantidad de conexiones concurrentes\n"
-#: vacuumdb.c:1043
+#: vacuumdb.c:1036
#, c-format
msgid " --min-mxid-age=MXID_AGE minimum multixact ID age of tables to vacuum\n"
msgstr " --min-mxid-age=EDAD_MXID edad de multixact ID mínima de tablas a limpiar\n"
-#: vacuumdb.c:1044
+#: vacuumdb.c:1037
#, c-format
msgid " --min-xid-age=XID_AGE minimum transaction ID age of tables to vacuum\n"
msgstr " --min-xid-age=EDAD_XID edad de ID de transacción mínima de tablas a limpiar\n"
-#: vacuumdb.c:1045
+#: vacuumdb.c:1038
#, c-format
msgid " --no-index-cleanup don't remove index entries that point to dead tuples\n"
msgstr " --no-index-cleanup no eliminar entradas de índice que apunten a tuplas muertas\n"
-#: vacuumdb.c:1046
+#: vacuumdb.c:1039
#, c-format
msgid " --no-process-toast skip the TOAST table associated with the table to vacuum\n"
msgstr " --no-process-toast Omitir la tabla TOAST asociada con la tabla a la que se hará vacuum\n"
-#: vacuumdb.c:1047
+#: vacuumdb.c:1040
#, c-format
msgid " --no-truncate don't truncate empty pages at the end of the table\n"
msgstr " --no-truncate no truncar las páginas vacías al final de la tabla\n"
-#: vacuumdb.c:1048
+#: vacuumdb.c:1041
#, c-format
msgid " -P, --parallel=PARALLEL_WORKERS use this many background workers for vacuum, if available\n"
msgstr " -P, --parallel=PROC_PARALELOS usar esta cantidad de procesos para vacuum, si están disponibles\n"
-#: vacuumdb.c:1049
+#: vacuumdb.c:1042
#, c-format
msgid " -q, --quiet don't write any messages\n"
msgstr " -q, --quiet no desplegar mensajes\n"
-#: vacuumdb.c:1050
+#: vacuumdb.c:1043
#, c-format
msgid " --skip-locked skip relations that cannot be immediately locked\n"
msgstr " --skip-locked ignorar relaciones que no pueden bloquearse inmediatamente\n"
-#: vacuumdb.c:1051
+#: vacuumdb.c:1044
#, c-format
msgid " -t, --table='TABLE[(COLUMNS)]' vacuum specific table(s) only\n"
msgstr ""
" -t, --table='TABLA[(COLUMNAS)]'\n"
" limpiar sólo esta(s) tabla(s)\n"
-#: vacuumdb.c:1052
+#: vacuumdb.c:1045
#, c-format
msgid " -v, --verbose write a lot of output\n"
msgstr " -v, --verbose desplegar varios mensajes informativos\n"
-#: vacuumdb.c:1053
+#: vacuumdb.c:1046
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version mostrar información de versión y salir\n"
-#: vacuumdb.c:1054
+#: vacuumdb.c:1047
#, c-format
msgid " -z, --analyze update optimizer statistics\n"
msgstr " -z, --analyze actualizar las estadísticas del optimizador\n"
-#: vacuumdb.c:1055
+#: vacuumdb.c:1048
#, c-format
msgid " -Z, --analyze-only only update optimizer statistics; no vacuum\n"
msgstr ""
" -Z, --analyze-only sólo actualizar las estadísticas del optimizador;\n"
" no hacer vacuum\n"
-#: vacuumdb.c:1056
+#: vacuumdb.c:1049
#, c-format
msgid ""
" --analyze-in-stages only update optimizer statistics, in multiple\n"
@@ -1174,12 +1174,12 @@ msgstr ""
" en múltiples etapas para resultados más rápidos;\n"
" no hacer vacuum\n"
-#: vacuumdb.c:1058
+#: vacuumdb.c:1051
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help mostrar esta ayuda y salir\n"
-#: vacuumdb.c:1066
+#: vacuumdb.c:1059
#, c-format
msgid ""
"\n"
diff --git a/src/bin/scripts/po/ru.po b/src/bin/scripts/po/ru.po
index bda0b39c3c0..dd747b29134 100644
--- a/src/bin/scripts/po/ru.po
+++ b/src/bin/scripts/po/ru.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pgscripts (PostgreSQL current)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
-"POT-Creation-Date: 2021-11-08 05:22+0300\n"
+"POT-Creation-Date: 2022-02-07 11:21+0300\n"
"PO-Revision-Date: 2021-11-08 05:30+0300\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
@@ -59,11 +59,11 @@ msgstr "пользователь не существует"
msgid "user name lookup failure: error code %lu"
msgstr "распознать имя пользователя не удалось (код ошибки: %lu)"
-#: ../../fe_utils/cancel.c:161 ../../fe_utils/cancel.c:206
+#: ../../fe_utils/cancel.c:189 ../../fe_utils/cancel.c:238
msgid "Cancel request sent\n"
msgstr "Сигнал отмены отправлен\n"
-#: ../../fe_utils/cancel.c:165 ../../fe_utils/cancel.c:210
+#: ../../fe_utils/cancel.c:190 ../../fe_utils/cancel.c:239
msgid "Could not send cancel request: "
msgstr "Отправить сигнал отмены не удалось: "
diff --git a/src/bin/scripts/po/sv.po b/src/bin/scripts/po/sv.po
index 7429264afbe..aa7ba36b3a7 100644
--- a/src/bin/scripts/po/sv.po
+++ b/src/bin/scripts/po/sv.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PostgreSQL 14\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2021-11-07 06:47+0000\n"
-"PO-Revision-Date: 2021-11-07 10:28+0100\n"
+"PO-Revision-Date: 2021-11-09 06:34+0100\n"
"Last-Translator: Dennis Björklund <db@zigo.dhs.org>\n"
"Language-Team: Swedish <pgsql-translators@postgresql.org>\n"
"Language: sv\n"
@@ -481,7 +481,7 @@ msgstr "Lösenorden stämde inte överens.\n"
#: createuser.c:222
msgid "Shall the new role be a superuser?"
-msgstr "Skall den nya rollen vara en superanvändare?"
+msgstr "Skall den nya rollen vara en superuser?"
#: createuser.c:237
msgid "Shall the new role be allowed to create databases?"
@@ -577,12 +577,12 @@ msgstr " -R, --no-createrole rollen kan inte skapa roller (standard)\n"
#: createuser.c:367
#, c-format
msgid " -s, --superuser role will be superuser\n"
-msgstr " -s, --superuser rollen blir en superanvändare\n"
+msgstr " -s, --superuser rollen blir en superuser\n"
#: createuser.c:368
#, c-format
msgid " -S, --no-superuser role will not be superuser (default)\n"
-msgstr " -S, --no-superuser rollen blir inte superanvändare (standard)\n"
+msgstr " -S, --no-superuser rollen blir inte superuser (standard)\n"
#: createuser.c:370
#, c-format