1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-28 11:55:03 +03:00

Translation updates

Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 80d8f54b3c5533ec036404bd3c3b24ff4825d037
This commit is contained in:
Peter Eisentraut
2020-05-11 13:14:32 +02:00
parent 336aa51b70
commit 7a9c9ce641
242 changed files with 151137 additions and 117763 deletions

View File

@@ -1,6 +1,6 @@
# src/bin/pg_archivecleanup/nls.mk
CATALOG_NAME = pg_archivecleanup
AVAIL_LANGUAGES =de es fr ja ko pl ru sv tr vi
AVAIL_LANGUAGES = cs de es fr ja ko pl ru sv tr uk vi zh_CN
GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) pg_archivecleanup.c
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS)
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)

View File

@@ -0,0 +1,189 @@
# LANGUAGE message translation file for pg_archivecleanup
# Copyright (C) 2018 PostgreSQL Global Development Group
# This file is distributed under the same license as the pg_archivecleanup (PostgreSQL) package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
#
msgid ""
msgstr ""
"Project-Id-Version: pg_archivecleanup (PostgreSQL) 11\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2019-09-27 08:15+0000\n"
"PO-Revision-Date: 2019-09-28 11:28+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.3\n"
#: ../../../src/common/logging.c:188
#, c-format
#| msgid "fatal\n"
msgid "fatal: "
msgstr "fatal: "
#: ../../../src/common/logging.c:195
#, c-format
#| msgid "SQL error: %s\n"
msgid "error: "
msgstr "error: "
#: ../../../src/common/logging.c:202
#, c-format
#| msgid "warning"
msgid "warning: "
msgstr "warning: "
#: pg_archivecleanup.c:68
#, c-format
msgid "archive location \"%s\" does not exist"
msgstr "archivní lokace \"%s\" neexistuje"
#: pg_archivecleanup.c:154
#, c-format
msgid "could not remove file \"%s\": %m"
msgstr "nelze odstranit soubor \"%s\": %m"
#: pg_archivecleanup.c:162
#, c-format
msgid "could not read archive location \"%s\": %m"
msgstr "nelze načíst archivní lokaci \"%s\": %m"
#: pg_archivecleanup.c:165
#, c-format
msgid "could not close archive location \"%s\": %m"
msgstr "nelze uzavřít archivní lokaci \"%s\": %m"
#: pg_archivecleanup.c:169
#, c-format
msgid "could not open archive location \"%s\": %m"
msgstr "nelze otevřít archivní lokaci \"%s\": %m"
#: pg_archivecleanup.c:242
#, c-format
msgid "invalid file name argument"
msgstr "chybný argument jména souboru"
#: pg_archivecleanup.c:243 pg_archivecleanup.c:316 pg_archivecleanup.c:337
#: pg_archivecleanup.c:349 pg_archivecleanup.c:356
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Zkuste \"%s --help\" pro více informací.\n"
#: pg_archivecleanup.c:256
#, c-format
msgid ""
"%s removes older WAL files from PostgreSQL archives.\n"
"\n"
msgstr ""
"%s odstraní starší WAL soubory z PostgreSQL archivů.\n"
"\n"
#: pg_archivecleanup.c:257
#, c-format
msgid "Usage:\n"
msgstr "Použití:\n"
#: pg_archivecleanup.c:258
#, c-format
msgid " %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n"
msgstr " %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n"
#: pg_archivecleanup.c:259
#, c-format
msgid ""
"\n"
"Options:\n"
msgstr ""
"\n"
"Přepínače:\n"
#: pg_archivecleanup.c:260
#, c-format
msgid " -d generate debug output (verbose mode)\n"
msgstr " -d vygeneruje debug výstup (více informací)\n"
#: pg_archivecleanup.c:261
#, c-format
msgid " -n dry run, show the names of the files that would be removed\n"
msgstr " -n zkušební běh, ukazuje jména souborů které by byly odstraněny\n"
#: pg_archivecleanup.c:262
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version vypíše informaci o verzi, pak skončí\n"
#: pg_archivecleanup.c:263
#, c-format
msgid " -x EXT clean up files if they have this extension\n"
msgstr " -x EXT vyčistí soubory pokud mají tuto příponu\n"
#: pg_archivecleanup.c:264
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help ukáže tuto nápovědu, a skončí\n"
#: pg_archivecleanup.c:265
#, c-format
msgid ""
"\n"
"For use as archive_cleanup_command in postgresql.conf:\n"
" archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION %%r'\n"
"e.g.\n"
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
msgstr ""
"\n"
"Pro použití jako archive_cleanup_command v recovery.conf pokud standby_mode = on:\n"
" archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION %%r'\n"
"e.g.\n"
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
#: pg_archivecleanup.c:270
#, c-format
msgid ""
"\n"
"Or for use as a standalone archive cleaner:\n"
"e.g.\n"
" pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n"
msgstr ""
"\n"
"Nebo jako samostatný čistič archivu:\n"
"e.g.\n"
" pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n"
#: pg_archivecleanup.c:274
#, c-format
msgid ""
"\n"
"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
msgstr ""
"\n"
"Chyby hlaste na adresu <pgsql-bugs@postgresql.org>.\n"
#: pg_archivecleanup.c:336
#, c-format
msgid "must specify archive location"
msgstr "nutno zadat archivní lokaci"
#: pg_archivecleanup.c:348
#, c-format
msgid "must specify oldest kept WAL file"
msgstr "nutno zadat nejstarčí uchovávaný WAL soubor"
#: pg_archivecleanup.c:355
#, c-format
msgid "too many command-line arguments"
msgstr "příliš mnoho argumentů na příkazové řádce"
#~ msgid "%s: keeping WAL file \"%s\" and later\n"
#~ msgstr "%s: uchovávám WAL soubor \"%s\" a novější\n"
#~ msgid "%s: ERROR: could not remove file \"%s\": %s\n"
#~ msgstr "%s: ERROR: nelze odstranit soubor \"%s\": %s\n"
#~ msgid "%s: removing file \"%s\"\n"
#~ msgstr "%s: odstraňuji soubor \"%s\"\n"
#~ msgid "%s: file \"%s\" would be removed\n"
#~ msgstr "%s: soubor \"%s\" by byl odstraněn\n"

View File

