业务配置添加日志趋势图

js国际化添加日志趋势
This commit is contained in:
leijun
2019-01-15 18:49:28 +08:00
parent d0d2eb9e2a
commit 90a56b5e83
7 changed files with 546 additions and 6 deletions

View File

@@ -85,6 +85,7 @@
ipMaskSole:"IP already exists.",
noStrategyCheck:"No effective spoofing IP configuration",
keywordLength:"Please enter a value between 4 and 1024 characters long.",
arbitrary:"Arbitrarily"
arbitrary:"Arbitrarily",
log_trend:"Log Trend"
});
}(jQuery));

View File

@@ -85,6 +85,7 @@
ipMaskSole:"IP уже существует.",
noStrategyCheck:"No effective spoofing IP configuration",
keywordLength:"Введите между 4 и 1024 символов длинной.",
arbitrary:"Любой"
arbitrary:"Любой",
log_trend:"Журнал Тенденция"
});
}(jQuery));

View File

@@ -85,6 +85,7 @@
ipMaskSole:"IP已存在",
noStrategyCheck:"策略组下无有效的欺骗IP配置",
keywordLength:"请输入一个长度介于4 和1024 之间的字符串",
arbitrary:"任意"
arbitrary:"任意",
log_trend:"日志趋势"
});
}(jQuery));