增加动态举报

This commit is contained in:
2024-12-06 22:08:57 +08:00
parent 76e7bbb84a
commit 50fb1874e7
8 changed files with 428 additions and 50 deletions

View File

@@ -94,4 +94,10 @@
<string name="incorrect_captcha_please_try_again">验证码错误,请重试</string>
<string name="search_user_item_follower_count">%d 粉丝</string>
<string name="error_incorrect_old_password">旧密码不正确</string>
<string name="report">举报</string>
<string name="report_description">你的举报是匿名的,如果有人正面临危险,请立即联系当地应急服务,不要耽搁</string>
<string name="report_success_desc">举报成功</string>
<string name="report_fail_desc">举报失败,可以尝试重试</string>
<string name="report_title">举报这篇帖子的原因是?</string>
<string name="close">关闭</string>
</resources>

View File

@@ -93,4 +93,10 @@
<string name="incorrect_captcha_please_try_again">incorrect captcha,please try again</string>
<string name="search_user_item_follower_count">%d followers</string>
<string name="error_incorrect_old_password">Incorrect old password</string>
<string name="report">Report</string>
<string name="report_description">Your report is anonymous, if anyone is in danger please contact local emergency services immediately without delay</string>
<string name="report_success_desc">Reported successfully</string>
<string name="report_fail_desc">Failed to report, please try again</string>
<string name="report_title">Reason for reporting this post?</string>
<string name="close">Close</string>
</resources>