diff --git a/templates/_captcha.html b/templates/_captcha.html
index 3269a0ec..9d1059d5 100644
--- a/templates/_captcha.html
+++ b/templates/_captcha.html
@@ -2,7 +2,7 @@
{{/* unset if user doesn't need captcha */}}
{{if ne .CaptchaID ""}}
diff --git a/templates/admin/paneltorrentedit.html b/templates/admin/paneltorrentedit.html
index 784e2517..2a2dc283 100644
--- a/templates/admin/paneltorrentedit.html
+++ b/templates/admin/paneltorrentedit.html
@@ -10,7 +10,7 @@
{{end}}
-
+
diff --git a/templates/upload.html b/templates/upload.html
index 57fd35a7..43b46866 100644
--- a/templates/upload.html
+++ b/templates/upload.html
@@ -7,7 +7,7 @@
-
+
diff --git a/translations/en-us.all.json b/translations/en-us.all.json
index dbc731bd..dea88612 100644
--- a/translations/en-us.all.json
+++ b/translations/en-us.all.json
@@ -686,5 +686,17 @@
{
"id": "duplicate_deprecated",
"translation": "Duplicate / Deprecated"
+ },
+ {
+ "id": "captcha",
+ "translation": "Captcha"
+ },
+ {
+ "id": "file_name",
+ "translation": "File Name"
+ },
+ {
+ "id": "cancel",
+ "translation": "Cancel"
}
]
diff --git a/translations/zh-cn.all.json b/translations/zh-cn.all.json
index 8caae778..932f2ddc 100644
--- a/translations/zh-cn.all.json
+++ b/translations/zh-cn.all.json
@@ -634,5 +634,57 @@
{
"id": "delete",
"translation": "删除"
+ },
+ {
+ "id": "uploaded_by",
+ "translation": "上传者"
+ },
+ {
+ "id": "download_btn",
+ "translation": "下载!"
+ },
+ {
+ "id": "report",
+ "translation": "举报!"
+ },
+ {
+ "id": "are_you_sure",
+ "translation": "真的要删除吗?"
+ },
+ {
+ "id": "report_torrent_number",
+ "translation": "举报种子 #"
+ },
+ {
+ "id": "report_type",
+ "translation": "举报理由"
+ },
+ {
+ "id": "illegal_content",
+ "translation": "内容错误"
+ },
+ {
+ "id": "spam_garbage",
+ "translation": "病毒 / 垃圾数据"
+ },
+ {
+ "id": "wrong_category",
+ "translation": "分类错误"
+ },
+ {
+ "id": "duplicate_deprecated",
+ "translation": "资源重复 / 低质量"
+ },
+ {
+ "id": "captcha",
+ "translation": "验证码"
+ },
+ {
+ "id": "file_name",
+ "translation": "文件名"
+ },
+ {
+ "id": "cancel",
+ "translation": "取消"
}
]
\ No newline at end of file