Skip to content

Commit

Permalink
Merge pull request #604 from 0RAJA/fix_rule_audit
Browse files Browse the repository at this point in the history
fix: 风险发现规则的规则列表 --bug=138749719
  • Loading branch information
0RAJA authored Feb 27, 2025
2 parents 4224f6b + 1629f90 commit bee30c6
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
Binary file modified src/backend/locale/en/LC_MESSAGES/django.mo
Binary file not shown.
14 changes: 7 additions & 7 deletions src/backend/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-02-21 10:41+0800\n"
"POT-Creation-Date: 2025-02-27 17:04+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -2086,22 +2086,22 @@ msgid "<="
msgstr "<="

msgid "in"
msgstr "In"
msgstr "in"

msgid "not in"
msgstr "NotIn"
msgstr "not in"

msgid "like"
msgstr "Like"
msgstr "like"

msgid "not like"
msgstr "NotLike"
msgstr "not like"

msgid "is null"
msgstr "IsNull"
msgstr "is null"

msgid "is not null"
msgstr "IsNotNull"
msgstr "is not null"

#, python-brace-format
msgid "表 '{table_name}' 未在配置中声明。"
Expand Down
Binary file modified src/backend/locale/zh_CN/LC_MESSAGES/django.mo
Binary file not shown.
26 changes: 13 additions & 13 deletions src/backend/locale/zh_CN/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-02-21 10:41+0800\n"
"POT-Creation-Date: 2025-02-27 17:04+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -2068,40 +2068,40 @@ msgid "full_join"
msgstr "full_join"

msgid "="
msgstr "等于"
msgstr "等于 ="

msgid "!="
msgstr "不等于"
msgstr "不等于 !="

msgid ">"
msgstr "大于"
msgstr "大于 >"

msgid "<"
msgstr "小于"
msgstr "小于 <"

msgid ">="
msgstr "大于等于"
msgstr "大于等于 >="

msgid "<="
msgstr "小于等于"
msgstr "小于等于 <="

msgid "in"
msgstr "属于"
msgstr "属于 in"

msgid "not in"
msgstr "不属于"
msgstr "不属于 not in"

msgid "like"
msgstr "包含(模糊匹配)"
msgstr "包含(模糊匹配) like"

msgid "not like"
msgstr "不包含(模糊匹配)"
msgstr "不包含(模糊匹配) not like"

msgid "is null"
msgstr "为空"
msgstr "为空 is null"

msgid "is not null"
msgstr "不为空"
msgstr "不为空 is not null"

#, python-brace-format
msgid "表 '{table_name}' 未在配置中声明。"
Expand Down

0 comments on commit bee30c6

Please sign in to comment.