From ccf6d86deae2b357e62e6d59e3cf1a1cf88ad7ea Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Mon, 22 Sep 2025 17:52:44 +0800 Subject: [PATCH] chore: update logging for auth setting changes and add translations --- apps/locales/en_US/LC_MESSAGES/django.po | 3 +++ apps/locales/zh_CN/LC_MESSAGES/django.po | 5 ++++- apps/locales/zh_Hant/LC_MESSAGES/django.po | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/apps/locales/en_US/LC_MESSAGES/django.po b/apps/locales/en_US/LC_MESSAGES/django.po index 51c16030f..48ec142a6 100644 --- a/apps/locales/en_US/LC_MESSAGES/django.po +++ b/apps/locales/en_US/LC_MESSAGES/django.po @@ -8715,4 +8715,7 @@ msgid "password" msgstr "Password login" msgid "Failed to obtain the image" +msgstr "" + +msgid "Update auth setting" msgstr "" \ No newline at end of file diff --git a/apps/locales/zh_CN/LC_MESSAGES/django.po b/apps/locales/zh_CN/LC_MESSAGES/django.po index c8ccf028b..62885235e 100644 --- a/apps/locales/zh_CN/LC_MESSAGES/django.po +++ b/apps/locales/zh_CN/LC_MESSAGES/django.po @@ -8841,4 +8841,7 @@ msgid "password" msgstr "密码登录" msgid "Failed to obtain the image" -msgstr "获取图片失败" \ No newline at end of file +msgstr "获取图片失败" + +msgid "Update auth setting" +msgstr "更新认证设置" \ No newline at end of file diff --git a/apps/locales/zh_Hant/LC_MESSAGES/django.po b/apps/locales/zh_Hant/LC_MESSAGES/django.po index 1f0fb0832..d3bdca50a 100644 --- a/apps/locales/zh_Hant/LC_MESSAGES/django.po +++ b/apps/locales/zh_Hant/LC_MESSAGES/django.po @@ -8841,4 +8841,7 @@ msgid "password" msgstr "密码登录" msgid "Failed to obtain the image" -msgstr "獲取圖片失敗" \ No newline at end of file +msgstr "獲取圖片失敗" + +msgid "Update auth setting" +msgstr "更新認證設置" \ No newline at end of file