Merge pull request #305 from answerdev/feat/1.0.8/ui

Feat/1.0.8/UI
This commit is contained in:
dashuai
2023-04-06 17:12:53 +08:00
committed by GitHub
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1437,8 +1437,8 @@ ui:
no_data: "We couldn't find anything."
users:
title: Users
users_with_the_most_reputation: Users with the highest reputation scores
users_with_the_most_vote: Users who voted the most
users_with_the_most_reputation: Users with the highest reputation scores this week
users_with_the_most_vote: Users who voted the most this week
staffs: Our community staff
reputation: reputation
votes: votes
+2 -2
View File
@@ -1365,8 +1365,8 @@ ui:
no_data: "空空如也"
users:
title: 用户
users_with_the_most_reputation: 信誉积分最高的用户
users_with_the_most_vote: 投票最多的用户
users_with_the_most_reputation: 本周信誉积分最高的用户
users_with_the_most_vote: 本周投票最多的用户
staffs: 我们的社区工作人员
reputation: 声望值
votes: 投票
@@ -3,7 +3,7 @@ import { useTranslation } from 'react-i18next';
import { QueryGroup } from '@/components';
const sortBtns = ['active', 'relevance', 'newest', 'score'];
const sortBtns = ['active', 'newest', 'relevance', 'score'];
interface Props {
count: number;