5
5
#
6
6
msgid ""
7
7
msgstr ""
8
- "Project-Id-Version :pg_archivecleanup (PostgreSQL)13 \n "
8
+ "Project-Id-Version :pg_archivecleanup (PostgreSQL)16 \n "
9
9
"Report-Msgid-Bugs-To :pgsql-bugs@lists.postgresql.org\n "
10
- "POT-Creation-Date :2020-10-05 01:16 +0000\n "
11
- "PO-Revision-Date :2020-10-05 17:51 +0900\n "
10
+ "POT-Creation-Date :2023-09-07 05:51 +0000\n "
11
+ "PO-Revision-Date :2023-05-30 12:38 +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 "
@@ -17,58 +17,63 @@ msgstr ""
17
17
"Content-Transfer-Encoding :8bit\n "
18
18
"Plural-Forms :nplurals=1; plural=0;\n "
19
19
20
- #: ../../../src/common/logging.c:236
21
- #, c-format
22
- msgid "fatal: "
23
- msgstr "심각: "
24
-
25
- #: ../../../src/common/logging.c:243
20
+ #: ../../../src/common/logging.c:276
26
21
#, c-format
27
22
msgid "error: "
28
23
msgstr "오류: "
29
24
30
- #: ../../../src/common/logging.c:250
25
+ #: ../../../src/common/logging.c:283
31
26
#, c-format
32
27
msgid "warning: "
33
28
msgstr "경고: "
34
29
30
+ #: ../../../src/common/logging.c:294
31
+ #, c-format
32
+ msgid "detail: "
33
+ msgstr "상세정보: "
34
+
35
+ #: ../../../src/common/logging.c:301
36
+ #, c-format
37
+ msgid "hint: "
38
+ msgstr "힌트: "
39
+
35
40
#: pg_archivecleanup.c:66
36
41
#, c-format
37
42
msgid "archive location\" %s\" does not exist"
38
43
msgstr "\" %s\" 이름의 아카이브 위치가 없음"
39
44
40
- #: pg_archivecleanup.c:152
45
+ #: pg_archivecleanup.c:151
41
46
#, c-format
42
47
msgid "could not remove file\" %s\" : %m"
43
48
msgstr "\" %s\" 파일을 삭제할 수 없음: %m"
44
49
45
- #: pg_archivecleanup.c:160
50
+ #: pg_archivecleanup.c:157
46
51
#, c-format
47
52
msgid "could not read archive location\" %s\" : %m"
48
53
msgstr "\" %s\" 아카이브 위치를 읽을 수 없음: %m"
49
54
50
- #: pg_archivecleanup.c:163
55
+ #: pg_archivecleanup.c:160
51
56
#, c-format
52
57
msgid "could not close archive location\" %s\" : %m"
53
58
msgstr "\" %s\" 아카이브 위치를 닫을 수 없음: %m"
54
59
55
- #: pg_archivecleanup.c:167
60
+ #: pg_archivecleanup.c:164
56
61
#, c-format
57
62
msgid "could not open archive location\" %s\" : %m"
58
63
msgstr "\" %s\" 아카이브 위치를 열 수 없음: %m"
59
64
60
- #: pg_archivecleanup.c:240
65
+ #: pg_archivecleanup.c:237
61
66
#, c-format
62
67
msgid "invalid file name argument"
63
68
msgstr "잘못된 파일 이름 매개변수"
64
69
65
- #: pg_archivecleanup.c:241 pg_archivecleanup.c:315 pg_archivecleanup.c:336
66
- #: pg_archivecleanup.c:348 pg_archivecleanup.c:355
70
+ #: pg_archivecleanup.c:238 pg_archivecleanup.c:313 pg_archivecleanup.c:333
71
+ #: pg_archivecleanup.c:345 pg_archivecleanup.c:352
67
72
#, c-format
68
- msgid "Try\" %s --help\" for more information.\n "
69
- msgstr "보다 자세한정보는 \" %s --help\" 명령을 참조하세요.\n "
73
+ msgid "Try\" %s --help\" for more information."
74
+ msgstr "자세한사항은 \" %s --help\" 명령으로 살펴보세요. "
70
75
71
- #: pg_archivecleanup.c:254
76
+ #: pg_archivecleanup.c:251
72
77
#, c-format
73
78
msgid ""
74
79
"%s removes older WAL files from PostgreSQL archives.\n"
@@ -78,17 +83,17 @@ msgstr ""
78
83
"WAL 파일을 지웁니다.\n"
79
84
"\n"
80
85
81
- #: pg_archivecleanup.c:255
86
+ #: pg_archivecleanup.c:252
82
87
#, c-format
83
88
msgid "Usage:\n"
84
89
msgstr "사용법:\n"
85
90
86
- #: pg_archivecleanup.c:256
91
+ #: pg_archivecleanup.c:253
87
92
#, c-format
88
93
msgid " %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n"
89
94
msgstr " %s [옵션]... 아카이브위치 보관할제일오래된파일\n"
90
95
91
- #: pg_archivecleanup.c:257
96
+ #: pg_archivecleanup.c:254
92
97
#, c-format
93
98
msgid ""
94
99
"\n"
@@ -97,33 +102,33 @@ msgstr ""
97
102
"\n"
98
103
"옵션들:\n"
99
104
100
- #: pg_archivecleanup.c:258
105
+ #: pg_archivecleanup.c:255
101
106
#, c-format
102
107
msgid " -d generate debug output (verbose mode)\n"
103
108
msgstr " -d 보다 자세한 작업 내용 출력\n"
104
109
105
- #: pg_archivecleanup.c:259
110
+ #: pg_archivecleanup.c:256
106
111
#, c-format
107
112
msgid ""
108
113
" -n dry run, show the names of the files that would be removed\n"
109
114
msgstr " -n 지울 대상만 확인하고 지우지는 않음\n"
110
115
111
- #: pg_archivecleanup.c:260
116
+ #: pg_archivecleanup.c:257
112
117
#, c-format
113
118
msgid " -V, --version output version information, then exit\n"
114
119
msgstr " -V, --version 버전 정보를 보여주고 마침\n"
115
120
116
- #: pg_archivecleanup.c:261
121
+ #: pg_archivecleanup.c:258
117
122
#, c-format
118
123
msgid " -x EXT clean up files if they have this extension\n"
119
124
msgstr " -x EXT 해당 확장자 파일들을 작업 대상으로 함\n"
120
125
121
- #: pg_archivecleanup.c:262
126
+ #: pg_archivecleanup.c:259
122
127
#, c-format
123
128
msgid " -?, --help show this help, then exit\n"
124
129
msgstr " -?, --help 도움말을 보여주고 마침\n"
125
130
126
- #: pg_archivecleanup.c:263
131
+ #: pg_archivecleanup.c:260
127
132
#, c-format
128
133
msgid ""
129
134
"\n"
@@ -139,7 +144,7 @@ msgstr ""
139
144
"사용예:\n"
140
145
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
141
146
142
- #: pg_archivecleanup.c:268
147
+ #: pg_archivecleanup.c:265
143
148
#, c-format
144
149
msgid ""
145
150
"\n"
@@ -154,7 +159,7 @@ msgstr ""
154
159
" pg_archivecleanup /mnt/server/archiverdir "
155
160
"000000010000000000000010.00000020.backup\n"
156
161
157
- #: pg_archivecleanup.c:272
162
+ #: pg_archivecleanup.c:269
158
163
#, c-format
159
164
msgid ""
160
165
"\n"
@@ -163,22 +168,22 @@ msgstr ""
163
168
"\n"
164
169
"문제점 보고 주소: <%s>\n"
165
170
166
- #: pg_archivecleanup.c:273
171
+ #: pg_archivecleanup.c:270
167
172
#, c-format
168
173
msgid "%s home page: <%s>\n"
169
174
msgstr "%s 홈페이지: <%s>\n"
170
175
171
- #: pg_archivecleanup.c:335
176
+ #: pg_archivecleanup.c:332
172
177
#, c-format
173
178
msgid "must specify archive location"
174
179
msgstr "아카이브 위치는 지정해야 함"
175
180
176
- #: pg_archivecleanup.c:347
181
+ #: pg_archivecleanup.c:344
177
182
#, c-format
178
183
msgid "must specify oldest kept WAL file"
179
184
msgstr "남길 가장 오래된 WAL 파일은 지정해야 함"
180
185
181
- #: pg_archivecleanup.c:354
186
+ #: pg_archivecleanup.c:351
182
187
#, c-format
183
188
msgid "too many command-line arguments"
184
189
msgstr "너무 많은 명령행 인자를 지정했음"