feat: 优化群聊页Tab文案

This commit is contained in:
digua
2026-01-27 22:27:23 +08:00
committed by digua
parent 26c1d24a8c
commit 923c424efe
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ type LocaleType = 'zh-CN' | 'en-US'
export const TABLE_LABELS: Record<LocaleType, Record<string, string>> = {
'zh-CN': {
message: '消息记录',
member: '成员',
member: '成员',
meta: '群信息',
member_name_history: '昵称历史',
},
+3 -3
View File
@@ -14,10 +14,10 @@
"tabs": {
"overview": "总览",
"view": "视图",
"ranking": "榜单",
"groupQuotes": "语录",
"ranking": "榜单",
"groupQuotes": "语录",
"quotes": "语录",
"members": "成员",
"members": "成员",
"member": "成员",
"ai": "AI实验室"
},
+1 -1
View File
@@ -8,7 +8,7 @@
},
"analysis": {
"title": "多维度分析",
"description": "从榜单到语录,全方位解读群聊数据,发现隐藏的趣味。"
"description": "从榜单到语录,全方位解读群聊数据,发现隐藏的趣味。"
},
"ai": {
"title": "智能 Agent",
+1 -1
View File
@@ -52,7 +52,7 @@ export interface FeatureLocaleSupport {
* 用于控制某些功能只在特定语言下显示
*/
export const featureLocaleRestrictions: Record<string, LocaleType[]> = {
// 榜单(龙王、夜猫等)只在中文下显示
// 榜单(龙王、夜猫等)只在中文下显示
groupRanking: ['zh-CN'],
// 以后可以在这里添加更多限制
}
@@ -386,7 +386,7 @@ onMounted(() => {
<i18n>
{
"zh-CN": {
"title": "成员管理",
"title": "成员管理",
"description": " {count} 位成员可为成员添加别名备注或移除成员",
"searchPlaceholder": "搜索群昵称账号名称ID 或别名",
"noMatch": "没有找到匹配的成员",