Skip to content

Commit 6bdeed9

Browse files
committed
Translation updates
Source-Git-URL: ssh://git@git.postgresql.org/pgtranslation/messages.git Source-Git-Hash: 06696f05da005029a2326e1cbb234917a9286914
1 parent efaa50c commit 6bdeed9

File tree

42 files changed

+32923
-22000
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+32923
-22000
lines changed

src/backend/po/es.po

Lines changed: 916 additions & 1335 deletions
Large diffs are not rendered by default.

src/backend/po/ko.po

Lines changed: 12539 additions & 9392 deletions
Large diffs are not rendered by default.

src/bin/initdb/po/el.po

Lines changed: 267 additions & 222 deletions
Large diffs are not rendered by default.

src/bin/initdb/po/ko.po

Lines changed: 406 additions & 297 deletions
Large diffs are not rendered by default.

src/bin/initdb/po/zh_TW.po

Lines changed: 1373 additions & 0 deletions
Large diffs are not rendered by default.

src/bin/pg_archivecleanup/po/ko.po

Lines changed: 40 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: pg_archivecleanup (PostgreSQL) 13\n"
8+
"Project-Id-Version: pg_archivecleanup (PostgreSQL) 16\n"
99
"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"
1212
"Last-Translator: Ioseph Kim <ioseph@uri.sarang.net>\n"
1313
"Language-Team: Korean <pgsql-kr@postgresql.kr>\n"
1414
"Language: ko\n"
@@ -17,58 +17,63 @@ msgstr ""
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Plural-Forms: nplurals=1; plural=0;\n"
1919

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
2621
#, c-format
2722
msgid "error: "
2823
msgstr "오류: "
2924

30-
#: ../../../src/common/logging.c:250
25+
#: ../../../src/common/logging.c:283
3126
#, c-format
3227
msgid "warning: "
3328
msgstr "경고: "
3429

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+
3540
#: pg_archivecleanup.c:66
3641
#, c-format
3742
msgid "archive location \"%s\" does not exist"
3843
msgstr "\"%s\" 이름의 아카이브 위치가 없음"
3944

40-
#: pg_archivecleanup.c:152
45+
#: pg_archivecleanup.c:151
4146
#, c-format
4247
msgid "could not remove file \"%s\": %m"
4348
msgstr "\"%s\" 파일을 삭제할 수 없음: %m"
4449

45-
#: pg_archivecleanup.c:160
50+
#: pg_archivecleanup.c:157
4651
#, c-format
4752
msgid "could not read archive location \"%s\": %m"
4853
msgstr "\"%s\" 아카이브 위치를 읽을 수 없음: %m"
4954

50-
#: pg_archivecleanup.c:163
55+
#: pg_archivecleanup.c:160
5156
#, c-format
5257
msgid "could not close archive location \"%s\": %m"
5358
msgstr "\"%s\" 아카이브 위치를 닫을 수 없음: %m"
5459

55-
#: pg_archivecleanup.c:167
60+
#: pg_archivecleanup.c:164
5661
#, c-format
5762
msgid "could not open archive location \"%s\": %m"
5863
msgstr "\"%s\" 아카이브 위치를 열 수 없음: %m"
5964

60-
#: pg_archivecleanup.c:240
65+
#: pg_archivecleanup.c:237
6166
#, c-format
6267
msgid "invalid file name argument"
6368
msgstr "잘못된 파일 이름 매개변수"
6469

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
6772
#, 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\" 명령으로 살펴보세요."
7075

71-
#: pg_archivecleanup.c:254
76+
#: pg_archivecleanup.c:251
7277
#, c-format
7378
msgid ""
7479
"%s removes older WAL files from PostgreSQL archives.\n"
@@ -78,17 +83,17 @@ msgstr ""
7883
"WAL 파일을 지웁니다.\n"
7984
"\n"
8085

81-
#: pg_archivecleanup.c:255
86+
#: pg_archivecleanup.c:252
8287
#, c-format
8388
msgid "Usage:\n"
8489
msgstr "사용법:\n"
8590

86-
#: pg_archivecleanup.c:256
91+
#: pg_archivecleanup.c:253
8792
#, c-format
8893
msgid " %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n"
8994
msgstr " %s [옵션]... 아카이브위치 보관할제일오래된파일\n"
9095

91-
#: pg_archivecleanup.c:257
96+
#: pg_archivecleanup.c:254
9297
#, c-format
9398
msgid ""
9499
"\n"
@@ -97,33 +102,33 @@ msgstr ""
97102
"\n"
98103
"옵션들:\n"
99104

100-
#: pg_archivecleanup.c:258
105+
#: pg_archivecleanup.c:255
101106
#, c-format
102107
msgid " -d generate debug output (verbose mode)\n"
103108
msgstr " -d 보다 자세한 작업 내용 출력\n"
104109

105-
#: pg_archivecleanup.c:259
110+
#: pg_archivecleanup.c:256
106111
#, c-format
107112
msgid ""
108113
" -n dry run, show the names of the files that would be removed\n"
109114
msgstr " -n 지울 대상만 확인하고 지우지는 않음\n"
110115

111-
#: pg_archivecleanup.c:260
116+
#: pg_archivecleanup.c:257
112117
#, c-format
113118
msgid " -V, --version output version information, then exit\n"
114119
msgstr " -V, --version 버전 정보를 보여주고 마침\n"
115120

116-
#: pg_archivecleanup.c:261
121+
#: pg_archivecleanup.c:258
117122
#, c-format
118123
msgid " -x EXT clean up files if they have this extension\n"
119124
msgstr " -x EXT 해당 확장자 파일들을 작업 대상으로 함\n"
120125

121-
#: pg_archivecleanup.c:262
126+
#: pg_archivecleanup.c:259
122127
#, c-format
123128
msgid " -?, --help show this help, then exit\n"
124129
msgstr " -?, --help 도움말을 보여주고 마침\n"
125130

126-
#: pg_archivecleanup.c:263
131+
#: pg_archivecleanup.c:260
127132
#, c-format
128133
msgid ""
129134
"\n"
@@ -139,7 +144,7 @@ msgstr ""
139144
"사용예:\n"
140145
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
141146

142-
#: pg_archivecleanup.c:268
147+
#: pg_archivecleanup.c:265
143148
#, c-format
144149
msgid ""
145150
"\n"
@@ -154,7 +159,7 @@ msgstr ""
154159
" pg_archivecleanup /mnt/server/archiverdir "
155160
"000000010000000000000010.00000020.backup\n"
156161

157-
#: pg_archivecleanup.c:272
162+
#: pg_archivecleanup.c:269
158163
#, c-format
159164
msgid ""
160165
"\n"
@@ -163,22 +168,22 @@ msgstr ""
163168
"\n"
164169
"문제점 보고 주소: <%s>\n"
165170

166-
#: pg_archivecleanup.c:273
171+
#: pg_archivecleanup.c:270
167172
#, c-format
168173
msgid "%s home page: <%s>\n"
169174
msgstr "%s 홈페이지: <%s>\n"
170175

171-
#: pg_archivecleanup.c:335
176+
#: pg_archivecleanup.c:332
172177
#, c-format
173178
msgid "must specify archive location"
174179
msgstr "아카이브 위치는 지정해야 함"
175180

176-
#: pg_archivecleanup.c:347
181+
#: pg_archivecleanup.c:344
177182
#, c-format
178183
msgid "must specify oldest kept WAL file"
179184
msgstr "남길 가장 오래된 WAL 파일은 지정해야 함"
180185

181-
#: pg_archivecleanup.c:354
186+
#: pg_archivecleanup.c:351
182187
#, c-format
183188
msgid "too many command-line arguments"
184189
msgstr "너무 많은 명령행 인자를 지정했음"

0 commit comments

Comments
 (0)