1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
|
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: pg_config (PostgreSQL) 12\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2019-05-22 17:56+0800\n"
"PO-Revision-Date: 2019-05-31 17:25+0800\n"
"Last-Translator: Jie Zhang <zhangjie2@cn.fujitsu.com>\n"
"Language-Team: Chinese (Simplified) <zhangjie2@cn.fujitsu.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\n"
"X-Generator: Poedit 1.5.4\n"
#: ../../common/config_info.c:130 ../../common/config_info.c:138
#: ../../common/config_info.c:146 ../../common/config_info.c:154
#: ../../common/config_info.c:162 ../../common/config_info.c:170
#: ../../common/config_info.c:178 ../../common/config_info.c:186
#: ../../common/config_info.c:194
msgid "not recorded"
msgstr "没有被记录"
#: ../../common/exec.c:138 ../../common/exec.c:255 ../../common/exec.c:301
#, c-format
msgid "could not identify current directory: %m"
msgstr "无法确认当前目录: %m"
#: ../../common/exec.c:157
#, c-format
msgid "invalid binary \"%s\""
msgstr "无效的二进制码 \"%s\""
#: ../../common/exec.c:207
#, c-format
msgid "could not read binary \"%s\""
msgstr "无法读取二进制码 \"%s\""
#: ../../common/exec.c:215
#, c-format
msgid "could not find a \"%s\" to execute"
msgstr "未能找到一个 \"%s\" 来执行"
#: ../../common/exec.c:271 ../../common/exec.c:310
#, c-format
msgid "could not change directory to \"%s\": %m"
msgstr "无法跳转到目录 \"%s\" 中: %m"
#: ../../common/exec.c:288
#, c-format
msgid "could not read symbolic link \"%s\": %m"
msgstr "无法读取符号链接 \"%s\": %m"
#: ../../common/exec.c:541
#, c-format
msgid "pclose failed: %m"
msgstr "pclose调用失败: %m"
#: ../../common/exec.c:670 ../../common/exec.c:715 ../../common/exec.c:807
msgid "out of memory"
msgstr "内存用尽"
#: pg_config.c:74
#, c-format
msgid ""
"\n"
"%s provides information about the installed version of PostgreSQL.\n"
"\n"
msgstr ""
"\n"
"%s 提供 PostgreSQL 的安装信息.\n"
"\n"
#: pg_config.c:75
#, c-format
msgid "Usage:\n"
msgstr "使用方法:\n"
#: pg_config.c:76
#, c-format
msgid ""
" %s [OPTION]...\n"
"\n"
msgstr " %s [选项]...\n"
#: pg_config.c:77
#, c-format
msgid "Options:\n"
msgstr "选项:\n"
#: pg_config.c:78
#, c-format
msgid " --bindir show location of user executables\n"
msgstr " --bindir 显示执行文件所在位置\n"
#: pg_config.c:79
#, c-format
msgid " --docdir show location of documentation files\n"
msgstr " --docdir 显示文档所在位置\n"
#: pg_config.c:80
#, c-format
msgid " --htmldir show location of HTML documentation files\n"
msgstr " --htmldir 显示HTML文档文件所在位置\n"
#: pg_config.c:81
#, c-format
msgid ""
" --includedir show location of C header files of the client\n"
" interfaces\n"
msgstr ""
" --includedir 显示客户端接口 C 头文件所在\n"
" 位置\n"
#: pg_config.c:83
#, c-format
msgid " --pkgincludedir show location of other C header files\n"
msgstr " --pkgincludedir 显示其它C语言头文件所在的位置\n"
#: pg_config.c:84
#, c-format
msgid " --includedir-server show location of C header files for the server\n"
msgstr " --includedir-server 显示服务端 C 头文件所在位置\n"
#: pg_config.c:85
#, c-format
msgid " --libdir show location of object code libraries\n"
msgstr " --libdir 显示目标代码库文件所在位置\n"
#: pg_config.c:86
#, c-format
msgid " --pkglibdir show location of dynamically loadable modules\n"
msgstr " --pkglibdir 显示动态加载库所在位置\n"
#: pg_config.c:87
#, c-format
msgid " --localedir show location of locale support files\n"
msgstr " --localedir 显示语言环境支持文件所在位置\n"
#: pg_config.c:88
#, c-format
msgid " --mandir show location of manual pages\n"
msgstr " --mandir 显示参考手册所在位置\n"
#: pg_config.c:89
#, c-format
msgid " --sharedir show location of architecture-independent support files\n"
msgstr " --sharedir 显示独立架构支持文件所在位置\n"
#: pg_config.c:90
#, c-format
msgid " --sysconfdir show location of system-wide configuration files\n"
msgstr " --sysconfdir 显示系统范围的配置文件的所在位置\n"
#: pg_config.c:91
#, c-format
msgid " --pgxs show location of extension makefile\n"
msgstr " --pgxs 显示扩展 makefile 所在位置\n"
#: pg_config.c:92
#, c-format
msgid ""
" --configure show options given to \"configure\" script when\n"
" PostgreSQL was built\n"
msgstr ""
" --configure 显示编译 PostgreSQL 时 \"configure\"\n"
" 的选项\n"
#: pg_config.c:94
#, c-format
msgid " --cc show CC value used when PostgreSQL was built\n"
msgstr " --cc 显示在创建PostgreSQL时所使用的CC值\n"
#: pg_config.c:95
#, c-format
msgid " --cppflags show CPPFLAGS value used when PostgreSQL was built\n"
msgstr " --cppflags 当创建PostgreSQL时显示CPPFLAGS的值\n"
#: pg_config.c:96
#, c-format
msgid " --cflags show CFLAGS value used when PostgreSQL was built\n"
msgstr " --cflags 显示在创建PostgreSQL时所使用的CFLAG值\n"
#: pg_config.c:97
#, c-format
msgid " --cflags_sl show CFLAGS_SL value used when PostgreSQL was built\n"
msgstr " --cflags_sl 当创建PostgreSQL时显示CFLAGS_SL的值\n"
#: pg_config.c:98
#, c-format
msgid " --ldflags show LDFLAGS value used when PostgreSQL was built\n"
msgstr " --ldflags 显示在创建PostgreSQL时所使用的LDFLAG值\n"
#: pg_config.c:99
#, c-format
msgid " --ldflags_ex show LDFLAGS_EX value used when PostgreSQL was built\n"
msgstr " --ldflags_ex 当创建PostgreSQL时显示LDFLAGS_EX的值\n"
#: pg_config.c:100
#, c-format
msgid " --ldflags_sl show LDFLAGS_SL value used when PostgreSQL was built\n"
msgstr " --ldflags_sl 当创建PostgreSQL时显示LDFLAGS_SL的值\n"
#: pg_config.c:101
#, c-format
msgid " --libs show LIBS value used when PostgreSQL was built\n"
msgstr " --libs 显示在创建PostgreSQL时所使用的LIBS值\n"
#: pg_config.c:102
#, c-format
msgid " --version show the PostgreSQL version\n"
msgstr " --version 显示PostgreSQL的版本信息\n"
#: pg_config.c:103
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help 显示帮助, 然后退出\n"
#: pg_config.c:104
#, c-format
msgid ""
"\n"
"With no arguments, all known items are shown.\n"
"\n"
msgstr ""
"\n"
"没有参数,将显示所有已知的成员.\n"
"\n"
#: pg_config.c:105
#, c-format
msgid "Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
msgstr "臭虫报告至 <pgsql-bugs@lists.postgresql.org>.\n"
#: pg_config.c:111
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "请用 \"%s --help\" 获取更多的信息.\n"
#: pg_config.c:153
#, c-format
msgid "%s: could not find own program executable\n"
msgstr "%s: 无法找到执行文件\n"
#: pg_config.c:180
#, c-format
msgid "%s: invalid argument: %s\n"
msgstr "%s: 无效参数: %s\n"
|