Merge branch 'development' into claude/agent-proactive-chat-UYHu9

This commit is contained in:
Sully
2026-05-11 13:07:18 +08:00
committed by GitHub
128 changed files with 4827 additions and 1144 deletions

View File

@@ -86,6 +86,11 @@ interface Resources {
inputPlaceholderVoice: 'Type here or hold the mic to speak...';
me: 'Me';
readAloudAgain: 'Play again';
readAloudPause: 'Pause reading';
readAloudResume: 'Resume reading';
readAloudRequest: 'Read aloud';
readAloudRequestFailed: 'Could not start playback. Check your connection.';
readAloudNoMessageId: 'This message is not ready for on-demand reading yet. Pull to refresh or try again.';
readingAloud: 'Reading aloud…';
recentChats: 'Recent Chats';
recordingPermissionDenied: 'Microphone permission is required to record';
@@ -203,6 +208,29 @@ interface Resources {
feedbackPageTitle: 'Share your thoughts';
title: 'Help & Support';
};
personalInfo: {
avatarPresetFailed: 'Could not set preset avatar';
avatarUploadFailed: 'Could not upload avatar';
birthPlacePlaceholder: 'Birthplace';
birthYearPlaceholder: 'Birth year';
cancel: 'Cancel';
changeAvatar: 'Change photo';
chooseFromLibrary: 'Choose from library';
choosePreset: 'Preset avatars';
grewUpPlaceholder: 'Where you grew up';
libraryPermissionDenied: 'Photo library access is required to pick an image';
nickname: 'Nickname';
nicknamePlaceholder: 'Enter nickname';
nicknameRequired: 'Please enter a nickname';
occupationPlaceholder: 'Occupation';
presetPickTitle: 'Choose a preset';
save: 'Save';
saveFailed: 'Could not save';
savePartialBody: 'Your nickname was saved, but profile fields below could not be saved. Check your connection and tap Save again.';
savePartialTitle: 'Partially saved';
saving: 'Saving…';
title: 'Personal info';
};
signOut: 'Sign Out';
signingOut: 'Signing out...';
userNamePlaceholder: 'User';

View File

@@ -27,10 +27,17 @@
"recentChats": "Recent Chats",
"stopReadingAloud": "Stop reading aloud",
"readAloudAgain": "Play again",
"readAloudPause": "Pause reading",
"readAloudResume": "Resume reading",
"readAloudRequest": "Read aloud",
"readAloudRequestFailed": "Could not start playback. Check your connection.",
"readAloudNoMessageId": "This message is not ready for on-demand reading yet. Pull to refresh or try again.",
"cannotReadAloud": "Read unavailable",
"readingAloud": "Reading aloud…",
"recordingPermissionDenied": "Microphone permission is required to record",
"recordingStartFailed": "Unable to start recording. Please try again.",
"ttsThisTurn": "Speak",
"ttsThisTurnAccessibility": "When on, assistant replies synthesize speech before text appears.",
"send": "Send",
"startNewSubtitle": "Capture a new memory or share your thoughts with your companion.",
"switchToText": "Switch to text input",

View File

@@ -33,6 +33,29 @@
"title": "Data & Privacy"
},
"editAvatar": "Edit Profile Picture",
"personalInfo": {
"avatarPresetFailed": "Could not set preset avatar",
"avatarUploadFailed": "Could not upload avatar",
"cancel": "Cancel",
"birthPlacePlaceholder": "Birthplace",
"birthYearPlaceholder": "Birth year",
"changeAvatar": "Change photo",
"chooseFromLibrary": "Choose from library",
"choosePreset": "Preset avatars",
"grewUpPlaceholder": "Where you grew up",
"libraryPermissionDenied": "Photo library access is required to pick an image",
"nickname": "Nickname",
"nicknamePlaceholder": "Enter nickname",
"nicknameRequired": "Please enter a nickname",
"occupationPlaceholder": "Occupation",
"presetPickTitle": "Choose a preset",
"save": "Save",
"saveFailed": "Could not save",
"savePartialBody": "Your nickname was saved, but profile fields below could not be saved. Check your connection and tap Save again.",
"savePartialTitle": "Partially saved",
"saving": "Saving…",
"title": "Personal info"
},
"helpSupport": {
"faq": "FAQ",
"feedback": "Feedback & Support",

View File

@@ -27,10 +27,17 @@
"recentChats": "最近对话",
"stopReadingAloud": "停止朗读",
"readAloudAgain": "再读",
"readAloudPause": "暂停朗读",
"readAloudResume": "继续朗读",
"readAloudRequest": "朗读",
"readAloudRequestFailed": "无法开始朗读,请检查网络或稍后重试。",
"readAloudNoMessageId": "该条尚未可朗读,请下拉刷新或稍后再试。",
"cannotReadAloud": "暂无法朗读",
"readingAloud": "朗读中…",
"recordingPermissionDenied": "需要麦克风权限才能录音",
"recordingStartFailed": "录音初始化失败,请重试",
"ttsThisTurn": "朗读",
"ttsThisTurnAccessibility": "开启后本条消息的助手回复将先合成语音再显示文字",
"send": "发送",
"startNewSubtitle": "记录新回忆,或与岁月知己分享你的想法。",
"switchToText": "切换到文字输入",

View File

@@ -33,6 +33,29 @@
"title": "数据与隐私"
},
"editAvatar": "编辑头像",
"personalInfo": {
"avatarPresetFailed": "设置预设头像失败",
"avatarUploadFailed": "上传头像失败",
"cancel": "取消",
"birthPlacePlaceholder": "出生地",
"birthYearPlaceholder": "出生年份",
"changeAvatar": "更换头像",
"chooseFromLibrary": "从相册选择",
"choosePreset": "预设头像",
"grewUpPlaceholder": "成长地",
"libraryPermissionDenied": "需要相册权限才能选择图片",
"nickname": "昵称",
"nicknamePlaceholder": "请输入昵称",
"nicknameRequired": "请填写昵称",
"occupationPlaceholder": "职业",
"presetPickTitle": "选择预设",
"save": "保存",
"saveFailed": "保存失败",
"savePartialBody": "昵称已更新,但下面的档案字段未能保存。请检查网络后再次点击保存。",
"savePartialTitle": "部分保存成功",
"saving": "保存中…",
"title": "个人信息"
},
"helpSupport": {
"faq": "常见问题",
"feedback": "反馈与客服",