# 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 , 2019. # msgid "" msgstr "" "Project-Id-Version: pg_archivecleanup (PostgreSQL) 11\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2019-04-12 17:42+0800\n" "PO-Revision-Date: 2019-04-12 19:45+0800\n" "Last-Translator: Jie Zhang \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: pg_archivecleanup.c:72 #, c-format msgid "%s: archive location \"%s\" does not exist\n" msgstr "%s: 存档位置\"%s\"不存在\n" #: pg_archivecleanup.c:148 #, c-format msgid "%s: file \"%s\" would be removed\n" msgstr "%s: 文件\"%s\"将被删除\n" #: pg_archivecleanup.c:154 #, c-format msgid "%s: removing file \"%s\"\n" msgstr "%s: 正在移动文件\"%s\"\n" #: pg_archivecleanup.c:160 #, c-format msgid "%s: ERROR: could not remove file \"%s\": %s\n" msgstr "%s: 错误:不能移动文件\"%s\": %s\n" #: pg_archivecleanup.c:168 #, c-format msgid "%s: could not read archive location \"%s\": %s\n" msgstr "%s: 无法读取存档位置\"%s\": %s\n" #: pg_archivecleanup.c:171 #, c-format msgid "%s: could not close archive location \"%s\": %s\n" msgstr "%s: 无法关闭存档位置 \"%s\": %s\n" #: pg_archivecleanup.c:175 #, c-format msgid "%s: could not open archive location \"%s\": %s\n" msgstr "%s: 无法打开存档位置\"%s\": %s\n" #: 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 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "请用 \"%s --help\" 获取更多的信息.\n" #: pg_archivecleanup.c:262 #, c-format msgid "" "%s removes older WAL files from PostgreSQL archives.\n" "\n" msgstr "" "%s 从PostgreSQL存档中删除旧的WAL文件.\n" "\n" #: pg_archivecleanup.c:263 #, c-format msgid "Usage:\n" msgstr "使用方法:\n" #: pg_archivecleanup.c:264 #, c-format msgid " %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n" msgstr " %s [OPTION]... 归档文件位置 最早保存的WAL文件\n" #: pg_archivecleanup.c:265 #, c-format msgid "" "\n" "Options:\n" msgstr "" "\n" "选项:\n" #: pg_archivecleanup.c:266 #, c-format msgid " -d generate debug output (verbose mode)\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 dry运行,显示要删除的文件的名称\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 #, 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" 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:276 #, 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:280 #, c-format msgid "" "\n" "Report bugs to .\n" msgstr "" "\n" "报告错误至 .\n" #: pg_archivecleanup.c:341 #, c-format msgid "%s: must specify archive location\n" msgstr "%s: 必须指定存档位置\n" #: pg_archivecleanup.c:353 #, c-format msgid "%s: must specify oldest kept WAL file\n" msgstr "%s: 必须指定最早保存的WAL文件\n" #: pg_archivecleanup.c:360 #, 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: 稍后保存WAL文件\"%s\"\n"