@@ -1,14 +1,14 @@
# pg_archivecleanup message translation file for pg_archivecleanup
# Copyright (C) 2019 PostgreSQL Global Development Group
# Copyright (C) 2019-2020 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Peter Eisentraut <peter@eisentraut.org>, 2019.
# Peter Eisentraut <peter@eisentraut.org>, 2019 - 2020.
#
msgid ""
msgstr ""
"Project-Id-Version: pg_archivecleanup (PostgreSQL) 12\n"
"Project-Id-Version: pg_archivecleanup (PostgreSQL) 13\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2019-04-27 13:48+0000\n"
"PO-Revision-Date: 2019-04-27 16:54+0200\n"
"POT-Creation-Date: 2020-04-09 10:17+0000\n"
"PO-Revision-Date: 2020-04-09 15:15+0200\n"
"Last-Translator: Peter Eisentraut <peter@eisentraut.org>\n"
"Language-Team: German <pgsql-translators@postgresql.org>\n"
"Language: de\n"
@@ -16,58 +16,58 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../../src/fe_utils/logging.c:182
#: ../../../src/common/logging.c:236
#, c-format
msgid "fatal: "
msgstr "Fatal: "
#: ../../../src/fe_utils/logging.c:189
#: ../../../src/common/logging.c:243
#, c-format
msgid "error: "
msgstr "Fehler: "
#: ../../../src/fe_utils/logging.c:196
#: ../../../src/common/logging.c:250
#, c-format
msgid "warning: "
msgstr "Warnung: "
#: pg_archivecleanup.c:68
#: pg_archivecleanup.c:66
#, c-format
msgid "archive location \"%s\" does not exist"
msgstr "Archivverzeichnis »%s« existiert nicht"
#: pg_archivecleanup.c:153
#: pg_archivecleanup.c:152
#, c-format
msgid "could not remove file \"%s\": %m"
msgstr "konnte Datei »%s« nicht löschen: %m"
#: pg_archivecleanup.c:161
#: pg_archivecleanup.c:160
#, c-format
msgid "could not read archive location \"%s\": %m"
msgstr "konnte Archivverzeichnis »%s« nicht lesen: %m"
#: pg_archivecleanup.c:164
#: pg_archivecleanup.c:163
#, c-format
msgid "could not close archive location \"%s\": %m"
msgstr "konnte Archivverzeichnis »%s« nicht schließen: %m"
#: pg_archivecleanup.c:168
#: pg_archivecleanup.c:167
#, c-format
msgid "could not open archive location \"%s\": %m"
msgstr "konnte Archivverzeichnis »%s« nicht öffnen: %m"
#: pg_archivecleanup.c:241
#: pg_archivecleanup.c:240
#, c-format
msgid "invalid file name argument"
msgstr "ungültiges Dateinamenargument"
#: pg_archivecleanup.c:242 pg_archivecleanup.c:315 pg_archivecleanup.c:336
#: pg_archivecleanup.c:241 pg_archivecleanup.c:315 pg_archivecleanup.c:336
#: pg_archivecleanup.c:348 pg_archivecleanup.c:355
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n"
#: pg_archivecleanup.c:255
#: pg_archivecleanup.c:254
#, c-format
msgid ""
"%s removes older WAL files from PostgreSQL archives.\n"
@@ -76,17 +76,17 @@ msgstr ""
"%s entfernt alte WAL-Dateien aus PostgreSQL-Archiven.\n"
"\n"
#: pg_archivecleanup.c:256
#: pg_archivecleanup.c:255
#, c-format
msgid "Usage:\n"
msgstr "Aufruf:\n"
#: pg_archivecleanup.c:257
#: pg_archivecleanup.c:256
#, c-format
msgid " %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n"
msgstr " %s [OPTION]... ARCHIVVERZEICHNIS ÄLTESTE-ZU-BEHALTENE-WALDATEI\n"
#: pg_archivecleanup.c:258
#: pg_archivecleanup.c:257
#, c-format
msgid ""
"\n"
@@ -95,32 +95,32 @@ msgstr ""
"\n"
"Optionen:\n"
#: pg_archivecleanup.c:259
#: pg_archivecleanup.c:258
#, c-format
msgid " -d generate debug output (verbose mode)\n"
msgstr " -d Debug-Ausgaben erzeugen (Verbose-Modus)\n"
#: pg_archivecleanup.c:260
#: pg_archivecleanup.c:259
#, c-format
msgid " -n dry run, show the names of the files that would be removed\n"
msgstr " -n Probelauf, Namen der Dateien anzeigen, die entfernt würden\n"
#: pg_archivecleanup.c:261
#: pg_archivecleanup.c:260
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version Versionsinformationen anzeigen, dann beenden\n"
#: pg_archivecleanup.c:262
#: pg_archivecleanup.c:261
#, c-format
msgid " -x EXT clean up files if they have this extension\n"
msgstr " -x ERW Dateien mit dieser Erweiterung aufräumen\n"
#: pg_archivecleanup.c:263
#: pg_archivecleanup.c:262
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help diese Hilfe anzeigen, dann beenden\n"
#: pg_archivecleanup.c:264
#: pg_archivecleanup.c:263
#, c-format
msgid ""
"\n"
@@ -135,7 +135,7 @@ msgstr ""
"z.B.\n"
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiv %%r'\n"
#: pg_archivecleanup.c:269
#: pg_archivecleanup.c:268
#, c-format
msgid ""
"\n"
@@ -148,12 +148,19 @@ msgstr ""
"z.B.\n"
" pg_archivecleanup /mnt/server/archiv 000000010000000000000010.00000020.backup\n"
#: pg_archivecleanup.c:273
#: pg_archivecleanup.c:272
#, c-format
msgid ""
"\n"
"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
msgstr "\nBerichten Sie Fehler an <pgsql-bugs@lists.postgresql.org>.\n"
"Report bugs to <%s>.\n"
msgstr ""
"\n"
"Berichten Sie Fehler an <%s>.\n"
#: pg_archivecleanup.c:273
#, c-format
msgid "%s home page: <%s>\n"
msgstr "%s Homepage: <%s>\n"
#: pg_archivecleanup.c:335
#, c-format

View File

@@ -1,5 +1,4 @@
# Spanish message translation file for pg_archivecleanup
# Copyright (c) 2017-2019, PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
#
@@ -9,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pg_archivecleanup (PostgreSQL) 12\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2019-06-06 17:15+0000\n"
"POT-Creation-Date: 2019-09-29 23:45+0000\n"
"PO-Revision-Date: 2019-06-06 17:21-0400\n"
"Last-Translator: Carlos Chapi <carlos.chapi@2ndquadrant.com>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@lists.postgresql.org>\n"

View File

