⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zh_cn.po

📁 PostgreSQL 8.1.4的源码 适用于Linux下的开源数据库系统
💻 PO
📖 第 1 页 / 共 4 页
字号:
# simplified Chinese translation file for pg_dump and friends# Weiping He <laser@zhengmai.com.cn>, 2001.# $PostgreSQL: pgsql/src/bin/pg_dump/po/zh_CN.po,v 1.8 2005/01/06 09:07:15 petere Exp $#msgid ""msgstr """Project-Id-Version: PostgreSQL 7.4\n""Report-Msgid-Bugs-To: \n""POT-Creation-Date: 2004-12-05 12:19+0000\n""PO-Revision-Date: 2004-01-10 13:46:59+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_dump.c:363 pg_restore.c:229msgid "User name: "msgstr "用户名: "#: pg_dump.c:399 pg_restore.c:256 pg_dumpall.c:264#, c-formatmsgid "%s: invalid -X option -- %s\n"msgstr "%s: 无效的 -X 选项 -- %s\n"#: pg_dump.c:401 pg_dump.c:415 pg_dump.c:424 pg_restore.c:258 pg_restore.c:268#: pg_restore.c:285 pg_dumpall.c:266 pg_dumpall.c:275 pg_dumpall.c:292#, c-formatmsgid "Try \"%s --help\" for more information.\n"msgstr "输入 \"%s --help\" 获取更多的信息.\n"#: pg_dump.c:422 pg_dumpall.c:290#, c-formatmsgid "%s: too many command-line arguments (first is \"%s\")\n"msgstr "%s: 命令行参数太多 (第一个是 \"%s\")\n"#: pg_dump.c:435msgid """options \"schema only\" (-s) and \"data only\" (-a) cannot be used together\n"msgstr "选项 \"只转储模式\" (-s) 和 \"只转储数据\" (-a) 不能同时使用.\n"#: pg_dump.c:441msgid "options \"clean\" (-c) and \"data only\" (-a) cannot be used together\n"msgstr "选项 \"清洁\" (-c) 和 \"只转储数据\" (-a) 不能同时使用.\n"#: pg_dump.c:447msgid "large-object output not supported for a single table\n"msgstr "不支持单个表的大对象输出.\n"#: pg_dump.c:448 pg_dump.c:455msgid "use a full dump instead\n"msgstr "使用完整转储替代.\n"#: pg_dump.c:454msgid "large-object output not supported for a single schema\n"msgstr "不支持单个模式的大对象输出.\n"#: pg_dump.c:461msgid "INSERT (-d, -D) and OID (-o) options cannot be used together\n"msgstr "INSERT (-d, -D) 和 OID (-o) 选项不能同时使用.\n"#: pg_dump.c:462msgid "(The INSERT command cannot set OIDs.)\n"msgstr "(INSERT 命令无法设置对象标识(oid).)\n"#: pg_dump.c:468msgid "large-object output is not supported for plain-text dump files\n"msgstr "纯文本转储文件不支持输出大对象.\n"#: pg_dump.c:469msgid "(Use a different output format.)\n"msgstr "(使用不同的输出格式.)\n"#: pg_dump.c:498#, c-formatmsgid "invalid output format \"%s\" specified\n"msgstr "声明了非法的输出格式 \"%s\"\n"#: pg_dump.c:504#, c-formatmsgid "could not open output file \"%s\" for writing\n"msgstr "无法打开输出文件 \"%s\" 用于写出\n"#: pg_dump.c:515 pg_backup_db.c:52#, c-formatmsgid "could not parse version string \"%s\"\n"msgstr "无法分析版本字串 \"%s\"\n"#: pg_dump.c:551#, c-formatmsgid "last built-in OID is %u\n"msgstr "最后的内置 OID 是 %u\n"#: pg_dump.c:662#, c-formatmsgid """%s dumps a database as a text file or to other formats.\n""\n"msgstr """%s 把一个数据库转储为纯文本文件或者是其它格式.\n""\n"#: pg_dump.c:663 pg_restore.c:359 pg_dumpall.c:337#, c-formatmsgid "Usage:\n"msgstr "用法:\n"#: pg_dump.c:664#, c-formatmsgid "  %s [OPTION]... [DBNAME]\n"msgstr "  %s [选项]... [数据库名字]\n"#: pg_dump.c:666 pg_restore.c:362 pg_dumpall.c:340#, c-formatmsgid """\n""General options:\n"msgstr """\n""一般选项:\n"#: pg_dump.c:667 pg_restore.c:364#, c-formatmsgid "  -f, --file=FILENAME      output file name\n"msgstr "  -f, --file=文件名        输出文件名\n"#: pg_dump.c:668#, c-formatmsgid """  -F, --format=c|t|p       output file format (custom, tar, plain text)\n"msgstr "  -F, --format=c|t|p       输出文件格式 (定制, tar, 明文)\n"#: pg_dump.c:669#, c-formatmsgid """  -i, --ignore-version     proceed even when server version mismatches\n""                           pg_dump version\n"msgstr """  -i, --ignore-version     当服务器的版本号与 pg_dump 的版本号不匹配时\n""                           仍继续运行\n"#: pg_dump.c:671 pg_restore.c:368#, c-formatmsgid "  -v, --verbose            verbose mode\n"msgstr "  -v, --verbose            详细模式\n"#: pg_dump.c:672#, c-formatmsgid "  -Z, --compress=0-9       compression level for compressed formats\n"msgstr "  -Z, --compress=0-9       被压缩格式的压缩级别\n"#: pg_dump.c:673 pg_restore.c:369 pg_dumpall.c:343#, c-formatmsgid "  --help                   show this help, then exit\n"msgstr "  --help                   显示此帮助信息, 然后退出\n"#: pg_dump.c:674 pg_restore.c:370 pg_dumpall.c:344#, c-formatmsgid "  --version                output version information, then exit\n"msgstr "  --version                输出版本信息, 然后退出\n"#: pg_dump.c:676 pg_dumpall.c:345#, c-formatmsgid """\n""Options controlling the output content:\n"msgstr """\n""控制输出内容选项:\n"#: pg_dump.c:677 pg_dumpall.c:346#, c-formatmsgid "  -a, --data-only          dump only the data, not the schema\n"msgstr "  -a, --data-only          只转储数据,不包括模式\n"#: pg_dump.c:678#, c-formatmsgid "  -b, --blobs              include large objects in dump\n"msgstr "  -b, --blobs              在转储中包括大对象\n"#: pg_dump.c:679 pg_restore.c:374#, c-formatmsgid "  -c, --clean              clean (drop) schema prior to create\n"msgstr "  -c, --clean              先清楚(删除)预先的模式,再建立\n"#: pg_dump.c:680#, c-formatmsgid """  -C, --create             include commands to create database in dump\n"msgstr "  -C, --create             在转储中包括命令,以便创建数据库\n"#: pg_dump.c:681 pg_dumpall.c:348#, c-formatmsgid """  -d, --inserts            dump data as INSERT, rather than COPY, commands\n"msgstr """  -d, --inserts            象 INSERT 一样的转储数据, 相当于 COPY, 命令\n"#: pg_dump.c:682 pg_dumpall.c:349#, c-formatmsgid """  -D, --column-inserts     dump data as INSERT commands with column names\n"msgstr "  -D, --column-inserts     象 INSERT 带字段名字命令一样转储数据\n"#: pg_dump.c:683#, c-formatmsgid "  -n, --schema=SCHEMA      dump the named schema only\n"msgstr "  -n, --schema=SCHEMA      只转储指定名称的模式\n"#: pg_dump.c:684 pg_dumpall.c:351#, c-formatmsgid "  -o, --oids               include OIDs in dump\n"msgstr "  -o, --oids               在转储中包括 OID\n"#: pg_dump.c:685#, c-formatmsgid """  -O, --no-owner           skip restoration of object ownership\n""                           in plain text format\n"msgstr """  -O, --no-owner           在明文格式中, 忽略恢复对象所属者\n\n"#: pg_dump.c:687 pg_dumpall.c:353#, c-formatmsgid "  -s, --schema-only        dump only the schema, no data\n"msgstr "  -s, --schema-only        只转储模式, 不包括数据\n"#: pg_dump.c:688#, c-formatmsgid """  -S, --superuser=NAME     specify the superuser user name to use in\n""                           plain text format\n"msgstr """  -S, --superuser=NAME     在明文格式中, 使用指定的超级用户\n""                           名称\n"#: pg_dump.c:690#, c-formatmsgid "  -t, --table=TABLE        dump the named table only\n"msgstr "  -t, --table=TABLE        只转储指定名称的表\n"#: pg_dump.c:691 pg_dumpall.c:355#, c-formatmsgid "  -x, --no-privileges      do not dump privileges (grant/revoke)\n"msgstr "  -x, --no-privileges      不要转储权限 (grant/revoke)\n"#: pg_dump.c:692 pg_dumpall.c:356#, c-formatmsgid """  -X disable-dollar-quoting, --disable-dollar-quoting\n""                           disable dollar quoting, use SQL standard quoting\n"msgstr """  -X disable-dollar-quoting, --disable-dollar-quoting\n""                           取消美元 (符号) 引号, 使用 SQL 标准引号\n"#: pg_dump.c:694 pg_restore.c:388 pg_dumpall.c:358#, c-formatmsgid """  -X disable-triggers, --disable-triggers\n""                           disable triggers during data-only restore\n"msgstr """  -X disable-triggers, --disable-triggers\n""                           在只恢复数据的过程中取消触发器\n"#: pg_dump.c:696 pg_restore.c:390 pg_dumpall.c:360#, c-formatmsgid """  -X use-set-session-authorization, --use-set-session-authorization\n""                           use SESSION AUTHORIZATION commands instead of\n""                           OWNER TO commands\n"msgstr """  -X use-set-session-authorization, --use-set-session-authorization\n""                           使用 SESSION AUTHORIZATION 命令代替\n""                           OWNER TO 命令\n"#: pg_dump.c:700 pg_restore.c:394 pg_dumpall.c:364#, c-formatmsgid """\n""Connection options:\n"msgstr """\n""联接选项:\n"#: pg_dump.c:701 pg_restore.c:395 pg_dumpall.c:365#, c-formatmsgid "  -h, --host=HOSTNAME      database server host or socket directory\n"msgstr "  -h, --host=主机名        数据库服务器的主机名或套接字目录\n"#: pg_dump.c:702 pg_restore.c:396 pg_dumpall.c:366#, c-formatmsgid "  -p, --port=PORT          database server port number\n"msgstr "  -p, --port=端口号        数据库服务器的端口号\n"#: pg_dump.c:703 pg_restore.c:397 pg_dumpall.c:367#, c-formatmsgid "  -U, --username=NAME      connect as specified database user\n"msgstr "  -U, --username=名字      以指定的数据库用户联接\n"#: pg_dump.c:704 pg_restore.c:398 pg_dumpall.c:368#, c-formatmsgid """  -W, --password           force password prompt (should happen ""automatically)\n"msgstr "  -W, --password           强制口令提示 (自动)\n"#: pg_dump.c:706#, c-formatmsgid """\n""If no database name is supplied, then the PGDATABASE environment\n""variable value is used.\n""\n"msgstr """\n""如果没有提供数据库名字, 那么使用 PGDATABASE 环境变量\n""的数值.\n""\n"#: pg_dump.c:708 pg_restore.c:402 pg_dumpall.c:371#, c-formatmsgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"msgstr "报告错误至 <pgsql-bugs@postgresql.org>.\n"#: pg_dump.c:716 pg_backup_archiver.c:1219msgid "*** aborted because of error\n"msgstr "*** 因为错误退出\n"#: pg_dump.c:798#, c-formatmsgid "dumping contents of table %s\n"msgstr "正在转储表 %s 的内容\n"#: pg_dump.c:910#, c-formatmsgid """SQL command to dump the contents of table \"%s\" failed: PQendcopy() ""failed.\n"msgstr "转储表 \"%s\" 的内容的 SQL 命令失败: PQendcopy() 失败.\n"#: pg_dump.c:911 pg_dump.c:8050#, c-formatmsgid "Error message from server: %s"msgstr "来自服务器的错误信息: %s"#: pg_dump.c:912 pg_dump.c:8051#, c-formatmsgid "The command was: %s\n"msgstr "命令是: %s\n"#: pg_dump.c:1183msgid "saving database definition\n"msgstr "保存数据库定义\n"#: pg_dump.c:1229#, c-formatmsgid "missing pg_database entry for database \"%s\"\n"msgstr "缺少用于 \"%s\" 的 pg_database 记录\n"#: pg_dump.c:1236#, c-formatmsgid """query returned more than one (%d) pg_database entry for database \"%s\"\n"msgstr "查询为数据库 \"%2$s\" 返回了超过一条 (%1$d) pg_database 记录\n"#: pg_dump.c:1344msgid "saving encoding\n"msgstr "保存编码\n"#: pg_dump.c:1394msgid "saving large objects\n"msgstr "保存大对象\n"#: pg_dump.c:1427#, c-formatmsgid "dumpBlobs(): could not open large object: %s"msgstr "dumpBlobs(): 无法打开大对象: %s"#: pg_dump.c:1440#, c-formatmsgid "dumpBlobs(): error reading large object: %s"msgstr "dumpBlobs(): 读取大对象错误: %s"#: pg_dump.c:1557#, c-formatmsgid "WARNING: owner of schema \"%s\" appears to be invalid\n"msgstr "警告: 模式 \"%s\" 的所有者非法\n"#: pg_dump.c:1574#, c-formatmsgid "specified schema \"%s\" does not exist\n"msgstr "指定的模式 \"%s\" 不存在\n"#: pg_dump.c:1611#, c-formatmsgid "schema with OID %u does not exist\n"msgstr "OID %u 的模式不存在\n"#: pg_dump.c:1796#, c-formatmsgid "WARNING: owner of data type \"%s\" appears to be invalid\n"msgstr "警告: 数据类型 \"%s\" 的所有者非法\n"#: pg_dump.c:1894#, c-formatmsgid "WARNING: owner of operator \"%s\" appears to be invalid\n"msgstr "警告: 操作符 \"%s\" 的所有者非法\n"#: pg_dump.c:2060#, c-formatmsgid "WARNING: owner of operator class \"%s\" appears to be invalid\n"msgstr "警告: 操作符表 \"%s\" 无效\n"#: pg_dump.c:2164#, c-formatmsgid "WARNING: owner of aggregate function \"%s\" appears to be invalid\n"msgstr "警告: 聚集函数 \"%s\" 的所有者非法\n"#: pg_dump.c:2298#, c-formatmsgid "WARNING: owner of function \"%s\" appears to be invalid\n"msgstr "警告: 函数 \"%s\" 的所有者非法\n"#: pg_dump.c:2576#, c-formatmsgid "WARNING: owner of table \"%s\" appears to be invalid\n"msgstr "警告: 数据表 \"%s\" 的所有者非法\n"#: pg_dump.c:2595#, c-formatmsgid "specified table \"%s\" does not exist\n"msgstr "指定的表 \"%s\" 不存在\n"#: pg_dump.c:2702#, c-formatmsgid "reading indexes for table \"%s\"\n"msgstr "为表 \"%s\" 读取索引\n"#: pg_dump.c:2939#, c-formatmsgid "reading foreign key constraints for table \"%s\"\n"msgstr "为表 \"%s\" 读取外键约束\n"#: pg_dump.c:3215#, c-formatmsgid "reading triggers for table \"%s\"\n"msgstr "为表 \"%s\" 读取触发器\n"#: pg_dump.c:3287#, c-formatmsgid "expected %d triggers on table \"%s\" but found %d\n"msgstr "预期在表 \"%2$s\" 上有触发器 %1$d , 却发现 %3$d\n"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -