diff --git a/src/main/resources/messages/message_en.properties b/src/main/resources/messages/message_en.properties index 6c9ac1ea6..bfcfc708c 100644 --- a/src/main/resources/messages/message_en.properties +++ b/src/main/resources/messages/message_en.properties @@ -617,7 +617,7 @@ val_dst_ip=Server IP format is incorrect or inconsistent with IP type val_dst_mask=Server IP mask format is incorrect or inconsistent with IP type val_dst_port=Server port is empty or incorrectly formatting(0-65535) val_dst_port_mask=Server port mask format is incorrect(0-65535) -val_protocol=Protocol Can't be empty,and should be 6(TCP),17(UDP),0(\u4efb\u610f) +val_protocol=Protocol Can't be empty,and should be 6(TCP),17(UDP),0(\u4EFB\u610F) val_direction=Direction should be 0(bidirectional) or 1(unidirectional) #===============protocol IP Import end================= @@ -1141,4 +1141,7 @@ last_ip_in_asn_group=Can not delete last IP in an ASN group #==============================about reoirt========================================= src_province=Str Province src_city=Src City -dest_country=Dest IP Country \ No newline at end of file +dest_country=Dest IP Country +MM_SPEAKER_RECOGNIZATION=Speaker Recognization +MM_LOGO_DETECTION=Logo Detection +MM_FACE_RECOGNIZATION=Face Recognization \ No newline at end of file diff --git a/src/main/resources/messages/message_ru.properties b/src/main/resources/messages/message_ru.properties index 0600f6880..35ad8f1d3 100644 --- a/src/main/resources/messages/message_ru.properties +++ b/src/main/resources/messages/message_ru.properties @@ -1048,4 +1048,7 @@ file_desc=File Desc content_type=Content Type content_length=Content Length response_file=Response File -domain_existed=Domain Has Existed \ No newline at end of file +domain_existed=Domain Has Existed +MM_SPEAKER_RECOGNIZATION=Speaker Recognization +MM_LOGO_DETECTION=Logo Detection +MM_FACE_RECOGNIZATION=Face Recognization \ No newline at end of file diff --git a/src/main/resources/messages/message_zh_CN.properties b/src/main/resources/messages/message_zh_CN.properties index 5b51c7817..4f0d9c1f6 100644 --- a/src/main/resources/messages/message_zh_CN.properties +++ b/src/main/resources/messages/message_zh_CN.properties @@ -1140,3 +1140,6 @@ last_ip_in_asn_group=\u4E0D\u80FD\u5220\u9664ASN\u7EC4\u4E2D\u7684\u6700\u540E\u src_province=\u6240\u5C5E\u7701 src_city=\u6240\u5C5E\u5E02 dest_country=\u76EE\u7684IP\u6240\u5C5E\u56FD\u5BB6 +MM_SPEAKER_RECOGNIZATION=\u8BF4\u8BDD\u4EBA\u8BC6\u522B +MM_LOGO_DETECTION=\u53F0\u6807\u8BC6\u522B +MM_FACE_RECOGNIZATION=\u4EBA\u8138\u8BC6\u522B \ No newline at end of file