@@ -5,70 +5,70 @@
#
msgid ""
msgstr ""
"Project-Id-Version: pg_archivecleanup (PostgreSQL) 10\n"
"Project-Id-Version: pg_archivecleanup (PostgreSQL) 12\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2019-05-17 01:17+0000\n"
"PO-Revision-Date: 2019-05-17 15:55+0200\n"
"POT-Creation-Date: 2020-04-16 06:16+0000\n"
"PO-Revision-Date: 2020-04-16 13:39+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.1\n"
"X-Generator: Poedit 2.3\n"
#: ../../../src/common/logging.c:188
#: ../../../src/common/logging.c:236
#, c-format
msgid "fatal: "
msgstr "fatal : "
#: ../../../src/common/logging.c:195
#: ../../../src/common/logging.c:243
#, c-format
msgid "error: "
msgstr "erreur : "
#: ../../../src/common/logging.c:202
#: ../../../src/common/logging.c:250
#, c-format
msgid "warning: "
msgstr "attention : "
#: pg_archivecleanup.c:68
#: pg_archivecleanup.c:66
#, c-format
msgid "archive location \"%s\" does not exist"
msgstr "l'emplacement d'archivage « %s » n'existe pas"
#: pg_archivecleanup.c:153
#: pg_archivecleanup.c:152
#, c-format
msgid "could not remove file \"%s\": %m"
msgstr "n'a pas pu supprimer le fichier « %s » : %m"
#: pg_archivecleanup.c:161
#: pg_archivecleanup.c:160
#, c-format
msgid "could not read archive location \"%s\": %m"
msgstr "n'a pas pu lire l'emplacement de l'archive « %s » : %m"
#: pg_archivecleanup.c:164
#: pg_archivecleanup.c:163
#, c-format
msgid "could not close archive location \"%s\": %m"
msgstr "n'a pas pu fermer l'emplacement de l'archive « %s » : %m"
#: pg_archivecleanup.c:168
#: pg_archivecleanup.c:167
#, c-format
msgid "could not open archive location \"%s\": %m"
msgstr "n'a pas pu ouvrir l'emplacement de l'archive « %s » : %m"
#: pg_archivecleanup.c:241
#: pg_archivecleanup.c:240
#, c-format
msgid "invalid file name argument"
msgstr "argument du nom de fichier invalide"
#: pg_archivecleanup.c:242 pg_archivecleanup.c:315 pg_archivecleanup.c:336
#: pg_archivecleanup.c:241 pg_archivecleanup.c:315 pg_archivecleanup.c:336
#: pg_archivecleanup.c:348 pg_archivecleanup.c:355
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Essayez « %s --help » pour plus d'informations.\n"
#: pg_archivecleanup.c:255
#: pg_archivecleanup.c:254
#, c-format
msgid ""
"%s removes older WAL files from PostgreSQL archives.\n"
@@ -77,17 +77,17 @@ msgstr ""
"%s supprime les anciens fichiers WAL des archives de PostgreSQL.\n"
"\n"
#: pg_archivecleanup.c:256
#: pg_archivecleanup.c:255
#, c-format
msgid "Usage:\n"
msgstr "Usage :\n"
#: pg_archivecleanup.c:257
#: pg_archivecleanup.c:256
#, c-format
msgid " %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n"
msgstr " %s [OPTION]... EMPLACEMENTARCHIVE PLUSANCIENFICHIERWALCONSERVÉ\n"
#: pg_archivecleanup.c:258
#: pg_archivecleanup.c:257
#, c-format
msgid ""
"\n"
@@ -96,77 +96,72 @@ msgstr ""
"\n"
"Options :\n"
#: pg_archivecleanup.c:259
#: pg_archivecleanup.c:258
#, c-format
msgid " -d generate debug output (verbose mode)\n"
msgstr ""
" -d affiche des informations de débugage (mode verbeux)\n"
msgstr " -d affiche des informations de débugage (mode verbeux)\n"
#: pg_archivecleanup.c:259
#, c-format
msgid " -n dry run, show the names of the files that would be removed\n"
msgstr " -n test, affiche le nom des fichiers qui seraient supprimés\n"
#: pg_archivecleanup.c:260
#, c-format
msgid ""
" -n dry run, show the names of the files that would be "
"removed\n"
msgstr ""
" -n test, affiche le nom des fichiers qui seraient supprimés\n"
#: pg_archivecleanup.c:261
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version affiche la version et quitte\n"
#: pg_archivecleanup.c:262
#: pg_archivecleanup.c:261
#, c-format
msgid " -x EXT clean up files if they have this extension\n"
msgstr " -x EXT nettoie les fichiers s'ils ont cette extension\n"
#: pg_archivecleanup.c:263
#: pg_archivecleanup.c:262
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help affiche cette aide et quitte\n"
#: pg_archivecleanup.c:264
#: pg_archivecleanup.c:263
#, c-format
msgid ""
"\n"
"For use as archive_cleanup_command in postgresql.conf:\n"
" archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION "
"%%r'\n"
" archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION %%r'\n"
"e.g.\n"
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir "
"%%r'\n"
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
msgstr ""
"\n"
"Pour utiliser comme archive_cleanup_command dans postgresql.conf :\n"
" archive_cleanup_command = 'pg_archivecleanup [OPTION]... "
"EMPLACEMENTARCHIVE %%r'\n"
" archive_cleanup_command = 'pg_archivecleanup [OPTION]... EMPLACEMENTARCHIVE %%r'\n"
"e.g.\n"
" archive_cleanup_command = 'pg_archivecleanup /mnt/serveur/reparchives "
"%%r'\n"
" archive_cleanup_command = 'pg_archivecleanup /mnt/serveur/reparchives %%r'\n"
#: pg_archivecleanup.c:269
#: pg_archivecleanup.c:268
#, c-format
msgid ""
"\n"
"Or for use as a standalone archive cleaner:\n"
"e.g.\n"
" pg_archivecleanup /mnt/server/archiverdir "
"000000010000000000000010.00000020.backup\n"
" pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n"
msgstr ""
"\n"
"Ou pour utiliser comme nettoyeur autonome d'archives :\n"
"e.g.\n"
" pg_archivecleanup /mnt/serveur/reparchives "
"000000010000000000000010.00000020.backup\n"
" pg_archivecleanup /mnt/serveur/reparchives 000000010000000000000010.00000020.backup\n"
#: pg_archivecleanup.c:273
#: pg_archivecleanup.c:272
#, c-format
msgid ""
"\n"
"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
"Report bugs to <%s>.\n"
msgstr ""
"\n"
"Rapporter les bogues à <pgsql-bugs@lists.postgresql.org>.\n"
"Rapporter les bogues à <%s>.\n"
#: pg_archivecleanup.c:273
#, c-format
msgid "%s home page: <%s>\n"
msgstr "page d'accueil de %s : <%s>\n"
#: pg_archivecleanup.c:335
#, c-format
@@ -183,17 +178,24 @@ msgstr "doit spécifier le plus ancien journal de transactions conservé"
msgid "too many command-line arguments"
msgstr "trop d'arguments en ligne de commande"
#~ msgid "%s: too many parameters\n"
#~ msgstr "%s : trop de paramètres\n"
#~ msgid "%s: keeping WAL file \"%s\" and later\n"
#~ msgstr "%s : conservation du fichier WAL « %s » et des suivants\n"
#~ msgid "%s: ERROR: could not remove file \"%s\": %s\n"
#~ msgstr "%s : ERREUR : n'a pas pu supprimer le fichier « %s » : %s\n"
#~ msgid "%s: file \"%s\" would be removed\n"
#~ msgstr "%s : le fichier « %s » serait supprimé\n"
#~ msgid "%s: removing file \"%s\"\n"
#~ msgstr "%s : suppression du fichier « %s »\n"
#~ msgid "%s: file \"%s\" would be removed\n"
#~ msgstr "%s : le fichier « %s » serait supprimé\n"
#~ msgid "%s: ERROR: could not remove file \"%s\": %s\n"
#~ msgstr "%s : ERREUR : n'a pas pu supprimer le fichier « %s » : %s\n"
#~ msgid "%s: keeping WAL file \"%s\" and later\n"
#~ msgstr "%s : conservation du fichier WAL « %s » et des suivants\n"
#~ msgid "%s: too many parameters\n"
#~ msgstr "%s : trop de paramètres\n"
#~ msgid ""
#~ "\n"
#~ "Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
#~ msgstr ""
#~ "\n"
#~ "Rapporter les bogues à <pgsql-bugs@lists.postgresql.org>.\n"

View File

