📄 zh_cn.po
字号:
msgstr " -N, --unencrypted 口令不加密存储\n"#: createuser.c:246msgid " -i, --sysid=SYSID select sysid for new user\n"msgstr " -i, --sysid=SYSID 选择一个 sysid 给新用户\n"#: createuser.c:254msgid """ -U, --username=USERNAME user name to connect as (not the one to create)\n"msgstr """ -U, --username=USERNAME 联接用户 (不是要创建的用户名)\n"#: createuser.c:255 dropuser.c:152msgid " -W, --password prompt for password to connect\n"msgstr " -W, --password 联接提示口令输入\n"#: createuser.c:256msgid """\n""If one of -a, -A, -d, -D, and USERNAME is not specified, you will\n""be prompted interactively.\n"msgstr """\n""如果 -a, -A, -d, -D, 和 USERNAME 一个都没有指定,将使用交互式提示\n""你.\n"#: dropdb.c:91#, c-formatmsgid "%s: missing required argument database name\n"msgstr "%s: 缺少需要的数据库名参数\n"#: dropdb.c:108#, c-formatmsgid "Database \"%s\" will be permanently removed.\n"msgstr "数据库 \"%s\" 将被永久的删除.\n"#: dropdb.c:109 dropuser.c:110msgid "Are you sure? (y/n) "msgstr "你确定吗? (y/n) "#: dropdb.c:126#, c-formatmsgid "%s: database removal failed: %s"msgstr "%s: 数据库删除失败: %s"#: dropdb.c:142#, c-formatmsgid """%s removes a PostgreSQL database.\n""\n"msgstr """%s 删除一个 PostgreSQL 数据库.\n""\n"#: dropdb.c:144#, c-formatmsgid " %s [OPTION]... DBNAME\n"msgstr " %s [选项]... 数据库名\n"#: dropdb.c:147 dropuser.c:147msgid " -i, --interactive prompt before deleting anything\n"msgstr " -i, --interactive 删除任何东西之前给予提示\n"#: droplang.c:170#, c-formatmsgid "%s: language \"%s\" is not installed in database \"%s\"\n"msgstr "%1$s: 数据库 \"%3$s\" 中, 没有安装语言 \"%2$s\"\n"#: droplang.c:186#, c-formatmsgid """%s: still %s functions declared in language \"%s\"; language not removed\n"msgstr "%s: 函数 %s 是用语言 \"%s\" 声明的; 语言未被删除\n"#: droplang.c:227#, c-formatmsgid "%s: language removal failed: %s"msgstr "%s: 语言删除失败: %s"#: droplang.c:241#, c-formatmsgid """%s removes a procedural language from a database.\n""\n"msgstr """%s 从数据库中删除一个过程语言.\n""\n"#: droplang.c:245msgid """ -d, --dbname=DBNAME database from which to remove the language\n"msgstr """ -d, --dbname=DBNAME 要删除语言的数据库\n"#: dropuser.c:103msgid "Enter name of user to drop: "msgstr "输入要删除的用户名: "#: dropuser.c:109#, c-formatmsgid "User \"%s\" will be permanently removed.\n"msgstr "用户 \"%s\" 将被永久删除.\n"#: dropuser.c:126#, c-formatmsgid "%s: removal of user \"%s\" failed: %s"msgstr "%s: 删除用户 \"%s\" 失败: %s"#: dropuser.c:142#, c-formatmsgid """%s removes a PostgreSQL user.\n""\n"msgstr """%s 删除一个 PostgreSQL 用户.\n""\n"#: dropuser.c:151msgid """ -U, --username=USERNAME user name to connect as (not the one to drop)\n"msgstr """ -U, --username=USERNAME 联接用户 (不是要删除的用户名)\n"#: clusterdb.c:119#, c-formatmsgid "%s: cannot cluster all databases and a specific one at the same time\n"msgstr "%s: 无法对所有数据库和一个指定的数据库同时建簇\n"#: clusterdb.c:125#, c-formatmsgid "%s: cannot cluster a specific table in all databases\n"msgstr "%s: 无法在所有数据库中对一个指定的表进行建簇\n"#: clusterdb.c:181#, c-formatmsgid "%s: clustering of table \"%s\" in database \"%s\" failed: %s"msgstr "%1$s: 在数据库 \"%3$s\" 中的表 \"%2$s\" 建簇失败: %4$s"#: clusterdb.c:184#, c-formatmsgid "%s: clustering of database \"%s\" failed: %s"msgstr "%s: 数据库 \"%s\" 建簇失败: %s"#: clusterdb.c:217#, c-formatmsgid "%s: clustering database \"%s\"\n"msgstr "%s: 对数据库 \"%s\" 进行建簇\n"#: clusterdb.c:231#, c-formatmsgid """%s clusters all previously clustered tables in a database.\n""\n"msgstr """%s 对一个数据库中先前已经建过簇的表进行建簇.\n""\n"#: clusterdb.c:233 vacuumdb.c:257#, c-formatmsgid " %s [OPTION]... [DBNAME]\n"msgstr " %s [选项]... [数据库名]\n"#: clusterdb.c:235msgid " -a, --all cluster all databases\n"msgstr " -a, --all 对所有数据库建簇\n"#: clusterdb.c:236msgid " -d, --dbname=DBNAME database to cluster\n"msgstr " -d, --dbname=DBNAME 对数据库 DBNAME 建簇\n"#: clusterdb.c:237msgid " -t, --table=TABLE cluster specific table only\n"msgstr " -t, --table=TABLE 只对指定的表 TABLE 建簇\n"#: clusterdb.c:247msgid """\n""Read the description of the SQL command CLUSTER for details.\n"msgstr """\n""阅读 SQL 命令 CLUSTER 的描述信息, 以便获得更详细的信息.\n"#: vacuumdb.c:135#, c-formatmsgid "%s: cannot vacuum all databases and a specific one at the same time\n"msgstr "%s: 无法对所有数据库和一个指定的数据库同时清理\n"#: vacuumdb.c:141#, c-formatmsgid "%s: cannot vacuum a specific table in all databases\n"msgstr "%s: 无法在所有数据库中对一个指定的表进行清理\n"#: vacuumdb.c:204#, c-formatmsgid "%s: vacuuming of table \"%s\" in database \"%s\" failed: %s"msgstr "%1$s: 在数据库 \"%3$s\" 中的表 \"%2$s\" 清理失败: %4$s"#: vacuumdb.c:207#, c-formatmsgid "%s: vacuuming of database \"%s\" failed: %s"msgstr "%s: 数据库 \"%s\" 清理失败: %s"#: vacuumdb.c:241#, c-formatmsgid "%s: vacuuming database \"%s\"\n"msgstr "%s: 清理数据库 \"%s\"\n"#: vacuumdb.c:255#, c-formatmsgid """%s cleans and analyzes a PostgreSQL database.\n""\n"msgstr """%s 清理并且优化一个 PostgreSQL 数据库.\n""\n"#: vacuumdb.c:259msgid " -a, --all vacuum all databases\n"msgstr " -a, --all 清理所有的数据库\n"#: vacuumdb.c:260msgid " -d, --dbname=DBNAME database to vacuum\n"msgstr " -d, --dbname=DBNAME 清理数据库 DBNAME\n"#: vacuumdb.c:261msgid " -t, --table='TABLE[(COLUMNS)]' vacuum specific table only\n"msgstr " -t, --table='TABLE[(COLUMNS)]' 只清理指定的表 TABLE\n"#: vacuumdb.c:262msgid " -f, --full do full vacuuming\n"msgstr " -f, --full 完全清理\n"#: vacuumdb.c:263msgid " -z, --analyze update optimizer hints\n"msgstr " -z, --anaylze 更新优化器信息\n"#: vacuumdb.c:264msgid """ -e, --echo show the commands being sent to the ""server\n"msgstr """ -e, --echo 显示发送到服务端的命令\n"#: vacuumdb.c:265msgid " -q, --quiet don't write any messages\n"msgstr " -q, --quiet 不写任何信息\n"#: vacuumdb.c:266msgid " -v, --verbose write a lot of output\n"msgstr " -v, --verbose 写大量的输出\n"#: vacuumdb.c:267msgid " --help show this help, then exit\n"msgstr " --help 显示此帮助信息, 然后退出\n"#: vacuumdb.c:268msgid """ --version output version information, then exit\n"msgstr """ --versoin 输出版本信息, 然后退出\n"#: vacuumdb.c:274msgid """\n""Read the description of the SQL command VACUUM for details.\n"msgstr """\n""阅读 SQL 命令 VACUUM 的描述信息, 以便获得更详细的信息.\n"#: common.c:88 common.c:114msgid "Password: "msgstr "口令: "#: common.c:101#, c-formatmsgid "%s: could not connect to database %s\n"msgstr "%s: 无法联接到数据库 %s\n"#: common.c:124#, c-formatmsgid "%s: could not connect to database %s: %s"msgstr "%s: 无法联接到数据库 %s: %s"#: common.c:148#, c-formatmsgid "%s: query failed: %s"msgstr "%s: 查询失败: %s"#: common.c:149#, c-formatmsgid "%s: query was: %s\n"msgstr "%s: 查询是: %s\n"#. translator: Make sure the (y/n) prompts match the translation of this.#: common.c:163msgid "y"msgstr "y"#. translator: Make sure the (y/n) prompts match the translation of this.#: common.c:165msgid "n"msgstr "n"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -