Commit 7ce5f25b authored by Peter Eisentraut's avatar Peter Eisentraut

Translation updates

parent 2d13472c
This diff is collapsed.
......@@ -3,85 +3,105 @@
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.3\n"
"POT-Creation-Date: 2002-09-27 13:21+0800\n"
"PO-Revision-Date: 2002-09-19 16:45+0800\n"
"Project-Id-Version: PostgreSQL 7.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2003-08-05 21:52+0000\n"
"PO-Revision-Date: 2003-09-15 13:45+0800\n"
"Last-Translator: Bao Wei <bao_paul@yahoo.com.cn>\n"
"Language-Team: Bao Wei <bao_paul@yahoo.com.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_controldata.c:28
#, c-format
msgid "%s displays PostgreSQL database cluster control information.\n"
msgstr "%s 显示 PostgreSQL 数据库簇控制信息.\n"
msgid ""
"%s displays control information of a PostgreSQL database cluster.\n"
"\n"
msgstr ""
"%s 显示 PostgreSQL 数据库簇控制信息.\n"
"\n"
#: pg_controldata.c:29
#: pg_controldata.c:32
#, c-format
msgid ""
"Usage:\n"
" %s [DATADIR]\n"
" %s [OPTION]\n"
"\n"
"Options:\n"
" DATADIR show cluster control information for DATADIR\n"
" --help show this help, then exit\n"
" --version output version information, then exit\n"
msgstr ""
"使用方法:\n"
" %s [数据目录]\n"
"用法:\n"
" %s [选项]\n"
"\n"
"选项:\n"
" DATADIR 显示 DATADIR 的簇控制信息\n"
" --help 显示此帮助信息, 然后退出\n"
" --version 显示 pg_controldata 的版本, 然后退出\n"
#: pg_controldata.c:30
#: pg_controldata.c:41
msgid ""
"If not data directory is specified, the environment variable PGDATA\n"
"\n"
"If no data directory is specified, the environment variable PGDATA\n"
"is used.\n"
"\n"
msgstr ""
"\n"
"如果没有指定数据目录, 将使用\n"
"环境变量PGDATA.\n"
"\n"
#: pg_controldata.c:31
#: pg_controldata.c:42
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "报告错误至 <pgsql-bugs@postgresql.org>.\n"
#: pg_controldata.c:41
#: pg_controldata.c:52
msgid "starting up"
msgstr "正在启动"
#: pg_controldata.c:43
#: pg_controldata.c:54
msgid "shut down"
msgstr "关闭"
#: pg_controldata.c:45
#: pg_controldata.c:56
msgid "shutting down"
msgstr "正在关闭"
#: pg_controldata.c:47
#: pg_controldata.c:58
msgid "in recovery"
msgstr "在恢复中"
#: pg_controldata.c:49
#: pg_controldata.c:60
msgid "in production"
msgstr "在运行中"
#: pg_controldata.c:51
#: pg_controldata.c:62
msgid "unrecognized status code"
msgstr "不被认可的状态码"
#: pg_controldata.c:99
#: pg_controldata.c:107
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s: 没有指定数据目录\n"
#: pg_controldata.c:107
#: pg_controldata.c:108
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "用 \"%s --help\" 显示更多的信息.\n"
#: pg_controldata.c:116
#, c-format
msgid "%s: could not open file \"%s\" for reading (%s)\n"
msgstr "%s: 无法打开文件 \"%s\" 读取信息 (%s)\n"
msgid "%s: could not open file \"%s\" for reading: %s\n"
msgstr "%s: 无法打开文件 \"%s\" 读取信息: %s\n"
#: pg_controldata.c:114
#: pg_controldata.c:123
#, c-format
msgid "%s: could not read file \"%s\" (%s)\n"
msgstr "%s: 无法读取文件 \"%s\" (%s)\n"
msgid "%s: could not read file \"%s\": %s\n"
msgstr "%s: 无法读取文件 \"%s\": %s\n"
#: pg_controldata.c:128
#: pg_controldata.c:137
msgid ""
"WARNING: Calculated CRC checksum does not match value stored in file.\n"
"Either the file is corrupt, or it has a different layout than this program\n"
......@@ -93,120 +113,120 @@ msgstr ""
"下面的结果是不可靠的.\n"
"\n"
#: pg_controldata.c:141
#: pg_controldata.c:150
#, c-format
msgid "pg_control version number: %u\n"
msgstr "pg_control 版本: %u\n"
#: pg_controldata.c:142
#: pg_controldata.c:151
#, c-format
msgid "Catalog version number: %u\n"
msgstr "Catalog 版本: %u\n"
#: pg_controldata.c:143
#: pg_controldata.c:152
#, c-format
msgid "Database cluster state: %s\n"
msgstr "数据库簇状态: %s\n"
#: pg_controldata.c:144
#: pg_controldata.c:153
#, c-format
msgid "pg_control last modified: %s\n"
msgstr "pg_control 最后修改: %s\n"
#: pg_controldata.c:145
#: pg_controldata.c:154
#, c-format
msgid "Current log file ID: %u\n"
msgstr "当前日志文件ID: %u\n"
#: pg_controldata.c:146
#: pg_controldata.c:155
#, c-format
msgid "Next log file segment: %u\n"
msgstr "下一个日志文件段: %u\n"
#: pg_controldata.c:147
#: pg_controldata.c:156
#, c-format
msgid "Latest checkpoint location: %X/%X\n"
msgstr "最新检查点位置: %X/%X\n"
#: pg_controldata.c:149
#: pg_controldata.c:158
#, c-format
msgid "Prior checkpoint location: %X/%X\n"
msgstr "优先检查点位置: %X/%X\n"
#: pg_controldata.c:151
#: pg_controldata.c:160
#, c-format
msgid "Latest checkpoint's REDO location: %X/%X\n"
msgstr "最新检查点的 REDO 位置: %X/%X\n"
#: pg_controldata.c:153
#: pg_controldata.c:162
#, c-format
msgid "Latest checkpoint's UNDO location: %X/%X\n"
msgstr "最新检查点的 UNDO 位置: %X/%X\n"
#: pg_controldata.c:155
#: pg_controldata.c:164
#, c-format
msgid "Latest checkpoint's StartUpID: %u\n"
msgstr "最新检查点的 StartUpID: %u\n"
#: pg_controldata.c:156
#: pg_controldata.c:165
#, c-format
msgid "Latest checkpoint's NextXID: %u\n"
msgstr "最新检查点的 NextXID: %u\n"
#: pg_controldata.c:157
#: pg_controldata.c:166
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "最新检查点的 NextOID: %u\n"
#: pg_controldata.c:158
#: pg_controldata.c:167
#, c-format
msgid "Time of latest checkpoint: %s\n"
msgstr "最新检查点的时间: %s\n"
#: pg_controldata.c:159
#: pg_controldata.c:168
#, c-format
msgid "Database block size: %u\n"
msgstr "数据库块大小: %u\n"
#: pg_controldata.c:160
#: pg_controldata.c:169
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "大关系的每段块数: %u\n"
#: pg_controldata.c:161
#: pg_controldata.c:170
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "标识符的最大长度: %u\n"
#: pg_controldata.c:162
#: pg_controldata.c:171
#, c-format
msgid "Maximum number of function arguments: %u\n"
msgstr "函数参数的最大个数: %u\n"
#: pg_controldata.c:163
#: pg_controldata.c:172
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "日期/时间 类型存储: %s\n"
#: pg_controldata.c:164
#: pg_controldata.c:173
msgid "64-bit integers"
msgstr "64位整数"
#: pg_controldata.c:164
msgid "Floating point"
#: pg_controldata.c:173
msgid "floating-point numbers"
msgstr "浮点数"
#: pg_controldata.c:165
#: pg_controldata.c:174
#, c-format
msgid "Maximum length of locale name: %u\n"
msgstr "本地名字的最大长度: %u\n"
#: pg_controldata.c:166
#: pg_controldata.c:175
#, c-format
msgid "LC_COLLATE: %s\n"
msgstr "LC_COLLATE: %s\n"
#: pg_controldata.c:167
#: pg_controldata.c:176
#, c-format
msgid "LC_CTYPE: %s\n"
msgstr "LC_CTYPE: %s\n"
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
# $Header: /cvsroot/pgsql/src/bin/scripts/nls.mk,v 1.6 2003/08/11 15:19:58 petere Exp $
# $Header: /cvsroot/pgsql/src/bin/scripts/nls.mk,v 1.7 2003/09/15 20:41:59 petere Exp $
CATALOG_NAME := pgscripts
AVAIL_LANGUAGES := cs de ru sv
AVAIL_LANGUAGES := cs de ru sv zh_CN
GETTEXT_FILES := createdb.c createlang.c createuser.c \
dropdb.c droplang.c dropuser.c \
clusterdb.c vacuumdb.c \
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment