添加国际化代码.

This commit is contained in:
zhangwenqing
2018-08-20 09:52:44 +08:00
parent 32b229e233
commit b2bb12a52b
3 changed files with 10 additions and 4 deletions

View File

@@ -247,7 +247,7 @@ public class FileTransferCfgController extends BaseController{
if(StringUtils.isNotBlank(ids)){
entity = fileTransferCfgService.getP2pCfg(Long.parseLong(ids));
// 添加配置域Key,用于新增页面判断
// 添加配置域Key,用于修改页面区分各域配置
P2pHashCfg hashCfg = new P2pHashCfg();
hashCfg.setCfgType(Constants.P2P_HASH_BIN_REGION);
entity.setP2pHash(hashCfg);
@@ -270,7 +270,7 @@ public class FileTransferCfgController extends BaseController{
initUpdateFormCondition(model,entity);
}else{
// 添加配置域Key,用于修改页面判断
// 添加配置域Key,用于新增页面区分各域配置
P2pHashCfg hashCfg = new P2pHashCfg();
hashCfg.setCfgType(Constants.P2P_HASH_BIN_REGION);
entity.setP2pHash(hashCfg);

View File

@@ -1069,3 +1069,6 @@ website=Website
p2p_ip_config_type=IP Config Type
p2p_hash_type=Hash Type
NTC_SUBSCRIBE_ID=Certification Mark Configuration
app_header_config=APP Header Feature
app_ssl_config=APP SSL Cert Feature

View File

@@ -1067,3 +1067,6 @@ website=\u7F51\u7AD9\u57DF\u540D
p2p_ip_config_type=IP\u914D\u7F6E\u7C7B\u578B
p2p_hash_type=HASH\u7C7B\u578B
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