new feature: complain

This commit is contained in:
xiaomlove
2022-05-06 17:42:18 +08:00
parent f64834b594
commit 585e2ccfc3
15 changed files with 327 additions and 4 deletions
+29
View File
@@ -0,0 +1,29 @@
<?php
$lang_complains = [
'text_complain' => '申诉区',
'text_new_complain' => '提交申诉内容',
'text_new_email' => '账号邮箱:',
'text_new_body' => '申诉内容:',
'text_new_body_placeholder' => "申诉问题:\n相关证据:可使用标签[img=URL]外链图片",
'text_new_submit' => '提交申诉',
'text_new_failure' => '邮箱填写错误或申诉内容为空',
'text_created_title' => '申诉已创建',
'text_created_note' => '请将本页加入书签,以便查看后续更新。切勿将网址发给他人,以免影响申诉过程!',
'text_search_account' => '搜索该账号',
'text_reply' => '回复申诉',
'text_replies' => '申诉处理',
'text_complainer' => '申诉者',
'text_added' => '申诉时间',
'text_no_replies' => '当前暂无申诉跟踪内容',
'text_closed' => '该申诉已处理完毕,不能回复',
'text_answer_it' => '关闭该申述',
'text_unanswer_it' => '重开该申述',
'th_complain_at' => '申诉时间',
'th_complain_account' => '申诉账号',
'th_action_view' => '查看',
'pending_complaints' => '待处理申诉',
'no_pending_complaints' => '暂无待处理的申诉',
'complaints_processed' => '已处理申诉',
'no_complaints_have_been_processed' => '暂无已处理的申诉',
];
+1
View File
@@ -317,6 +317,7 @@ $lang_functions = array
'spoiler_expand_collapse' => '点击展开/收缩',
'spoiler_default_title' => '折叠内容',
'menu_claim' => '认领: ',
'text_complains' => '有%s%u个待处理的申述%s',
);
?>
+1
View File
@@ -34,5 +34,6 @@ $lang_login = array
'head_login' => "登录",
'rowhead_two_step_code' => '两步验证',
'two_step_code_tooltip' => '如有设置必须填写',
'text_complain' => '申诉通道',
);
?>