@@ -7,14 +7,15 @@ msgid ""
7
7
msgstr ""
8
8
"Project-Id-Version :pg_archivecleanup (PostgreSQL) 10\n "
9
9
"Report-Msgid-Bugs-To :pgsql-bugs@postgresql.org\n "
10
- "POT-Creation-Date :2017-08-02 13:57 +0900\n "
11
- "PO-Revision-Date :2017-08-17 13:18 +0900\n "
10
+ "POT-Creation-Date :2017-09-19 09:51 +0900\n "
11
+ "PO-Revision-Date :2017-09-19 10:29 +0900\n "
12
12
"Last-Translator :Ioseph Kim <ioseph@uri.sarang.net>\n "
13
13
"Language-Team :Korean <pgsql-kr@postgresql.kr>\n "
14
14
"Language :ko\n "
15
15
"MIME-Version :1.0\n "
16
16
"Content-Type :text/plain; charset=utf-8\n "
17
17
"Content-Transfer-Encoding :8bit\n "
18
+ "Plural-Forms :nplurals=1; plural=0;\n "
18
19
19
20
#: pg_archivecleanup.c:72
20
21
#, c-format
@@ -53,8 +54,8 @@ msgstr "%s: \"%s\" 아카이브 위치를 열 수 없음: %s\n"
53
54
54
55
#: pg_archivecleanup.c:248
55
56
#, c-format
56
- msgid "%s: invalidfilename input \n"
57
- msgstr "%s: 잘못된 파일 이름입력 \n"
57
+ msgid "%s: invalidfile name argument \n"
58
+ msgstr "%s: 잘못된 파일 이름매개변수 \n"
58
59
59
60
#: pg_archivecleanup.c:249 pg_archivecleanup.c:321 pg_archivecleanup.c:342
60
61
#: pg_archivecleanup.c:354 pg_archivecleanup.c:361
@@ -98,7 +99,8 @@ msgstr " -d 보다 자세한 작업 내용 출력\n"
98
99
99
100
#: pg_archivecleanup.c:267
100
101
#, c-format
101
- msgid " -n dry run, show the names of the files that would be removed\n"
102
+ msgid ""
103
+ " -n dry run, show the names of the files that would be removed\n"
102
104
msgstr " -n 지울 대상만 확인하고 지우지는 않음\n"
103
105
104
106
#: pg_archivecleanup.c:268
@@ -121,7 +123,8 @@ msgstr " -?, --help 도움말을 보여주고 마침\n"
121
123
msgid ""
122
124
"\n"
123
125
"For use as archive_cleanup_command in recovery.conf when standby_mode = on:\n"
124
- " archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION %%r'\n"
126
+ " archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION "
127
+ "%%r'\n"
125
128
"e.g.\n"
126
129
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
127
130
msgstr ""
@@ -137,12 +140,14 @@ msgid ""
137
140
"\n"
138
141
"Or for use as a standalone archive cleaner:\n"
139
142
"e.g.\n"
140
- " pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n"
143
+ " pg_archivecleanup /mnt/server/archiverdir "
144
+ "000000010000000000000010.00000020.backup\n"
141
145
msgstr ""
142
146
"\n"
143
147
"또는 명령행에서 독립적으로 사용하는 경우:\n"
144
148
"사용예:\n"
145
- " pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n"
149
+ " pg_archivecleanup /mnt/server/archiverdir "
150
+ "000000010000000000000010.00000020.backup\n"
146
151
147
152
#: pg_archivecleanup.c:280
148
153
#, c-format
@@ -160,15 +165,15 @@ msgstr "%s: 아카이브 위치는 지정해야 합니다.\n"
160
165
161
166
#: pg_archivecleanup.c:353
162
167
#, c-format
163
- msgid "%s: must specifyrestartfilename \n"
164
- msgstr "%s: 남길 가장 오래된 파일은 지정해야 합니다.\n"
168
+ msgid "%s: must specifyoldest kept WAL file \n"
169
+ msgstr "%s: 남길 가장 오래된WAL 파일은 지정해야 합니다.\n"
165
170
166
171
#: pg_archivecleanup.c:360
167
172
#, c-format
168
- msgid "%s: too manyparameters \n"
169
- msgstr "%s: 너무 많은 인자를 지정했음.\n"
173
+ msgid "%s: too manycommand-line arguments \n"
174
+ msgstr "%s: 너무 많은명령행 인자를 지정했음.\n"
170
175
171
176
#: pg_archivecleanup.c:379
172
177
#, c-format
173
- msgid "%s:keep WAL file\" %s\" and later\n"
178
+ msgid "%s:keeping WAL file\" %s\" and later\n"
174
179
msgstr "%s:\" %s\" 파일과 그 이후 WAL 파일을 보관함\n"