diff options
Diffstat (limited to 'src/bin/pg_resetwal/po/ko.po')
-rw-r--r-- | src/bin/pg_resetwal/po/ko.po | 219 |
1 files changed, 112 insertions, 107 deletions
diff --git a/src/bin/pg_resetwal/po/ko.po b/src/bin/pg_resetwal/po/ko.po index 4d7cc83ab16..03e30bc6d88 100644 --- a/src/bin/pg_resetwal/po/ko.po +++ b/src/bin/pg_resetwal/po/ko.po @@ -3,10 +3,10 @@ # msgid "" msgstr "" -"Project-Id-Version: pg_resetwal (PostgreSQL) 12\n" +"Project-Id-Version: pg_resetwal (PostgreSQL) 13\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2020-02-09 20:15+0000\n" -"PO-Revision-Date: 2019-10-31 17:14+0900\n" +"POT-Creation-Date: 2020-10-05 20:45+0000\n" +"PO-Revision-Date: 2020-10-06 13:44+0900\n" "Last-Translator: Ioseph Kim <ioseph@uri.sarang.net>\n" "Language-Team: Korean Team <pgsql-kr@postgresql.kr>\n" "Language: ko\n" @@ -15,52 +15,57 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../../src/common/logging.c:188 +#: ../../../src/common/logging.c:236 #, c-format msgid "fatal: " msgstr "심각: " -#: ../../../src/common/logging.c:195 +#: ../../../src/common/logging.c:243 #, c-format msgid "error: " msgstr "오류: " -#: ../../../src/common/logging.c:202 +#: ../../../src/common/logging.c:250 #, c-format msgid "warning: " msgstr "경고: " -#: ../../common/restricted_token.c:69 +#: ../../common/restricted_token.c:64 #, c-format -msgid "cannot create restricted tokens on this platform" -msgstr "이 운영체제에서 restricted token을 만들 수 없음" +msgid "could not load library \"%s\": error code %lu" +msgstr "\"%s\" 라이브러리를 로드할 수 없음: 오류 코드 %lu" -#: ../../common/restricted_token.c:78 +#: ../../common/restricted_token.c:73 +#, c-format +msgid "cannot create restricted tokens on this platform: error code %lu" +msgstr "이 운영체제에서 restricted token을 만들 수 없음: 오류 코드 %lu" + +#: ../../common/restricted_token.c:82 #, c-format msgid "could not open process token: error code %lu" msgstr "프로세스 토큰을 열 수 없음: 오류 코드 %lu" -#: ../../common/restricted_token.c:91 +#: ../../common/restricted_token.c:97 #, c-format msgid "could not allocate SIDs: error code %lu" msgstr "SID를 할당할 수 없음: 오류 코드 %lu" -#: ../../common/restricted_token.c:110 +#: ../../common/restricted_token.c:119 #, c-format msgid "could not create restricted token: error code %lu" msgstr "상속된 토큰을 만들 수 없음: 오류 코드 %lu" -#: ../../common/restricted_token.c:131 +#: ../../common/restricted_token.c:140 #, c-format msgid "could not start process for command \"%s\": error code %lu" msgstr "\"%s\" 명령용 프로세스를 시작할 수 없음: 오류 코드 %lu" -#: ../../common/restricted_token.c:169 +#: ../../common/restricted_token.c:178 #, c-format msgid "could not re-execute with restricted token: error code %lu" msgstr "상속된 토큰으로 재실행할 수 없음: 오류 코드 %lu" -#: ../../common/restricted_token.c:185 +#: ../../common/restricted_token.c:194 #, c-format msgid "could not get exit code from subprocess: error code %lu" msgstr "하위 프로세스의 종료 코드를 구할 수 없음: 오류 코드 %lu" @@ -155,7 +160,7 @@ msgstr "\"%s\" 디렉터리 읽기 권한 없음: %m" msgid "could not change directory to \"%s\": %m" msgstr "\"%s\" 이름의 디렉터리로 이동할 수 없습니다: %m" -#: pg_resetwal.c:381 pg_resetwal.c:545 pg_resetwal.c:602 +#: pg_resetwal.c:381 pg_resetwal.c:544 pg_resetwal.c:595 #, c-format msgid "could not open file \"%s\" for reading: %m" msgstr "\"%s\" 파일 일기 모드로 열기 실패: %m" @@ -196,29 +201,29 @@ msgstr "" msgid "Write-ahead log reset\n" msgstr "트랜잭션 로그 재설정\n" -#: pg_resetwal.c:554 +#: pg_resetwal.c:553 #, c-format msgid "unexpected empty file \"%s\"" msgstr "\"%s\" 파일은 예상치 않게 비었음" -#: pg_resetwal.c:556 pg_resetwal.c:618 +#: pg_resetwal.c:555 pg_resetwal.c:611 #, c-format msgid "could not read file \"%s\": %m" msgstr "\"%s\" 파일을 읽을 수 없음: %m" -#: pg_resetwal.c:571 +#: pg_resetwal.c:564 #, c-format msgid "data directory is of wrong version" msgstr "잘못된 버전의 데이터 디렉터리입니다." -#: pg_resetwal.c:572 +#: pg_resetwal.c:565 #, c-format msgid "" "File \"%s\" contains \"%s\", which is not compatible with this program's " "version \"%s\"." msgstr "\"%s\" 파일 버전은 \"%s\", 이 프로그램 버전은 \"%s\"." -#: pg_resetwal.c:605 +#: pg_resetwal.c:598 #, c-format msgid "" "If you are sure the data directory path is correct, execute\n" @@ -229,12 +234,12 @@ msgstr "" "보십시오.\n" " touch %s" -#: pg_resetwal.c:636 +#: pg_resetwal.c:629 #, c-format msgid "pg_control exists but has invalid CRC; proceed with caution" msgstr "pg_control 파일이 있지만, CRC값이 잘못되었습니다; 경고와 함께 진행함" -#: pg_resetwal.c:645 +#: pg_resetwal.c:638 #, c-format msgid "" "pg_control specifies invalid WAL segment size (%d byte); proceed with caution" @@ -245,12 +250,12 @@ msgstr[0] "" "pg_control 파일에 잘못된 WAL 조각 파일 크기(%d 바이트)가 지정됨; 경고와 함께 " "진행함" -#: pg_resetwal.c:656 +#: pg_resetwal.c:649 #, c-format msgid "pg_control exists but is broken or wrong version; ignoring it" msgstr "pg_control 파일이 있지만, 손상되었거나 버전을 알 수 없음; 무시함" -#: pg_resetwal.c:754 +#: pg_resetwal.c:744 #, c-format msgid "" "Guessed pg_control values:\n" @@ -259,7 +264,7 @@ msgstr "" "추측된 pg_control 설정값들:\n" "\n" -#: pg_resetwal.c:756 +#: pg_resetwal.c:746 #, c-format msgid "" "Current pg_control values:\n" @@ -268,172 +273,167 @@ msgstr "" "현재 pg_control 설정값들:\n" "\n" -#: pg_resetwal.c:765 +#: pg_resetwal.c:748 #, c-format msgid "pg_control version number: %u\n" msgstr "pg_control 버전 번호: %u\n" -#: pg_resetwal.c:767 +#: pg_resetwal.c:750 #, c-format msgid "Catalog version number: %u\n" msgstr "카탈로그 버전 번호: %u\n" -#: pg_resetwal.c:769 +#: pg_resetwal.c:752 #, c-format -msgid "Database system identifier: %s\n" -msgstr "데이터베이스 시스템 식별자: %s\n" +msgid "Database system identifier: %llu\n" +msgstr "데이터베이스 시스템 식별자: %llu\n" -#: pg_resetwal.c:771 +#: pg_resetwal.c:754 #, c-format msgid "Latest checkpoint's TimeLineID: %u\n" msgstr "마지막 체크포인트 TimeLineID: %u\n" -#: pg_resetwal.c:773 +#: pg_resetwal.c:756 #, c-format msgid "Latest checkpoint's full_page_writes: %s\n" msgstr "마지막 체크포인트 full_page_writes: %s\n" -#: pg_resetwal.c:774 +#: pg_resetwal.c:757 msgid "off" msgstr "off" -#: pg_resetwal.c:774 +#: pg_resetwal.c:757 msgid "on" msgstr "on" -#: pg_resetwal.c:775 +#: pg_resetwal.c:758 #, c-format msgid "Latest checkpoint's NextXID: %u:%u\n" msgstr "마지막 체크포인트 NextXID: %u:%u\n" -#: pg_resetwal.c:778 +#: pg_resetwal.c:761 #, c-format msgid "Latest checkpoint's NextOID: %u\n" msgstr "마지막 체크포인트 NextOID: %u\n" -#: pg_resetwal.c:780 +#: pg_resetwal.c:763 #, c-format msgid "Latest checkpoint's NextMultiXactId: %u\n" msgstr "마지막 체크포인트 NextMultiXactId: %u\n" -#: pg_resetwal.c:782 +#: pg_resetwal.c:765 #, c-format msgid "Latest checkpoint's NextMultiOffset: %u\n" msgstr "마지막 체크포인트 NextMultiOffset: %u\n" -#: pg_resetwal.c:784 +#: pg_resetwal.c:767 #, c-format msgid "Latest checkpoint's oldestXID: %u\n" msgstr "마지막 체크포인트 제일 오래된 XID: %u\n" -#: pg_resetwal.c:786 +#: pg_resetwal.c:769 #, c-format msgid "Latest checkpoint's oldestXID's DB: %u\n" msgstr "마지막 체크포인트 제일 오래된 XID의 DB:%u\n" -#: pg_resetwal.c:788 +#: pg_resetwal.c:771 #, c-format msgid "Latest checkpoint's oldestActiveXID: %u\n" msgstr "마지막 체크포인트 제일 오래된 ActiveXID:%u\n" -#: pg_resetwal.c:790 +#: pg_resetwal.c:773 #, c-format msgid "Latest checkpoint's oldestMultiXid: %u\n" msgstr "마지막 체크포인트 제일 오래된 MultiXid:%u\n" -#: pg_resetwal.c:792 +#: pg_resetwal.c:775 #, c-format msgid "Latest checkpoint's oldestMulti's DB: %u\n" msgstr "마지막 체크포인트 제일 오래된 MultiXid의 DB:%u\n" -#: pg_resetwal.c:794 +#: pg_resetwal.c:777 #, c-format msgid "Latest checkpoint's oldestCommitTsXid:%u\n" msgstr "마지막 체크포인트 제일 오래된 CommitTsXid:%u\n" -#: pg_resetwal.c:796 +#: pg_resetwal.c:779 #, c-format msgid "Latest checkpoint's newestCommitTsXid:%u\n" msgstr "마지막 체크포인트 최신 CommitTsXid: %u\n" -#: pg_resetwal.c:798 +#: pg_resetwal.c:781 #, c-format msgid "Maximum data alignment: %u\n" msgstr "최대 자료 정렬: %u\n" -#: pg_resetwal.c:801 +#: pg_resetwal.c:784 #, c-format msgid "Database block size: %u\n" msgstr "데이터베이스 블록 크기: %u\n" -#: pg_resetwal.c:803 +#: pg_resetwal.c:786 #, c-format msgid "Blocks per segment of large relation: %u\n" msgstr "대형 릴레이션의 세그먼트당 블럭 갯수: %u\n" -#: pg_resetwal.c:805 +#: pg_resetwal.c:788 #, c-format msgid "WAL block size: %u\n" msgstr "WAL 블록 크기: %u\n" -#: pg_resetwal.c:807 pg_resetwal.c:895 +#: pg_resetwal.c:790 pg_resetwal.c:876 #, c-format msgid "Bytes per WAL segment: %u\n" msgstr "WAL 세그먼트의 크기(byte): %u\n" -#: pg_resetwal.c:809 +#: pg_resetwal.c:792 #, c-format msgid "Maximum length of identifiers: %u\n" msgstr "식별자 최대 길이: %u\n" -#: pg_resetwal.c:811 +#: pg_resetwal.c:794 #, c-format msgid "Maximum columns in an index: %u\n" msgstr "인덱스에서 사용하는 최대 열 수: %u\n" -#: pg_resetwal.c:813 +#: pg_resetwal.c:796 #, c-format msgid "Maximum size of a TOAST chunk: %u\n" msgstr "TOAST 청크의 최대 크기: %u\n" -#: pg_resetwal.c:815 +#: pg_resetwal.c:798 #, c-format msgid "Size of a large-object chunk: %u\n" msgstr "대형객체 청크의 최대 크기: %u\n" -#: pg_resetwal.c:818 +#: pg_resetwal.c:801 #, c-format msgid "Date/time type storage: %s\n" msgstr "날짜/시간형 자료의 저장방식: %s\n" -#: pg_resetwal.c:819 +#: pg_resetwal.c:802 msgid "64-bit integers" msgstr "64-비트 정수" -#: pg_resetwal.c:820 +#: pg_resetwal.c:803 #, c-format -msgid "Float4 argument passing: %s\n" -msgstr "Float4 인수 전달: %s\n" +msgid "Float8 argument passing: %s\n" +msgstr "Float8 인수 전달: %s\n" -#: pg_resetwal.c:821 pg_resetwal.c:823 +#: pg_resetwal.c:804 msgid "by reference" msgstr "참조별" -#: pg_resetwal.c:821 pg_resetwal.c:823 +#: pg_resetwal.c:804 msgid "by value" msgstr "값별" -#: pg_resetwal.c:822 -#, c-format -msgid "Float8 argument passing: %s\n" -msgstr "Float8 인수 전달: %s\n" - -#: pg_resetwal.c:824 +#: pg_resetwal.c:805 #, c-format msgid "Data page checksum version: %u\n" msgstr "데이터 페이지 체크섬 버전: %u\n" -#: pg_resetwal.c:838 +#: pg_resetwal.c:819 #, c-format msgid "" "\n" @@ -446,102 +446,102 @@ msgstr "" "변경될 값:\n" "\n" -#: pg_resetwal.c:842 +#: pg_resetwal.c:823 #, c-format msgid "First log segment after reset: %s\n" msgstr "리셋 뒤 첫 로그 세그먼트: %s\n" -#: pg_resetwal.c:846 +#: pg_resetwal.c:827 #, c-format msgid "NextMultiXactId: %u\n" msgstr "NextMultiXactId: %u\n" -#: pg_resetwal.c:848 +#: pg_resetwal.c:829 #, c-format msgid "OldestMultiXid: %u\n" msgstr "OldestMultiXid: %u\n" -#: pg_resetwal.c:850 +#: pg_resetwal.c:831 #, c-format msgid "OldestMulti's DB: %u\n" msgstr "OldestMultiXid의 DB: %u\n" -#: pg_resetwal.c:856 +#: pg_resetwal.c:837 #, c-format msgid "NextMultiOffset: %u\n" msgstr "NextMultiOffset: %u\n" -#: pg_resetwal.c:862 +#: pg_resetwal.c:843 #, c-format msgid "NextOID: %u\n" msgstr "NextOID: %u\n" -#: pg_resetwal.c:868 +#: pg_resetwal.c:849 #, c-format msgid "NextXID: %u\n" msgstr "NextXID: %u\n" -#: pg_resetwal.c:870 +#: pg_resetwal.c:851 #, c-format msgid "OldestXID: %u\n" msgstr "OldestXID: %u\n" -#: pg_resetwal.c:872 +#: pg_resetwal.c:853 #, c-format msgid "OldestXID's DB: %u\n" msgstr "OldestXID의 DB: %u\n" -#: pg_resetwal.c:878 +#: pg_resetwal.c:859 #, c-format msgid "NextXID epoch: %u\n" msgstr "NextXID epoch: %u\n" -#: pg_resetwal.c:884 +#: pg_resetwal.c:865 #, c-format msgid "oldestCommitTsXid: %u\n" msgstr "제일 오래된 CommitTsXid: %u\n" -#: pg_resetwal.c:889 +#: pg_resetwal.c:870 #, c-format msgid "newestCommitTsXid: %u\n" msgstr "최근 CommitTsXid: %u\n" -#: pg_resetwal.c:975 pg_resetwal.c:1043 pg_resetwal.c:1090 +#: pg_resetwal.c:956 pg_resetwal.c:1024 pg_resetwal.c:1071 #, c-format msgid "could not open directory \"%s\": %m" msgstr "\"%s\" 디렉터리 열 수 없음: %m" -#: pg_resetwal.c:1010 pg_resetwal.c:1063 pg_resetwal.c:1113 +#: pg_resetwal.c:991 pg_resetwal.c:1044 pg_resetwal.c:1094 #, c-format msgid "could not read directory \"%s\": %m" msgstr "\"%s\" 디렉터리를 읽을 수 없음: %m" -#: pg_resetwal.c:1016 pg_resetwal.c:1069 pg_resetwal.c:1119 +#: pg_resetwal.c:997 pg_resetwal.c:1050 pg_resetwal.c:1100 #, c-format msgid "could not close directory \"%s\": %m" msgstr "\"%s\" 디렉터리를 닫을 수 없음: %m" -#: pg_resetwal.c:1055 pg_resetwal.c:1105 +#: pg_resetwal.c:1036 pg_resetwal.c:1086 #, c-format msgid "could not delete file \"%s\": %m" msgstr "\"%s\" 파일을 지울 수 없음: %m" -#: pg_resetwal.c:1186 +#: pg_resetwal.c:1167 #, c-format msgid "could not open file \"%s\": %m" msgstr "\"%s\" 파일을 열 수 없음: %m" -#: pg_resetwal.c:1196 pg_resetwal.c:1209 +#: pg_resetwal.c:1177 pg_resetwal.c:1190 #, c-format msgid "could not write file \"%s\": %m" msgstr "\"%s\" 파일 쓰기 실패: %m" -#: pg_resetwal.c:1216 +#: pg_resetwal.c:1197 #, c-format msgid "fsync error: %m" msgstr "fsync 오류: %m" -#: pg_resetwal.c:1227 +#: pg_resetwal.c:1208 #, c-format msgid "" "%s resets the PostgreSQL write-ahead log.\n" @@ -550,7 +550,7 @@ msgstr "" "%s 프로그램은 PostgreSQL 트랜잭션 로그를 다시 설정합니다.\n" "\n" -#: pg_resetwal.c:1228 +#: pg_resetwal.c:1209 #, c-format msgid "" "Usage:\n" @@ -561,12 +561,12 @@ msgstr "" " %s [옵션]... DATADIR\n" "\n" -#: pg_resetwal.c:1229 +#: pg_resetwal.c:1210 #, c-format msgid "Options:\n" msgstr "옵션들:\n" -#: pg_resetwal.c:1230 +#: pg_resetwal.c:1211 #, c-format msgid "" " -c, --commit-timestamp-ids=XID,XID\n" @@ -578,22 +578,22 @@ msgstr "" "션\n" " ID 값 (0이면 바꾸지 않음)\n" -#: pg_resetwal.c:1233 +#: pg_resetwal.c:1214 #, c-format msgid " [-D, --pgdata=]DATADIR data directory\n" msgstr " [-D, --pgdata=]DATADIR 데이터 디렉터리\n" -#: pg_resetwal.c:1234 +#: pg_resetwal.c:1215 #, c-format msgid " -e, --epoch=XIDEPOCH set next transaction ID epoch\n" msgstr " -e, --epoch=XIDEPOCH 다음 트랙잭션 ID epoch 지정\n" -#: pg_resetwal.c:1235 +#: pg_resetwal.c:1216 #, c-format msgid " -f, --force force update to be done\n" msgstr " -f, --force 강제로 갱신함\n" -#: pg_resetwal.c:1236 +#: pg_resetwal.c:1217 #, c-format msgid "" " -l, --next-wal-file=WALFILE set minimum starting location for new WAL\n" @@ -601,14 +601,14 @@ msgstr "" " -l, --next-wal-file=WALFILE 새 트랜잭션 로그를 위한 WAL 최소 시작 위치" "를 강제로 지정\n" -#: pg_resetwal.c:1237 +#: pg_resetwal.c:1218 #, c-format msgid "" " -m, --multixact-ids=MXID,MXID set next and oldest multitransaction ID\n" msgstr "" " -m, --multixact-ids=MXID,MXID 다음 제일 오래된 멀티트랜잭션 ID 지정\n" -#: pg_resetwal.c:1238 +#: pg_resetwal.c:1219 #, c-format msgid "" " -n, --dry-run no update, just show what would be done\n" @@ -616,42 +616,47 @@ msgstr "" " -n, --dry-run 갱신하지 않음, 컨트롤 값들을 보여주기만 함" "(테스트용)\n" -#: pg_resetwal.c:1239 +#: pg_resetwal.c:1220 #, c-format msgid " -o, --next-oid=OID set next OID\n" msgstr " -o, --next-oid=OID 다음 OID 지정\n" -#: pg_resetwal.c:1240 +#: pg_resetwal.c:1221 #, c-format msgid " -O, --multixact-offset=OFFSET set next multitransaction offset\n" msgstr " -O, --multixact-offset=OFFSET 다음 멀티트랜잭션 옵셋 지정\n" -#: pg_resetwal.c:1241 +#: pg_resetwal.c:1222 #, c-format msgid "" " -V, --version output version information, then exit\n" msgstr " -V, --version 버전 정보를 보여주고 마침\n" -#: pg_resetwal.c:1242 +#: pg_resetwal.c:1223 #, c-format msgid " -x, --next-transaction-id=XID set next transaction ID\n" msgstr " -x, --next-transaction-id=XID 다음 트랜잭션 ID 지정\n" -#: pg_resetwal.c:1243 +#: pg_resetwal.c:1224 #, c-format msgid " --wal-segsize=SIZE size of WAL segments, in megabytes\n" msgstr " --wal-segsize=SIZE WAL 조각 파일 크기, MB 단위\n" -#: pg_resetwal.c:1244 +#: pg_resetwal.c:1225 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help 이 도움말을 보여주고 마침\n" -#: pg_resetwal.c:1245 +#: pg_resetwal.c:1226 #, c-format msgid "" "\n" -"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n" +"Report bugs to <%s>.\n" msgstr "" "\n" -"오류보고: <pgsql-bugs@lists.postgresql.org>.\n" +"문제점 보고 주소: <%s>\n" + +#: pg_resetwal.c:1227 +#, c-format +msgid "%s home page: <%s>\n" +msgstr "%s 홈페이지: <%s>\n" |