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 "標籤值已存在"