⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 setupres_zh_cn.java

📁 大家共享愉快, 共享愉快, 共享愉快, 共享愉快,共享愉快
💻 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-2005 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 ZhaoXing Meng
 * @version $Id: SetupRes_zh_CN.java,v 1.6 2005/01/05 04:30:09 jjanke Exp $
 */
public class SetupRes_zh_CN extends ListResourceBundle
{

    /**	Translation Info	*/
    static final Object[][] contents = new String[][]{
		{ "CompiereServerSetup", 	"Compiere 服务器设置" },
		{ "Ok", 					"确定" },
		{ "File", 					"文件" },
		{ "Exit", 					"退出" },
		{ "Help", 					"帮助" },
		{ "PleaseCheck", 			"请检查" },
		{ "UnableToConnect", 		"无法从 Compiere 网站返回帮助信息" },
		//
		{ "CompiereHomeInfo", 		"Compiere 主目录是基本的目录" },
		{ "CompiereHome", 			"Compiere 主目录" },
		{ "WebPortInfo", 			"Web (HTML) 端口" },
		{ "WebPort", 				"Web 端口" },
		{ "AppsServerInfo", 		"应用服务器名称" },
		{ "AppsServer", 			"应用服务器" },
		{ "DatabaseTypeInfo", 		"数据库类型" },
		{ "DatabaseType", 			"数据库类型" },
		{ "DatabaseNameInfo", 		"数据库 (服务) 名称" },
		{ "DatabaseName", 			"数据库名称" },
		{ "DatabasePortInfo", 		"数据库监听器端口" },
		{ "DatabasePort", 			"数据库端口" },
		{ "DatabaseUserInfo", 		"数据库 Compiere 用户 ID" },
		{ "DatabaseUser", 			"数据库用户" },
		{ "DatabasePasswordInfo", 	"数据库 Compiere 用户密码" },
		{ "DatabasePassword", 		"数据库密码" },
		{ "TNSNameInfo", 			"探测到的数据库" },
		{ "TNSName", 				"数据库搜索" },
		{ "SystemPasswordInfo", 	"系统用户密码" },
		{ "SystemPassword", 		"系统密码" },
		{ "MailServerInfo", 		"邮件服务器" },
		{ "MailServer", 			"邮件服务器" },
		{ "AdminEMailInfo", 		"Compiere 管理员邮件" },
		{ "AdminEMail", 			"管理员邮件" },
		{ "DatabaseServerInfo", 	"数据库服务器名称" },
		{ "DatabaseServer", 		"数据库服务器" },
		{ "JavaHomeInfo", 			"Java 主目录文件夹" },
		{ "JavaHome", 				"Java 主目录" },
		{ "JNPPortInfo", 			"应用服务器 JNP 端口" },
		{ "JNPPort", 				"JNP 端口" },
		{ "MailUserInfo", 			"Compiere 邮件用户" },
		{ "MailUser", 				"邮件用户" },
		{ "MailPasswordInfo", 		"Compiere 邮件用户密码" },
		{ "MailPassword", 			"邮件密码" },
		{ "KeyStorePassword",		"密钥存储密码" },
		{ "KeyStorePasswordInfo",	"安全套接字层密钥存储的密码" },
		//
		{ "JavaType",				"Java 虚拟机"},
		{ "JavaTypeInfo",			"Java 虚拟机供应商"},
		{ "AppsType",				"应用服务器类型"},
		{ "AppsTypeInfo",			"J2EE 应用服务器类型"},
		{ "DeployDir",				"部署"},
		{ "DeployDirInfo",			"J2EE 部署目录"},
		{ "ErrorDeployDir",			"错误的部署目录"},
		//
		{ "TestInfo", 				"测试安装" },
		{ "Test", 					"测试" },
		{ "SaveInfo", 				"保存安装" },
		{ "Save", 					"保存" },
		{ "HelpInfo", 				"返回帮助" },


		//
		{ "ServerError", 			"服务器安装错误" },
		{ "ErrorJavaHome", 			"错误的 Java 主目录" },
		{ "ErrorCompiereHome", 		"错误的 Compiere 主目录" },
		{ "ErrorAppsServer", 		"错误的应用服务器 (不要使用 localhost)" },
		{ "ErrorWebPort", 			"错误的 Web 端口" },
		{ "ErrorJNPPort", 			"错误的 JNP 端口" },
		{ "ErrorDatabaseServer", 	        "错误的数据库服务器 (不要使用 localhost)" },
		{ "ErrorDatabasePort", 		"错误的数据库端口" },
		{ "ErrorJDBC", 			"错误的 JDBC 连接" },
		{ "ErrorTNS", 			"错误的 TNS 连接" },
		{ "ErrorMailServer", 		"错误的邮件服务器 (不要使用 localhost)" },
		{ "ErrorMail", 			"错误的邮件地址" },
		{ "ErrorSave", 			"保存文件时发生错误" },
		{"EnvironmentSaved","环境配置文件已保存... 开始部署。\n您可在程序完成之后重新启动应用服务器。\n请检查错误追踪。\n"},
		{"RMIoverHTTP", "通过 HTTP 传输对象"},
		{"RMIoverHTTPInfo", "基于 HTTP 的远程调用可穿透防火墙"}
	};

	/**
	 * Get Contents
	 * 
	 * @return contents
	 */
	public Object[][] getContents ()
	{
		return contents;
	} // getContents
} // SerupRes

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -