mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Translation updates
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: e4e428572533133cac4ecefd69d251a0b5674fa3
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpglib (PostgreSQL) 9.5\n"
|
||||
"Project-Id-Version: ecpglib (PostgreSQL) 9.6\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2015-12-23 15:02+0900\n"
|
||||
"PO-Revision-Date: 2016-01-20 21:53-0500\n"
|
||||
"POT-Creation-Date: 2016-09-26 14:02+0900\n"
|
||||
"PO-Revision-Date: 2016-09-26 15:37+0900\n"
|
||||
"Last-Translator: Ioseph Kim <ioseph@uri.sarang.net>\n"
|
||||
"Language-Team: Korean <pgsql-kr@postgresql.kr>\n"
|
||||
"Language: ko\n"
|
||||
@@ -26,7 +26,7 @@ msgstr "<초기값>"
|
||||
|
||||
#: descriptor.c:833 misc.c:120
|
||||
msgid "NULL"
|
||||
msgstr ""
|
||||
msgstr "NULL"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:33
|
||||
@@ -195,4 +195,4 @@ msgstr "SQL 오류: %s\n"
|
||||
|
||||
#: execute.c:1962
|
||||
msgid "<empty>"
|
||||
msgstr ""
|
||||
msgstr "<empty>"
|
||||
|
@@ -1,15 +1,11 @@
|
||||
# Korean message translation file for ecpg
|
||||
# Copyright (C) 2010 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 8.4\n"
|
||||
"Project-Id-Version: PostgreSQL 9.6\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2010-09-09 16:34+0000\n"
|
||||
"PO-Revision-Date: 2013-09-05 22:33-0400\n"
|
||||
"Last-Translator: EnterpriseDB translation team <dev-escalations@enterprisedb.com>\n"
|
||||
"Language-Team: EnterpriseDB translation team <dev-escalations@enterprisedb.com>\n"
|
||||
"POT-Creation-Date: 2016-09-26 14:02+0900\n"
|
||||
"PO-Revision-Date: 2016-09-26 15:33+0900\n"
|
||||
"Last-Translator: Ioseph Kim <ioseph@uri.sarang.net>\n"
|
||||
"Language-Team: Korean Team <pgsql-kr@postgresql.kr>\n"
|
||||
"Language: ko\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -26,30 +22,32 @@ msgstr "\"%s\" 변수는 숫자 형식이어야 함"
|
||||
msgid "descriptor \"%s\" does not exist"
|
||||
msgstr "\"%s\" 설명자가 없음"
|
||||
|
||||
#: descriptor.c:161 descriptor.c:210
|
||||
#: descriptor.c:161 descriptor.c:212
|
||||
#, c-format
|
||||
msgid "descriptor header item \"%d\" does not exist"
|
||||
msgstr "설명자 헤더 항목 \"%d\"이(가) 없음"
|
||||
|
||||
#: descriptor.c:182
|
||||
#: descriptor.c:183
|
||||
#, c-format
|
||||
msgid "nullable is always 1"
|
||||
msgstr "null 허용 여부는 항상 1"
|
||||
|
||||
#: descriptor.c:185
|
||||
#: descriptor.c:186
|
||||
#, c-format
|
||||
msgid "key_member is always 0"
|
||||
msgstr "key_member는 항상 0"
|
||||
|
||||
#: descriptor.c:277
|
||||
#: descriptor.c:279
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" is not implemented"
|
||||
msgstr "설명자 항목 \"%s\"이(가) 구현되지 않음"
|
||||
|
||||
#: descriptor.c:287
|
||||
#: descriptor.c:289
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" cannot be set"
|
||||
msgstr "설명자 항목 \"%s\"을(를) 설정할 수 없음"
|
||||
|
||||
#: ecpg.c:36
|
||||
#: ecpg.c:35
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s is the PostgreSQL embedded SQL preprocessor for C programs.\n"
|
||||
@@ -58,7 +56,7 @@ msgstr ""
|
||||
"%s은(는) C 프로그램용 PostgreSQL 포함 SQL 전처리기입니다.\n"
|
||||
"\n"
|
||||
|
||||
#: ecpg.c:38
|
||||
#: ecpg.c:37
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Usage:\n"
|
||||
@@ -69,12 +67,12 @@ msgstr ""
|
||||
" %s [OPTION]... 파일...\n"
|
||||
"\n"
|
||||
|
||||
#: ecpg.c:41
|
||||
#: ecpg.c:40
|
||||
#, c-format
|
||||
msgid "Options:\n"
|
||||
msgstr "옵션들:\n"
|
||||
|
||||
#: ecpg.c:42
|
||||
#: ecpg.c:41
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -c automatically generate C code from embedded SQL code;\n"
|
||||
@@ -83,7 +81,7 @@ msgstr ""
|
||||
" -c 포함된 SQL 코드에서 자동으로 C 코드를 생성합니다.\n"
|
||||
" EXEC SQL TYPE에 영향을 줍니다.\n"
|
||||
|
||||
#: ecpg.c:44
|
||||
#: ecpg.c:43
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -C MODE set compatibility mode; MODE can be one of\n"
|
||||
@@ -93,38 +91,38 @@ msgstr ""
|
||||
"다.\n"
|
||||
" \"INFORMIX\", \"INFORMIX_SE\"\n"
|
||||
|
||||
#: ecpg.c:47
|
||||
#: ecpg.c:46
|
||||
#, c-format
|
||||
msgid " -d generate parser debug output\n"
|
||||
msgstr " -d 파서 디버그 출력 생성\n"
|
||||
|
||||
#: ecpg.c:49
|
||||
#: ecpg.c:48
|
||||
#, c-format
|
||||
msgid " -D SYMBOL define SYMBOL\n"
|
||||
msgstr " -D SYMBOL SYMBOL 정의\n"
|
||||
|
||||
#: ecpg.c:50
|
||||
#: ecpg.c:49
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -h parse a header file, this option includes option \"-c\"\n"
|
||||
msgstr " -h 헤더 파일 구문 분석. 이 옵션은 \"-c\" 옵션 포함\n"
|
||||
|
||||
#: ecpg.c:51
|
||||
#: ecpg.c:50
|
||||
#, c-format
|
||||
msgid " -i parse system include files as well\n"
|
||||
msgstr " -i 시스템 포함 파일도 구문 분석\n"
|
||||
|
||||
#: ecpg.c:52
|
||||
#: ecpg.c:51
|
||||
#, c-format
|
||||
msgid " -I DIRECTORY search DIRECTORY for include files\n"
|
||||
msgstr " -I DIRECTORY DIRECTORY에서 포함 파일 검색\n"
|
||||
|
||||
#: ecpg.c:53
|
||||
#: ecpg.c:52
|
||||
#, c-format
|
||||
msgid " -o OUTFILE write result to OUTFILE\n"
|
||||
msgstr " -o OUTFILE OUTFILE에 결과 쓰기\n"
|
||||
|
||||
#: ecpg.c:54
|
||||
#: ecpg.c:53
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -r OPTION specify run-time behavior; OPTION can be:\n"
|
||||
@@ -134,27 +132,27 @@ msgstr ""
|
||||
"다.\n"
|
||||
" \"no_indicator\", \"prepare\", \"questionmarks\"\n"
|
||||
|
||||
#: ecpg.c:56
|
||||
#: ecpg.c:55
|
||||
#, c-format
|
||||
msgid " --regression run in regression testing mode\n"
|
||||
msgstr " --regression 회귀 테스트 모드에서 실행\n"
|
||||
|
||||
#: ecpg.c:57
|
||||
#: ecpg.c:56
|
||||
#, c-format
|
||||
msgid " -t turn on autocommit of transactions\n"
|
||||
msgstr " -t 트랜잭션 자동 커밋 설정\n"
|
||||
|
||||
#: ecpg.c:58
|
||||
#, c-format
|
||||
msgid " --help show this help, then exit\n"
|
||||
msgstr " --help 이 도움말을 표시하고 종료\n"
|
||||
|
||||
#: ecpg.c:59
|
||||
#: ecpg.c:57
|
||||
#, c-format
|
||||
msgid " --version output version information, then exit\n"
|
||||
msgstr " --version 버전 정보를 출력하고 종료\n"
|
||||
|
||||
#: ecpg.c:60
|
||||
#: ecpg.c:58
|
||||
#, c-format
|
||||
msgid " -?, --help show this help, then exit\n"
|
||||
msgstr " -?, --help 이 도움말을 보여주고 마침\n"
|
||||
|
||||
#: ecpg.c:59
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -165,7 +163,7 @@ msgstr ""
|
||||
"출력 파일 이름을 지정하지 않으면 입력 파일 이름에 .pgc가 있을 경우 제거하고\n"
|
||||
".c를 추가하여 이름이 지정됩니다.\n"
|
||||
|
||||
#: ecpg.c:62
|
||||
#: ecpg.c:61
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -174,112 +172,143 @@ msgstr ""
|
||||
"\n"
|
||||
"오류보고: <pgsql-bugs@postgresql.org>.\n"
|
||||
|
||||
#: ecpg.c:183 ecpg.c:334 ecpg.c:344
|
||||
#: ecpg.c:143
|
||||
#, c-format
|
||||
msgid "%s: could not locate my own executable path\n"
|
||||
msgstr "%s: 실행 가능한 경로를 지정할 수 없습니다\n"
|
||||
|
||||
#: ecpg.c:186 ecpg.c:337 ecpg.c:347
|
||||
#, c-format
|
||||
msgid "%s: could not open file \"%s\": %s\n"
|
||||
msgstr "%s: \"%s\" 파일 열 수 없음: %s\n"
|
||||
|
||||
#: ecpg.c:222 ecpg.c:235 ecpg.c:251 ecpg.c:276
|
||||
#: ecpg.c:225 ecpg.c:238 ecpg.c:254 ecpg.c:279
|
||||
#, c-format
|
||||
msgid "Try \"%s --help\" for more information.\n"
|
||||
msgstr "자제한 사항은 \"%s --help\" 명령으로 살펴보십시오.\n"
|
||||
|
||||
#: ecpg.c:246
|
||||
#: ecpg.c:249
|
||||
#, c-format
|
||||
msgid "%s: parser debug support (-d) not available\n"
|
||||
msgstr "%s: 파서 디버그 지원(-d)을 사용할 수 없음\n"
|
||||
|
||||
#: ecpg.c:264
|
||||
#: ecpg.c:267
|
||||
#, c-format
|
||||
msgid "%s, the PostgreSQL embedded C preprocessor, version %d.%d.%d\n"
|
||||
msgstr "PostgreSQL 포함 C 전처리기 %s의 버전 %d.%d.%d\n"
|
||||
|
||||
#: ecpg.c:266
|
||||
#: ecpg.c:269
|
||||
#, c-format
|
||||
msgid "EXEC SQL INCLUDE ... search starts here:\n"
|
||||
msgstr "EXEC SQL INCLUDE ... 여기서 검색 시작:\n"
|
||||
|
||||
#: ecpg.c:269
|
||||
#: ecpg.c:272
|
||||
#, c-format
|
||||
msgid "end of search list\n"
|
||||
msgstr "검색 목록의 끝\n"
|
||||
|
||||
#: ecpg.c:275
|
||||
#: ecpg.c:278
|
||||
#, c-format
|
||||
msgid "%s: no input files specified\n"
|
||||
msgstr "%s: 지정된 입력 파일 없음\n"
|
||||
|
||||
#: ecpg.c:464
|
||||
#: ecpg.c:470
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has been declared but not opened"
|
||||
msgstr "\"%s\" 커서가 선언되었지만 열리지 않음"
|
||||
|
||||
# # advance 끝
|
||||
#: pgc.l:386
|
||||
#: ecpg.c:483 preproc.y:127
|
||||
#, c-format
|
||||
msgid "could not remove output file \"%s\"\n"
|
||||
msgstr "출력 파일 \"%s\"을(를) 제거할 수 없음\n"
|
||||
|
||||
#: pgc.l:440
|
||||
#, c-format
|
||||
msgid "unterminated /* comment"
|
||||
msgstr "마무리 안된 /* 주석"
|
||||
|
||||
#: pgc.l:399
|
||||
#: pgc.l:453
|
||||
#, c-format
|
||||
msgid "invalid bit string literal"
|
||||
msgstr "잘못된 비트 문자열 리터럴"
|
||||
|
||||
#: pgc.l:408
|
||||
#: pgc.l:462
|
||||
#, c-format
|
||||
msgid "unterminated bit string literal"
|
||||
msgstr "마무리 안된 비트 문자열 문자"
|
||||
|
||||
#: pgc.l:424
|
||||
#: pgc.l:478
|
||||
#, c-format
|
||||
msgid "unterminated hexadecimal string literal"
|
||||
msgstr "마무리 안된 16진수 문자열 문자"
|
||||
|
||||
#: pgc.l:501
|
||||
#: pgc.l:556
|
||||
#, c-format
|
||||
msgid "unterminated quoted string"
|
||||
msgstr "마무리 안된 따옴표 안의 문자열"
|
||||
|
||||
#: pgc.l:556 pgc.l:569
|
||||
#: pgc.l:613 pgc.l:626
|
||||
#, c-format
|
||||
msgid "zero-length delimited identifier"
|
||||
msgstr "길이가 0인 구분 식별자"
|
||||
|
||||
#: pgc.l:577
|
||||
#: pgc.l:634
|
||||
#, c-format
|
||||
msgid "unterminated quoted identifier"
|
||||
msgstr "마무리 안된 따옴표 안의 식별자"
|
||||
|
||||
#: pgc.l:898
|
||||
#: pgc.l:889
|
||||
#, c-format
|
||||
msgid "nested /* ... */ comments"
|
||||
msgstr "중첩된 /* ... */ 주석"
|
||||
|
||||
#: pgc.l:982
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL UNDEF command"
|
||||
msgstr "EXEC SQL UNDEF 명령에 식별자 누락"
|
||||
|
||||
#: pgc.l:944 pgc.l:958
|
||||
#: pgc.l:1028 pgc.l:1042
|
||||
#, c-format
|
||||
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
msgstr "일치하는 \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\" 누락"
|
||||
|
||||
#: pgc.l:947 pgc.l:960 pgc.l:1136
|
||||
#: pgc.l:1031 pgc.l:1044 pgc.l:1220
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "\"EXEC SQL ENDIF;\" 누락"
|
||||
|
||||
#: pgc.l:976 pgc.l:995
|
||||
#: pgc.l:1060 pgc.l:1079
|
||||
#, c-format
|
||||
msgid "more than one EXEC SQL ELSE"
|
||||
msgstr "두 개 이상의 EXEC SQL ELSE"
|
||||
|
||||
#: pgc.l:1017 pgc.l:1031
|
||||
#: pgc.l:1101 pgc.l:1115
|
||||
#, c-format
|
||||
msgid "unmatched EXEC SQL ENDIF"
|
||||
msgstr "일치하지 않는 EXEC SQL ENDIF"
|
||||
|
||||
#: pgc.l:1051
|
||||
#: pgc.l:1135
|
||||
#, c-format
|
||||
msgid "too many nested EXEC SQL IFDEF conditions"
|
||||
msgstr "중첩된 EXEC SQL IFDEF 조건이 너무 많음"
|
||||
|
||||
#: pgc.l:1084
|
||||
#: pgc.l:1168
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL IFDEF command"
|
||||
msgstr "EXEC SQL IFDEF 명령에 식별자 누락"
|
||||
|
||||
#: pgc.l:1093
|
||||
#: pgc.l:1177
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL DEFINE command"
|
||||
msgstr "EXEC SQL DEFINE 명령에 식별자 누락"
|
||||
|
||||
#: pgc.l:1126
|
||||
#: pgc.l:1210
|
||||
#, c-format
|
||||
msgid "syntax error in EXEC SQL INCLUDE command"
|
||||
msgstr "EXEC SQL INCLUDE 명령에 구문 오류 발생"
|
||||
|
||||
#: pgc.l:1175
|
||||
#: pgc.l:1259
|
||||
#, c-format
|
||||
msgid ""
|
||||
"internal error: unreachable state; please report this to <pgsql-"
|
||||
"bugs@postgresql.org>"
|
||||
@@ -287,307 +316,348 @@ msgstr ""
|
||||
"내부 오류: 연결할 수 없습니다. 이 문제를 <pgsql-bugs@postgresql.org>로 알"
|
||||
"려주십시오."
|
||||
|
||||
#: pgc.l:1298
|
||||
#: pgc.l:1383
|
||||
#, c-format
|
||||
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
|
||||
msgstr "오류: 포함 경로 \"%s/%s\"이(가) %d줄에서 너무 길어서 건너뜀\n"
|
||||
|
||||
#: pgc.l:1314
|
||||
#: pgc.l:1406
|
||||
#, c-format
|
||||
msgid "could not open include file \"%s\" on line %d"
|
||||
msgstr "포함 파일 \"%s\"을(를) %d줄에서 열 수 없음"
|
||||
|
||||
#: preproc.y:30
|
||||
#: preproc.y:31
|
||||
msgid "syntax error"
|
||||
msgstr "구문 오류"
|
||||
|
||||
#: preproc.y:78
|
||||
#: preproc.y:81
|
||||
#, c-format
|
||||
msgid "WARNING: "
|
||||
msgstr "경고: "
|
||||
|
||||
#: preproc.y:82
|
||||
#: preproc.y:84
|
||||
#, c-format
|
||||
msgid "ERROR: "
|
||||
msgstr "오류: "
|
||||
|
||||
#: preproc.y:106
|
||||
#, c-format
|
||||
msgid "could not remove output file \"%s\"\n"
|
||||
msgstr "출력 파일 \"%s\"을(를) 제거할 수 없음\n"
|
||||
|
||||
#: preproc.y:314
|
||||
#: preproc.y:508
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" does not exist"
|
||||
msgstr "\"%s\" 이름의 커서가 없음"
|
||||
|
||||
#: preproc.y:342
|
||||
#: preproc.y:537
|
||||
#, c-format
|
||||
msgid "initializer not allowed in type definition"
|
||||
msgstr "형식 정의에 이니셜라이저가 허용되지 않음"
|
||||
|
||||
#: preproc.y:349 preproc.y:11533
|
||||
#: preproc.y:539
|
||||
#, c-format
|
||||
msgid "type name \"string\" is reserved in Informix mode"
|
||||
msgstr "\"string\" 자료형 이름은 인포믹스 모드에서 예약어로 쓰입니다"
|
||||
|
||||
#: preproc.y:546 preproc.y:14622
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "\"%s\" 형식이 이미 정의됨"
|
||||
|
||||
#: preproc.y:372 preproc.y:12132 preproc.y:12442 variable.c:584
|
||||
#: preproc.y:570 preproc.y:15280 preproc.y:15600 variable.c:620
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for simple data types are not supported"
|
||||
msgstr "단순 데이터 형식에 다차원 배열이 지원되지 않음"
|
||||
|
||||
#: preproc.y:1238
|
||||
#: preproc.y:1634
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
msgstr "CLOSE DATABASE 문에 AT 옵션이 허용되지 않음"
|
||||
|
||||
#: preproc.y:1304 preproc.y:1444
|
||||
msgid "AT option not allowed in DEALLOCATE statement"
|
||||
msgstr "DEALLOCATE 문에 AT 옵션이 허용되지 않음"
|
||||
|
||||
#: preproc.y:1430
|
||||
#: preproc.y:1849
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "CONNECT 문에 AT 옵션이 허용되지 않음"
|
||||
|
||||
#: preproc.y:1466
|
||||
#: preproc.y:1883
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "DISCONNECT 문에 AT 옵션이 허용되지 않음"
|
||||
|
||||
#: preproc.y:1518
|
||||
#: preproc.y:1938
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "SET CONNECTION 문에 AT 옵션이 허용되지 않음"
|
||||
|
||||
#: preproc.y:1540
|
||||
#: preproc.y:1960
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "TYPE 문에 AT 옵션이 허용되지 않음"
|
||||
|
||||
#: preproc.y:1549
|
||||
#: preproc.y:1969
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "VAR 문에 AT 옵션이 허용되지 않음"
|
||||
|
||||
#: preproc.y:1556
|
||||
#: preproc.y:1976
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "WHENEVER 문에 AT 옵션이 허용되지 않음"
|
||||
|
||||
#: preproc.y:1912 preproc.y:2908 preproc.y:3802 preproc.y:3811 preproc.y:4042
|
||||
#: preproc.y:5851 preproc.y:5856 preproc.y:5861 preproc.y:8035 preproc.y:8565
|
||||
#: preproc.y:8570
|
||||
#: preproc.y:2228 preproc.y:2233 preproc.y:2349 preproc.y:3759 preproc.y:5169
|
||||
#: preproc.y:5178 preproc.y:5462 preproc.y:6898 preproc.y:8136 preproc.y:8141
|
||||
#: preproc.y:10772 preproc.y:11389
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "지원되지 않는 기능이 서버에 전달됨"
|
||||
|
||||
#: preproc.y:2142
|
||||
#: preproc.y:2607
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "SHOW ALL이 구현되지 않음"
|
||||
|
||||
#: preproc.y:2477 preproc.y:2488
|
||||
msgid "COPY TO STDIN is not possible"
|
||||
msgstr "COPY TO STDIN을 실행할 수 없음"
|
||||
|
||||
#: preproc.y:2479
|
||||
msgid "COPY FROM STDOUT is not possible"
|
||||
msgstr "COPY FROM STDOUT을 실행할 수 없음"
|
||||
|
||||
#: preproc.y:2481
|
||||
#: preproc.y:3147
|
||||
#, c-format
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "COPY FROM STDIN이 구현되지 않음"
|
||||
|
||||
#: preproc.y:3742 preproc.y:3753
|
||||
msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
|
||||
msgstr "INITIALLY DEFERRED 로 선언된 조건문은 반드시 DEFERABLE 여야만 한다"
|
||||
#: preproc.y:9031 preproc.y:14211
|
||||
#, c-format
|
||||
msgid "using variable \"%s\" in different declare statements is not supported"
|
||||
msgstr "서로 다른 선언 구문에서 \"%s\" 변수 사용은 지원하지 않습니다"
|
||||
|
||||
#: preproc.y:6561 preproc.y:11149
|
||||
#: preproc.y:9033 preproc.y:14213
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "\"%s\" 커서가 이미 정의됨"
|
||||
|
||||
#: preproc.y:6922
|
||||
#: preproc.y:9463
|
||||
#, c-format
|
||||
msgid "no longer supported LIMIT #,# syntax passed to server"
|
||||
msgstr "더 이상 지원되지 않는 LIMIT #,# 구문이 서버에 전달됨"
|
||||
|
||||
#: preproc.y:7164
|
||||
#: preproc.y:9771 preproc.y:9778
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "FROM 절 내의 subquery 에는 반드시 alias 를 가져야만 합니다"
|
||||
|
||||
#: preproc.y:10838
|
||||
msgid "OLD used in query that is not in a rule"
|
||||
msgstr "rule이 아닌 쿼리에서 OLD 예약어가 사용되었습니다"
|
||||
|
||||
#: preproc.y:10845
|
||||
msgid "NEW used in query that is not in a rule"
|
||||
msgstr "rule이 아닌 쿼리에서 NEW 예약어가 사용되었습니다"
|
||||
|
||||
#: preproc.y:10877
|
||||
#: preproc.y:13941
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "CREATE TABLE AS에서 INTO를 지정할 수 없음"
|
||||
|
||||
#: preproc.y:10924
|
||||
#: preproc.y:13977
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "\"@\"이 필요한데 \"%s\"이(가) 있음"
|
||||
|
||||
#: preproc.y:10936
|
||||
#: preproc.y:13989
|
||||
#, c-format
|
||||
msgid ""
|
||||
"only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are "
|
||||
"supported"
|
||||
msgstr ""
|
||||
"\"tcp\" 및 \"unix\" 프로토콜과 데이터베이스 형식 \"postgresql\"만 지원됨"
|
||||
|
||||
#: preproc.y:10939
|
||||
#: preproc.y:13992
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "\"://\"가 필요한데 \"%s\"이(가) 있음"
|
||||
|
||||
#: preproc.y:10944
|
||||
#: preproc.y:13997
|
||||
#, c-format
|
||||
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
|
||||
msgstr ""
|
||||
"Unix-domain 소켓은 \"localhost\"에서만 작동하며 \"%s\"에서는 작동하지 않음"
|
||||
|
||||
#: preproc.y:10970
|
||||
#: preproc.y:14023
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "\"postgresql\"이 필요한데 \"%s\"이(가) 있음"
|
||||
|
||||
#: preproc.y:10973
|
||||
#: preproc.y:14026
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "잘못된 연결 형식: %s"
|
||||
|
||||
#: preproc.y:10982
|
||||
#: preproc.y:14035
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "\"@\" 또는 \"://\"가 필요한데 \"%s\"이(가) 있음"
|
||||
|
||||
#: preproc.y:11057 preproc.y:11074
|
||||
#: preproc.y:14110 preproc.y:14128
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "잘못된 데이터 형식"
|
||||
|
||||
#: preproc.y:11085 preproc.y:11100
|
||||
#: preproc.y:14139 preproc.y:14156
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "불완전한 문"
|
||||
|
||||
#: preproc.y:11088 preproc.y:11103
|
||||
#: preproc.y:14142 preproc.y:14159
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "인식할 수 없는 토큰 \"%s\""
|
||||
|
||||
#: preproc.y:11352
|
||||
#: preproc.y:14433
|
||||
#, c-format
|
||||
msgid "only data types numeric and decimal have precision/scale argument"
|
||||
msgstr "숫자 및 10진수 데이터 형식에만 전체 자릿수/소수 자릿수 인수 포함"
|
||||
|
||||
#: preproc.y:11364
|
||||
#: preproc.y:14445
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "여기에는 간격 지정이 허용되지 않음"
|
||||
|
||||
#: preproc.y:11508 preproc.y:11560
|
||||
#: preproc.y:14597 preproc.y:14649
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "중첩된 구조/union 정의에 수준이 너무 많음"
|
||||
|
||||
#: preproc.y:11691
|
||||
#: preproc.y:14788
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "varchar에 대한 포인터가 구현되지 않음"
|
||||
|
||||
#: preproc.y:11855 preproc.y:11862 preproc.y:11869
|
||||
#: preproc.y:14975 preproc.y:15000
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "지원되지 않는 DESCRIBE 문 사용"
|
||||
|
||||
#: preproc.y:12100
|
||||
#: preproc.y:15247
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "EXEC SQL VAR 명령에 이니셜라이저가 허용되지 않음"
|
||||
|
||||
#: preproc.y:12411
|
||||
#: preproc.y:15558
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "입력에서 표시기의 배열이 허용되지 않음"
|
||||
|
||||
#: preproc.y:15779
|
||||
#, c-format
|
||||
msgid "operator not allowed in variable definition"
|
||||
msgstr "연산자는 동적 정의 영역에서는 사용할 수 없음"
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: preproc.y:12638
|
||||
#: preproc.y:15817
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "%s, \"%s\" 부근"
|
||||
|
||||
#: type.c:18 type.c:30
|
||||
#, c-format
|
||||
msgid "out of memory"
|
||||
msgstr "메모리 부족"
|
||||
|
||||
#: type.c:204 type.c:556
|
||||
#: type.c:212 type.c:664
|
||||
#, c-format
|
||||
msgid "unrecognized variable type code %d"
|
||||
msgstr "인식할 수 없는 변수 형식 코드 %d"
|
||||
|
||||
#: type.c:241
|
||||
#: type.c:261
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is hidden by a local variable of a different type"
|
||||
msgstr "\"%s\" 변수가 다른 자료형의 지역 변수에 의해 숨겨졌음"
|
||||
|
||||
#: type.c:263
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is hidden by a local variable"
|
||||
msgstr "\"%s\" 변수가 지역 변수에 의해 숨겨졌음"
|
||||
|
||||
#: type.c:275
|
||||
#, c-format
|
||||
msgid ""
|
||||
"indicator variable \"%s\" is hidden by a local variable of a different type"
|
||||
msgstr "\"%s\" 지시자 변수가 지역 변수의 다른 자료형 때문에 숨겨졌음"
|
||||
|
||||
#: type.c:277
|
||||
#, c-format
|
||||
msgid "indicator variable \"%s\" is hidden by a local variable"
|
||||
msgstr "\"%s\" 지시자 변수가 지역 변수에 의해 숨겨졌음"
|
||||
|
||||
#: type.c:285
|
||||
#, c-format
|
||||
msgid "indicator for array/pointer has to be array/pointer"
|
||||
msgstr "배열/포인터의 표시기는 배열/포인터여야 함"
|
||||
|
||||
#: type.c:245
|
||||
#: type.c:289
|
||||
#, c-format
|
||||
msgid "nested arrays are not supported (except strings)"
|
||||
msgstr "중첩된 배열은 지원되지 않음(문자열 제외)"
|
||||
|
||||
#: type.c:278
|
||||
#: type.c:331
|
||||
#, c-format
|
||||
msgid "indicator for struct has to be a struct"
|
||||
msgstr "구조의 표시기는 구조여야 함"
|
||||
|
||||
#: type.c:287 type.c:295 type.c:303
|
||||
#: type.c:351 type.c:372 type.c:392
|
||||
#, c-format
|
||||
msgid "indicator for simple data type has to be simple"
|
||||
msgstr "단순 데이터 형식의 표시기는 단순이어야 함"
|
||||
|
||||
#: type.c:615
|
||||
#: type.c:723
|
||||
#, c-format
|
||||
msgid "unrecognized descriptor item code %d"
|
||||
msgstr "인식할 수 없는 설명자 항목 코드 %d"
|
||||
|
||||
#: variable.c:89 variable.c:112
|
||||
#: variable.c:89 variable.c:116
|
||||
#, c-format
|
||||
msgid "incorrectly formed variable \"%s\""
|
||||
msgstr "잘못된 형식의 변수 \"%s\""
|
||||
|
||||
#: variable.c:135
|
||||
#: variable.c:139
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is not a pointer"
|
||||
msgstr "\"%s\" 변수가 포인터가 아님"
|
||||
|
||||
#: variable.c:138 variable.c:163
|
||||
#: variable.c:142 variable.c:167
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is not a pointer to a structure or a union"
|
||||
msgstr "\"%s\" 변수가 구조나 union의 포인터가 아님"
|
||||
|
||||
#: variable.c:150
|
||||
#: variable.c:154
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is neither a structure nor a union"
|
||||
msgstr "\"%s\" 변수가 구조나 union이 아님"
|
||||
|
||||
#: variable.c:160
|
||||
#: variable.c:164
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is not an array"
|
||||
msgstr "\"%s\" 변수가 배열이 아님"
|
||||
|
||||
#: variable.c:229 variable.c:251
|
||||
#: variable.c:233 variable.c:255
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is not declared"
|
||||
msgstr "\"%s\" 변수가 선언되지 않음"
|
||||
|
||||
#: variable.c:459
|
||||
#: variable.c:494
|
||||
#, c-format
|
||||
msgid "indicator variable must have an integer type"
|
||||
msgstr "표시기 변수에 정수 형식이 있어야 함"
|
||||
|
||||
#: variable.c:471
|
||||
#: variable.c:506
|
||||
#, c-format
|
||||
msgid "unrecognized data type name \"%s\""
|
||||
msgstr "인식할 수 없는 데이터 형식 이름 \"%s\""
|
||||
|
||||
#: variable.c:482 variable.c:490 variable.c:507 variable.c:510
|
||||
#: variable.c:517 variable.c:525 variable.c:542 variable.c:545
|
||||
#, c-format
|
||||
msgid "multidimensional arrays are not supported"
|
||||
msgstr "다차원 배열이 지원되지 않음"
|
||||
|
||||
#: variable.c:499
|
||||
#: variable.c:534
|
||||
#, c-format
|
||||
msgid ""
|
||||
"multilevel pointers (more than 2 levels) are not supported; found %d level"
|
||||
msgid_plural ""
|
||||
"multilevel pointers (more than 2 levels) are not supported; found %d levels"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
"다중단계 포인터(2단계 이상)는 지원하지 않음; 발견된 레벨: %d"
|
||||
|
||||
#: variable.c:504
|
||||
#: variable.c:539
|
||||
#, c-format
|
||||
msgid "pointer to pointer is not supported for this data type"
|
||||
msgstr "이 데이터 형식에는 포인터에 대한 포인터가 지원되지 않음"
|
||||
|
||||
#: variable.c:524
|
||||
#: variable.c:559
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for structures are not supported"
|
||||
msgstr "구조에는 다차원 배열이 지원되지 않음"
|
||||
|
@@ -7,8 +7,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpg (PostgreSQL current)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2016-09-20 18:08+0000\n"
|
||||
"POT-Creation-Date: 2016-10-24 02:38+0000\n"
|
||||
"PO-Revision-Date: 2016-09-25 17:55+0300\n"
|
||||
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
|
||||
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -16,7 +17,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"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"
|
||||
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
|
||||
|
||||
#: descriptor.c:64
|
||||
#, c-format
|
||||
@@ -362,12 +362,12 @@ msgstr "определение типа не может включать ини
|
||||
msgid "type name \"string\" is reserved in Informix mode"
|
||||
msgstr "имя типа \"string\" в режиме Informix зарезервировано"
|
||||
|
||||
#: preproc.y:546 preproc.y:14622
|
||||
#: preproc.y:546 preproc.y:14626
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "тип \"%s\" уже определён"
|
||||
|
||||
#: preproc.y:570 preproc.y:15280 preproc.y:15600 variable.c:620
|
||||
#: preproc.y:570 preproc.y:15284 preproc.y:15604 variable.c:620
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for simple data types are not supported"
|
||||
msgstr "многомерные массивы с простыми типами данных не поддерживаются"
|
||||
@@ -407,9 +407,9 @@ msgstr "оператор VAR с параметром AT не поддержив
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "оператор WHENEVER с параметром AT не поддерживается"
|
||||
|
||||
#: preproc.y:2228 preproc.y:2233 preproc.y:2349 preproc.y:3759 preproc.y:5169
|
||||
#: preproc.y:5178 preproc.y:5462 preproc.y:6898 preproc.y:8136 preproc.y:8141
|
||||
#: preproc.y:10772 preproc.y:11389
|
||||
#: preproc.y:2228 preproc.y:2233 preproc.y:2349 preproc.y:3759 preproc.y:5173
|
||||
#: preproc.y:5182 preproc.y:5466 preproc.y:6902 preproc.y:8140 preproc.y:8145
|
||||
#: preproc.y:10776 preproc.y:11393
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "неподдерживаемая функция будет передана серверу"
|
||||
@@ -424,38 +424,38 @@ msgstr "SHOW ALL не реализовано"
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "операция COPY FROM STDIN не реализована"
|
||||
|
||||
#: preproc.y:9031 preproc.y:14211
|
||||
#: preproc.y:9035 preproc.y:14215
|
||||
#, c-format
|
||||
msgid "using variable \"%s\" in different declare statements is not supported"
|
||||
msgstr ""
|
||||
"использование переменной \"%s\" в разных операторах DECLARE не поддерживается"
|
||||
|
||||
#: preproc.y:9033 preproc.y:14213
|
||||
#: preproc.y:9037 preproc.y:14217
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "курсор \"%s\" уже определён"
|
||||
|
||||
#: preproc.y:9463
|
||||
#: preproc.y:9467
|
||||
#, c-format
|
||||
msgid "no longer supported LIMIT #,# syntax passed to server"
|
||||
msgstr "не поддерживаемое более предложение LIMIT #,# передано на сервер"
|
||||
|
||||
#: preproc.y:9771 preproc.y:9778
|
||||
#: preproc.y:9775 preproc.y:9782
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "подзапрос во FROM должен иметь псевдоним"
|
||||
|
||||
#: preproc.y:13941
|
||||
#: preproc.y:13945
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "в CREATE TABLE AS нельзя указать INTO"
|
||||
|
||||
#: preproc.y:13977
|
||||
#: preproc.y:13981
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "ожидался знак \"@\", но на этом месте \"%s\""
|
||||
|
||||
#: preproc.y:13989
|
||||
#: preproc.y:13993
|
||||
#, c-format
|
||||
msgid ""
|
||||
"only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are "
|
||||
@@ -464,90 +464,90 @@ msgstr ""
|
||||
"поддерживаются только протоколы \"tcp\" и \"unix\", а тип базы данных - "
|
||||
"\"postgresql\""
|
||||
|
||||
#: preproc.y:13992
|
||||
#: preproc.y:13996
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "ожидалось \"://\", но на этом месте \"%s\""
|
||||
|
||||
#: preproc.y:13997
|
||||
#: preproc.y:14001
|
||||
#, c-format
|
||||
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
|
||||
msgstr ""
|
||||
"Доменные сокеты Unix работают только с \"localhost\", но не с адресом \"%s\""
|
||||
|
||||
#: preproc.y:14023
|
||||
#: preproc.y:14027
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "ожидался тип \"postgresql\", но на этом месте \"%s\""
|
||||
|
||||
#: preproc.y:14026
|
||||
#: preproc.y:14030
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "неверный тип подключения: %s"
|
||||
|
||||
#: preproc.y:14035
|
||||
#: preproc.y:14039
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "ожидалось \"@\" или \"://\", но на этом месте \"%s\""
|
||||
|
||||
#: preproc.y:14110 preproc.y:14128
|
||||
#: preproc.y:14114 preproc.y:14132
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "неверный тип данных"
|
||||
|
||||
#: preproc.y:14139 preproc.y:14156
|
||||
#: preproc.y:14143 preproc.y:14160
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "неполный оператор"
|
||||
|
||||
#: preproc.y:14142 preproc.y:14159
|
||||
#: preproc.y:14146 preproc.y:14163
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "нераспознанное ключевое слово \"%s\""
|
||||
|
||||
#: preproc.y:14433
|
||||
#: preproc.y:14437
|
||||
#, c-format
|
||||
msgid "only data types numeric and decimal have precision/scale argument"
|
||||
msgstr ""
|
||||
"точность/масштаб можно указать только для типов данных numeric и decimal"
|
||||
|
||||
#: preproc.y:14445
|
||||
#: preproc.y:14449
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "определение интервала здесь не допускается"
|
||||
|
||||
#: preproc.y:14597 preproc.y:14649
|
||||
#: preproc.y:14601 preproc.y:14653
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "слишком много уровней в определении вложенной структуры/объединения"
|
||||
|
||||
#: preproc.y:14788
|
||||
#: preproc.y:14792
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "указатели на varchar не реализованы"
|
||||
|
||||
#: preproc.y:14975 preproc.y:15000
|
||||
#: preproc.y:14979 preproc.y:15004
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "используется неподдерживаемый оператор DESCRIBE"
|
||||
|
||||
#: preproc.y:15247
|
||||
#: preproc.y:15251
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "команда EXEC SQL VAR не может включать инициализатор"
|
||||
|
||||
#: preproc.y:15558
|
||||
#: preproc.y:15562
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "массивы индикаторов на входе недопустимы"
|
||||
|
||||
#: preproc.y:15779
|
||||
#: preproc.y:15783
|
||||
#, c-format
|
||||
msgid "operator not allowed in variable definition"
|
||||
msgstr "недопустимый оператор в определении переменной"
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: preproc.y:15817
|
||||
#: preproc.y:15821
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "%s (примерное положение: \"%s\")"
|
||||
|
@@ -3,23 +3,23 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 9.5\n"
|
||||
"Project-Id-Version: PostgreSQL 9.6 libpq\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2015-12-23 14:15+0900\n"
|
||||
"PO-Revision-Date: 2015-12-23 15:01+0900\n"
|
||||
"POT-Creation-Date: 2016-09-26 14:02+0900\n"
|
||||
"PO-Revision-Date: 2016-09-26 16:37+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"
|
||||
"Language: ko\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: fe-auth.c:148
|
||||
msgid "GSSAPI continuation error"
|
||||
msgstr "GSSAPI 연속 오류"
|
||||
|
||||
#: fe-auth.c:177 fe-auth.c:410
|
||||
#: fe-auth.c:177 fe-auth.c:412
|
||||
msgid "host name must be specified\n"
|
||||
msgstr "호스트 이름을 지정해야 함\n"
|
||||
|
||||
@@ -27,14 +27,14 @@ msgstr "호스트 이름을 지정해야 함\n"
|
||||
msgid "duplicate GSS authentication request\n"
|
||||
msgstr "중복된 GSS 인증 요청\n"
|
||||
|
||||
#: fe-auth.c:197 fe-auth.c:307 fe-auth.c:381 fe-auth.c:416 fe-auth.c:512
|
||||
#: fe-auth.c:778 fe-connect.c:707 fe-connect.c:904 fe-connect.c:1080
|
||||
#: fe-connect.c:2091 fe-connect.c:3483 fe-connect.c:3735 fe-connect.c:3854
|
||||
#: fe-connect.c:4094 fe-connect.c:4174 fe-connect.c:4273 fe-connect.c:4525
|
||||
#: fe-connect.c:4554 fe-connect.c:4626 fe-connect.c:4644 fe-connect.c:4740
|
||||
#: fe-connect.c:5074 fe-connect.c:5224 fe-exec.c:3339 fe-exec.c:3504
|
||||
#: fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:1613
|
||||
#: fe-secure-openssl.c:527 fe-secure-openssl.c:1069
|
||||
#: fe-auth.c:197 fe-auth.c:309 fe-auth.c:383 fe-auth.c:418 fe-auth.c:514
|
||||
#: fe-auth.c:780 fe-connect.c:707 fe-connect.c:904 fe-connect.c:1080
|
||||
#: fe-connect.c:2091 fe-connect.c:3484 fe-connect.c:3736 fe-connect.c:3855
|
||||
#: fe-connect.c:4095 fe-connect.c:4175 fe-connect.c:4274 fe-connect.c:4530
|
||||
#: fe-connect.c:4559 fe-connect.c:4631 fe-connect.c:4649 fe-connect.c:4745
|
||||
#: fe-connect.c:5079 fe-connect.c:5229 fe-exec.c:2652 fe-exec.c:3399
|
||||
#: fe-exec.c:3564 fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:992
|
||||
#: fe-protocol3.c:1678 fe-secure-openssl.c:552 fe-secure-openssl.c:1094
|
||||
msgid "out of memory\n"
|
||||
msgstr "메모리 부족\n"
|
||||
|
||||
@@ -42,54 +42,54 @@ msgstr "메모리 부족\n"
|
||||
msgid "GSSAPI name import error"
|
||||
msgstr "GSSAPI 이름 가져오기 오류"
|
||||
|
||||
#: fe-auth.c:296
|
||||
#: fe-auth.c:298
|
||||
msgid "SSPI continuation error"
|
||||
msgstr "SSPI 연속 오류"
|
||||
|
||||
#: fe-auth.c:396
|
||||
#: fe-auth.c:398
|
||||
msgid "could not acquire SSPI credentials"
|
||||
msgstr "SSPI 자격 증명을 가져올 수 없음"
|
||||
|
||||
#: fe-auth.c:487
|
||||
#: fe-auth.c:489
|
||||
msgid "SCM_CRED authentication method not supported\n"
|
||||
msgstr "SCM_CRED 인증 방법이 지원되지 않음\n"
|
||||
|
||||
#: fe-auth.c:563
|
||||
#: fe-auth.c:565
|
||||
msgid "Kerberos 4 authentication not supported\n"
|
||||
msgstr "Kerberos 4 인증 방법이 지원되지 않음\n"
|
||||
|
||||
#: fe-auth.c:568
|
||||
#: fe-auth.c:570
|
||||
msgid "Kerberos 5 authentication not supported\n"
|
||||
msgstr "Kerberos 5 인증 방법이 지원되지 않음\n"
|
||||
|
||||
#: fe-auth.c:639
|
||||
#: fe-auth.c:641
|
||||
msgid "GSSAPI authentication not supported\n"
|
||||
msgstr "GSSAPI 인증은 지원되지 않음\n"
|
||||
|
||||
#: fe-auth.c:671
|
||||
#: fe-auth.c:673
|
||||
msgid "SSPI authentication not supported\n"
|
||||
msgstr "SSPI 인증은 지원되지 않음\n"
|
||||
|
||||
#: fe-auth.c:679
|
||||
#: fe-auth.c:681
|
||||
msgid "Crypt authentication not supported\n"
|
||||
msgstr "암호화 인증은 지원되지 않음\n"
|
||||
|
||||
#: fe-auth.c:706
|
||||
#: fe-auth.c:708
|
||||
#, c-format
|
||||
msgid "authentication method %u not supported\n"
|
||||
msgstr "%u 인증 방법이 지원되지 않음\n"
|
||||
|
||||
#: fe-auth.c:753
|
||||
#: fe-auth.c:755
|
||||
#, c-format
|
||||
msgid "user name lookup failure: error code %lu\n"
|
||||
msgstr "사용자 이름 찾기 실패: 오류 코드 %lu\n"
|
||||
|
||||
#: fe-auth.c:763 fe-connect.c:2018
|
||||
#: fe-auth.c:765 fe-connect.c:2018
|
||||
#, c-format
|
||||
msgid "could not look up local user ID %d: %s\n"
|
||||
msgstr "UID %d 해당하는 사용자를 찾을 수 없음: %s\n"
|
||||
|
||||
#: fe-auth.c:768 fe-connect.c:2023
|
||||
#: fe-auth.c:770 fe-connect.c:2023
|
||||
#, c-format
|
||||
msgid "local user with ID %d does not exist\n"
|
||||
msgstr "ID %d 로컬 사용자 없음\n"
|
||||
@@ -167,7 +167,7 @@ msgstr "setsockopt(TCP_KEEPCNT) 실패: %s\n"
|
||||
#: fe-connect.c:1374
|
||||
#, c-format
|
||||
msgid "WSAIoctl(SIO_KEEPALIVE_VALS) failed: %ui\n"
|
||||
msgstr ""
|
||||
msgstr "WSAIoctl(SIO_KEEPALIVE_VALS) 실패: %ui\n"
|
||||
|
||||
#: fe-connect.c:1426
|
||||
#, c-format
|
||||
@@ -177,7 +177,7 @@ msgstr "잘못된 포트 번호: \"%s\"\n"
|
||||
#: fe-connect.c:1459
|
||||
#, c-format
|
||||
msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)\n"
|
||||
msgstr ""
|
||||
msgstr "\"%s\" 유닉스 도메인 소켓 경로가 너무 깁니다 (최대 %d 바이트)\n"
|
||||
|
||||
#: fe-connect.c:1478
|
||||
#, c-format
|
||||
@@ -239,7 +239,7 @@ msgstr "신뢰성 피어를 얻을 수 없습니다: %s\n"
|
||||
#: fe-connect.c:2031
|
||||
#, c-format
|
||||
msgid "requirepeer specifies \"%s\", but actual peer user name is \"%s\"\n"
|
||||
msgstr ""
|
||||
msgstr "\"%s\" 이름으로 requirepeer를 지정했지만, 실재 사용자 이름은 \"%s\" 입니다\n"
|
||||
|
||||
#: fe-connect.c:2065
|
||||
#, c-format
|
||||
@@ -279,165 +279,168 @@ msgstr "시작하는 동안 서버로부터 기대되지 않는 메시지\n"
|
||||
msgid "invalid connection state %d, probably indicative of memory corruption\n"
|
||||
msgstr "잘못된 연결 상태 %d, 메모리 손상일 가능성이 큼\n"
|
||||
|
||||
#: fe-connect.c:3089 fe-connect.c:3149
|
||||
#: fe-connect.c:3090 fe-connect.c:3150
|
||||
#, c-format
|
||||
msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
|
||||
msgstr "PGEVT_CONNRESET 이벤트 동안 PGEventProc \"%s\"이(가) 실패함\n"
|
||||
|
||||
#: fe-connect.c:3496
|
||||
#: fe-connect.c:3497
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
|
||||
msgstr "잘못된 LDAP URL \"%s\": 스키마는 ldap:// 여야함\n"
|
||||
|
||||
#: fe-connect.c:3511
|
||||
#: fe-connect.c:3512
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
|
||||
msgstr "잘못된 LDAP URL \"%s\": 식별자 이름이 빠졌음\n"
|
||||
|
||||
#: fe-connect.c:3522 fe-connect.c:3575
|
||||
#: fe-connect.c:3523 fe-connect.c:3576
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
|
||||
msgstr "잘못된 LDAP URL \"%s\": 단 하나의 속성만 가져야함\n"
|
||||
|
||||
#: fe-connect.c:3532 fe-connect.c:3589
|
||||
#: fe-connect.c:3533 fe-connect.c:3590
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
|
||||
msgstr "잘못된 LDAP URL \"%s\": 검색범위(base/one/sub)를 지정해야함\n"
|
||||
|
||||
#: fe-connect.c:3543
|
||||
#: fe-connect.c:3544
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": no filter\n"
|
||||
msgstr "잘못된 LDAP URL \"%s\": 필터 없음\n"
|
||||
|
||||
#: fe-connect.c:3564
|
||||
#: fe-connect.c:3565
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": invalid port number\n"
|
||||
msgstr "잘못된 LDAP URL \"%s\": 포트번호가 잘못됨\n"
|
||||
|
||||
#: fe-connect.c:3598
|
||||
#: fe-connect.c:3599
|
||||
msgid "could not create LDAP structure\n"
|
||||
msgstr "LDAP 구조를 만들 수 없음\n"
|
||||
|
||||
#: fe-connect.c:3674
|
||||
#: fe-connect.c:3675
|
||||
#, c-format
|
||||
msgid "lookup on LDAP server failed: %s\n"
|
||||
msgstr "LDAP 서버를 찾을 수 없음: %s\n"
|
||||
|
||||
#: fe-connect.c:3685
|
||||
#: fe-connect.c:3686
|
||||
msgid "more than one entry found on LDAP lookup\n"
|
||||
msgstr "LDAP 검색에서 하나 이상의 엔트리가 발견되었음\n"
|
||||
|
||||
#: fe-connect.c:3686 fe-connect.c:3698
|
||||
#: fe-connect.c:3687 fe-connect.c:3699
|
||||
msgid "no entry found on LDAP lookup\n"
|
||||
msgstr "LDAP 검색에서 해당 항목 없음\n"
|
||||
|
||||
#: fe-connect.c:3709 fe-connect.c:3722
|
||||
#: fe-connect.c:3710 fe-connect.c:3723
|
||||
msgid "attribute has no values on LDAP lookup\n"
|
||||
msgstr "LDAP 검색에서 속성의 값이 없음\n"
|
||||
|
||||
#: fe-connect.c:3774 fe-connect.c:3793 fe-connect.c:4312
|
||||
#: fe-connect.c:3775 fe-connect.c:3794 fe-connect.c:4313
|
||||
#, c-format
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "연결문자열에서 \"%s\" 다음에 \"=\" 문자 빠졌음\n"
|
||||
|
||||
#: fe-connect.c:3866 fe-connect.c:4493 fe-connect.c:5207
|
||||
#: fe-connect.c:3867 fe-connect.c:4498 fe-connect.c:5212
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "잘못된 연결 옵션 \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:3882 fe-connect.c:4361
|
||||
#: fe-connect.c:3883 fe-connect.c:4362
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
msgstr "연결문자열에서 완성되지 못한 따옴표문자열이 있음\n"
|
||||
|
||||
#: fe-connect.c:3922
|
||||
#: fe-connect.c:3923
|
||||
msgid "could not get home directory to locate service definition file"
|
||||
msgstr "서비스 정의 파일이 있는 홈 디렉토리를 찾을 수 없음"
|
||||
|
||||
#: fe-connect.c:3955
|
||||
#: fe-connect.c:3956
|
||||
#, c-format
|
||||
msgid "definition of service \"%s\" not found\n"
|
||||
msgstr "\"%s\" 서비스 정의를 찾을 수 없음\n"
|
||||
|
||||
#: fe-connect.c:3978
|
||||
#: fe-connect.c:3979
|
||||
#, c-format
|
||||
msgid "service file \"%s\" not found\n"
|
||||
msgstr "\"%s\" 서비스 파일을 찾을 수 없음\n"
|
||||
|
||||
#: fe-connect.c:3991
|
||||
#: fe-connect.c:3992
|
||||
#, c-format
|
||||
msgid "line %d too long in service file \"%s\"\n"
|
||||
msgstr "%d번째 줄이 \"%s\" 서비스 파일에서 너무 깁니다\n"
|
||||
|
||||
#: fe-connect.c:4062 fe-connect.c:4106
|
||||
#: fe-connect.c:4063 fe-connect.c:4107
|
||||
#, c-format
|
||||
msgid "syntax error in service file \"%s\", line %d\n"
|
||||
msgstr "\"%s\" 서비스 파일의 %d번째 줄에 구문 오류 있음\n"
|
||||
|
||||
#: fe-connect.c:4073
|
||||
#: fe-connect.c:4074
|
||||
#, c-format
|
||||
msgid ""
|
||||
"nested service specifications not supported in service file \"%s\", line %d\n"
|
||||
msgstr "\"%s\" 서비스 파일의 %d번째 줄에 설정을 지원하지 않음\n"
|
||||
|
||||
#: fe-connect.c:4751
|
||||
#: fe-connect.c:4756
|
||||
#, c-format
|
||||
msgid "invalid URI propagated to internal parser routine: \"%s\"\n"
|
||||
msgstr "URI 구문 분석을 할 수 없음: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4821
|
||||
#: fe-connect.c:4826
|
||||
#, c-format
|
||||
msgid ""
|
||||
"end of string reached when looking for matching \"]\" in IPv6 host address "
|
||||
"in URI: \"%s\"\n"
|
||||
msgstr ""
|
||||
"URI의 IPv6 호스트 주소에서 \"]\" 매칭 검색을 실패했습니다, 해당 URI: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4828
|
||||
#: fe-connect.c:4833
|
||||
#, c-format
|
||||
msgid "IPv6 host address may not be empty in URI: \"%s\"\n"
|
||||
msgstr ""
|
||||
msgstr "IPv6 호스트 주소가 없습니다, 해당 URI: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4843
|
||||
#: fe-connect.c:4848
|
||||
#, c-format
|
||||
msgid ""
|
||||
"unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): "
|
||||
"\"%s\"\n"
|
||||
msgstr ""
|
||||
"잘못된 \"%c\" 문자가 URI 문자열 가운데 %d 번째 있습니다(\":\" 또는 \"/\" 문자가 있어야 함): "
|
||||
"\"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4957
|
||||
#: fe-connect.c:4962
|
||||
#, c-format
|
||||
msgid "extra key/value separator \"=\" in URI query parameter: \"%s\"\n"
|
||||
msgstr ""
|
||||
msgstr "키/밸류 구분자 \"=\" 문자가 필요함, 해당 URI 쿼리 매개변수: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4977
|
||||
#: fe-connect.c:4982
|
||||
#, c-format
|
||||
msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n"
|
||||
msgstr ""
|
||||
msgstr "키/밸류 구분자 \"=\" 문자가 필요함, 해당 URI 쿼리 매개변수: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5028
|
||||
#: fe-connect.c:5033
|
||||
#, c-format
|
||||
msgid "invalid URI query parameter: \"%s\"\n"
|
||||
msgstr "잘못된 URL 쿼리 매개변수값: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5102
|
||||
#: fe-connect.c:5107
|
||||
#, c-format
|
||||
msgid "invalid percent-encoded token: \"%s\"\n"
|
||||
msgstr "잘못된 퍼센트 인코드 토큰: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5112
|
||||
#: fe-connect.c:5117
|
||||
#, c-format
|
||||
msgid "forbidden value %%00 in percent-encoded value: \"%s\"\n"
|
||||
msgstr ""
|
||||
msgstr "퍼센트 인코드 값에 %%00 숨김 값이 있음: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5443
|
||||
#: fe-connect.c:5451
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "연결 포인터가 NULL\n"
|
||||
|
||||
#: fe-connect.c:5729
|
||||
#: fe-connect.c:5749
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "경고: \"%s\" 패스워드 파일이 plain 파일이 아님\n"
|
||||
|
||||
#: fe-connect.c:5738
|
||||
#: fe-connect.c:5758
|
||||
#, c-format
|
||||
msgid ""
|
||||
"WARNING: password file \"%s\" has group or world access; permissions should "
|
||||
@@ -446,103 +449,107 @@ msgstr ""
|
||||
"경고: 패스워드 파일 \"%s\"에 그룹 또는 범용 액세스 권한이 있습니다. 권한은 "
|
||||
"u=rw(0600) 이하여야 합니다.\n"
|
||||
|
||||
#: fe-connect.c:5844
|
||||
#: fe-connect.c:5864
|
||||
#, c-format
|
||||
msgid "password retrieved from file \"%s\"\n"
|
||||
msgstr "\"%s\" 파일에서 암호를 찾을 수 없음\n"
|
||||
|
||||
#: fe-exec.c:825
|
||||
#: fe-exec.c:826
|
||||
msgid "NOTICE"
|
||||
msgstr "알림"
|
||||
|
||||
#: fe-exec.c:1122 fe-exec.c:1180 fe-exec.c:1226
|
||||
#: fe-exec.c:1141 fe-exec.c:1199 fe-exec.c:1245
|
||||
msgid "command string is a null pointer\n"
|
||||
msgstr "명령 문자열이 null 포인터\n"
|
||||
|
||||
#: fe-exec.c:1186 fe-exec.c:1232 fe-exec.c:1327
|
||||
#: fe-exec.c:1205 fe-exec.c:1251 fe-exec.c:1346
|
||||
msgid "number of parameters must be between 0 and 65535\n"
|
||||
msgstr "매개변수값으로 숫자는 0에서 65535까지만 쓸 수 있음\n"
|
||||
|
||||
#: fe-exec.c:1220 fe-exec.c:1321
|
||||
#: fe-exec.c:1239 fe-exec.c:1340
|
||||
msgid "statement name is a null pointer\n"
|
||||
msgstr "실행 구문 이름이 null 포인트(값이 없음)입니다\n"
|
||||
|
||||
#: fe-exec.c:1240 fe-exec.c:1404 fe-exec.c:2119 fe-exec.c:2318
|
||||
#: fe-exec.c:1259 fe-exec.c:1423 fe-exec.c:2141 fe-exec.c:2340
|
||||
msgid "function requires at least protocol version 3.0\n"
|
||||
msgstr "함수는 적어도 버전 3의 프로토콜을 요구하고 있습니다\n"
|
||||
|
||||
#: fe-exec.c:1358
|
||||
#: fe-exec.c:1377
|
||||
msgid "no connection to the server\n"
|
||||
msgstr "서버에 대한 연결이 없음\n"
|
||||
|
||||
#: fe-exec.c:1365
|
||||
#: fe-exec.c:1384
|
||||
msgid "another command is already in progress\n"
|
||||
msgstr "처리 중에 이미 다른 명령이 존재함\n"
|
||||
|
||||
#: fe-exec.c:1480
|
||||
#: fe-exec.c:1499
|
||||
msgid "length must be given for binary parameter\n"
|
||||
msgstr "바이너리 자료 매개 변수를 사용할 때는 그 길이를 지정해야 함\n"
|
||||
|
||||
#: fe-exec.c:1749
|
||||
#: fe-exec.c:1771
|
||||
#, c-format
|
||||
msgid "unexpected asyncStatus: %d\n"
|
||||
msgstr "기대되지 않은 동기화상태: %d\n"
|
||||
|
||||
#: fe-exec.c:1769
|
||||
#: fe-exec.c:1791
|
||||
#, c-format
|
||||
msgid "PGEventProc \"%s\" failed during PGEVT_RESULTCREATE event\n"
|
||||
msgstr "PGEVT_RESULTCREATE 이벤트 동안 PGEventProc \"%s\" 실패함\n"
|
||||
|
||||
#: fe-exec.c:1929
|
||||
#: fe-exec.c:1951
|
||||
msgid "COPY terminated by new PQexec"
|
||||
msgstr "새 PQexec 호출로 COPY 작업이 중지 되었습니다"
|
||||
|
||||
#: fe-exec.c:1937
|
||||
#: fe-exec.c:1959
|
||||
msgid "COPY IN state must be terminated first\n"
|
||||
msgstr "COPY IN 상태가 먼저 끝나야함\n"
|
||||
|
||||
#: fe-exec.c:1957
|
||||
#: fe-exec.c:1979
|
||||
msgid "COPY OUT state must be terminated first\n"
|
||||
msgstr "COPY OUT 상태가 먼저 끝나야함\n"
|
||||
|
||||
#: fe-exec.c:1965
|
||||
#: fe-exec.c:1987
|
||||
msgid "PQexec not allowed during COPY BOTH\n"
|
||||
msgstr "COPY BOTH 작업 중에는 PQexec 사용할 수 없음\n"
|
||||
|
||||
#: fe-exec.c:2208 fe-exec.c:2275 fe-exec.c:2365 fe-protocol2.c:1352
|
||||
#: fe-protocol3.c:1752
|
||||
#: fe-exec.c:2230 fe-exec.c:2297 fe-exec.c:2387 fe-protocol2.c:1352
|
||||
#: fe-protocol3.c:1817
|
||||
msgid "no COPY in progress\n"
|
||||
msgstr "처리 가운데 COPY가 없음\n"
|
||||
|
||||
#: fe-exec.c:2555
|
||||
#: fe-exec.c:2577
|
||||
msgid "connection in wrong state\n"
|
||||
msgstr "잘못된 상태의 연결\n"
|
||||
|
||||
#: fe-exec.c:2586
|
||||
#: fe-exec.c:2608
|
||||
msgid "invalid ExecStatusType code"
|
||||
msgstr "잘못된 ExecStatusType 코드"
|
||||
|
||||
#: fe-exec.c:2650 fe-exec.c:2673
|
||||
#: fe-exec.c:2635
|
||||
msgid "PGresult is not an error result\n"
|
||||
msgstr "PGresult가 오류 결과가 아님\n"
|
||||
|
||||
#: fe-exec.c:2710 fe-exec.c:2733
|
||||
#, c-format
|
||||
msgid "column number %d is out of range 0..%d"
|
||||
msgstr "%d 번째 열은 0..%d 범위를 벗어났음"
|
||||
|
||||
#: fe-exec.c:2666
|
||||
#: fe-exec.c:2726
|
||||
#, c-format
|
||||
msgid "row number %d is out of range 0..%d"
|
||||
msgstr "%d 번째 행(row)은 0..%d 범위를 벗어났음"
|
||||
|
||||
#: fe-exec.c:2688
|
||||
#: fe-exec.c:2748
|
||||
#, c-format
|
||||
msgid "parameter number %d is out of range 0..%d"
|
||||
msgstr "%d개의 매개 변수는 0..%d 범위를 벗어났음"
|
||||
|
||||
#: fe-exec.c:2998
|
||||
#: fe-exec.c:3058
|
||||
#, c-format
|
||||
msgid "could not interpret result from server: %s"
|
||||
msgstr "서버로부터 결과처리를 중지 시킬 수 없음: %s"
|
||||
|
||||
#: fe-exec.c:3237 fe-exec.c:3321
|
||||
#: fe-exec.c:3297 fe-exec.c:3381
|
||||
msgid "incomplete multibyte character\n"
|
||||
msgstr "완성되지 않은 멀티바이트 문자\n"
|
||||
|
||||
@@ -643,7 +650,7 @@ msgstr "%lu 정수형 크기는 pqPutInt 함수에서 지원하지 않음"
|
||||
msgid "connection not open\n"
|
||||
msgstr "연결 열기 실패\n"
|
||||
|
||||
#: fe-misc.c:812 fe-secure-openssl.c:249 fe-secure-openssl.c:355
|
||||
#: fe-misc.c:812 fe-secure-openssl.c:271 fe-secure-openssl.c:380
|
||||
#: fe-secure.c:253 fe-secure.c:362
|
||||
msgid ""
|
||||
"server closed the connection unexpectedly\n"
|
||||
@@ -659,8 +666,8 @@ msgid "timeout expired\n"
|
||||
msgstr "시간 초과\n"
|
||||
|
||||
#: fe-misc.c:1061
|
||||
msgid "socket not open\n"
|
||||
msgstr "소캣 열기 실패\n"
|
||||
msgid "invalid socket\n"
|
||||
msgstr "잘못된 소켓\n"
|
||||
|
||||
#: fe-misc.c:1084
|
||||
#, c-format
|
||||
@@ -684,7 +691,7 @@ msgstr "휴지(idle)동안 서버로 부터 0x%02x 형태 메시지를 받았음
|
||||
|
||||
#: fe-protocol2.c:503 fe-protocol2.c:538 fe-protocol2.c:1049
|
||||
#: fe-protocol3.c:209 fe-protocol3.c:236 fe-protocol3.c:253 fe-protocol3.c:333
|
||||
#: fe-protocol3.c:720 fe-protocol3.c:1037
|
||||
#: fe-protocol3.c:728 fe-protocol3.c:951
|
||||
msgid "out of memory"
|
||||
msgstr "메모리 부족"
|
||||
|
||||
@@ -715,11 +722,11 @@ msgstr ""
|
||||
msgid "unexpected response from server; first received character was \"%c\"\n"
|
||||
msgstr "서버로부터 예상치 못한 응답을 받았음; \"%c\" 문자를 첫문자로 받았음\n"
|
||||
|
||||
#: fe-protocol2.c:762 fe-protocol2.c:937 fe-protocol3.c:627 fe-protocol3.c:841
|
||||
#: fe-protocol2.c:762 fe-protocol2.c:937 fe-protocol3.c:627 fe-protocol3.c:854
|
||||
msgid "out of memory for query result"
|
||||
msgstr "쿼리 결과 처리를 위한 메모리 부족"
|
||||
|
||||
#: fe-protocol2.c:1395 fe-protocol3.c:1821
|
||||
#: fe-protocol2.c:1395 fe-protocol3.c:1886
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
@@ -729,7 +736,7 @@ msgstr "%s"
|
||||
msgid "lost synchronization with server, resetting connection"
|
||||
msgstr "서버와의 동기화가 끊김, 연결을 재 시도함"
|
||||
|
||||
#: fe-protocol2.c:1541 fe-protocol2.c:1573 fe-protocol3.c:2024
|
||||
#: fe-protocol2.c:1541 fe-protocol2.c:1573 fe-protocol3.c:2089
|
||||
#, c-format
|
||||
msgid "protocol error: id=0x%x\n"
|
||||
msgstr "프로토콜 오류: id=0x%x\n"
|
||||
@@ -759,93 +766,101 @@ msgstr "\"T\" 메시지 안에 부족자 데이터"
|
||||
msgid "extraneous data in \"T\" message"
|
||||
msgstr "\"T\" 메시지 안에 잘못된 데이터"
|
||||
|
||||
#: fe-protocol3.c:749 fe-protocol3.c:781 fe-protocol3.c:799
|
||||
#: fe-protocol3.c:691
|
||||
msgid "extraneous data in \"t\" message"
|
||||
msgstr "\"t\" 메시지 안에 잘못된 데이터"
|
||||
|
||||
#: fe-protocol3.c:762 fe-protocol3.c:794 fe-protocol3.c:812
|
||||
msgid "insufficient data in \"D\" message"
|
||||
msgstr "\"D\" 메시지 안에 불충분한 데이터"
|
||||
|
||||
#: fe-protocol3.c:755
|
||||
#: fe-protocol3.c:768
|
||||
msgid "unexpected field count in \"D\" message"
|
||||
msgstr "\"D\" 메시지 안에 예상치 못한 필드 수"
|
||||
|
||||
#: fe-protocol3.c:808
|
||||
#: fe-protocol3.c:821
|
||||
msgid "extraneous data in \"D\" message"
|
||||
msgstr "\"D\" 메시지 안에 잘못된 데이터"
|
||||
|
||||
#: fe-protocol3.c:1005
|
||||
msgid "no error message available\n"
|
||||
msgstr "보여줄 오류 메시지가 없음\n"
|
||||
|
||||
#. translator: %s represents a digit string
|
||||
#: fe-protocol3.c:940 fe-protocol3.c:959
|
||||
#: fe-protocol3.c:1035 fe-protocol3.c:1054
|
||||
#, c-format
|
||||
msgid " at character %s"
|
||||
msgstr " 위치: %s"
|
||||
|
||||
#: fe-protocol3.c:972
|
||||
#: fe-protocol3.c:1067
|
||||
#, c-format
|
||||
msgid "DETAIL: %s\n"
|
||||
msgstr "상세정보: %s\n"
|
||||
|
||||
#: fe-protocol3.c:975
|
||||
#: fe-protocol3.c:1070
|
||||
#, c-format
|
||||
msgid "HINT: %s\n"
|
||||
msgstr "힌트: %s\n"
|
||||
|
||||
#: fe-protocol3.c:978
|
||||
#: fe-protocol3.c:1073
|
||||
#, c-format
|
||||
msgid "QUERY: %s\n"
|
||||
msgstr "쿼리: %s\n"
|
||||
|
||||
#: fe-protocol3.c:981
|
||||
#: fe-protocol3.c:1080
|
||||
#, c-format
|
||||
msgid "CONTEXT: %s\n"
|
||||
msgstr "구문: %s\n"
|
||||
|
||||
#: fe-protocol3.c:988
|
||||
#: fe-protocol3.c:1089
|
||||
#, c-format
|
||||
msgid "SCHEMA NAME: %s\n"
|
||||
msgstr "스키마 이름: %s\n"
|
||||
|
||||
#: fe-protocol3.c:992
|
||||
#: fe-protocol3.c:1093
|
||||
#, c-format
|
||||
msgid "TABLE NAME: %s\n"
|
||||
msgstr "테이블 이름: %s\n"
|
||||
|
||||
#: fe-protocol3.c:996
|
||||
#: fe-protocol3.c:1097
|
||||
#, c-format
|
||||
msgid "COLUMN NAME: %s\n"
|
||||
msgstr "칼럼 이름: %s\n"
|
||||
|
||||
#: fe-protocol3.c:1000
|
||||
#: fe-protocol3.c:1101
|
||||
#, c-format
|
||||
msgid "DATATYPE NAME: %s\n"
|
||||
msgstr "자료형 이름: %s\n"
|
||||
|
||||
#: fe-protocol3.c:1004
|
||||
#: fe-protocol3.c:1105
|
||||
#, c-format
|
||||
msgid "CONSTRAINT NAME: %s\n"
|
||||
msgstr "제약조건 이름: %s\n"
|
||||
|
||||
#: fe-protocol3.c:1016
|
||||
#: fe-protocol3.c:1117
|
||||
msgid "LOCATION: "
|
||||
msgstr "위치: "
|
||||
|
||||
#: fe-protocol3.c:1018
|
||||
#: fe-protocol3.c:1119
|
||||
#, c-format
|
||||
msgid "%s, "
|
||||
msgstr "%s, "
|
||||
|
||||
#: fe-protocol3.c:1020
|
||||
#: fe-protocol3.c:1121
|
||||
#, c-format
|
||||
msgid "%s:%s"
|
||||
msgstr "%s:%s"
|
||||
|
||||
#: fe-protocol3.c:1251
|
||||
#: fe-protocol3.c:1316
|
||||
#, c-format
|
||||
msgid "LINE %d: "
|
||||
msgstr "줄 %d: "
|
||||
|
||||
#: fe-protocol3.c:1646
|
||||
#: fe-protocol3.c:1711
|
||||
msgid "PQgetline: not doing text COPY OUT\n"
|
||||
msgstr "PQgetline: text COPY OUT 작업을 할 수 없음\n"
|
||||
|
||||
#: fe-secure-openssl.c:146 fe-secure-openssl.c:1006 fe-secure-openssl.c:1226
|
||||
#: fe-secure-openssl.c:146 fe-secure-openssl.c:1031 fe-secure-openssl.c:1251
|
||||
#, c-format
|
||||
msgid "could not acquire mutex: %s\n"
|
||||
msgstr "mutex 취득 실패: %s\n"
|
||||
@@ -855,121 +870,121 @@ msgstr "mutex 취득 실패: %s\n"
|
||||
msgid "could not establish SSL connection: %s\n"
|
||||
msgstr "SSL 연결을 확립할 수 없음: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:254 fe-secure-openssl.c:360 fe-secure-openssl.c:1349
|
||||
#: fe-secure-openssl.c:276 fe-secure-openssl.c:385 fe-secure-openssl.c:1377
|
||||
#, c-format
|
||||
msgid "SSL SYSCALL error: %s\n"
|
||||
msgstr "SSL SYSCALL 오류: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:261 fe-secure-openssl.c:367 fe-secure-openssl.c:1353
|
||||
#: fe-secure-openssl.c:283 fe-secure-openssl.c:392 fe-secure-openssl.c:1381
|
||||
msgid "SSL SYSCALL error: EOF detected\n"
|
||||
msgstr "SSL SYSCALL 오류: EOF 감지됨\n"
|
||||
|
||||
#: fe-secure-openssl.c:272 fe-secure-openssl.c:378 fe-secure-openssl.c:1362
|
||||
#: fe-secure-openssl.c:294 fe-secure-openssl.c:403 fe-secure-openssl.c:1390
|
||||
#, c-format
|
||||
msgid "SSL error: %s\n"
|
||||
msgstr "SSL 오류: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:287 fe-secure-openssl.c:393
|
||||
#: fe-secure-openssl.c:309 fe-secure-openssl.c:418
|
||||
msgid "SSL connection has been closed unexpectedly\n"
|
||||
msgstr ""
|
||||
msgstr "SSL 연결이 예상치 못하게 끊김\n"
|
||||
|
||||
#: fe-secure-openssl.c:293 fe-secure-openssl.c:399 fe-secure-openssl.c:1371
|
||||
#: fe-secure-openssl.c:315 fe-secure-openssl.c:424 fe-secure-openssl.c:1399
|
||||
#, c-format
|
||||
msgid "unrecognized SSL error code: %d\n"
|
||||
msgstr "알 수 없는 SSL 오류 코드: %d\n"
|
||||
|
||||
#: fe-secure-openssl.c:511
|
||||
#: fe-secure-openssl.c:536
|
||||
msgid "SSL certificate's name entry is missing\n"
|
||||
msgstr "SSL 인증서의 이름 항목이 잘못됨\n"
|
||||
|
||||
#: fe-secure-openssl.c:541
|
||||
#: fe-secure-openssl.c:566
|
||||
msgid "SSL certificate's name contains embedded null\n"
|
||||
msgstr "SSL 인증서의 이름에 null 문자가 있음\n"
|
||||
|
||||
#: fe-secure-openssl.c:592
|
||||
#: fe-secure-openssl.c:617
|
||||
msgid "host name must be specified for a verified SSL connection\n"
|
||||
msgstr "인증된 SSL 접속을 위해서는 호스트 이름을 지정해야 함\n"
|
||||
|
||||
#: fe-secure-openssl.c:692
|
||||
#: fe-secure-openssl.c:717
|
||||
#, c-format
|
||||
msgid "server certificate for \"%s\" does not match host name \"%s\"\n"
|
||||
msgstr ""
|
||||
"서버 인증서의 이름 \"%s\"이(가) 호스트 이름 \"%s\"과(와) 일치하지 않음\n"
|
||||
|
||||
#: fe-secure-openssl.c:698
|
||||
#: fe-secure-openssl.c:723
|
||||
msgid "could not get server's host name from server certificate\n"
|
||||
msgstr "서버 인증서에서 서버 호스트 이름을 찾을 수 없음\n"
|
||||
|
||||
#: fe-secure-openssl.c:845
|
||||
#: fe-secure-openssl.c:870
|
||||
#, c-format
|
||||
msgid "could not create SSL context: %s\n"
|
||||
msgstr "SSL context를 만들 수 없음: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:976
|
||||
#: fe-secure-openssl.c:1001
|
||||
#, c-format
|
||||
msgid "could not open certificate file \"%s\": %s\n"
|
||||
msgstr "\"%s\" 인증서 파일을 열수 없음: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1015 fe-secure-openssl.c:1030
|
||||
#: fe-secure-openssl.c:1040 fe-secure-openssl.c:1055
|
||||
#, c-format
|
||||
msgid "could not read certificate file \"%s\": %s\n"
|
||||
msgstr "\"%s\" 인증서 파일을 읽을 수 없음: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1085
|
||||
#: fe-secure-openssl.c:1110
|
||||
#, c-format
|
||||
msgid "could not load SSL engine \"%s\": %s\n"
|
||||
msgstr "SSL 엔진 \"%s\"을(를) 로드할 수 없음: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1097
|
||||
#: fe-secure-openssl.c:1122
|
||||
#, c-format
|
||||
msgid "could not initialize SSL engine \"%s\": %s\n"
|
||||
msgstr "SSL 엔진 \"%s\"을(를) 초기화할 수 없음: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1113
|
||||
#: fe-secure-openssl.c:1138
|
||||
#, c-format
|
||||
msgid "could not read private SSL key \"%s\" from engine \"%s\": %s\n"
|
||||
msgstr "개인 SSL 키 \"%s\"을(를) \"%s\" 엔진에서 읽을 수 없음: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1127
|
||||
#: fe-secure-openssl.c:1152
|
||||
#, c-format
|
||||
msgid "could not load private SSL key \"%s\" from engine \"%s\": %s\n"
|
||||
msgstr "개인 SSL 키 \"%s\"을(를) \"%s\" 엔진에서 읽을 수 없음: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1164
|
||||
#: fe-secure-openssl.c:1189
|
||||
#, c-format
|
||||
msgid "certificate present, but not private key file \"%s\"\n"
|
||||
msgstr "인증서가 있지만, \"%s\" 개인키가 아닙니다.\n"
|
||||
|
||||
#: fe-secure-openssl.c:1172
|
||||
#: fe-secure-openssl.c:1197
|
||||
#, c-format
|
||||
msgid ""
|
||||
"private key file \"%s\" has group or world access; permissions should be "
|
||||
"u=rw (0600) or less\n"
|
||||
msgstr ""
|
||||
"개인 키 파일 \"%s\"에 그룹 또는 범용 액세스 권한이 있습니다. 권한은 u=rw"
|
||||
"(0600) 이하여야 합니다.\n"
|
||||
"개인 키 파일 \"%s\"에 그룹 또는 범용 액세스 권한이 있습니다. 권한은 "
|
||||
"u=rw(0600) 이하여야 합니다.\n"
|
||||
|
||||
#: fe-secure-openssl.c:1183
|
||||
#: fe-secure-openssl.c:1208
|
||||
#, c-format
|
||||
msgid "could not load private key file \"%s\": %s\n"
|
||||
msgstr "\"%s\" 개인키 파일을 불러들일 수 없습니다: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1197
|
||||
#: fe-secure-openssl.c:1222
|
||||
#, c-format
|
||||
msgid "certificate does not match private key file \"%s\": %s\n"
|
||||
msgstr "인증서가 \"%s\" 개인키 파일과 맞지 않습니다: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1235
|
||||
#: fe-secure-openssl.c:1260
|
||||
#, c-format
|
||||
msgid "could not read root certificate file \"%s\": %s\n"
|
||||
msgstr "\"%s\" 루트 인증서 파일을 읽을 수 없음: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1265
|
||||
#: fe-secure-openssl.c:1290
|
||||
#, c-format
|
||||
msgid "SSL library does not support CRL certificates (file \"%s\")\n"
|
||||
msgstr "SSL 라이브러리가 CRL 인증서 (\"%s\" 파일)를 지원하지 않음\n"
|
||||
|
||||
#: fe-secure-openssl.c:1298
|
||||
#: fe-secure-openssl.c:1323
|
||||
msgid ""
|
||||
"could not get home directory to locate root certificate file\n"
|
||||
"Either provide the file or change sslmode to disable server certificate "
|
||||
@@ -979,7 +994,7 @@ msgstr ""
|
||||
"해당 파일을 제공하거나 서버 인증서 확인을 사용하지 않도록 sslmode를 변경하십"
|
||||
"시오.\n"
|
||||
|
||||
#: fe-secure-openssl.c:1302
|
||||
#: fe-secure-openssl.c:1327
|
||||
#, c-format
|
||||
msgid ""
|
||||
"root certificate file \"%s\" does not exist\n"
|
||||
@@ -990,17 +1005,17 @@ msgstr ""
|
||||
"해당 파일을 제공하거나 서버 인증서 확인을 사용하지 않도록 sslmode를 변경하십"
|
||||
"시오.\n"
|
||||
|
||||
#: fe-secure-openssl.c:1390
|
||||
#: fe-secure-openssl.c:1420
|
||||
#, c-format
|
||||
msgid "certificate could not be obtained: %s\n"
|
||||
msgstr "인증서를 구하질 못했습니다: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1482
|
||||
#: fe-secure-openssl.c:1512
|
||||
#, c-format
|
||||
msgid "no SSL error reported"
|
||||
msgstr "SSL 오류 없음이 보고됨"
|
||||
|
||||
#: fe-secure-openssl.c:1491
|
||||
#: fe-secure-openssl.c:1521
|
||||
#, c-format
|
||||
msgid "SSL error code %lu"
|
||||
msgstr "SSL 오류 번호 %lu"
|
||||
|
@@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libpq (PostgreSQL current)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2016-09-20 18:08+0000\n"
|
||||
"POT-Creation-Date: 2016-10-24 02:38+0000\n"
|
||||
"PO-Revision-Date: 2016-09-20 12:00+0300\n"
|
||||
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
|
||||
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
|
||||
@@ -38,9 +38,9 @@ msgstr "повторный запрос аутентификации GSS\n"
|
||||
#: fe-connect.c:2091 fe-connect.c:3484 fe-connect.c:3736 fe-connect.c:3855
|
||||
#: fe-connect.c:4095 fe-connect.c:4175 fe-connect.c:4274 fe-connect.c:4530
|
||||
#: fe-connect.c:4559 fe-connect.c:4631 fe-connect.c:4649 fe-connect.c:4745
|
||||
#: fe-connect.c:5079 fe-connect.c:5229 fe-exec.c:2652 fe-exec.c:3399
|
||||
#: fe-exec.c:3564 fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:992
|
||||
#: fe-protocol3.c:1678 fe-secure-openssl.c:555 fe-secure-openssl.c:1108
|
||||
#: fe-connect.c:5079 fe-connect.c:5229 fe-exec.c:2651 fe-exec.c:3398
|
||||
#: fe-exec.c:3563 fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:992
|
||||
#: fe-protocol3.c:1678 fe-secure-openssl.c:515 fe-secure-openssl.c:1139
|
||||
msgid "out of memory\n"
|
||||
msgstr "нехватка памяти\n"
|
||||
|
||||
@@ -482,7 +482,7 @@ msgstr "число параметров должно быть от 0 до 65535\
|
||||
msgid "statement name is a null pointer\n"
|
||||
msgstr "указатель на имя оператора нулевой\n"
|
||||
|
||||
#: fe-exec.c:1259 fe-exec.c:1423 fe-exec.c:2141 fe-exec.c:2340
|
||||
#: fe-exec.c:1259 fe-exec.c:1422 fe-exec.c:2140 fe-exec.c:2339
|
||||
msgid "function requires at least protocol version 3.0\n"
|
||||
msgstr "функция требует протокол минимум версии 3.0\n"
|
||||
|
||||
@@ -494,74 +494,74 @@ msgstr "нет соединения с сервером\n"
|
||||
msgid "another command is already in progress\n"
|
||||
msgstr "уже выполняется другая команда\n"
|
||||
|
||||
#: fe-exec.c:1499
|
||||
#: fe-exec.c:1498
|
||||
msgid "length must be given for binary parameter\n"
|
||||
msgstr "для двоичного параметра должна быть указана длина\n"
|
||||
|
||||
#: fe-exec.c:1771
|
||||
#: fe-exec.c:1770
|
||||
#, c-format
|
||||
msgid "unexpected asyncStatus: %d\n"
|
||||
msgstr "неожиданный asyncStatus: %d\n"
|
||||
|
||||
#: fe-exec.c:1791
|
||||
#: fe-exec.c:1790
|
||||
#, c-format
|
||||
msgid "PGEventProc \"%s\" failed during PGEVT_RESULTCREATE event\n"
|
||||
msgstr "ошибка в PGEventProc \"%s\" при обработке события PGEVT_RESULTCREATE\n"
|
||||
|
||||
#: fe-exec.c:1951
|
||||
#: fe-exec.c:1950
|
||||
msgid "COPY terminated by new PQexec"
|
||||
msgstr "операция COPY прервана вызовом PQexec"
|
||||
|
||||
#: fe-exec.c:1959
|
||||
#: fe-exec.c:1958
|
||||
msgid "COPY IN state must be terminated first\n"
|
||||
msgstr "сначала должно завершиться состояние COPY IN\n"
|
||||
|
||||
#: fe-exec.c:1979
|
||||
#: fe-exec.c:1978
|
||||
msgid "COPY OUT state must be terminated first\n"
|
||||
msgstr "сначала должно завершиться состояние COPY OUT\n"
|
||||
|
||||
#: fe-exec.c:1987
|
||||
#: fe-exec.c:1986
|
||||
msgid "PQexec not allowed during COPY BOTH\n"
|
||||
msgstr "вызов PQexec не допускается в процессе COPY BOTH\n"
|
||||
|
||||
#: fe-exec.c:2230 fe-exec.c:2297 fe-exec.c:2387 fe-protocol2.c:1352
|
||||
#: fe-exec.c:2229 fe-exec.c:2296 fe-exec.c:2386 fe-protocol2.c:1352
|
||||
#: fe-protocol3.c:1817
|
||||
msgid "no COPY in progress\n"
|
||||
msgstr "операция COPY не выполняется\n"
|
||||
|
||||
#: fe-exec.c:2577
|
||||
#: fe-exec.c:2576
|
||||
msgid "connection in wrong state\n"
|
||||
msgstr "соединение в неправильном состоянии\n"
|
||||
|
||||
#: fe-exec.c:2608
|
||||
#: fe-exec.c:2607
|
||||
msgid "invalid ExecStatusType code"
|
||||
msgstr "неверный код ExecStatusType"
|
||||
|
||||
#: fe-exec.c:2635
|
||||
#: fe-exec.c:2634
|
||||
msgid "PGresult is not an error result\n"
|
||||
msgstr "В PGresult не передан результат ошибки\n"
|
||||
|
||||
#: fe-exec.c:2710 fe-exec.c:2733
|
||||
#: fe-exec.c:2709 fe-exec.c:2732
|
||||
#, c-format
|
||||
msgid "column number %d is out of range 0..%d"
|
||||
msgstr "номер столбца %d вне диапазона 0..%d"
|
||||
|
||||
#: fe-exec.c:2726
|
||||
#: fe-exec.c:2725
|
||||
#, c-format
|
||||
msgid "row number %d is out of range 0..%d"
|
||||
msgstr "номер записи %d вне диапазона 0..%d"
|
||||
|
||||
#: fe-exec.c:2748
|
||||
#: fe-exec.c:2747
|
||||
#, c-format
|
||||
msgid "parameter number %d is out of range 0..%d"
|
||||
msgstr "номер параметра %d вне диапазона 0..%d"
|
||||
|
||||
#: fe-exec.c:3058
|
||||
#: fe-exec.c:3057
|
||||
#, c-format
|
||||
msgid "could not interpret result from server: %s"
|
||||
msgstr "не удалось интерпретировать ответ сервера: %s"
|
||||
|
||||
#: fe-exec.c:3297 fe-exec.c:3381
|
||||
#: fe-exec.c:3296 fe-exec.c:3380
|
||||
msgid "incomplete multibyte character\n"
|
||||
msgstr "неполный многобайтный символ\n"
|
||||
|
||||
@@ -662,7 +662,7 @@ msgstr "функция pqPutInt не поддерживает integer разме
|
||||
msgid "connection not open\n"
|
||||
msgstr "соединение не открыто\n"
|
||||
|
||||
#: fe-misc.c:812 fe-secure-openssl.c:271 fe-secure-openssl.c:380
|
||||
#: fe-misc.c:812 fe-secure-openssl.c:231 fe-secure-openssl.c:340
|
||||
#: fe-secure.c:253 fe-secure.c:362
|
||||
msgid ""
|
||||
"server closed the connection unexpectedly\n"
|
||||
@@ -875,131 +875,67 @@ msgstr "СТРОКА %d: "
|
||||
msgid "PQgetline: not doing text COPY OUT\n"
|
||||
msgstr "PQgetline можно вызывать только во время COPY OUT с текстом\n"
|
||||
|
||||
#: fe-secure-openssl.c:146 fe-secure-openssl.c:1045 fe-secure-openssl.c:1265
|
||||
#, c-format
|
||||
msgid "could not acquire mutex: %s\n"
|
||||
msgstr "не удалось заблокировать семафор: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:158
|
||||
#, c-format
|
||||
msgid "could not establish SSL connection: %s\n"
|
||||
msgstr "не удалось установить SSL-соединение: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:276 fe-secure-openssl.c:385 fe-secure-openssl.c:1391
|
||||
#: fe-secure-openssl.c:236 fe-secure-openssl.c:345 fe-secure-openssl.c:1323
|
||||
#, c-format
|
||||
msgid "SSL SYSCALL error: %s\n"
|
||||
msgstr "ошибка SSL SYSCALL: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:283 fe-secure-openssl.c:392 fe-secure-openssl.c:1395
|
||||
#: fe-secure-openssl.c:243 fe-secure-openssl.c:352 fe-secure-openssl.c:1327
|
||||
msgid "SSL SYSCALL error: EOF detected\n"
|
||||
msgstr "ошибка SSL SYSCALL: конец файла (EOF)\n"
|
||||
|
||||
#: fe-secure-openssl.c:294 fe-secure-openssl.c:403 fe-secure-openssl.c:1404
|
||||
#: fe-secure-openssl.c:254 fe-secure-openssl.c:363 fe-secure-openssl.c:1336
|
||||
#, c-format
|
||||
msgid "SSL error: %s\n"
|
||||
msgstr "ошибка SSL: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:309 fe-secure-openssl.c:418
|
||||
#: fe-secure-openssl.c:269 fe-secure-openssl.c:378
|
||||
msgid "SSL connection has been closed unexpectedly\n"
|
||||
msgstr "SSL-соединение было неожиданно закрыто\n"
|
||||
|
||||
#: fe-secure-openssl.c:315 fe-secure-openssl.c:424 fe-secure-openssl.c:1413
|
||||
#: fe-secure-openssl.c:275 fe-secure-openssl.c:384 fe-secure-openssl.c:1345
|
||||
#, c-format
|
||||
msgid "unrecognized SSL error code: %d\n"
|
||||
msgstr "нераспознанный код ошибки SSL: %d\n"
|
||||
|
||||
#: fe-secure-openssl.c:535
|
||||
#: fe-secure-openssl.c:495
|
||||
msgid "SSL certificate's name entry is missing\n"
|
||||
msgstr "запись имени в SSL-сертификате отсутствует\n"
|
||||
|
||||
#: fe-secure-openssl.c:569
|
||||
#: fe-secure-openssl.c:529
|
||||
msgid "SSL certificate's name contains embedded null\n"
|
||||
msgstr "имя в SSL-сертификате включает нулевой байт\n"
|
||||
|
||||
#: fe-secure-openssl.c:620
|
||||
#: fe-secure-openssl.c:580
|
||||
msgid "host name must be specified for a verified SSL connection\n"
|
||||
msgstr "для проверенного SSL-соединения требуется указать имя узла\n"
|
||||
|
||||
#: fe-secure-openssl.c:720
|
||||
#: fe-secure-openssl.c:680
|
||||
#, c-format
|
||||
msgid "server certificate for \"%s\" does not match host name \"%s\"\n"
|
||||
msgstr ""
|
||||
"серверный сертификат для \"%s\" не соответствует имени сервера \"%s\"\n"
|
||||
|
||||
#: fe-secure-openssl.c:726
|
||||
#: fe-secure-openssl.c:686
|
||||
msgid "could not get server's host name from server certificate\n"
|
||||
msgstr "не удалось получить имя сервера из сертификата\n"
|
||||
|
||||
#: fe-secure-openssl.c:883
|
||||
#: fe-secure-openssl.c:930
|
||||
#, c-format
|
||||
msgid "could not create SSL context: %s\n"
|
||||
msgstr "не удалось создать контекст SSL: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1015
|
||||
#, c-format
|
||||
msgid "could not open certificate file \"%s\": %s\n"
|
||||
msgstr "не удалось открыть файл сертификата \"%s\": %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1054 fe-secure-openssl.c:1069
|
||||
#, c-format
|
||||
msgid "could not read certificate file \"%s\": %s\n"
|
||||
msgstr "не удалось прочитать файл сертификата \"%s\": %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1124
|
||||
#, c-format
|
||||
msgid "could not load SSL engine \"%s\": %s\n"
|
||||
msgstr "не удалось загрузить модуль SSL ENGINE \"%s\": %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1136
|
||||
#, c-format
|
||||
msgid "could not initialize SSL engine \"%s\": %s\n"
|
||||
msgstr "не удалось инициализировать модуль SSL ENGINE \"%s\": %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1152
|
||||
#, c-format
|
||||
msgid "could not read private SSL key \"%s\" from engine \"%s\": %s\n"
|
||||
msgstr "не удалось прочитать закрытый ключ SSL \"%s\" из модуля \"%s\": %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1166
|
||||
#, c-format
|
||||
msgid "could not load private SSL key \"%s\" from engine \"%s\": %s\n"
|
||||
msgstr "не удалось загрузить закрытый ключ SSL \"%s\" из модуля \"%s\": %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1203
|
||||
#, c-format
|
||||
msgid "certificate present, but not private key file \"%s\"\n"
|
||||
msgstr "сертификат присутствует, но файла закрытого ключа \"%s\" нет\n"
|
||||
|
||||
#: fe-secure-openssl.c:1211
|
||||
#, c-format
|
||||
msgid ""
|
||||
"private key file \"%s\" has group or world access; permissions should be "
|
||||
"u=rw (0600) or less\n"
|
||||
msgstr ""
|
||||
"к файлу закрытого ключа \"%s\" имеют доступ все или группа; права должны "
|
||||
"быть u=rw (0600) или более ограниченные\n"
|
||||
|
||||
#: fe-secure-openssl.c:1222
|
||||
#, c-format
|
||||
msgid "could not load private key file \"%s\": %s\n"
|
||||
msgstr "не удалось загрузить файл закрытого ключа \"%s\": %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1236
|
||||
#, c-format
|
||||
msgid "certificate does not match private key file \"%s\": %s\n"
|
||||
msgstr "сертификат не соответствует файлу закрытого ключа \"%s\": %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1274
|
||||
#: fe-secure-openssl.c:967
|
||||
#, c-format
|
||||
msgid "could not read root certificate file \"%s\": %s\n"
|
||||
msgstr "не удалось прочитать файл корневых сертификатов \"%s\": %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1304
|
||||
#: fe-secure-openssl.c:995
|
||||
#, c-format
|
||||
msgid "SSL library does not support CRL certificates (file \"%s\")\n"
|
||||
msgstr "Библиотека SSL не поддерживает проверку CRL (файл \"%s\")\n"
|
||||
|
||||
#: fe-secure-openssl.c:1337
|
||||
#: fe-secure-openssl.c:1023
|
||||
msgid ""
|
||||
"could not get home directory to locate root certificate file\n"
|
||||
"Either provide the file or change sslmode to disable server certificate "
|
||||
@@ -1009,7 +945,7 @@ msgstr ""
|
||||
"Укажите полный путь к файлу или отключите проверку сертификата сервера, "
|
||||
"изменив sslmode.\n"
|
||||
|
||||
#: fe-secure-openssl.c:1341
|
||||
#: fe-secure-openssl.c:1027
|
||||
#, c-format
|
||||
msgid ""
|
||||
"root certificate file \"%s\" does not exist\n"
|
||||
@@ -1020,17 +956,76 @@ msgstr ""
|
||||
"Укажите полный путь к файлу или отключите проверку сертификата сервера, "
|
||||
"изменив sslmode.\n"
|
||||
|
||||
#: fe-secure-openssl.c:1434
|
||||
#: fe-secure-openssl.c:1058
|
||||
#, c-format
|
||||
msgid "could not open certificate file \"%s\": %s\n"
|
||||
msgstr "не удалось открыть файл сертификата \"%s\": %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1077
|
||||
#, c-format
|
||||
msgid "could not read certificate file \"%s\": %s\n"
|
||||
msgstr "не удалось прочитать файл сертификата \"%s\": %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1101
|
||||
#, c-format
|
||||
msgid "could not establish SSL connection: %s\n"
|
||||
msgstr "не удалось установить SSL-соединение: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1155
|
||||
#, c-format
|
||||
msgid "could not load SSL engine \"%s\": %s\n"
|
||||
msgstr "не удалось загрузить модуль SSL ENGINE \"%s\": %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1167
|
||||
#, c-format
|
||||
msgid "could not initialize SSL engine \"%s\": %s\n"
|
||||
msgstr "не удалось инициализировать модуль SSL ENGINE \"%s\": %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1183
|
||||
#, c-format
|
||||
msgid "could not read private SSL key \"%s\" from engine \"%s\": %s\n"
|
||||
msgstr "не удалось прочитать закрытый ключ SSL \"%s\" из модуля \"%s\": %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1197
|
||||
#, c-format
|
||||
msgid "could not load private SSL key \"%s\" from engine \"%s\": %s\n"
|
||||
msgstr "не удалось загрузить закрытый ключ SSL \"%s\" из модуля \"%s\": %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1234
|
||||
#, c-format
|
||||
msgid "certificate present, but not private key file \"%s\"\n"
|
||||
msgstr "сертификат присутствует, но файла закрытого ключа \"%s\" нет\n"
|
||||
|
||||
#: fe-secure-openssl.c:1242
|
||||
#, c-format
|
||||
msgid ""
|
||||
"private key file \"%s\" has group or world access; permissions should be "
|
||||
"u=rw (0600) or less\n"
|
||||
msgstr ""
|
||||
"к файлу закрытого ключа \"%s\" имеют доступ все или группа; права должны "
|
||||
"быть u=rw (0600) или более ограниченные\n"
|
||||
|
||||
#: fe-secure-openssl.c:1253
|
||||
#, c-format
|
||||
msgid "could not load private key file \"%s\": %s\n"
|
||||
msgstr "не удалось загрузить файл закрытого ключа \"%s\": %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1267
|
||||
#, c-format
|
||||
msgid "certificate does not match private key file \"%s\": %s\n"
|
||||
msgstr "сертификат не соответствует файлу закрытого ключа \"%s\": %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1366
|
||||
#, c-format
|
||||
msgid "certificate could not be obtained: %s\n"
|
||||
msgstr "не удалось получить сертификат: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1526
|
||||
#: fe-secure-openssl.c:1458
|
||||
#, c-format
|
||||
msgid "no SSL error reported"
|
||||
msgstr "нет сообщения об ошибке SSL"
|
||||
|
||||
#: fe-secure-openssl.c:1535
|
||||
#: fe-secure-openssl.c:1467
|
||||
#, c-format
|
||||
msgid "SSL error code %lu"
|
||||
msgstr "код ошибки SSL: %lu"
|
||||
@@ -1050,6 +1045,9 @@ msgstr "не удалось передать данные серверу: %s\n"
|
||||
msgid "unrecognized socket error: 0x%08X/%d"
|
||||
msgstr "нераспознанная ошибка сокета: 0x%08X/%d"
|
||||
|
||||
#~ msgid "could not acquire mutex: %s\n"
|
||||
#~ msgstr "не удалось заблокировать семафор: %s\n"
|
||||
|
||||
#~ msgid "socket not open\n"
|
||||
#~ msgstr "сокет не открыт\n"
|
||||
|
||||
|
Reference in New Issue
Block a user