mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-24 15:40:19 +08:00
feat: 优化群聊页Tab文案
This commit is contained in:
@@ -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: '昵称历史',
|
||||
},
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
"tabs": {
|
||||
"overview": "总览",
|
||||
"view": "视图",
|
||||
"ranking": "群榜单",
|
||||
"groupQuotes": "群语录",
|
||||
"ranking": "榜单",
|
||||
"groupQuotes": "语录",
|
||||
"quotes": "语录",
|
||||
"members": "群成员",
|
||||
"members": "成员",
|
||||
"member": "成员",
|
||||
"ai": "AI实验室"
|
||||
},
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"analysis": {
|
||||
"title": "多维度分析",
|
||||
"description": "从群榜单到群语录,全方位解读群聊数据,发现隐藏的趣味。"
|
||||
"description": "从榜单到语录,全方位解读群聊数据,发现隐藏的趣味。"
|
||||
},
|
||||
"ai": {
|
||||
"title": "智能 Agent",
|
||||
|
||||
+1
-1
@@ -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": "没有找到匹配的成员",
|
||||
|
||||
Reference in New Issue
Block a user