//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/sqlui.js
// Generated: /usr/local/cpanel/base/sharedjs/sqlui-zh_tw.js
// Module: legacy_shared/sqlui-zh_tw
// Locale: zh_tw
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
// The raw lexicon.
var newLex = {"Close":"關閉","If you change this database’s name, you will be unable to rename it back to “[_1]”. This is because the old name lacks the username prefix ([_2]) that this system requires on the names of all new databases and database users. If you require a name without the prefix, you must contact your server administrator.":"如果變更這個資料庫的名稱,就無法將它重新命名回“[_1]”, 因為這個系統要求所有新的資料庫和資料庫使用者必須具有使用者名稱前置詞 ([_2]),但舊名稱缺少這個前置詞。 如果您需要沒有前置詞的名稱,您必須連絡伺服器管理員。","If you change this user’s name, you will be unable to rename it back to “[_1]”. This is because the old name lacks the username prefix ([_2]) that this system requires on the names of all new databases and database users. If you require a name without the prefix, you must contact your server administrator.":"如果變更這個使用者的名稱,就無法將它重新命名回“[_1]”, 因為這個系統要求所有新的資料庫和資料庫使用者必須具有使用者名稱前置詞 ([_2]),但舊名稱缺少這個前置詞。 如果您需要沒有前置詞的名稱,您必須連絡伺服器管理員。","It is a potentially dangerous operation to rename a database. You may want to [output,url,_1,back up this database] before renaming it.":"It is a potentially dangerous operation to rename a database. You may want to [output,url,_1,back up this database] before renaming it.","Rename Database":"重新命名資料庫","Rename Database User":"重新命名資料庫使用者","Renaming database user …":"正在重新命名資料庫使用者…","Renaming database …":"正在重新命名資料庫…","Success! The browser is now redirecting …":"成功! 瀏覽器現在正在重新導向…","Success! This page will now reload.":"成功! 現在將重新載入此頁面。","The new name must be different from the old name.":"新、舊名稱必須不同。"};
if (!this.LEXICON) {
this.LEXICON = {};
}
for(var item in newLex) {
if(newLex.hasOwnProperty(item)) {
var value = newLex[item];
if (typeof(value) === "string" && value !== "") {
// Only add it if there is a value.
this.LEXICON[item] = value;
}
}
}
})();
//~~END-GENERATED~~