/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/bin/pg_archivecleanup/po/ko.po
215 строк
6 KB
Peter Eisentraut
Translation updates
01 июн 2026, 13:13
01 июн 2026, 13:13
ef6a95c
Код
Авторство
О чём код?
# LANGUAGE 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. # Ioseph Kim <ioseph@uri.sarang.net>, 2017. # msgid "" msgstr "" "Project-Id-Version: pg_archivecleanup (PostgreSQL) 18\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" "POT-Creation-Date: 2025-09-11 21:52+0000\n" "PO-Revision-Date: 2025-09-09 12:51+0900\n" "Last-Translator: Ioseph Kim <ioseph@uri.sarang.net>\n" "Language-Team: Korean <pgsql-kr@postgresql.kr>\n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../../../src/common/logging.c:279 #, c-format msgid "error: " msgstr "오류: " #: ../../../src/common/logging.c:286 #, c-format msgid "warning: " msgstr "경고: " #: ../../../src/common/logging.c:297 #, c-format msgid "detail: " msgstr "상세정보: " #: ../../../src/common/logging.c:304 #, c-format msgid "hint: " msgstr "힌트: " #: ../../common/fe_memutils.c:35 ../../common/fe_memutils.c:75 #: ../../common/fe_memutils.c:98 ../../common/fe_memutils.c:161 #, c-format msgid "out of memory\n" msgstr "메모리 부족\n" #: ../../common/fe_memutils.c:92 ../../common/fe_memutils.c:153 #, c-format msgid "cannot duplicate null pointer (internal error)\n" msgstr "널 포인터를 중복할 수 없음 (내부 오류)\n" #: pg_archivecleanup.c:69 #, c-format msgid "archive location \"%s\" does not exist" msgstr "\"%s\" 이름의 아카이브 위치가 없음" #: pg_archivecleanup.c:101 #, c-format msgid "could not open archive location \"%s\": %m" msgstr "\"%s\" 아카이브 위치를 열 수 없음: %m" #: pg_archivecleanup.c:165 #, c-format msgid "could not remove file \"%s\": %m" msgstr "\"%s\" 파일을 삭제할 수 없음: %m" #: pg_archivecleanup.c:170 #, c-format msgid "could not read archive location \"%s\": %m" msgstr "\"%s\" 아카이브 위치를 읽을 수 없음: %m" #: pg_archivecleanup.c:173 #, c-format msgid "could not close archive location \"%s\": %m" msgstr "\"%s\" 아카이브 위치를 닫을 수 없음: %m" #: pg_archivecleanup.c:246 #, c-format msgid "invalid file name argument" msgstr "잘못된 파일 이름 매개변수" #: pg_archivecleanup.c:247 pg_archivecleanup.c:335 pg_archivecleanup.c:355 #: pg_archivecleanup.c:367 pg_archivecleanup.c:374 #, c-format msgid "Try \"%s --help\" for more information." msgstr "자세한 사항은 \"%s --help\" 명령으로 살펴보세요." #: pg_archivecleanup.c:260 #, c-format msgid "" "%s removes older WAL files from PostgreSQL archives.\n" "\n" msgstr "" "%s 명령은 PostgreSQL 아카이브 보관소에서 오래된\n" "WAL 파일을 지웁니다.\n" "\n" #: pg_archivecleanup.c:261 #, c-format msgid "Usage:\n" msgstr "사용법:\n" #: pg_archivecleanup.c:262 #, c-format msgid " %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n" msgstr " %s [옵션]... 아카이브위치 보관할제일오래된파일\n" #: pg_archivecleanup.c:263 #, c-format msgid "" "\n" "Options:\n" msgstr "" "\n" "옵션들:\n" #: pg_archivecleanup.c:264 #, c-format msgid "" " -b, --clean-backup-history clean up files including backup history files\n" msgstr " -b, --clean-backup-history 백업 내역 파일을 포함해서 파일들 지움\n" #: pg_archivecleanup.c:265 #, c-format msgid " -d, --debug generate debug output (verbose mode)\n" msgstr " -d, --debug 보다 자세한 작업 내용 출력\n" #: pg_archivecleanup.c:266 #, c-format msgid "" " -n, --dry-run dry run, show the names of the files that " "would be\n" " removed\n" msgstr " -n, --dry-run 지울 대상만 확인하고 지우지는 않음\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, --strip-extension=EXT strip this extension before identifying files " "for\n" " clean up\n" msgstr "" " -x, --strip-extension=EXT 지울 파일을 식별하기 전에 해당 확장 모듈 지움\n" #: pg_archivecleanup.c:271 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help 이 도움말을 보여주고 마침\n" #: pg_archivecleanup.c:272 #, 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:277 #, 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:281 #, c-format msgid "" "\n" "Report bugs to <%s>.\n" msgstr "" "\n" "문제점 보고 주소: <%s>\n" #: pg_archivecleanup.c:282 #, c-format msgid "%s home page: <%s>\n" msgstr "%s 홈페이지: <%s>\n" #: pg_archivecleanup.c:354 #, c-format msgid "must specify archive location" msgstr "아카이브 위치는 지정해야 함" #: pg_archivecleanup.c:366 #, c-format msgid "must specify oldest kept WAL file" msgstr "남길 가장 오래된 WAL 파일은 지정해야 함" #: pg_archivecleanup.c:373 #, c-format msgid "too many command-line arguments" msgstr "너무 많은 명령행 인자를 지정했음" #~ msgid " -x EXT clean up files if they have this extension\n" #~ msgstr " -x EXT 해당 확장자 파일들을 작업 대상으로 함\n"