mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-01 06:16:04 +08:00
Merge remote-tracking branch 'origin/developing' into developing
This commit is contained in:
@ -6,4 +6,7 @@ common.paramError=The parameter is incorrect
|
||||
common.paramDetailError=The parameter: {0} is incorrect
|
||||
common.paramCheckError=The following parameters are not valid:
|
||||
common.maxUploadSize=The file exceeds the maximum limit
|
||||
dataSource.sqlAnalysisError=Invalid statements
|
||||
dataSource.sqlAnalysisError=Invalid statements
|
||||
connection.error=Connection failed, please check the connection information
|
||||
connection.ssh.error=SSH connection failed, please check the connection information
|
||||
connection.driver.load.error=Failed to load driver class, please check the driver jar package
|
@ -6,4 +6,7 @@ common.paramError=The parameter is incorrect
|
||||
common.paramDetailError=The parameter: {0} is incorrect
|
||||
common.paramCheckError=The following parameters are not valid
|
||||
common.maxUploadSize=The file exceeds the maximum limit
|
||||
dataSource.sqlAnalysisError=Invalid statements
|
||||
dataSource.sqlAnalysisError=Invalid statements
|
||||
connection.error=Connection failed, please check the connection information
|
||||
connection.ssh.error=SSH connection failed, please check the connection information
|
||||
connection.driver.load.error=Failed to load driver class, please check the driver jar package
|
@ -8,4 +8,7 @@ common.paramCheckError=请检查以下参数:
|
||||
common.maxUploadSize=您输入的文件超过最大限制
|
||||
|
||||
|
||||
dataSource.sqlAnalysisError=不合法的执行语句
|
||||
dataSource.sqlAnalysisError=不合法的执行语句
|
||||
connection.error=数据库链接异常,请检查数据库配置
|
||||
connection.ssh.error=SSH 链接异常,请检查SSH配置
|
||||
connection.driver.load.error=数据库驱动加载异常,请检查驱动配置
|
Reference in New Issue
Block a user