Skip to content

Commit

Permalink
docs(tcloud): change translation
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenZhang committed Nov 29, 2024
1 parent ca8b6c1 commit 1502053
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/tcloud/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class AuditCallback(BaseModel):
choices=CICallbackEventName.choices,
)
audit_id = models.CharField(verbose_name=gettext_lazy("Audit ID"), max_length=MAX_CHAR_LENGTH, db_index=True)
is_sensitive = models.BooleanField(verbose_name=gettext_lazy("Result"), db_index=True)
is_sensitive = models.BooleanField(verbose_name=gettext_lazy("Is Sensitive"), db_index=True)
detail = models.JSONField(verbose_name=gettext_lazy("Detail"))
creation_time = models.CharField(
verbose_name=gettext_lazy("Audit Time"), max_length=SHORT_CHAR_LENGTH, db_index=True, null=True, blank=True
Expand Down
5 changes: 4 additions & 1 deletion locale/zh_Hans/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: 2024-11-29 20:25+0800\n"
"POT-Creation-Date: 2024-11-29 21:14+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 @@ -315,6 +315,9 @@ msgstr "事件名"
msgid "Audit ID"
msgstr "审核ID"

msgid "Is Sensitive"
msgstr "敏感"

msgid "Detail"
msgstr "详情"

Expand Down

0 comments on commit 1502053

Please sign in to comment.