@@ -1,88 +1,98 @@
# LANGUAGE message translation file for pg_archivecleanup
# Copyright (C) 2018 PostgreSQL Global Development Group
# Japanese message translation file for pg_archivecleanup
# Copyright (C) 2019 PostgreSQL Global Development Group
# This file is distributed under the same license as the pg_archivecleanup (PostgreSQL) package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
#
msgid ""
msgstr ""
"Project-Id-Version: pg_archivecleanup (PostgreSQL) 10\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2018-01-30 15:01+0900\n"
"PO-Revision-Date: 2018-01-30 16:08+0900\n"
"Project-Id-Version: pg_archivecleanup (PostgreSQL 12 beta 1)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2019-06-06 10:43+0900\n"
"PO-Revision-Date: 2019-06-06 17:02+0900\n"
"Last-Translator: Kyotaro Horiguchi <horikyota.ntt@gmail.com>\n"
"Language-Team: Japan PostgreSQL Users Group <jpug-doc@ml.postgresql.jp>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Last-Translator: Michihide Hotta <hotta@net-newbie.com>\n"
"Language-Team: \n"
"X-Generator: Poedit 2.0.6\n"
"X-Generator: Poedit 1.5.4\n"
#: pg_archivecleanup.c:72
#: ../../../src/common/logging.c:188
#, c-format
msgid "%s: archive location \"%s\" does not exist\n"
msgstr "%s: アーカイブの場所 \"%s\" が存在しません\n"
msgid "fatal: "
msgstr "致命的エラー: "
#: pg_archivecleanup.c:148
#: ../../../src/common/logging.c:195
#, c-format
msgid "%s: file \"%s\" would be removed\n"
msgstr "%s: ファイル \"%s\" は削除されます\n"
msgid "error: "
msgstr "エラー: "
#: ../../../src/common/logging.c:202
#, c-format
msgid "warning: "
msgstr "警告: "
#: pg_archivecleanup.c:68
#, c-format
#| msgid "%s: archive location \"%s\" does not exist\n"
msgid "archive location \"%s\" does not exist"
msgstr "アーカイブの場所\"%s\"が存在しません"
#: pg_archivecleanup.c:154
#, c-format
msgid "%s: removing file \"%s\"\n"
msgstr "%s: ファイル \"%s\" を削除しています\n"
msgid "could not remove file \"%s\": %m"
msgstr "ファイル\"%s\"を削除できませんでした: %m"
#: pg_archivecleanup.c:160
#: pg_archivecleanup.c:162
#, c-format
msgid "%s: ERROR: could not remove file \"%s\": %s\n"
msgstr "%s: エラー: ファイル \"%s\" を削除できませんでした: %s\n"
#| msgid "%s: could not read archive location \"%s\": %s\n"
msgid "could not read archive location \"%s\": %m"
msgstr "アーカイブの場所\"%s\"を読み込めませんでした: %m"
#: pg_archivecleanup.c:168
#: pg_archivecleanup.c:165
#, c-format
msgid "%s: could not read archive location \"%s\": %s\n"
msgstr "%s: アーカイブの場所 \"%s\" を読み込めませんでした: %s\n"
#| msgid "%s: could not close archive location \"%s\": %s\n"
msgid "could not close archive location \"%s\": %m"
msgstr "アーカイブの場所\"%s\"をクローズできませんでした: %m"
#: pg_archivecleanup.c:171
#: pg_archivecleanup.c:169
#, c-format
msgid "%s: could not close archive location \"%s\": %s\n"
msgstr "%s: アーカイブの場所 \"%s\" をクローズできませんでした: %s\n"
#| msgid "%s: could not open archive location \"%s\": %s\n"
msgid "could not open archive location \"%s\": %m"
msgstr "アーカイブの場所\"%s\"をオープンできませんでした: %m"
#: pg_archivecleanup.c:175
#: pg_archivecleanup.c:242
#, c-format
msgid "%s: could not open archive location \"%s\": %s\n"
msgstr "%s: アーカイブの場所 \"%s\" をオープンできませんでした: %s\n"
#| msgid "%s: invalid file name argument\n"
msgid "invalid file name argument"
msgstr "ファイル名引数が無効です"
#: pg_archivecleanup.c:248
#, c-format
msgid "%s: invalid file name argument\n"
msgstr "%s: ファイル名引数が無効です\n"
#: pg_archivecleanup.c:249 pg_archivecleanup.c:321 pg_archivecleanup.c:342
#: pg_archivecleanup.c:354 pg_archivecleanup.c:361
#: pg_archivecleanup.c:243 pg_archivecleanup.c:316 pg_archivecleanup.c:337
#: pg_archivecleanup.c:349 pg_archivecleanup.c:356
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "\"%s --help\" で詳細参照してください。\n"
msgstr "\"%s --help\"で詳細参照できます。\n"
#: pg_archivecleanup.c:262
#: pg_archivecleanup.c:256
#, c-format
msgid ""
"%s removes older WAL files from PostgreSQL archives.\n"
"\n"
msgstr ""
"%sPostgreSQL のアーカイブから古い WAL ファイルを削除します。\n"
"%sPostgreSQLのアーカイブから古いWALファイルを削除します。\n"
"\n"
#: pg_archivecleanup.c:263
#: pg_archivecleanup.c:257
#, c-format
msgid "Usage:\n"
msgstr "使用法:\n"
#: pg_archivecleanup.c:264
#: pg_archivecleanup.c:258
#, c-format
msgid " %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n"
msgstr "%s [オプション] ... {アーカイブの場所} {保存されている最古の WAL ファイル名}\n"
msgstr ""
"%s [オプション] ... {アーカイブの場所} {保存する最古の WAL ファイル名}\n"
#: pg_archivecleanup.c:265
#: pg_archivecleanup.c:259
#, c-format
msgid ""
"\n"
@@ -91,84 +101,112 @@ msgstr ""
"\n"
"オプション:\n"
#: pg_archivecleanup.c:266
#: pg_archivecleanup.c:260
#, c-format
msgid " -d generate debug output (verbose mode)\n"
msgstr " -d デバッグ情報を生成します(冗長出力モード)\n"
msgstr " -d デバッグ情報を出力(冗長モード)\n"
#: pg_archivecleanup.c:267
#, c-format
msgid " -n dry run, show the names of the files that would be removed\n"
msgstr " -n リハーサル。削除対象のファイル名を表示します\n"
#: pg_archivecleanup.c:268
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version バージョン情報を出力して終了します\n"
#: pg_archivecleanup.c:269
#, c-format
msgid " -x EXT clean up files if they have this extension\n"
msgstr " -x EXT この拡張がある場合はファイルをクリーンアップします\n"
#: pg_archivecleanup.c:270
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help このヘルプを表示して終了します\n"
#: pg_archivecleanup.c:271
#: pg_archivecleanup.c:261
#, c-format
msgid ""
" -n dry run, show the names of the files that would be removed\n"
msgstr " -n リハーサル、削除対象のファイル名を表示\n"
#: pg_archivecleanup.c:262
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version バージョン情報を出力して終了\n"
#: pg_archivecleanup.c:263
#, c-format
msgid " -x EXT clean up files if they have this extension\n"
msgstr " -x EXT この拡張子を持つファイルを削除対象とする\n"
#: pg_archivecleanup.c:264
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help このヘルプを表示して終了\n"
#: pg_archivecleanup.c:265
#, c-format
#| msgid ""
#| "\n"
#| "For use as archive_cleanup_command in recovery.conf when standby_mode = "
#| "on:\n"
#| " archive_cleanup_command = 'pg_archivecleanup [OPTION]... "
#| "ARCHIVELOCATION %%r'\n"
#| "e.g.\n"
#| " archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir "
#| "%%r'\n"
msgid ""
"\n"
"For use as archive_cleanup_command in recovery.conf when standby_mode = on:\n"
" archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION %%r'\n"
"For use as archive_cleanup_command in postgresql.conf:\n"
" archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION "
"%%r'\n"
"e.g.\n"
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
msgstr ""
"\n"
"standby_mode = on の場合、recovery.confarchive_cleanup_command を利用します。\n"
" archive_cleanup_command = 'pg_archivecleanup [オプション]... アーカイブの場所 %%r'\n"
"使用例\n"
"postgresql.confarchive_cleanup_commandとして使用する場合は以下のようにしま"
"す:\n"
" archive_cleanup_command = 'pg_archivecleanup [オプション]... アーカイブの場"
"所 %%r'\n"
"例としては:\n"
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
#: pg_archivecleanup.c:276
#: pg_archivecleanup.c:270
#, c-format
msgid ""
"\n"
"Or for use as a standalone archive cleaner:\n"
"e.g.\n"
" pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n"
" pg_archivecleanup /mnt/server/archiverdir "
"000000010000000000000010.00000020.backup\n"
msgstr ""
"\n"
"もしくはスタンドアロンのアーカイブクリーナーとして使います:\n"
"もしくはスタンドアロンのアーカイブクリーナーとして使う場合は:\n"
"使用例\n"
" pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n"
" pg_archivecleanup /mnt/server/archiverdir "
"000000010000000000000010.00000020.backup\n"
#: pg_archivecleanup.c:280
#: pg_archivecleanup.c:274
#, c-format
#| msgid ""
#| "\n"
#| "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgid ""
"\n"
"Report bugs to <pgsql-bugs@postgresql.org>.\n"
"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
msgstr ""
"\n"
"バグがあれば <pgsql-bugs@postgresql.org> に報告してください。\n"
"バグ <pgsql-bugs@lists.postgresql.org> に報告してください。\n"
#: pg_archivecleanup.c:341
#: pg_archivecleanup.c:336
#, c-format
msgid "%s: must specify archive location\n"
msgstr "%s: アーカイブの場所を指定しなければなりません\n"
#| msgid "%s: must specify archive location\n"
msgid "must specify archive location"
msgstr "アーカイブの場所を指定してください"
#: pg_archivecleanup.c:353
#: pg_archivecleanup.c:348
#, c-format
msgid "%s: must specify oldest kept WAL file\n"
msgstr "%s: 保存された最古の WAL ファイルを指定しなければなりません\n"
#| msgid "%s: must specify oldest kept WAL file\n"
msgid "must specify oldest kept WAL file"
msgstr "保存する最古のWALファイルを指定してください"
#: pg_archivecleanup.c:360
#: pg_archivecleanup.c:355
#, c-format
msgid "%s: too many command-line arguments\n"
msgstr "%s: コマンドライン引数が多すぎます\n"
#| msgid "%s: too many command-line arguments\n"
msgid "too many command-line arguments"
msgstr "コマンドライン引数が多すぎます"
#: pg_archivecleanup.c:379
#, c-format
msgid "%s: keeping WAL file \"%s\" and later\n"
msgstr "%s: WAL file \"%s\" とそれ以降の分を保存しています\n"
#~ msgid "%s: keeping WAL file \"%s\" and later\n"
#~ msgstr "%s: WAL file \"%s\" とそれ以降の分を保存しています\n"
#~ msgid "%s: ERROR: could not remove file \"%s\": %s\n"
#~ msgstr "%s: エラー: ファイル \"%s\" を削除できませんでした: %s\n"
#~ msgid "%s: removing file \"%s\"\n"
#~ msgstr "%s: ファイル \"%s\" を削除しています\n"
#~ msgid "%s: file \"%s\" would be removed\n"
#~ msgstr "%s: ファイル \"%s\" は削除されます\n"

View File

