diff --git a/locale/zh_CN/LC_MESSAGES/django.po b/locale/zh_CN/LC_MESSAGES/django.po index bc36753a2e..9270107c65 100644 --- a/locale/zh_CN/LC_MESSAGES/django.po +++ b/locale/zh_CN/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-03-20 00:10+0000\n" +"POT-Creation-Date: 2025-03-22 00:10+0000\n" "PO-Revision-Date: 2022-09-26 16:47+0000\n" "Last-Translator: deluxghost, 2025\n" "Language-Team: Chinese (China) (https://app.transifex.com/authentik/teams/119923/zh_CN/)\n" @@ -626,6 +626,18 @@ msgstr "Slack Webhook(Slack/Discord)" msgid "Email" msgstr "电子邮箱" +#: authentik/events/models.py +msgid "" +"Customize the body of the request. Mapping should return data that is JSON-" +"serializable." +msgstr "自定义请求体。映射应该返回 JSON 序列化的数据。" + +#: authentik/events/models.py +msgid "" +"Configure additional headers to be sent. Mapping should return a dictionary " +"of key-value pairs" +msgstr "配置要发送的额外标头。映射应该返回键值对字典。" + #: authentik/events/models.py msgid "" "Only send notification once, for example when sending a webhook into a chat "