From 1070d27d2a754b77f329da0c6bfed444e0f7831a Mon Sep 17 00:00:00 2001 From: CaptainB Date: Thu, 23 Oct 2025 11:11:13 +0800 Subject: [PATCH] feat: add translations for tag management messages in django.po MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1062907 --user=刘瑞斌 【知识库】创建或编辑标签,标签或标签值重复的异常提示没有国际化 https://www.tapd.cn/62980211/s/1789069 --- apps/locales/en_US/LC_MESSAGES/django.po | 15 +++++++++++++++ apps/locales/zh_CN/LC_MESSAGES/django.po | 17 ++++++++++++++++- apps/locales/zh_Hant/LC_MESSAGES/django.po | 15 +++++++++++++++ 3 files changed, 46 insertions(+), 1 deletion(-) diff --git a/apps/locales/en_US/LC_MESSAGES/django.po b/apps/locales/en_US/LC_MESSAGES/django.po index 7be711932..38bc5e409 100644 --- a/apps/locales/en_US/LC_MESSAGES/django.po +++ b/apps/locales/en_US/LC_MESSAGES/django.po @@ -8745,4 +8745,19 @@ msgid "Replace Original Document" msgstr "" msgid "Update License" +msgstr "" + +msgid "Tag Key" +msgstr "" + +msgid "Tag Value" +msgstr "" + +msgid "Tag id does not exist" +msgstr "" + +msgid "Tag key already exists" +msgstr "" + +msgid "Tag value already exists" 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 0f6c1b9a2..f33170f7b 100644 --- a/apps/locales/zh_CN/LC_MESSAGES/django.po +++ b/apps/locales/zh_CN/LC_MESSAGES/django.po @@ -8871,4 +8871,19 @@ msgid "Replace Original Document" msgstr "替换原文档" msgid "Update License" -msgstr "更新许可证" \ No newline at end of file +msgstr "更新许可证" + +msgid "Tag Key" +msgstr "标签" + +msgid "Tag Value" +msgstr "标签值" + +msgid "Tag id does not exist" +msgstr "标签 ID 不存在" + +msgid "Tag key already exists" +msgstr "标签已存在" + +msgid "Tag value already exists" +msgstr "标签值已存在" diff --git a/apps/locales/zh_Hant/LC_MESSAGES/django.po b/apps/locales/zh_Hant/LC_MESSAGES/django.po index 69fc109de..ed994d135 100644 --- a/apps/locales/zh_Hant/LC_MESSAGES/django.po +++ b/apps/locales/zh_Hant/LC_MESSAGES/django.po @@ -8872,3 +8872,18 @@ msgstr "替換原文件" msgid "Update License" msgstr "更新許可證" + +msgid "Tag Key" +msgstr "標籤" + +msgid "Tag Value" +msgstr "標籤值" + +msgid "Tag id does not exist" +msgstr "標籤ID不存在" + +msgid "Tag key already exists" +msgstr "標籤已存在" + +msgid "Tag value already exists" +msgstr "標籤值已存在"