@@ -5,10 +5,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: pg_archivecleanup (PostgreSQL) 10\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2017-09-19 09:51+0900\n"
"PO-Revision-Date: 2017-09-19 10:29+0900\n"
"Project-Id-Version: pg_archivecleanup (PostgreSQL) 12\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2020-02-09 20:16+0000\n"
"PO-Revision-Date: 2019-10-31 11:13+0900\n"
"Last-Translator: Ioseph Kim <ioseph@uri.sarang.net>\n"
"Language-Team: Korean <pgsql-kr@postgresql.kr>\n"
"Language: ko\n"
@@ -17,53 +17,58 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: pg_archivecleanup.c:72
#: ../../../src/common/logging.c:188
#, c-format
msgid "%s: archive location \"%s\" does not exist\n"
msgstr "%s: \"%s\" 이름의 아카이브 위치가 없음\n"
msgid "fatal: "
msgstr "심각: "
#: pg_archivecleanup.c:148
#: ../../../src/common/logging.c:195
#, c-format
msgid "%s: file \"%s\" would be removed\n"
msgstr "%s: \"%s\" 파일이 지워질 예정\n"
msgid "error: "
msgstr "오류: "
#: ../../../src/common/logging.c:202
#, c-format
msgid "warning: "
msgstr "경고: "
#: pg_archivecleanup.c:68
#, c-format
msgid "archive location \"%s\" does not exist"
msgstr "\"%s\" 이름의 아카이브 위치가 없음"
#: pg_archivecleanup.c:154
#, c-format
msgid "%s: removing file \"%s\"\n"
msgstr "%s: \"%s\" 파일을 지우는 중\n"
msgid "could not remove file \"%s\": %m"
msgstr "\"%s\" 파일을 삭제할 수 없음: %m"
#: pg_archivecleanup.c:160
#: pg_archivecleanup.c:162
#, c-format
msgid "%s: ERROR: could not remove file \"%s\": %s\n"
msgstr "%s: 오류: \"%s\" 파일 삭제 불가: %s\n"
msgid "could not read archive location \"%s\": %m"
msgstr "\"%s\" 아카이브 위치를 읽을 수 없음: %m"
#: pg_archivecleanup.c:168
#: pg_archivecleanup.c:165
#, c-format
msgid "%s: could not read archive location \"%s\": %s\n"
msgstr "%s: \"%s\" 아카이브 위치를 을 수 없음: %s\n"
msgid "could not close archive location \"%s\": %m"
msgstr "\"%s\" 아카이브 위치를 을 수 없음: %m"
#: pg_archivecleanup.c:171
#: pg_archivecleanup.c:169
#, c-format
msgid "%s: could not close archive location \"%s\": %s\n"
msgstr "%s: \"%s\" 아카이브 위치를 닫을 수 없음: %s\n"
msgid "could not open archive location \"%s\": %m"
msgstr "\"%s\" 아카이브 위치를 수 없음: %m"
#: pg_archivecleanup.c:175
#: pg_archivecleanup.c:242
#, c-format
msgid "%s: could not open archive location \"%s\": %s\n"
msgstr "%s: \"%s\" 아카이브 위치를 열 수 없음: %s\n"
msgid "invalid file name argument"
msgstr "잘못된 파일 이름 매개변수"
#: pg_archivecleanup.c:248
#, c-format
msgid "%s: invalid file name argument\n"
msgstr "%s: 잘못된 파일 이름 매개변수\n"
#: pg_archivecleanup.c:249 pg_archivecleanup.c:321 pg_archivecleanup.c:342
#: pg_archivecleanup.c:354 pg_archivecleanup.c:361
#: pg_archivecleanup.c:243 pg_archivecleanup.c:316 pg_archivecleanup.c:337
#: pg_archivecleanup.c:349 pg_archivecleanup.c:356
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "보다 자세한 정보는 \"%s --help\" 명령을 참조하세요.\n"
#: pg_archivecleanup.c:262
#: pg_archivecleanup.c:256
#, c-format
msgid ""
"%s removes older WAL files from PostgreSQL archives.\n"
@@ -73,17 +78,17 @@ msgstr ""
"WAL 파일을 지웁니다.\n"
"\n"
#: pg_archivecleanup.c:263
#: pg_archivecleanup.c:257
#, c-format
msgid "Usage:\n"
msgstr "사용법:\n"
#: pg_archivecleanup.c:264
#: pg_archivecleanup.c:258
#, c-format
msgid " %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n"
msgstr " %s [옵션]... 아카이브위치 보관할제일오래된파일\n"
#: pg_archivecleanup.c:265
#: pg_archivecleanup.c:259
#, c-format
msgid ""
"\n"
@@ -92,49 +97,49 @@ msgstr ""
"\n"
"옵션들:\n"
#: pg_archivecleanup.c:266
#: pg_archivecleanup.c:260
#, c-format
msgid " -d generate debug output (verbose mode)\n"
msgstr " -d 보다 자세한 작업 내용 출력\n"
#: pg_archivecleanup.c:267
#: pg_archivecleanup.c:261
#, c-format
msgid ""
" -n dry run, show the names of the files that would be removed\n"
msgstr " -n 지울 대상만 확인하고 지우지는 않음\n"
#: pg_archivecleanup.c:268
#: pg_archivecleanup.c:262
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version 버전 정보를 보여주고 마침\n"
#: pg_archivecleanup.c:269
#: pg_archivecleanup.c:263
#, c-format
msgid " -x EXT clean up files if they have this extension\n"
msgstr " -x EXT 해당 확장자 파일들을 작업 대상으로 함\n"
#: pg_archivecleanup.c:270
#: pg_archivecleanup.c:264
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help 도움말을 보여주고 마침\n"
#: pg_archivecleanup.c:271
#: pg_archivecleanup.c:265
#, c-format
msgid ""
"\n"
"For use as archive_cleanup_command in recovery.conf when standby_mode = on:\n"
"For use as archive_cleanup_command in postgresql.conf:\n"
" archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION "
"%%r'\n"
"e.g.\n"
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
msgstr ""
"\n"
"recovery.conf 파일에서 standby_mode = on 옵션을 사용하는 경우:\n"
"postgresql.conf 파일에서 archive_cleanup_command 설정 방법:\n"
" archive_cleanup_command = 'pg_archivecleanup [옵션]... 아카이브위치 %%r'\n"
"사용예:\n"
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
#: pg_archivecleanup.c:276
#: pg_archivecleanup.c:270
#, c-format
msgid ""
"\n"
@@ -149,31 +154,26 @@ msgstr ""
" pg_archivecleanup /mnt/server/archiverdir "
"000000010000000000000010.00000020.backup\n"
#: pg_archivecleanup.c:280
#: pg_archivecleanup.c:274
#, c-format
msgid ""
"\n"
"Report bugs to <pgsql-bugs@postgresql.org>.\n"
"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
msgstr ""
"\n"
"문제점 보고 <pgsql-bugs@postgresql.org>.\n"
"문제점 보고 <pgsql-bugs@lists.postgresql.org>.\n"
#: pg_archivecleanup.c:341
#: pg_archivecleanup.c:336
#, c-format
msgid "%s: must specify archive location\n"
msgstr "%s: 아카이브 위치는 지정해야 합니다.\n"
msgid "must specify archive location"
msgstr "아카이브 위치는 지정해야 "
#: pg_archivecleanup.c:353
#: pg_archivecleanup.c:348
#, c-format
msgid "%s: must specify oldest kept WAL file\n"
msgstr "%s: 남길 가장 오래된 WAL 파일은 지정해야 합니다.\n"
msgid "must specify oldest kept WAL file"
msgstr "남길 가장 오래된 WAL 파일은 지정해야 "
#: pg_archivecleanup.c:360
#: pg_archivecleanup.c:355
#, c-format
msgid "%s: too many command-line arguments\n"
msgstr "%s: 너무 많은 명령행 인자를 지정했음.\n"
#: pg_archivecleanup.c:379
#, c-format
msgid "%s: keeping WAL file \"%s\" and later\n"
msgstr "%s: \"%s\" 파일과 그 이후 WAL 파일을 보관함\n"
msgid "too many command-line arguments"
msgstr "너무 많은 명령행 인자를 지정했음"

View File

