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

📄 zh_cn.po

📁 PostgreSQL 8.1.4的源码 适用于Linux下的开源数据库系统
💻 PO
📖 第 1 页 / 共 2 页
字号:
# 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 09:43+0000\n""PO-Revision-Date: 2003-09-15 13:48:19+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"#: initdb.c:250 initdb.c:264#, c-formatmsgid "%s: out of memory\n"msgstr "%s: 内存溢出\n"#: initdb.c:374 initdb.c:1403#, c-formatmsgid "%s: could not open file \"%s\" for reading: %s\n"msgstr "%s: 为了读取, 无法打开文件 \"%s\": %s\n"#: initdb.c:435 initdb.c:1035 initdb.c:1062#, c-formatmsgid "%s: could not open file \"%s\" for writing: %s\n"msgstr "%s: 为了写, 无法打开文件 \"%s\": %s\n"#: initdb.c:443 initdb.c:451 initdb.c:1042 initdb.c:1068#, c-formatmsgid "%s: could not write file \"%s\": %s\n"msgstr "%s: 无法写文件 \"%s\": %s\n"#: initdb.c:470#, c-formatmsgid "%s: could not execute command \"%s\": %s\n"msgstr "%s: 无法执行命令 \"%s\": %s\n"#: initdb.c:593#, c-formatmsgid "%s: removing data directory \"%s\"\n"msgstr "%s: 删除数据目录 \"%s\"\n"#: initdb.c:596#, c-formatmsgid "%s: failed to remove data directory\n"msgstr "%s: 删除数据目录失败\n"#: initdb.c:602#, c-formatmsgid "%s: removing contents of data directory \"%s\"\n"msgstr "%s: 删除数据目录 \"%s\" 的内容\n"#: initdb.c:605#, c-formatmsgid "%s: failed to remove contents of data directory\n"msgstr "%s: 删除数据目录内容失败\n"#: initdb.c:614#, c-formatmsgid "%s: data directory \"%s\" not removed at user's request\n"msgstr "%s: 在用户的要求下数据库目录 \"%s\" 不被删除\n"#: initdb.c:640#, c-formatmsgid """%s: cannot be run as root\n""Please log in (using, e.g., \"su\") as the (unprivileged) user that will\n""own the server process.\n"msgstr """%s: 无法以 root 用户运行\n""请以服务器进程所有者的用户 (无特权) 身份\n""登陆 (使用, e.g., \"su\").\n"#: initdb.c:689#, c-formatmsgid "%s: \"%s\" is not a valid server encoding name\n"msgstr "%s: \"%s\" 不是一个有效的服务器编码名字\n"#: initdb.c:844#, c-formatmsgid "%s: warning: encoding mismatch\n"msgstr "%s: 警告: 编码不匹配\n"#: initdb.c:846#, c-formatmsgid """The encoding you selected (%s) and the encoding that the selected\n""locale uses (%s) are not known to match.  This may lead to\n""misbehavior in various character string processing functions.  To fix\n""this situation, rerun %s and either do not specify an encoding\n""explicitly, or choose a matching combination.\n"msgstr """你选择的编码 (%s) 和选择的 locale 使用的编码 (%s) 是明显不匹配的.\n""这样将导致处理不同字符串的函数产生错误.\n""要修复次问题, 重新运行 %s 并且不要明确指定编码, 或者先则一个匹配\n""类型.\n""\n"#: initdb.c:976#, c-formatmsgid "%s: could not create directory \"%s\": %s\n"msgstr "%s: 无法创建目录 \"%s\": %s\n"#: initdb.c:1004#, c-formatmsgid """%s: file \"%s\" does not exist\n""This means you have a corrupted installation or identified\n""the wrong directory with the invocation option -L.\n"msgstr """%s: 文件 \"%s\" 不存在\n""这意味着您的安装发生了错误或\n""使用 -L 选项指定了错误的路径.\n"#: initdb.c:1086#, c-formatmsgid "selecting default max_connections ... "msgstr "选择默认最大联接数 (max_connections) ... "#: initdb.c:1122#, c-formatmsgid "selecting default shared_buffers ... "msgstr "选择默认共享缓冲区大小 (shared_buffers) ... "#: initdb.c:1155msgid "creating configuration files ... "msgstr "创建配置文件 ... "#: initdb.c:1251#, c-formatmsgid "creating template1 database in %s/base/1 ... "msgstr "在 %s/base/1 中创建 template1 数据库 ... "#: initdb.c:1267#, c-formatmsgid """%s: input file \"%s\" does not belong to PostgreSQL %s\n""Check your installation or specify the correct path using the option -L.\n"msgstr """%s: 输入文件 \"%s\" 不属于 PostgreSQL %s\n""检查你的安装或使用 -L 选项指定正确的路径.\n"#: initdb.c:1342msgid "initializing pg_shadow ... "msgstr "初始化 pg_shadow ... "#: initdb.c:1378msgid "Enter new superuser password: "msgstr "输入新的超级用户口令: "#: initdb.c:1379msgid "Enter it again: "msgstr "再输入一遍: "#: initdb.c:1382#, c-formatmsgid "Passwords didn't match.\n"msgstr "口令不匹配.\n"#: initdb.c:1409#, c-formatmsgid "%s: could not read password from file \"%s\": %s\n"msgstr "%s: 无法从文件 \"%s\" 读取口令: %s\n"#: initdb.c:1422#, c-formatmsgid "setting password ... "msgstr "设置口令 ... "#: initdb.c:1443#, c-formatmsgid "%s: The password file was not generated. Please report this problem.\n"msgstr "%s: 口令文件没有生成. 请报告这个问题.\n"#: initdb.c:1471msgid "enabling unlimited row size for system tables ... "msgstr "启动不限制系统表行大小 ... "#: initdb.c:1544msgid "initializing pg_depend ... "msgstr "初始化 pg_depend ... "#: initdb.c:1572msgid "creating system views ... "msgstr "创建系统视图 ... "#: initdb.c:1608msgid "loading pg_description ... "msgstr "加载 pg_description ... "#: initdb.c:1647msgid "creating conversions ... "msgstr "创建字符集转换 ... "#: initdb.c:1701msgid "setting privileges on built-in objects ... "msgstr "对内建对象设置权限 ... "#: initdb.c:1759msgid "creating information schema ... "msgstr "创建信息模式 ... "#: initdb.c:1816msgid "vacuuming database template1 ... "msgstr "清理数据库 template1 ... "#: initdb.c:1870msgid "copying template1 to template0 ... "msgstr "拷贝 template1 到 template0 ... "#: initdb.c:1927#, c-formatmsgid "caught signal\n"msgstr "捕获信号\n"#: initdb.c:1933#, c-formatmsgid "could not write to child process: %s\n"msgstr "无法写到子进程: %s\n"#: initdb.c:1941#, c-formatmsgid "ok\n"msgstr "成功\n"#: initdb.c:1989#, c-formatmsgid "%s: invalid locale name \"%s\"\n"msgstr "%s: 无效的 locale 名字 \"%s\"\n"#: initdb.c:2056#, c-formatmsgid """%s initializes a PostgreSQL database cluster.\n""\n"msgstr """%s 初始化一个 PostgreSQL 数据库簇.\n""\n"#: initdb.c:2057#, c-formatmsgid "Usage:\n"msgstr "使用方法:\n"#: initdb.c:2058#, c-formatmsgid "  %s [OPTION]... [DATADIR]\n"msgstr "  %s [选项]... [DATADIR]\n"#: initdb.c:2059#, c-formatmsgid """\n""Options:\n"msgstr """\n""选项:\n"#: initdb.c:2060#, c-formatmsgid " [-D, --pgdata=]DATADIR     location for this database cluster\n"msgstr "  -D, --pgdata=DATADIR      当前数据库簇的位置\n"#: initdb.c:2061#, c-formatmsgid "  -E, --encoding=ENCODING   set default encoding for new databases\n"msgstr "  -E, --encoding=ENCODING   为新数据库设置默认编码\n"#: initdb.c:2062#, c-formatmsgid """  --locale=LOCALE           initialize database cluster with given locale\n"msgstr "  --locale=LOCALE           初始化数据库簇的 locale\n"#: initdb.c:2063#, c-formatmsgid """  --lc-collate, --lc-ctype, --lc-messages=LOCALE\n""  --lc-monetary, --lc-numeric, --lc-time=LOCALE\n""                            initialize database cluster with given locale\n""                            in the respective category (default taken from\n""                            environment)\n"msgstr """  --lc-collate, --lc-ctype, --lc-messages=LOCALE\n""  --lc-monetary, --lc-numeric, --lc-time=LOCALE\n""                            初始化数据库簇分别指定\n""                            locale (默认使用环境变\n""                            量)\n"#: initdb.c:2068#, c-formatmsgid "  --no-locale               equivalent to --locale=C\n"msgstr "  --no-locale               等同于 --locale=C\n"#: initdb.c:2069#, c-formatmsgid """  -A, --auth=METHOD         default authentication method for local ""connections\n"msgstr "  -A, --auth=METHOD         本地连接的默认认证方法\n"#: initdb.c:2070#, c-format

⌨️ 快捷键说明

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