# Chinese, Simplified translation of [D7] NuoDB Driver (7.x-1.0)
# Copyright (c) 2015 by the Chinese, Simplified translation team
#
msgid ""
msgstr ""
"Project-Id-Version: [D7] NuoDB Driver (7.x-1.0)\n"
"POT-Creation-Date: 2015-09-19 09:07+0000\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Language-Team: Chinese, Simplified\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"

msgid "Cannot add field %table.%field: table doesn't exist."
msgstr "无法添加字段 %table.%field: 表 %table 不存在。"
msgid "Cannot add field %table.%field: field already exists."
msgstr "无法添加字段 %table.%field: 字段 %field 已经存在。"
msgid "Cannot set default value of field %table.%field: field doesn't exist."
msgstr ""
"无法为字段 %table.%field 设置默认值: 字段 %field "
"不存在。"
msgid ""
"Cannot remove default value of field %table.%field: field doesn't "
"exist."
msgstr ""
"无法删除字段 %table.%field 的默认值: 字段 %field "
"不存在。"
msgid "Cannot add primary key to table %table: table doesn't exist."
msgstr "无法为表 %table 添加主键: 表 %table 不存在。"
msgid "Cannot add primary key to table %table: primary key already exists."
msgstr "无法为表 %table 添加主键: 主键已存在。"
msgid "Cannot add unique key %name to table %table: table doesn't exist."
msgstr "未能在表 %table 上添加唯一键 %name：表不存在。"
msgid ""
"Cannot add unique key %name to table %table: unique key already "
"exists."
msgstr "未能在表 %table 上添加唯一键 %name：唯一键已存在。"
msgid "Cannot add index %name to table %table: table doesn't exist."
msgstr "未能在表 %table 上添加索引 %name：表不存在。"
msgid "Cannot add index %name to table %table: index already exists."
msgstr "未能在表 %table 上添加索引 %name：索引已存在。"
msgid ""
"Cannot change the definition of field %table.%name: field doesn't "
"exist."
msgstr "未能更改字段 %table.%name 的定义：表不存在。"
msgid ""
"Cannot rename field %table.%name to %name_new: target field already "
"exists."
msgstr ""
"未能将字段 %table.%name 重命名为 "
"%name_new：目标字段已存在。"
msgid "Cannot rename @table to @table_new: table @table doesn't exist."
msgstr "无法将 @table 重命名为 @table_new：表 @table 不存在。"
msgid "Cannot rename @table to @table_new: table @table_new already exists."
msgstr "无法将 @table 重命名为 @table_new：表 @table_new 已存在。"
