]> granicus.if.org Git - postgresql/blob - src/bin/pg_archivecleanup/po/ja.po
Translation updates
[postgresql] / src / bin / pg_archivecleanup / po / ja.po
1 # LANGUAGE message translation file for pg_archivecleanup
2 # Copyright (C) 2018 PostgreSQL Global Development Group
3 # This file is distributed under the same license as the pg_archivecleanup (PostgreSQL) package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: pg_archivecleanup (PostgreSQL) 10\n"
9 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
10 "POT-Creation-Date: 2018-01-30 15:01+0900\n"
11 "PO-Revision-Date: 2018-01-30 16:08+0900\n"
12 "Language: ja\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Last-Translator: Michihide Hotta <hotta@net-newbie.com>\n"
17 "Language-Team: \n"
18 "X-Generator: Poedit 2.0.6\n"
19
20 #: pg_archivecleanup.c:72
21 #, c-format
22 msgid "%s: archive location \"%s\" does not exist\n"
23 msgstr "%s: アーカイブの場所 \"%s\" が存在しません\n"
24
25 #: pg_archivecleanup.c:148
26 #, c-format
27 msgid "%s: file \"%s\" would be removed\n"
28 msgstr "%s: ファイル \"%s\" は削除されます\n"
29
30 #: pg_archivecleanup.c:154
31 #, c-format
32 msgid "%s: removing file \"%s\"\n"
33 msgstr "%s: ファイル \"%s\" を削除しています\n"
34
35 #: pg_archivecleanup.c:160
36 #, c-format
37 msgid "%s: ERROR: could not remove file \"%s\": %s\n"
38 msgstr "%s: エラー: ファイル \"%s\" を削除できませんでした: %s\n"
39
40 #: pg_archivecleanup.c:168
41 #, c-format
42 msgid "%s: could not read archive location \"%s\": %s\n"
43 msgstr "%s: アーカイブの場所 \"%s\" を読み込めませんでした: %s\n"
44
45 #: pg_archivecleanup.c:171
46 #, c-format
47 msgid "%s: could not close archive location \"%s\": %s\n"
48 msgstr "%s: アーカイブの場所 \"%s\" をクローズできませんでした: %s\n"
49
50 #: pg_archivecleanup.c:175
51 #, c-format
52 msgid "%s: could not open archive location \"%s\": %s\n"
53 msgstr "%s: アーカイブの場所 \"%s\" をオープンできませんでした: %s\n"
54
55 #: pg_archivecleanup.c:248
56 #, c-format
57 msgid "%s: invalid file name argument\n"
58 msgstr "%s: ファイル名引数が無効です\n"
59
60 #: pg_archivecleanup.c:249 pg_archivecleanup.c:321 pg_archivecleanup.c:342
61 #: pg_archivecleanup.c:354 pg_archivecleanup.c:361
62 #, c-format
63 msgid "Try \"%s --help\" for more information.\n"
64 msgstr "\"%s --help\" で詳細を参照してください。\n"
65
66 #: pg_archivecleanup.c:262
67 #, c-format
68 msgid ""
69 "%s removes older WAL files from PostgreSQL archives.\n"
70 "\n"
71 msgstr ""
72 "%s は PostgreSQL のアーカイブから古い WAL ファイルを削除します。\n"
73 "\n"
74
75 #: pg_archivecleanup.c:263
76 #, c-format
77 msgid "Usage:\n"
78 msgstr "使用法:\n"
79
80 #: pg_archivecleanup.c:264
81 #, c-format
82 msgid "  %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n"
83 msgstr "%s [オプション] ... {アーカイブの場所} {保存されている最古の WAL ファイル名}\n"
84
85 #: pg_archivecleanup.c:265
86 #, c-format
87 msgid ""
88 "\n"
89 "Options:\n"
90 msgstr ""
91 "\n"
92 "オプション:\n"
93
94 #: pg_archivecleanup.c:266
95 #, c-format
96 msgid "  -d             generate debug output (verbose mode)\n"
97 msgstr "  -d             デバッグ情報を生成します(冗長出力モード)\n"
98
99 #: pg_archivecleanup.c:267
100 #, c-format
101 msgid "  -n             dry run, show the names of the files that would be removed\n"
102 msgstr "  -n             リハーサル。削除対象のファイル名を表示します\n"
103
104 #: pg_archivecleanup.c:268
105 #, c-format
106 msgid "  -V, --version  output version information, then exit\n"
107 msgstr "  -V, --version  バージョン情報を出力して終了します\n"
108
109 #: pg_archivecleanup.c:269
110 #, c-format
111 msgid "  -x EXT         clean up files if they have this extension\n"
112 msgstr "  -x EXT         この拡張がある場合はファイルをクリーンアップします\n"
113
114 #: pg_archivecleanup.c:270
115 #, c-format
116 msgid "  -?, --help     show this help, then exit\n"
117 msgstr "  -?, --help     このヘルプを表示して終了します\n"
118
119 #: pg_archivecleanup.c:271
120 #, c-format
121 msgid ""
122 "\n"
123 "For use as archive_cleanup_command in recovery.conf when standby_mode = on:\n"
124 "  archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION %%r'\n"
125 "e.g.\n"
126 "  archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
127 msgstr ""
128 "\n"
129 "standby_mode = on の場合、recovery.conf で archive_cleanup_command を利用します。\n"
130 "  archive_cleanup_command = 'pg_archivecleanup [オプション]... アーカイブの場所 %%r'\n"
131 "使用例\n"
132 "  archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
133
134 #: pg_archivecleanup.c:276
135 #, c-format
136 msgid ""
137 "\n"
138 "Or for use as a standalone archive cleaner:\n"
139 "e.g.\n"
140 "  pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n"
141 msgstr ""
142 "\n"
143 "もしくはスタンドアロンのアーカイブクリーナーとして使います:\n"
144 "使用例\n"
145 "  pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n"
146
147 #: pg_archivecleanup.c:280
148 #, c-format
149 msgid ""
150 "\n"
151 "Report bugs to <pgsql-bugs@postgresql.org>.\n"
152 msgstr ""
153 "\n"
154 "バグがあれば <pgsql-bugs@postgresql.org> に報告してください。\n"
155
156 #: pg_archivecleanup.c:341
157 #, c-format
158 msgid "%s: must specify archive location\n"
159 msgstr "%s: アーカイブの場所を指定しなければなりません\n"
160
161 #: pg_archivecleanup.c:353
162 #, c-format
163 msgid "%s: must specify oldest kept WAL file\n"
164 msgstr "%s: 保存された最古の WAL ファイルを指定しなければなりません\n"
165
166 #: pg_archivecleanup.c:360
167 #, c-format
168 msgid "%s: too many command-line arguments\n"
169 msgstr "%s: コマンドライン引数が多すぎます\n"
170
171 #: pg_archivecleanup.c:379
172 #, c-format
173 msgid "%s: keeping WAL file \"%s\" and later\n"
174 msgstr "%s: WAL file \"%s\" とそれ以降の分を保存しています\n"