mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Rename leftover Gemini references to Qwen in UI strings
This commit is contained in:
@@ -263,7 +263,7 @@ const SETTINGS_SCHEMA = {
|
|||||||
requiresRestart: false,
|
requiresRestart: false,
|
||||||
default: false,
|
default: false,
|
||||||
description:
|
description:
|
||||||
'Show Gemini CLI status and thoughts in the terminal window title',
|
'Show Qwen Code status and thoughts in the terminal window title',
|
||||||
showInDialog: true,
|
showInDialog: true,
|
||||||
},
|
},
|
||||||
hideTips: {
|
hideTips: {
|
||||||
@@ -291,7 +291,7 @@ const SETTINGS_SCHEMA = {
|
|||||||
requiresRestart: false,
|
requiresRestart: false,
|
||||||
default: false,
|
default: false,
|
||||||
description:
|
description:
|
||||||
'Hide the context summary (GEMINI.md, MCP servers) above the input.',
|
'Hide the context summary (QWEN.md, MCP servers) above the input.',
|
||||||
showInDialog: true,
|
showInDialog: true,
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
@@ -497,7 +497,7 @@ const SETTINGS_SCHEMA = {
|
|||||||
category: 'Model',
|
category: 'Model',
|
||||||
requiresRestart: false,
|
requiresRestart: false,
|
||||||
default: undefined as string | undefined,
|
default: undefined as string | undefined,
|
||||||
description: 'The Gemini model to use for conversations.',
|
description: 'The model to use for conversations.',
|
||||||
showInDialog: false,
|
showInDialog: false,
|
||||||
},
|
},
|
||||||
maxSessionTurns: {
|
maxSessionTurns: {
|
||||||
|
|||||||
@@ -635,8 +635,8 @@ export default {
|
|||||||
'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.':
|
'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.':
|
||||||
'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.',
|
'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.',
|
||||||
"Error adding '{{path}}': {{error}}": "Error adding '{{path}}': {{error}}",
|
"Error adding '{{path}}': {{error}}": "Error adding '{{path}}': {{error}}",
|
||||||
'Successfully added GEMINI.md files from the following directories if there are:\n- {{directories}}':
|
'Successfully added QWEN.md files from the following directories if there are:\n- {{directories}}':
|
||||||
'Successfully added GEMINI.md files from the following directories if there are:\n- {{directories}}',
|
'Successfully added QWEN.md files from the following directories if there are:\n- {{directories}}',
|
||||||
'Error refreshing memory: {{error}}': 'Error refreshing memory: {{error}}',
|
'Error refreshing memory: {{error}}': 'Error refreshing memory: {{error}}',
|
||||||
'Successfully added directories:\n- {{directories}}':
|
'Successfully added directories:\n- {{directories}}':
|
||||||
'Successfully added directories:\n- {{directories}}',
|
'Successfully added directories:\n- {{directories}}',
|
||||||
|
|||||||
@@ -601,8 +601,8 @@ export default {
|
|||||||
'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.':
|
'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.':
|
||||||
'/directory add 命令在限制性沙箱配置文件中不受支持。请改为在启动会话时使用 --include-directories。',
|
'/directory add 命令在限制性沙箱配置文件中不受支持。请改为在启动会话时使用 --include-directories。',
|
||||||
"Error adding '{{path}}': {{error}}": "添加 '{{path}}' 时出错:{{error}}",
|
"Error adding '{{path}}': {{error}}": "添加 '{{path}}' 时出错:{{error}}",
|
||||||
'Successfully added GEMINI.md files from the following directories if there are:\n- {{directories}}':
|
'Successfully added QWEN.md files from the following directories if there are:\n- {{directories}}':
|
||||||
'如果存在,已成功从以下目录添加 GEMINI.md 文件:\n- {{directories}}',
|
'如果存在,已成功从以下目录添加 QWEN.md 文件:\n- {{directories}}',
|
||||||
'Error refreshing memory: {{error}}': '刷新内存时出错:{{error}}',
|
'Error refreshing memory: {{error}}': '刷新内存时出错:{{error}}',
|
||||||
'Successfully added directories:\n- {{directories}}':
|
'Successfully added directories:\n- {{directories}}':
|
||||||
'成功添加目录:\n- {{directories}}',
|
'成功添加目录:\n- {{directories}}',
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ export const directoryCommand: SlashCommand = {
|
|||||||
{
|
{
|
||||||
type: MessageType.INFO,
|
type: MessageType.INFO,
|
||||||
text: t(
|
text: t(
|
||||||
'Successfully added GEMINI.md files from the following directories if there are:\n- {{directories}}',
|
'Successfully added QWEN.md files from the following directories if there are:\n- {{directories}}',
|
||||||
{
|
{
|
||||||
directories: added.join('\n- '),
|
directories: added.join('\n- '),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user