# Chinese, Traditional translation of [D7] NuoDB Driver (7.x-1.0)
# Copyright (c) 2015 by the Chinese, Traditional 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, Traditional\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 ：資料表不存在。"
msgid "Cannot add field %table.%field: field already exists."
msgstr "無法新增欄位 %table.%field ：欄位已存在。"
msgid "Cannot set default value of field %table.%field: field doesn't exist."
msgstr ""
"無法設定 %table.%field "
"欄位的預設值：這個欄位不存在。"
msgid ""
"Cannot remove default value of field %table.%field: field doesn't "
"exist."
msgstr ""
"無法移除 %table.%field "
"欄位的預設值：這個欄位不存在。"
msgid "Cannot add primary key to table %table: table doesn't exist."
msgstr "無法加入主鍵到 %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 ""
"無法加入唯一值 %name 到 %table 資料表: "
"資料表不存在。"
msgid ""
"Cannot add unique key %name to table %table: unique key already "
"exists."
msgstr ""
"無法加入唯一值 %name 到 %table 資料表: "
"這個欄位已經是唯一值。"
msgid "Cannot add index %name to table %table: table doesn't exist."
msgstr "無法增加索引 %name 到 %table 資料表：資料表不存在。"
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 @table_new "
"已經存在。"