@@ -1,13 +1,13 @@
# Russian message translation file for pg_archivecleanup
# Copyright (C) 2017 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Alexander Lakhin <a.lakhin@postgrespro.ru>, 2017.
# Alexander Lakhin <a.lakhin@postgrespro.ru>, 2017, 2019.
msgid ""
msgstr ""
"Project-Id-Version: pg_archivecleanup (PostgreSQL) 10\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2017-08-23 14:45+0000\n"
"PO-Revision-Date: 2017-08-20 14:05+0300\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2019-09-09 12:21+0300\n"
"PO-Revision-Date: 2019-08-28 14:04+0300\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
"Language: ru\n"
@@ -17,53 +17,58 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: pg_archivecleanup.c:72
#: ../../../src/common/logging.c:188
#, c-format
msgid "%s: archive location \"%s\" does not exist\n"
msgstr "%s: расположение архива \"%s\" не существует\n"
msgid "fatal: "
msgstr "важно: "
#: pg_archivecleanup.c:148
#: ../../../src/common/logging.c:195
#, c-format
msgid "%s: file \"%s\" would be removed\n"
msgstr "%s: файл \"%s\" не будет удалён\n"
msgid "error: "
msgstr "ошибка: "
#: ../../../src/common/logging.c:202
#, c-format
msgid "warning: "
msgstr "предупреждение: "
#: pg_archivecleanup.c:68
#, c-format
msgid "archive location \"%s\" does not exist"
msgstr "расположение архива \"%s\" не существует"
#: pg_archivecleanup.c:154
#, c-format
msgid "%s: removing file \"%s\"\n"
msgstr "%s: удаление файла \"%s\"\n"
msgid "could not remove file \"%s\": %m"
msgstr "не удалось стереть файл \"%s\": %m"
#: pg_archivecleanup.c:160
#: pg_archivecleanup.c:162
#, c-format
msgid "%s: ERROR: could not remove file \"%s\": %s\n"
msgstr "%s: ОШИБКА: не удалось стереть файл \"%s\": %s\n"
msgid "could not read archive location \"%s\": %m"
msgstr "не удалось прочитать расположение архива \"%s\": %m"
#: pg_archivecleanup.c:168
#: pg_archivecleanup.c:165
#, c-format
msgid "%s: could not read archive location \"%s\": %s\n"
msgstr "%s: не удалось прочитать расположение архива \"%s\": %s\n"
msgid "could not close archive location \"%s\": %m"
msgstr "не удалось закрыть расположение архива \"%s\": %m"
#: pg_archivecleanup.c:171
#: pg_archivecleanup.c:169
#, c-format
msgid "%s: could not close archive location \"%s\": %s\n"
msgstr "%s: не удалось закрыть расположение архива \"%s\": %s\n"
msgid "could not open archive location \"%s\": %m"
msgstr "не удалось открыть расположение архива \"%s\": %m"
#: pg_archivecleanup.c:175
#: pg_archivecleanup.c:242
#, c-format
msgid "%s: could not open archive location \"%s\": %s\n"
msgstr "%s: не удалось открыть расположение архива \"%s\": %s\n"
msgid "invalid file name argument"
msgstr "неверный аргумент с именем файла"
#: pg_archivecleanup.c:248
#, c-format
msgid "%s: invalid file name argument\n"
msgstr "%s: неверный аргумент с именем файла\n"
#: pg_archivecleanup.c:249 pg_archivecleanup.c:321 pg_archivecleanup.c:342
#: pg_archivecleanup.c:354 pg_archivecleanup.c:361
#: pg_archivecleanup.c:243 pg_archivecleanup.c:316 pg_archivecleanup.c:337
#: pg_archivecleanup.c:349 pg_archivecleanup.c:356
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Для дополнительной информации попробуйте \"%s --help\".\n"
#: pg_archivecleanup.c:262
#: pg_archivecleanup.c:256
#, c-format
msgid ""
"%s removes older WAL files from PostgreSQL archives.\n"
@@ -72,18 +77,18 @@ msgstr ""
"%s удаляет старые файлы WAL из архивов PostgreSQL.\n"
"\n"
#: pg_archivecleanup.c:263
#: pg_archivecleanup.c:257
#, c-format
msgid "Usage:\n"
msgstr "Использование:\n"
#: pg_archivecleanup.c:264
#: pg_archivecleanup.c:258
#, c-format
msgid " %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n"
msgstr ""
" %s [ПАРАМЕТР]... РАСПОЛОЖЕНИЕ_АРХИВА СТАРЕЙШИЙ_СОХРАНЯЕМЫЙ_ФАЙЛ_WAL\n"
#: pg_archivecleanup.c:265
#: pg_archivecleanup.c:259
#, c-format
msgid ""
"\n"
@@ -92,12 +97,12 @@ msgstr ""
"\n"
"Параметры:\n"
#: pg_archivecleanup.c:266
#: pg_archivecleanup.c:260
#, c-format
msgid " -d generate debug output (verbose mode)\n"
msgstr " -d генерировать подробные сообщения (отладочный режим)\n"
#: pg_archivecleanup.c:267
#: pg_archivecleanup.c:261
#, c-format
msgid ""
" -n dry run, show the names of the files that would be removed\n"
@@ -105,41 +110,40 @@ msgstr ""
" -n холостой запуск, только показать имена файлов, которые "
"будут удалены\n"
#: pg_archivecleanup.c:268
#: pg_archivecleanup.c:262
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version показать версию и выйти\n"
# well-spelled: РСШ
#: pg_archivecleanup.c:269
#: pg_archivecleanup.c:263
#, c-format
msgid " -x EXT clean up files if they have this extension\n"
msgstr " -x РСШ убрать файлы с заданным расширением\n"
#: pg_archivecleanup.c:270
#: pg_archivecleanup.c:264
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help показать эту справку и выйти\n"
#: pg_archivecleanup.c:271
#: pg_archivecleanup.c:265
#, c-format
msgid ""
"\n"
"For use as archive_cleanup_command in recovery.conf when standby_mode = on:\n"
"For use as archive_cleanup_command in postgresql.conf:\n"
" archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION "
"%%r'\n"
"e.g.\n"
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
msgstr ""
"\n"
"Для использования в качестве archive_cleanup_command в recovery.conf при "
"standby_mode = on:\n"
"Для использования в качестве archive_cleanup_command в postgresql.conf:\n"
" archive_cleanup_command = 'pg_archivecleanup [ПАРАМЕТР]... "
"РАСПОЛОЖЕНИЕ_АРХИВА %%r'\n"
"например:\n"
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
#: pg_archivecleanup.c:276
#: pg_archivecleanup.c:270
#, c-format
msgid ""
"\n"
@@ -154,31 +158,35 @@ msgstr ""
" pg_archivecleanup /mnt/server/archiverdir "
"000000010000000000000010.00000020.backup\n"
#: pg_archivecleanup.c:280
#: pg_archivecleanup.c:274
#, c-format
msgid ""
"\n"
"Report bugs to <pgsql-bugs@postgresql.org>.\n"
"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
msgstr ""
"\n"
"Об ошибках сообщайте по адресу <pgsql-bugs@postgresql.org>.\n"
"Об ошибках сообщайте по адресу <pgsql-bugs@lists.postgresql.org>.\n"
#: pg_archivecleanup.c:341
#: pg_archivecleanup.c:336
#, c-format
msgid "%s: must specify archive location\n"
msgstr "%s: необходимо задать расположение архива\n"
msgid "must specify archive location"
msgstr "необходимо задать расположение архива"
#: pg_archivecleanup.c:353
#: pg_archivecleanup.c:348
#, c-format
msgid "%s: must specify oldest kept WAL file\n"
msgstr "%s: необходимо задать имя старейшего сохраняемого файла WAL\n"
msgid "must specify oldest kept WAL file"
msgstr "необходимо задать имя старейшего сохраняемого файла WAL"
#: pg_archivecleanup.c:360
#: pg_archivecleanup.c:355
#, c-format
msgid "%s: too many command-line arguments\n"
msgstr "%s: слишком много аргументов командной строки\n"
msgid "too many command-line arguments"
msgstr "слишком много аргументов командной строки"
#: pg_archivecleanup.c:379
#, c-format
msgid "%s: keeping WAL file \"%s\" and later\n"
msgstr "%s: будет сохранён файл WAL \"%s\" и последующие\n"
#~ msgid "%s: file \"%s\" would be removed\n"
#~ msgstr "%s: файл \"%s\" не будет удалён\n"
#~ msgid "%s: removing file \"%s\"\n"
#~ msgstr "%s: удаление файла \"%s\"\n"
#~ msgid "%s: keeping WAL file \"%s\" and later\n"
#~ msgstr "%s: будет сохранён файл WAL \"%s\" и последующие\n"

