mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-03 06:17:03 +08:00
Add row number
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
# common
|
||||
common.businessError=Please try resubmitting or refreshing the page later
|
||||
common.systemError=An exception occurs, you can view the exception details in the log in the help menu.
|
||||
common.needLoggedIn=Login required
|
||||
@ -6,7 +7,11 @@ 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
|
||||
dataSource.sqlAnalysisError=Invalid statements
|
||||
# connection
|
||||
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
|
||||
connection.driver.load.error=Failed to load driver class, please check the driver jar package
|
||||
# sqlResult
|
||||
sqlResult.rowNumber=Row Number
|
@ -9,4 +9,6 @@ common.maxUploadSize=The file exceeds the maximum limit
|
||||
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
|
||||
connection.driver.load.error=Failed to load driver class, please check the driver jar package
|
||||
# sqlResult
|
||||
sqlResult.rowNumber=Row Number
|
@ -11,4 +11,6 @@ common.maxUploadSize=您输入的文件超过最大限制
|
||||
dataSource.sqlAnalysisError=不合法的执行语句
|
||||
connection.error=数据库链接异常,请检查数据库配置
|
||||
connection.ssh.error=SSH 链接异常,请检查SSH配置
|
||||
connection.driver.load.error=数据库驱动加载异常,请检查驱动配置
|
||||
connection.driver.load.error=数据库驱动加载异常,请检查驱动配置
|
||||
# sqlResult
|
||||
sqlResult.rowNumber=行号
|
Reference in New Issue
Block a user