fix: missing rule event i18n in zh_cn

This commit is contained in:
JimMoen 2024-05-31 17:51:47 +08:00
parent b14a138bf1
commit 45e2c81ebc
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
{application, emqx_rule_engine, [ {application, emqx_rule_engine, [
{description, "EMQX Rule Engine"}, {description, "EMQX Rule Engine"},
% strict semver, bump manually! % strict semver, bump manually!
{vsn, "5.1.0"}, {vsn, "5.1.1"},
{modules, []}, {modules, []},
{registered, [emqx_rule_engine_sup, emqx_rule_engine]}, {registered, [emqx_rule_engine_sup, emqx_rule_engine]},
{applications, [ {applications, [

View File

@ -690,8 +690,8 @@ event_info() ->
event_info_schema_validation_failed() -> event_info_schema_validation_failed() ->
event_info_common( event_info_common(
'schema.validation_failed', 'schema.validation_failed',
{<<"schema validation failed">>, <<"TODO"/utf8>>}, {<<"schema validation failed">>, <<"schema 验证失败"/utf8>>},
{<<"messages that do not pass configured validations">>, <<"TODO"/utf8>>}, {<<"messages that do not pass configured validations">>, <<"未通过验证的消息"/utf8>>},
<<"SELECT * FROM \"$events/schema_validation_failed\" WHERE topic =~ 't/#'">> <<"SELECT * FROM \"$events/schema_validation_failed\" WHERE topic =~ 't/#'">>
). ).
ee_event_info() -> ee_event_info() ->