📄 setupres_zh.java
字号:
/******************************************************************************
* The contents of this file are subject to the Compiere License Version 1.1
* ("License"); You may not use this file except in compliance with the License
* You may obtain a copy of the License at http://www.compiere.org/license.html
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
* The Original Code is Compiere ERP & CRM Business Solution
* The Initial Developer of the Original Code is Jorg Janke and ComPiere, Inc.
* Portions created by Jorg Janke are Copyright (C) 1999-2002 Jorg Janke, parts
* created by ComPiere are Copyright (C) ComPiere, Inc.; All Rights Reserved.
* Contributor(s): ______________________________________.
*****************************************************************************/
package org.compiere.install;
import java.util.*;
/**
* Setup Resources
*
* @author kirinlin
* @version $Id: SetupRes_zh.java,v 1.1 2003/03/15 07:06:12 jjanke Exp $
*/
public class SetupRes_zh extends ListResourceBundle
{
/** Translation Info */
static final Object[][] contents = new String[][]{
{ "CompiereServerSetup", "Compiere \u4f3a\u670d\u5668\u8a2d\u5b9a" },
{ "Ok", "\u78ba\u5b9a" },
{ "File", "\u6a94\u6848" },
{ "Exit", "\u96e2\u958b" },
{ "Help", "\u8aaa\u660e" },
{ "PleaseCheck", "\u8acb\u6aa2\u67e5" },
{ "UnableToConnect", "\u7121\u6cd5\u81ea Compiere \u7db2\u7ad9\u5f97\u5230\u8aaa\u660e" },
{ "CompiereHomeInfo", "Compiere \u4e3b\u76ee\u9304" },
{ "CompiereHome", "Compiere Home" },
{ "WebPortInfo", "\u7db2\u9801\u4f3a\u670d\u5668\u9023\u63a5\u57e0" },
{ "WebPort", "Web Port" },
{ "AppsServerInfo", "\u61c9\u7528\u4f3a\u670d\u5668\u540d\u7a31" },
{ "AppsServer", "Apps Server" },
{ "DatabaseTypeInfo", "\u8cc7\u6599\u5eab\u7a2e\u985e" },
{ "DatabaseType", "Database Type" },
{ "DatabaseNameInfo", "\u8cc7\u6599\u5eab\u540d\u7a31 " },
{ "DatabaseName", "Database Name (SID)" },
{ "DatabasePortInfo", "\u8cc7\u6599\u5eab\u9023\u63a5\u57e0" },
{ "DatabasePort", "Database Port" },
{ "DatabaseUserInfo", "Compiere \u4f7f\u7528\u8cc7\u6599\u5eab\u7684\u5e33\u865f" },
{ "DatabaseUser", "Database User" },
{ "DatabasePasswordInfo", "Compiere \u4f7f\u7528\u8cc7\u6599\u5eab\u7684\u5bc6\u78bc" },
{ "DatabasePassword", "Database Password" },
{ "TNSNameInfo", "TNS or Global Database Name" },
{ "TNSName", "TNS Name" },
{ "SystemPasswordInfo", "\u7cfb\u7d71\u5bc6\u78bc" },
{ "SystemPassword", "System Password" },
{ "MailServerInfo", "\u90f5\u4ef6\u4f3a\u670d\u5668" },
{ "MailServer", "Mail Server" },
{ "AdminEMailInfo", "Compiere \u7ba1\u7406\u8005 EMail" },
{ "AdminEMail", "Admin EMail" },
{ "DatabaseServerInfo", "\u8cc7\u6599\u5eab\u540d\u7a31" },
{ "DatabaseServer", "Database Server" },
{ "JavaHomeInfo", "Java \u4e3b\u76ee\u9304" },
{ "JavaHome", "Java Home" },
{ "JNPPortInfo", "\u61c9\u7528\u4f3a\u670d\u5668\u7684 JNP \u9023\u63a5\u57e0" },
{ "JNPPort", "JNP Port" },
{ "MailUserInfo", "Compiere Mail \u5e33\u865f" },
{ "MailUser", "Mail User" },
{ "MailPasswordInfo", "Compiere Mail \u5e33\u865f\u7684\u5bc6\u78bc" },
{ "MailPassword", "Mail Password" },
{ "TestInfo", "\u8a2d\u5b9a\u6e2c\u8a66" },
{ "Test", "Test" },
{ "SaveInfo", "\u5132\u5b58\u8a2d\u5b9a" },
{ "Save", "Save" },
{ "HelpInfo", "\u53d6\u5f97\u8aaa\u660e" },
{ "ServerError", "\u4f3a\u670d\u5668\u8a2d\u5b9a\u932f\u8aa4" },
{ "ErrorJavaHome", "Java \u4e3b\u76ee\u9304\u932f\u8aa4" },
{ "ErrorCompiereHome", "Compiere \u4e3b\u76ee\u9304\u932f\u8aa4" },
{ "ErrorAppsServer", "\u61c9\u7528\u4f3a\u670d\u5668\u932f\u8aa4 (do not use localhost)" },
{ "ErrorWebPort", "\u7db2\u9801\u4f3a\u670d\u5668\u9023\u63a5\u57e0\u932f\u8aa4" },
{ "ErrorJNPPort", "JNP \u9023\u63a5\u57e0\u932f\u8aa4" },
{ "ErrorDatabaseServer", "\u8cc7\u6599\u5eab\u932f\u8aa4 (do not use localhost)" },
{ "ErrorDatabasePort", "\u8cc7\u6599\u5eab Port \u932f\u8aa4" },
{ "ErrorJDBC", "JDBC \u9023\u63a5\u932f\u8aa4" },
{ "ErrorTNS", "TNS \u9023\u63a5\u932f\u8aa4" },
{ "ErrorMailServer", "\u90f5\u4ef6\u4f3a\u670d\u5668\u932f\u8aa4 (do not use localhost)" },
{ "ErrorMail", "\u90f5\u4ef6\u932f\u8aa4" },
{ "ErrorSave", "\u5b58\u6a94\u932f\u8aa4" },
{ "EnvironmentSaved", "\u74b0\u5883\u8a2d\u5b9a\u5132\u5b58\u6210\u529f\n\u8acb\u5c07\u4f3a\u670d\u5668\u91cd\u65b0\u555f\u52d5." }
};
/**
* Get Contents
* @return contents
*/
public Object[][] getContents()
{
return contents;
} // getContents
} // SerupRes
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -