From 81c6177b0251ba0202cb700b29c2be79075ba7ac Mon Sep 17 00:00:00 2001 From: Minidoracat Date: Sun, 22 Jun 2025 02:38:51 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E8=A8=AD=E5=AE=9A=E9=A0=81?= =?UTF-8?q?=E7=B1=A4=E5=85=A7=E7=9A=84=E5=90=84=E5=8A=9F=E8=83=BD=E5=8A=A0?= =?UTF-8?q?=E4=B8=8A=E5=9C=96=E6=A8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/locales/en/translation.json | 16 ++++++++-------- .../web/locales/zh-CN/translation.json | 16 ++++++++-------- .../web/locales/zh-TW/translation.json | 16 ++++++++-------- .../web/templates/feedback.html | 2 +- 4 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/mcp_feedback_enhanced/web/locales/en/translation.json b/src/mcp_feedback_enhanced/web/locales/en/translation.json index aecb830..7f268f8 100644 --- a/src/mcp_feedback_enhanced/web/locales/en/translation.json +++ b/src/mcp_feedback_enhanced/web/locales/en/translation.json @@ -95,10 +95,10 @@ }, "settings": { "title": "⚙️ Settings", - "language": "Language", + "language": "🌍 Language", "currentLanguage": "Current Language", "languageDesc": "Select interface display language", - "interface": "Interface Settings", + "interface": "🎨 Interface Settings", "layoutMode": "Interface Layout Mode", "layoutModeDesc": "Select how AI summary and feedback input are displayed", "combinedVertical": "Vertical Layout", @@ -109,7 +109,7 @@ "autoCloseDesc": "Automatically close page after submitting feedback", "theme": "Theme", "notifications": "Notifications", - "advanced": "Advanced Settings", + "advanced": "🔧 Advanced Settings", "save": "Save Settings", "reset": "Reset Settings", "resetDesc": "Clear all saved settings and restore to default state", @@ -238,7 +238,7 @@ }, "sessionHistory": { "management": { - "title": "Session History Management", + "title": "📚 Session History Management", "retentionPeriod": "Retention Period", "retentionHours": "hours", "export": "Export", @@ -323,7 +323,7 @@ }, "prompts": { "management": { - "title": "Prompt Templates Management", + "title": "📝 Prompt Templates Management", "description": "Manage your frequently used prompt templates for quick selection during feedback input", "addNew": "Add New Prompt", "edit": "Edit", @@ -387,7 +387,7 @@ }, "images": { "settings": { - "title": "Image Settings", + "title": "🖼️ Image Settings", "sizeLimit": "Image Size Limit", "sizeLimitDesc": "Set the maximum file size limit for uploaded images", "sizeLimitOptions": { @@ -406,7 +406,7 @@ "sizeLimitExceededAdvice": "Consider compressing the image with editing software before uploading, or adjust the image size limit settings." }, "autoSubmit": { - "title": "Auto Timed Submit", + "title": "⏰ Auto Timed Submit", "enable": "Enable Auto Submit", "enableDesc": "When enabled, automatically submit selected prompt content after specified time", "timeout": "Countdown Time (seconds)", @@ -423,7 +423,7 @@ }, "audio": { "notification": { - "title": "Audio Notification Settings", + "title": "🔊 Audio Notification Settings", "description": "Configure audio notifications for session updates", "enabled": "Enable Audio Notifications", "enabledDesc": "Play audio notifications when there are new session updates", diff --git a/src/mcp_feedback_enhanced/web/locales/zh-CN/translation.json b/src/mcp_feedback_enhanced/web/locales/zh-CN/translation.json index 17a7402..5f85cb3 100644 --- a/src/mcp_feedback_enhanced/web/locales/zh-CN/translation.json +++ b/src/mcp_feedback_enhanced/web/locales/zh-CN/translation.json @@ -95,10 +95,10 @@ }, "settings": { "title": "⚙️ 设定", - "language": "语言", + "language": "🌍 语言", "currentLanguage": "当前语言", "languageDesc": "选择界面显示语言", - "interface": "界面设定", + "interface": "🎨 界面设定", "layoutMode": "界面布局模式", "layoutModeDesc": "选择 AI 摘要和反馈输入的显示方式", "combinedVertical": "垂直布局", @@ -109,7 +109,7 @@ "autoCloseDesc": "提交回馈后自动关闭页面", "theme": "主题", "notifications": "通知", - "advanced": "进阶设定", + "advanced": "🔧 进阶设定", "save": "储存设定", "reset": "重置设定", "resetDesc": "清除所有已保存的设定,恢复到预设状态", @@ -238,7 +238,7 @@ }, "sessionHistory": { "management": { - "title": "会话历史管理", + "title": "📚 会话历史管理", "retentionPeriod": "保存期限", "retentionHours": "小时", "export": "导出", @@ -323,7 +323,7 @@ }, "prompts": { "management": { - "title": "常用提示词管理", + "title": "📝 常用提示词管理", "description": "管理您的常用提示词模板,可在反馈输入时快速选用", "addNew": "新增提示词", "edit": "编辑", @@ -387,7 +387,7 @@ }, "images": { "settings": { - "title": "图片设置", + "title": "🖼️ 图片设置", "sizeLimit": "图片大小限制", "sizeLimitDesc": "设定上传图片的最大文件大小限制", "sizeLimitOptions": { @@ -406,7 +406,7 @@ "sizeLimitExceededAdvice": "建议使用图片编辑软件压缩后再上传,或调整图片大小限制设置。" }, "autoSubmit": { - "title": "自动定时提交", + "title": "⏰ 自动定时提交", "enable": "启用自动提交", "enableDesc": "启用后将在指定时间自动提交选定的提示词内容", "timeout": "倒数时间(秒)", @@ -423,7 +423,7 @@ }, "audio": { "notification": { - "title": "音效通知设定", + "title": "🔊 音效通知设定", "description": "设定会话更新时的音效通知", "enabled": "启用音效通知", "enabledDesc": "启用后将在有新会话更新时播放音效通知", diff --git a/src/mcp_feedback_enhanced/web/locales/zh-TW/translation.json b/src/mcp_feedback_enhanced/web/locales/zh-TW/translation.json index b09336e..17de62d 100644 --- a/src/mcp_feedback_enhanced/web/locales/zh-TW/translation.json +++ b/src/mcp_feedback_enhanced/web/locales/zh-TW/translation.json @@ -100,10 +100,10 @@ }, "settings": { "title": "⚙️ 設定", - "language": "語言", + "language": "🌍 語言", "currentLanguage": "當前語言", "languageDesc": "選擇界面顯示語言", - "interface": "介面設定", + "interface": "🎨 介面設定", "layoutMode": "界面佈局模式", "layoutModeDesc": "選擇 AI 摘要和回饋輸入的顯示方式", "combinedVertical": "垂直佈局", @@ -114,7 +114,7 @@ "autoCloseDesc": "提交回饋後自動關閉頁面", "theme": "主題", "notifications": "通知", - "advanced": "進階設定", + "advanced": "🔧 進階設定", "save": "儲存設定", "reset": "重置設定", "resetDesc": "清除所有已保存的設定,恢復到預設狀態", @@ -243,7 +243,7 @@ }, "sessionHistory": { "management": { - "title": "會話歷史管理", + "title": "📚 會話歷史管理", "retentionPeriod": "保存期限", "retentionHours": "小時", "export": "匯出", @@ -328,7 +328,7 @@ }, "prompts": { "management": { - "title": "常用提示詞管理", + "title": "📝 常用提示詞管理", "description": "管理您的常用提示詞模板,可在回饋輸入時快速選用", "addNew": "新增提示詞", "edit": "編輯", @@ -392,7 +392,7 @@ }, "images": { "settings": { - "title": "圖片設定", + "title": "🖼️ 圖片設定", "sizeLimit": "圖片大小限制", "sizeLimitDesc": "設定上傳圖片的最大檔案大小限制", "sizeLimitOptions": { @@ -411,7 +411,7 @@ "sizeLimitExceededAdvice": "建議使用圖片編輯軟體壓縮後再上傳,或調整圖片大小限制設定。" }, "autoSubmit": { - "title": "自動定時提交", + "title": "⏰ 自動定時提交", "enable": "啟用自動提交", "enableDesc": "啟用後將在指定時間自動提交選定的提示詞內容", "timeout": "倒數時間(秒)", @@ -428,7 +428,7 @@ }, "audio": { "notification": { - "title": "音效通知設定", + "title": "🔊 音效通知設定", "description": "設定會話更新時的音效通知", "enabled": "啟用音效通知", "enabledDesc": "啟用後將在有新會話更新時播放音效通知", diff --git a/src/mcp_feedback_enhanced/web/templates/feedback.html b/src/mcp_feedback_enhanced/web/templates/feedback.html index a55b117..b0f4ac4 100644 --- a/src/mcp_feedback_enhanced/web/templates/feedback.html +++ b/src/mcp_feedback_enhanced/web/templates/feedback.html @@ -721,7 +721,7 @@
-

🌐 語言設定

+

🌍 語言設定