diff --git a/web/scripts/i18n-en-overrides.mjs b/web/scripts/i18n-en-overrides.mjs index b23bd6d8..df4089e6 100644 --- a/web/scripts/i18n-en-overrides.mjs +++ b/web/scripts/i18n-en-overrides.mjs @@ -50,6 +50,8 @@ export const ENGLISH_SOURCE_OVERRIDES = Object.freeze({ '建议状态更新失败。': 'Could not refresh suggestion status.', '已取消全部回答': 'All answers cancelled', '用户已取消回答': 'User cancelled the questions', + '选择自定义答案': 'Select custom answer', + '取消自定义答案': 'Unselect custom answer', '仅显示 file_edit / file_write / apply_patch 工具的改动': 'Show only changes made by the file_edit / file_write / apply_patch tools', '国庆节': 'National Day', '下载国庆节主题': 'Download National Day theme', diff --git a/web/src/i18n/sourceCatalog.generated.js b/web/src/i18n/sourceCatalog.generated.js index 425530d7..7774f4bd 100644 --- a/web/src/i18n/sourceCatalog.generated.js +++ b/web/src/i18n/sourceCatalog.generated.js @@ -630,6 +630,7 @@ export const sourceCatalogs = { "s_4ef515abfdb8690d": "安装包", "s_4f01af9093fc9e59": "无法连接到此网站", "s_4f021f59121c6827": "等待执行", + "s_4f2bf16cc26825e8": "取消自定义答案", "s_4f5b0e563a452c80": "刷新技能列表", "s_4fca07787f3ef1ec": "移除这个待发送附件?", "s_4fd4f40094d40891": "正在删除…", @@ -707,6 +708,7 @@ export const sourceCatalogs = { "s_57eb46dacc97defb": "在任务列表每一行右侧显示最近活动时间,关闭后仍可在悬停卡片里查看", "s_5804b9cca84304ff": "清空侧边聊天", "s_581454d2ca1c81c7": "连接器暂不可用", + "s_5835048333dad1d6": "选择自定义答案", "s_584f28c1077647a9": "正在取消...", "s_58cec02c603c382d": "可取消本次升级;关闭窗口只会让任务转到后台继续。", "s_58e21b8737ccbc49": "新建会话", @@ -2653,6 +2655,7 @@ export const sourceCatalogs = { "s_4ef515abfdb8690d": "Installation package", "s_4f01af9093fc9e59": "Cannot connect to this site", "s_4f021f59121c6827": "Waiting for execution", + "s_4f2bf16cc26825e8": "Unselect custom answer", "s_4f5b0e563a452c80": "Refresh skill list", "s_4fca07787f3ef1ec": "Remove this pending attachment?", "s_4fd4f40094d40891": "Deleting…", @@ -2730,6 +2733,7 @@ export const sourceCatalogs = { "s_57eb46dacc97defb": "Show the last active time on the right of each task row; when off, it is still available in the hover card", "s_5804b9cca84304ff": "Clear side chat", "s_581454d2ca1c81c7": "Connector is temporarily unavailable", + "s_5835048333dad1d6": "Select custom answer", "s_584f28c1077647a9": "Cancelling...", "s_58cec02c603c382d": "You can cancel this update. Closing the window only moves it to the background.", "s_58e21b8737ccbc49": "New session",