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' => '申诉通道',
);
?>
+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
@@ -324,6 +324,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' => '申訴通道',
);
?>
+29
View File
@@ -0,0 +1,29 @@
<?php
$lang_complains = [
'text_complain' => 'Complain account issue',
'text_new_complain' => 'New complain',
'text_new_email' => 'Account Email',
'text_new_body' => 'Complain Detail',
'text_new_body_placeholder' => "Describe issue here:\nRelated proof is applicable: Images are shown in form of [img=URL]",
'text_new_submit' => 'Submit',
'text_new_failure' => 'Bad email or empty complain entered.',
'text_created_title' => 'Complain created',
'text_created_note' => 'Please bookmark this page so that you can check its updates later. DO NOT REVEAL THIS URL TO ANYBODY! Otherwise your complaint would not be dealt with.',
'text_search_account' => 'Search account with this email',
'text_reply' => 'Reply',
'text_replies' => 'Following up messages',
'text_complainer' => 'Complainer',
'text_added' => 'Time added',
'text_no_replies' => 'No messages now',
'text_closed' => 'This complaint has been answered and locked for new replies.',
'text_answer_it' => 'CLOSE',
'text_unanswer_it' => 'REOPEN',
'th_complain_at' => 'Complain at',
'th_complain_account' => 'Complain account',
'th_action_view' => 'View',
'pending_complaints' => 'Pending complaints',
'no_pending_complaints' => 'No pending complaints',
'complaints_processed' => 'Complaints processed',
'no_complaints_have_been_processed' => 'No complaints have been processed',
];
+1
View File
@@ -325,6 +325,7 @@ $lang_functions = array
'spoiler_expand_collapse' => 'Click to expand/collapse',
'spoiler_default_title' => 'Collapse content',
'menu_claim' => 'Claim: ',
'text_complains' => 'There %s %u pending complaint%s.',
);
?>
+1
View File
@@ -34,6 +34,7 @@ $lang_login = array
'head_login' => "Login",
'rowhead_two_step_code' => 'Two-Factor Authentication',
'two_step_code_tooltip' => 'If enabled must be filled in',
'text_complain' => 'Complaint Channel',
);
?>