summaryrefslogtreecommitdiff
path: root/src/bin/pg_config/po/zh_CN.po
blob: da388ab9e379b2a392ccd27d1ec868bde87da8e5 (plain)
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
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-12-02 10:00+0000\n"
"PO-Revision-Date: 2003-09-15 13:49:24+0800\n"
"Last-Translator: Bao Wei <weibao@qmail.zhengmai.net.cn>\n"
"Language-Team: Weiping He <laser@zhengmai.com.cn>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=GB2312\n"
"Content-Transfer-Encoding: 8bit\n"

#: pg_config.c:36
#, c-format
msgid ""
"\n"
"%s provides information about the installed version of PostgreSQL.\n"
"\n"
msgstr ""
"\n"
"%s 提供 PostgreSQL 的安装信息.\n"
"\n"

#: pg_config.c:37
#, c-format
msgid "Usage:\n"
msgstr "使用方法:\n"

#: pg_config.c:38
#, c-format
msgid ""
"  %s OPTION...\n"
"\n"
msgstr ""
"  %s 选项...\n"
"\n"

#: pg_config.c:39
#, c-format
msgid "Options:\n"
msgstr "选项:\n"

#: pg_config.c:40
#, c-format
msgid "  --bindir              show location of user executables\n"
msgstr "  --bindir              显示执行文件所在位置\n"

#: pg_config.c:41
#, c-format
msgid ""
"  --includedir          show location of C header files of the client\n"
"                        interfaces\n"
msgstr ""
"  --includedir          显示客户端接口 C 头文件所在\n"
"                        位置\n"

#: pg_config.c:43
#, c-format
msgid ""
"  --includedir-server   show location of C header files for the server\n"
msgstr "  --includedir-server   显示服务端 C 头文件所在位置\n"

#: pg_config.c:44
#, c-format
msgid "  --libdir              show location of object code libraries\n"
msgstr "  --libdir              显示目标代码库文件所在位置\n"

#: pg_config.c:45
#, c-format
msgid "  --pkglibdir           show location of dynamically loadable modules\n"
msgstr "  --pkglibdir           显示动态加载库所在位置\n"

#: pg_config.c:46
#, c-format
msgid "  --pgxs                show location of extension makefile\n"
msgstr "  --pgxs                显示扩展 makefile 所在位置\n"

#: pg_config.c:47
#, 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:49
#, c-format
msgid "  --version             show the PostgreSQL version, then exit\n"
msgstr "  --version             显示 PostgreSQL 版本信息, 然后退出\n"

#: pg_config.c:50
#, c-format
msgid ""
"  --help                show this help, then exit\n"
"\n"
msgstr ""
"  --help                显示此帮助信息, 然后退出\n"
"\n"

#: pg_config.c:51
#, c-format
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "臭虫报告至 <pgsql-bugs@postgresql.org>.\n"

#: pg_config.c:57
#, c-format
msgid ""
"\n"
"Try \"%s --help\" for more information\n"
msgstr ""
"\n"
"试用 \"%s --help\" 获取更多的信息\n"

#: pg_config.c:75
#, c-format
msgid "%s: argument required\n"
msgstr "%s: 需要参数\n"

#: pg_config.c:104
#, c-format
msgid "%s: invalid argument: %s\n"
msgstr "%s: 无效参数: %s\n"

#: pg_config.c:113
#, c-format
msgid "%s: could not find own executable\n"
msgstr "%s: 找不到执行文件\n"

#: ../../port/exec.c:193 ../../port/exec.c:307 ../../port/exec.c:350
#, c-format
msgid "could not identify current directory: %s"
msgstr "无法确认当前目录: %s"

#: ../../port/exec.c:323 ../../port/exec.c:359
#, c-format
msgid "could not change directory to \"%s\""
msgstr "无法进入目录 \"%s\""

#: ../../port/exec.c:338
#, c-format
msgid "could not read symbolic link \"%s\""
msgstr "无法读取符号链结 \"%s\""

#: ../../port/exec.c:569
#, c-format
msgid "child process exited with exit code %d"
msgstr "子进程已退出, 退出码为 %d"

#: ../../port/exec.c:572
#, c-format
msgid "child process was terminated by signal %d"
msgstr "子进程被信号 %d 终止"

#: ../../port/exec.c:575
#, c-format
msgid "child process exited with unrecognized status %d"
msgstr "子进程已退出, 未知状态 %d"