View File

@@ -1,73 +1,74 @@
# Swedish message translation file for pg_archivecleanup
# Copyright (C) 2017 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Dennis Björklund <db@zigo.dhs.org>, 2017, 2018, 2019.
# Dennis Björklund <db@zigo.dhs.org>, 2017, 2018, 2019, 2020.
#
msgid ""
msgstr ""
"Project-Id-Version: pg_archivecleanup (PostgreSQL) 10\n"
"Project-Id-Version: PostgreSQL 13\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2019-04-27 01:47+0000\n"
"PO-Revision-Date: 2019-04-27 14:52+0200\n"
"POT-Creation-Date: 2020-04-11 01:17+0000\n"
"PO-Revision-Date: 2020-04-11 07:37+0200\n"
"Last-Translator: FDennis Björklund <db@zigo.dhs.org>\n"
"Language-Team: Swedish <sv@li.org>\n"
"Language-Team: Swedish <pgsql-translators@postgresql.org>\n"
"Language: sv\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"
#: ../../../src/fe_utils/logging.c:182
#: ../../../src/common/logging.c:236
#, c-format
msgid "fatal: "
msgstr "fatalt: "
#: ../../../src/fe_utils/logging.c:189
#: ../../../src/common/logging.c:243
#, c-format
msgid "error: "
msgstr "fel: "
#: ../../../src/fe_utils/logging.c:196
#: ../../../src/common/logging.c:250
#, c-format
msgid "warning: "
msgstr "varning: "
#: pg_archivecleanup.c:68
#: pg_archivecleanup.c:66
#, c-format
msgid "archive location \"%s\" does not exist"
msgstr "arkivplats \"%s\" finns inte"
#: pg_archivecleanup.c:153
#: pg_archivecleanup.c:152
#, c-format
msgid "could not remove file \"%s\": %m"
msgstr "kunde inte ta bort fil \"%s\": %m"
#: pg_archivecleanup.c:161
#: pg_archivecleanup.c:160
#, c-format
msgid "could not read archive location \"%s\": %m"
msgstr "kunde inte läsa arkivplats \"%s\": %m"
#: pg_archivecleanup.c:164
#: pg_archivecleanup.c:163
#, c-format
msgid "could not close archive location \"%s\": %m"
msgstr "kunde inte stänga arkivplats \"%s\": %m"
#: pg_archivecleanup.c:168
#: pg_archivecleanup.c:167
#, c-format
msgid "could not open archive location \"%s\": %m"
msgstr "kunde inte öppna arkivplats \"%s\": %m"
#: pg_archivecleanup.c:241
#: pg_archivecleanup.c:240
#, c-format
msgid "invalid file name argument"
msgstr "ogiltigt filnamnsargument"
#: pg_archivecleanup.c:242 pg_archivecleanup.c:315 pg_archivecleanup.c:336
#: pg_archivecleanup.c:241 pg_archivecleanup.c:315 pg_archivecleanup.c:336
#: pg_archivecleanup.c:348 pg_archivecleanup.c:355
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Försök med \"%s --help\" för mer information.\n"
#: pg_archivecleanup.c:255
#: pg_archivecleanup.c:254
#, c-format
msgid ""
"%s removes older WAL files from PostgreSQL archives.\n"
@@ -76,17 +77,17 @@ msgstr ""
"%s tar bort gamla WAL-filer från PostgreSQLs arkiv.\n"
"\n"
#: pg_archivecleanup.c:256
#: pg_archivecleanup.c:255
#, c-format
msgid "Usage:\n"
msgstr "Användning:\n"
#: pg_archivecleanup.c:257
#: pg_archivecleanup.c:256
#, c-format
msgid " %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n"
msgstr " %s [FLAGGA]... ARKIVPLATS ÄLDSTASPARADEWALFIL\n"
#: pg_archivecleanup.c:258
#: pg_archivecleanup.c:257
#, c-format
msgid ""
"\n"
@@ -95,32 +96,32 @@ msgstr ""
"\n"
"Flaggor:\n"
#: pg_archivecleanup.c:259
#: pg_archivecleanup.c:258
#, c-format
msgid " -d generate debug output (verbose mode)\n"
msgstr " -d generera debugutskrift (utförligt läge)\n"
#: pg_archivecleanup.c:260
#: pg_archivecleanup.c:259
#, c-format
msgid " -n dry run, show the names of the files that would be removed\n"
msgstr " -n gör inga ändringar visa namn på de filer som skulle ha tagits bort\n"
#: pg_archivecleanup.c:261
#: pg_archivecleanup.c:260
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version visa versionsinformation, avsluta sedan\n"
#: pg_archivecleanup.c:262
#: pg_archivecleanup.c:261
#, c-format
msgid " -x EXT clean up files if they have this extension\n"
msgstr " -x SUF städa upp filer om de har detta suffix\n"
#: pg_archivecleanup.c:263
#: pg_archivecleanup.c:262
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help visa denna hjälp, avsluta sedan\n"
#: pg_archivecleanup.c:264
#: pg_archivecleanup.c:263
#, c-format
msgid ""
"\n"
@@ -135,7 +136,7 @@ msgstr ""
"t.ex.\n"
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
#: pg_archivecleanup.c:269
#: pg_archivecleanup.c:268
#, c-format
msgid ""
"\n"
@@ -148,12 +149,19 @@ msgstr ""
"t.ex.\n"
" pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n"
#: pg_archivecleanup.c:273
#: pg_archivecleanup.c:272
#, c-format
msgid ""
"\n"
"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
msgstr "\nRapportera fel till <pgsql-bugs@lists.postgresql.org>.\n"
"Report bugs to <%s>.\n"
msgstr ""
"\n"
"Rapportera fel till <%s>.\n"
#: pg_archivecleanup.c:273
#, c-format
msgid "%s home page: <%s>\n"
msgstr "hemsida för %s: <%s>\n"
#: pg_archivecleanup.c:335
#, c-format
@@ -169,18 +177,3 @@ msgstr "måste ange äldsta sparade WAL-filen"
#, c-format
msgid "too many command-line arguments"
msgstr "för många kommandoradsargument"
#~ msgid "%s: too many parameters\n"
#~ msgstr "%s: för många parametrar\n"
#~ msgid "%s: keeping WAL file \"%s\" and later\n"
#~ msgstr "%s: behåller WAL-fil \"%s\" och senare\n"
#~ msgid "%s: ERROR: could not remove file \"%s\": %s\n"
#~ msgstr "%s: FEL: kunde inte ta bort filen \"%s\": %s\n"
#~ msgid "%s: removing file \"%s\"\n"
#~ msgstr "%s: tar bort filen \"%s\"\n"
#~ msgid "%s: file \"%s\" would be removed\n"
#~ msgstr "%s: filen \"%s\" hade tagits bort\n"

View File

