From 691dad98bb05d412b7c0e293bbf7bb73399fdd4d Mon Sep 17 00:00:00 2001 From: LiZi Date: Thu, 1 Mar 2018 06:37:23 -0500 Subject: Query physical location id when register VIM. Query physical location id when register VIM. Change the original complex name into physical location id. Change-Id: I29e4cd634e6ec58688864ef7bfc55597ab4ef59f Issue-ID: AAI-828 Signed-off-by: LiZi --- .../src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-en-US.properties | 4 +++- .../src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-zh-CN.properties | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'portal/src/main/webapp/extsys/vim/i18n') diff --git a/portal/src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-en-US.properties b/portal/src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-en-US.properties index de4baa3..3c4bed2 100644 --- a/portal/src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-en-US.properties +++ b/portal/src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-en-US.properties @@ -58,7 +58,9 @@ com_zte_ums_eco_roc_vim_growl_msg_remove_success=delete success com_zte_ums_eco_roc_vim_growl_msg_remove_failed=delete failed com_zte_ums_eco_roc_vim_growl_msg_remove_server_success=delete server success: com_zte_ums_eco_roc_vim_growl_msg_remove_server_failed=delete server falied: -com_zte_ums_eco_roc_vim_growl_msg_query_failed=query faile +com_zte_ums_eco_roc_vim_growl_msg_query_failed=query failed +com_zte_ums_eco_roc_vim_growl_msg_query_vim_type_failed=query VIM type failed +com_zte_ums_eco_roc_vim_growl_msg_query_complex_failed=query Physical Location Id failed com_zte_ums_eco_roc_vim_growl_msg_save_success=save success com_zte_ums_eco_roc_vim_growl_msg_save_failed=save failed diff --git a/portal/src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-zh-CN.properties b/portal/src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-zh-CN.properties index dec6e8d..ab65b8f 100644 --- a/portal/src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-zh-CN.properties +++ b/portal/src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-zh-CN.properties @@ -64,6 +64,8 @@ com_zte_ums_eco_roc_vim_growl_msg_save_failed=保存失败 com_zte_ums_eco_roc_vim_growl_msg_remove_server_success=删除Server成功: com_zte_ums_eco_roc_vim_growl_msg_remove_server_failed=删除Server失败: com_zte_ums_eco_roc_vim_growl_msg_query_failed=查询失败 +com_zte_ums_eco_roc_vim_growl_msg_query_vim_type_failed=查询 VIM type 失败 +com_zte_ums_eco_roc_vim_growl_msg_query_complex_failed=查询 Physical Location Id 失败 com_zte_ums_eco_roc_vim_growl_msg_add_server_success=增加Server成功,端口号: com_zte_ums_eco_roc_vim_growl_msg_add_server_failed=增加Server失败: -- cgit 1.2.3-korg