Skip to content

Commit 1070d27

Browse files
committed
feat: add translations for tag management messages in django.po
--bug=1062907 --user=刘瑞斌 【知识库】创建或编辑标签,标签或标签值重复的异常提示没有国际化 https://www.tapd.cn/62980211/s/1789069
1 parent 75d7991 commit 1070d27

File tree

3 files changed

+46
-1
lines changed

3 files changed

+46
-1
lines changed

apps/locales/en_US/LC_MESSAGES/django.po

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8745,4 +8745,19 @@ msgid "Replace Original Document"
87458745
msgstr ""
87468746

87478747
msgid "Update License"
8748+
msgstr ""
8749+
8750+
msgid "Tag Key"
8751+
msgstr ""
8752+
8753+
msgid "Tag Value"
8754+
msgstr ""
8755+
8756+
msgid "Tag id does not exist"
8757+
msgstr ""
8758+
8759+
msgid "Tag key already exists"
8760+
msgstr ""
8761+
8762+
msgid "Tag value already exists"
87488763
msgstr ""

apps/locales/zh_CN/LC_MESSAGES/django.po

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8871,4 +8871,19 @@ msgid "Replace Original Document"
88718871
msgstr "替换原文档"
88728872

88738873
msgid "Update License"
8874-
msgstr "更新许可证"
8874+
msgstr "更新许可证"
8875+
8876+
msgid "Tag Key"
8877+
msgstr "标签"
8878+
8879+
msgid "Tag Value"
8880+
msgstr "标签值"
8881+
8882+
msgid "Tag id does not exist"
8883+
msgstr "标签 ID 不存在"
8884+
8885+
msgid "Tag key already exists"
8886+
msgstr "标签已存在"
8887+
8888+
msgid "Tag value already exists"
8889+
msgstr "标签值已存在"

apps/locales/zh_Hant/LC_MESSAGES/django.po

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8872,3 +8872,18 @@ msgstr "替換原文件"
88728872

88738873
msgid "Update License"
88748874
msgstr "更新許可證"
8875+
8876+
msgid "Tag Key"
8877+
msgstr "標籤"
8878+
8879+
msgid "Tag Value"
8880+
msgstr "標籤值"
8881+
8882+
msgid "Tag id does not exist"
8883+
msgstr "標籤ID不存在"
8884+
8885+
msgid "Tag key already exists"
8886+
msgstr "標籤已存在"
8887+
8888+
msgid "Tag value already exists"
8889+
msgstr "標籤值已存在"

0 commit comments

Comments
 (0)