From d282795644c5060e9fee9821f460c5591ad4e171 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Fri, 28 Mar 2025 09:31:48 +0800 Subject: [PATCH] refactor: i18n --- apps/locales/en_US/LC_MESSAGES/django.po | 5 ++++- apps/locales/zh_CN/LC_MESSAGES/django.po | 5 ++++- apps/locales/zh_Hant/LC_MESSAGES/django.po | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/apps/locales/en_US/LC_MESSAGES/django.po b/apps/locales/en_US/LC_MESSAGES/django.po index d639f4c1e..a31eff157 100644 --- a/apps/locales/en_US/LC_MESSAGES/django.po +++ b/apps/locales/en_US/LC_MESSAGES/django.po @@ -7460,4 +7460,7 @@ msgid "login authentication" msgstr "Login Authentication" msgid "Paragraph" -msgstr "" \ No newline at end of file +msgstr "" + +msgid "Batch generate related" +msgstr "Batch generate related problems" \ 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 3fd51ebc6..76e6b9977 100644 --- a/apps/locales/zh_CN/LC_MESSAGES/django.po +++ b/apps/locales/zh_CN/LC_MESSAGES/django.po @@ -7623,4 +7623,7 @@ msgid "login authentication" msgstr "登录认证" msgid "Paragraph" -msgstr "段落" \ No newline at end of file +msgstr "段落" + +msgid "Batch generate related" +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 8a1bf7a96..0a7373636 100644 --- a/apps/locales/zh_Hant/LC_MESSAGES/django.po +++ b/apps/locales/zh_Hant/LC_MESSAGES/django.po @@ -7633,4 +7633,7 @@ msgid "login authentication" msgstr "登錄驗證" msgid "Paragraph" -msgstr "段落" \ No newline at end of file +msgstr "段落" + +msgid "Batch generate related" +msgstr "批量生成相關问题" \ No newline at end of file