@@ -0,0 +1,161 @@
msgid ""
msgstr ""
"Project-Id-Version: postgresql\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2019-09-08 14:46+0000\n"
"PO-Revision-Date: 2019-12-20 20:23\n"
"Last-Translator: pasha_golub\n"
"Language-Team: Ukrainian\n"
"Language: uk_UA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
"X-Crowdin-Project: postgresql\n"
"X-Crowdin-Language: uk\n"
"X-Crowdin-File: /REL_12_STABLE/pg_archivecleanup.pot\n"
#: ../../../src/common/logging.c:188
#, c-format
msgid "fatal: "
msgstr "збій: "
#: ../../../src/common/logging.c:195
#, c-format
msgid "error: "
msgstr "помилка: "
#: ../../../src/common/logging.c:202
#, c-format
msgid "warning: "
msgstr "попередження: "
#: pg_archivecleanup.c:68
#, c-format
msgid "archive location \"%s\" does not exist"
msgstr "архівного розташування \"%s\" не існує"
#: pg_archivecleanup.c:154
#, c-format
msgid "could not remove file \"%s\": %m"
msgstr "не можливо видалити файл \"%s\": %m"
#: pg_archivecleanup.c:162
#, c-format
msgid "could not read archive location \"%s\": %m"
msgstr "не вдалося прочитати архівне розташування \"%s\":%m"
#: pg_archivecleanup.c:165
#, c-format
msgid "could not close archive location \"%s\": %m"
msgstr "не вдалося закрити архівне розташування \"%s\":%m"
#: pg_archivecleanup.c:169
#, c-format
msgid "could not open archive location \"%s\": %m"
msgstr "не вдалося відкрити архівне розташування \"%s\":%m"
#: pg_archivecleanup.c:242
#, c-format
msgid "invalid file name argument"
msgstr "недійсна назва файла з аргументом"
#: pg_archivecleanup.c:243 pg_archivecleanup.c:316 pg_archivecleanup.c:337
#: pg_archivecleanup.c:349 pg_archivecleanup.c:356
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Спробуйте \"%s --help\" для додаткової інформації.\n"
#: pg_archivecleanup.c:256
#, c-format
msgid "%s removes older WAL files from PostgreSQL archives.\n\n"
msgstr "%s видаляє старі WAL-файли з архівів PostgreSQL.\n\n"
#: pg_archivecleanup.c:257
#, c-format
msgid "Usage:\n"
msgstr "Використання:\n"
#: pg_archivecleanup.c:258
#, c-format
msgid " %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n"
msgstr " %s [OPTION]... РОЗТАШУВАННЯ_АРХІВА НАЙДАВНІШИЙ_ЗБЕРЕЖЕНИЙ_WAL_ФАЙЛ\n"
#: pg_archivecleanup.c:259
#, c-format
msgid "\n"
"Options:\n"
msgstr "\n"
"Параметри:\n"
#: pg_archivecleanup.c:260
#, c-format
msgid " -d generate debug output (verbose mode)\n"
msgstr " -d генерує налагоджувальні повідомлення (детальний режим)\n"
#: pg_archivecleanup.c:261
#, c-format
msgid " -n dry run, show the names of the files that would be removed\n"
msgstr " -n сухий запуск, показує тільки ті файли, які будуть видалені\n"
#: pg_archivecleanup.c:262
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version показати версію, потім вийти\n"
#: pg_archivecleanup.c:263
#, c-format
msgid " -x EXT clean up files if they have this extension\n"
msgstr " -x EXT прибрати файли з цим розширенням\n"
#: pg_archivecleanup.c:264
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help показати цю довідку, потім вийти\n"
#: pg_archivecleanup.c:265
#, c-format
msgid "\n"
"For use as archive_cleanup_command in postgresql.conf:\n"
" archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION %%r'\n"
"e.g.\n"
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
msgstr "\n"
"Для використання як archive_cleanup_command у postgresql.conf:\n"
" archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION %%r'\n"
"напр.\n"
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
#: pg_archivecleanup.c:270
#, c-format
msgid "\n"
"Or for use as a standalone archive cleaner:\n"
"e.g.\n"
" pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n"
msgstr "\n"
"Або для використання в якості окремого засобу для чистки архівів,\n"
"наприклад:\n"
" pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n"
#: pg_archivecleanup.c:274
#, c-format
msgid "\n"
"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
msgstr "\n"
"Про помилки повідомляйте на <pgsql-bugs@lists.postgresql.org>.\n"
#: pg_archivecleanup.c:336
#, c-format
msgid "must specify archive location"
msgstr "необхідно вказати розташування архіва"
#: pg_archivecleanup.c:348
#, c-format
msgid "must specify oldest kept WAL file"
msgstr "необхідно вказати найдавніший збережений WAL-файл"
#: pg_archivecleanup.c:355
#, c-format
msgid "too many command-line arguments"
msgstr "занадто багато аргументів командного рядка"

View File

@@ -0,0 +1,174 @@
# LANGUAGE message translation file for pg_archivecleanup
# Copyright (C) 2019 PostgreSQL Global Development Group
# This file is distributed under the same license as the pg_archivecleanup (PostgreSQL) package.
# FIRST AUTHOR <zhangjie2@cn.fujitsu.com>, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: pg_archivecleanup (PostgreSQL) 12\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2019-05-22 17:56+0800\n"
"PO-Revision-Date: 2019-06-16 19:40+0800\n"
"Last-Translator: Jie Zhang <zhangjie2@cn.fujitsu.com>\n"
"Language-Team: Chinese (Simplified) <zhangjie2@cn.fujitsu.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\n"
#: ../../../src/common/logging.c:188
#, c-format
msgid "fatal: "
msgstr "致命的: "
#: ../../../src/common/logging.c:195
#, c-format
msgid "error: "
msgstr "错误: "
#: ../../../src/common/logging.c:202
#, c-format
msgid "warning: "
msgstr "警告: "
#: pg_archivecleanup.c:68
#, c-format
msgid "archive location \"%s\" does not exist"
msgstr "存档位置\"%s\"不存在"
#: pg_archivecleanup.c:153
#, c-format
msgid "could not remove file \"%s\": %m"
msgstr "无法删除文件 \"%s\": %m"
#: pg_archivecleanup.c:161
#, c-format
msgid "could not read archive location \"%s\": %m"
msgstr "无法读取存档位置\"%s\": %m"
#: pg_archivecleanup.c:164
#, c-format
msgid "could not close archive location \"%s\": %m"
msgstr "无法关闭存档位置 \"%s\": %m"
#: pg_archivecleanup.c:168
#, c-format
msgid "could not open archive location \"%s\": %m"
msgstr "无法打开存档位置\"%s\": %m"
#: pg_archivecleanup.c:241
#, c-format
msgid "invalid file name argument"
msgstr "文件名参数无效"
#: pg_archivecleanup.c:242 pg_archivecleanup.c:315 pg_archivecleanup.c:336
#: pg_archivecleanup.c:348 pg_archivecleanup.c:355
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "请用 \"%s --help\" 获取更多的信息.\n"
#: pg_archivecleanup.c:255
#, c-format
msgid ""
"%s removes older WAL files from PostgreSQL archives.\n"
"\n"
msgstr ""
"%s 从PostgreSQL存档中删除旧的WAL文件.\n"
"\n"
#: pg_archivecleanup.c:256
#, c-format
msgid "Usage:\n"
msgstr "使用方法:\n"
#: pg_archivecleanup.c:257
#, c-format
msgid " %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n"
msgstr " %s [OPTION]... 归档文件位置 最早保存的WAL文件\n"
#: pg_archivecleanup.c:258
#, c-format
msgid ""
"\n"
"Options:\n"
msgstr ""
"\n"
"选项:\n"
#: pg_archivecleanup.c:259
#, c-format
msgid " -d generate debug output (verbose mode)\n"
msgstr " -d 生成调试输出(详细模式)\n"
#: pg_archivecleanup.c:260
#, c-format
msgid " -n dry run, show the names of the files that would be removed\n"
msgstr " -n dry运行显示要删除的文件的名称\n"
#: pg_archivecleanup.c:261
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version 输出版本信息,然后退出\n"
#: pg_archivecleanup.c:262
#, c-format
msgid " -x EXT clean up files if they have this extension\n"
msgstr " -x EXT 如果文件具有此扩展名,则清除文件\n"
#: pg_archivecleanup.c:263
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help 显示帮助信息,然后退出\n"
#: pg_archivecleanup.c:264
#, c-format
msgid ""
"\n"
"For use as archive_cleanup_command in postgresql.conf:\n"
" archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION %%r'\n"
"e.g.\n"
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
msgstr ""
"\n"
"在postgresql.conf中archive_cleanup_command的用法 \n"
" archive_cleanup_command = 'pg_archivecleanup [选项]... 存档位置 %%r'\n"
"例.\n"
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
#: pg_archivecleanup.c:269
#, c-format
msgid ""
"\n"
"Or for use as a standalone archive cleaner:\n"
"e.g.\n"
" pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n"
msgstr ""
"\n"
"或者,用作独立存档清理程序:\n"
"例.\n"
" pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n"
#: pg_archivecleanup.c:273
#, c-format
msgid ""
"\n"
"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
msgstr ""
"\n"
"报告错误至 <pgsql-bugs@lists.postgresql.org>.\n"
#: pg_archivecleanup.c:335
#, c-format
msgid "must specify archive location"
msgstr "必须指定存档位置"
#: pg_archivecleanup.c:347
#, c-format
msgid "must specify oldest kept WAL file"
msgstr "必须指定最早保存的WAL文件"
#: pg_archivecleanup.c:354
#, c-format
msgid "too many command-line arguments"
msgstr "命令行参数太多"