diff --git a/apps/locales/en_US/LC_MESSAGES/django.po b/apps/locales/en_US/LC_MESSAGES/django.po index ecdd6ac1d..b406a2b60 100644 --- a/apps/locales/en_US/LC_MESSAGES/django.po +++ b/apps/locales/en_US/LC_MESSAGES/django.po @@ -8796,4 +8796,13 @@ msgid "The default is body, you can enter .classname/#idname/tagname" msgstr "" msgid "Please enter the Web root address" +msgstr "" + +msgid "File size exceeds limit" +msgstr "" + +msgid "File upload is not enabled" +msgstr "" + +msgid "Blocked unsafe redirect to internal host" 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 196a9ea49..1eae0386c 100644 --- a/apps/locales/zh_CN/LC_MESSAGES/django.po +++ b/apps/locales/zh_CN/LC_MESSAGES/django.po @@ -8922,4 +8922,13 @@ msgid "The default is body, you can enter .classname/#idname/tagname" msgstr "默认为 body,可输入 .classname/#idname/tagname" msgid "Please enter the Web root address" -msgstr "请输入Web根地址" \ No newline at end of file +msgstr "请输入 Web 根地址" + +msgid "File size exceeds limit" +msgstr "文件大小超出限制" + +msgid "File upload is not enabled" +msgstr "文件上传未启用" + +msgid "Blocked unsafe redirect to internal host" +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 aedd0f0a3..01bd43d91 100644 --- a/apps/locales/zh_Hant/LC_MESSAGES/django.po +++ b/apps/locales/zh_Hant/LC_MESSAGES/django.po @@ -8922,4 +8922,13 @@ msgid "The default is body, you can enter .classname/#idname/tagname" msgstr "默認為 body,可輸入 .classname/#idname/tagname" msgid "Please enter the Web root address" -msgstr "請輸入Web根地址" \ No newline at end of file +msgstr "請輸入 Web 根地址" + +msgid "File size exceeds limit" +msgstr "文件大小超出限制" + +msgid "File upload is not enabled" +msgstr "文件上傳未啟用" + +msgid "Blocked unsafe redirect to internal host" +msgstr "阻止不安全的重定向到內部主機"