mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +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\")"
|
||||
|
Reference in New Issue
Block a user