Add row number

This commit is contained in:
JiaJu Zhuang
2023-07-22 14:43:56 +08:00
parent ad6cf6667f
commit cdb861b858
6 changed files with 45 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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=行号