From c46c631d529bbcd768da11d48c64b52373c46c27 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Fri, 20 Jun 2025 15:52:21 +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 51ca094f9..b9ac95691 100644 --- a/apps/locales/en_US/LC_MESSAGES/django.po +++ b/apps/locales/en_US/LC_MESSAGES/django.po @@ -8360,4 +8360,7 @@ msgid "CAS" msgstr "CAS" msgid "LDAP" -msgstr "LDAP" \ No newline at end of file +msgstr "LDAP" + +msgid "Get tool list" +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 834710b94..df6f3f38e 100644 --- a/apps/locales/zh_CN/LC_MESSAGES/django.po +++ b/apps/locales/zh_CN/LC_MESSAGES/django.po @@ -8486,4 +8486,7 @@ msgid "CAS" msgstr "CAS" msgid "LDAP" -msgstr "LDAP" \ No newline at end of file +msgstr "LDAP" + +msgid "Get tool list" +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 cf851ca9e..ff2245fb2 100644 --- a/apps/locales/zh_Hant/LC_MESSAGES/django.po +++ b/apps/locales/zh_Hant/LC_MESSAGES/django.po @@ -8486,4 +8486,7 @@ msgid "CAS" msgstr "CAS" msgid "LDAP" -msgstr "LDAP" \ No newline at end of file +msgstr "LDAP" + +msgid "Get tool list" +msgstr "獲取工具列表" \ No newline at end of file