@x-all-in-one/coding-helper 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -228,7 +228,7 @@ export class ToolMenu {
|
|
|
228
228
|
actionText = i18n.t('wizard.action_refresh_config', { tool: toolRegistry.getTool(toolName)?.displayName });
|
|
229
229
|
}
|
|
230
230
|
else {
|
|
231
|
-
console.log(chalk.blue(`${i18n.t('wizard.config_not_loaded')}`));
|
|
231
|
+
console.log(chalk.blue(`${i18n.t('wizard.config_not_loaded', { tool: toolRegistry.getTool(toolName)?.displayName })}`));
|
|
232
232
|
actionText = i18n.t('wizard.action_load_config', { tool: toolRegistry.getTool(toolName)?.displayName });
|
|
233
233
|
}
|
|
234
234
|
console.log('');
|
package/dist/locales/en_US.json
CHANGED
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"current_small_model": "Small Model",
|
|
112
112
|
"config_synced": "Configuration synchronized",
|
|
113
113
|
"config_out_of_sync": "Configuration out of sync, refresh recommended",
|
|
114
|
-
"config_not_loaded": "
|
|
114
|
+
"config_not_loaded": "{{tool}} configuration not loaded yet",
|
|
115
115
|
"action_refresh_config": "Configuration Refresh - (Update {{tool}}'s configuration)",
|
|
116
116
|
"global_config_warning": "⚠️ Warning: You are modifying the {{tool}} global configuration. Changes will affect all workspaces",
|
|
117
117
|
"global_label": "GLOBAL",
|
package/dist/locales/zh_CN.json
CHANGED
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"current_small_model": "小模型",
|
|
112
112
|
"config_synced": "配置已同步",
|
|
113
113
|
"config_out_of_sync": "配置不一致,建议刷新",
|
|
114
|
-
"config_not_loaded": "
|
|
114
|
+
"config_not_loaded": "{{tool}} 尚未装载配置",
|
|
115
115
|
"action_refresh_config": "配置刷新 - (更新 {{tool}} 的配置)",
|
|
116
116
|
"global_config_warning": "⚠️ 注意:您正在修改 {{tool}} 全局配置,更改将影响所有工作区",
|
|
117
117
|
"global_label": "全局",
|