添加国际化代码.
This commit is contained in:
@@ -247,7 +247,7 @@ public class FileTransferCfgController extends BaseController{
|
|||||||
if(StringUtils.isNotBlank(ids)){
|
if(StringUtils.isNotBlank(ids)){
|
||||||
entity = fileTransferCfgService.getP2pCfg(Long.parseLong(ids));
|
entity = fileTransferCfgService.getP2pCfg(Long.parseLong(ids));
|
||||||
|
|
||||||
// 添加配置域Key,用于新增页面判断
|
// 添加配置域Key,用于修改页面区分各域配置
|
||||||
P2pHashCfg hashCfg = new P2pHashCfg();
|
P2pHashCfg hashCfg = new P2pHashCfg();
|
||||||
hashCfg.setCfgType(Constants.P2P_HASH_BIN_REGION);
|
hashCfg.setCfgType(Constants.P2P_HASH_BIN_REGION);
|
||||||
entity.setP2pHash(hashCfg);
|
entity.setP2pHash(hashCfg);
|
||||||
@@ -270,7 +270,7 @@ public class FileTransferCfgController extends BaseController{
|
|||||||
|
|
||||||
initUpdateFormCondition(model,entity);
|
initUpdateFormCondition(model,entity);
|
||||||
}else{
|
}else{
|
||||||
// 添加配置域Key,用于修改页面判断
|
// 添加配置域Key,用于新增页面区分各域配置
|
||||||
P2pHashCfg hashCfg = new P2pHashCfg();
|
P2pHashCfg hashCfg = new P2pHashCfg();
|
||||||
hashCfg.setCfgType(Constants.P2P_HASH_BIN_REGION);
|
hashCfg.setCfgType(Constants.P2P_HASH_BIN_REGION);
|
||||||
entity.setP2pHash(hashCfg);
|
entity.setP2pHash(hashCfg);
|
||||||
|
|||||||
@@ -1068,4 +1068,7 @@ website=Website
|
|||||||
|
|
||||||
p2p_ip_config_type=IP Config Type
|
p2p_ip_config_type=IP Config Type
|
||||||
p2p_hash_type=Hash Type
|
p2p_hash_type=Hash Type
|
||||||
NTC_SUBSCRIBE_ID=Certification Mark Configuration
|
NTC_SUBSCRIBE_ID=Certification Mark Configuration
|
||||||
|
|
||||||
|
app_header_config=APP Header Feature
|
||||||
|
app_ssl_config=APP SSL Cert Feature
|
||||||
@@ -1066,4 +1066,7 @@ website=\u7F51\u7AD9\u57DF\u540D
|
|||||||
|
|
||||||
p2p_ip_config_type=IP\u914D\u7F6E\u7C7B\u578B
|
p2p_ip_config_type=IP\u914D\u7F6E\u7C7B\u578B
|
||||||
p2p_hash_type=HASH\u7C7B\u578B
|
p2p_hash_type=HASH\u7C7B\u578B
|
||||||
NTC_SUBSCRIBE_ID=\u8BA4\u8BC1\u6807\u8BC6\u914D\u7F6E
|
NTC_SUBSCRIBE_ID=\u8BA4\u8BC1\u6807\u8BC6\u914D\u7F6E
|
||||||
|
|
||||||
|
app_header_config=APP\u62A5\u5934\u7279\u5F81
|
||||||
|
app_ssl_config=APP SSL\u8BC1\u4E66\u7279\u5F81
|
||||||
Reference in New Issue
Block a user