mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-20 18:05:08 +08:00
Use more intimate terms
This commit is contained in:
@@ -47,7 +47,7 @@ pl_python_setsrc (char *option)
|
||||
char *msg = ENGLISH ? "Three package managers will be replaced for you at the same time: "
|
||||
"pip, Poetry, PDM. If you need to change the source independently, "
|
||||
"please run independently `chsrc set <pkg-manager>`"
|
||||
: "将同时为您更换4个包管理器 pip, Poetry, PDM, uv 的源,若需要独立换源,请独立运行 chsrc set <pkg-manager>";
|
||||
: "将同时更换4个包管理器 pip, Poetry, PDM, uv 的源,若需要独立换源,请独立运行 chsrc set <pkg-manager>";
|
||||
chsrc_note2 (msg);
|
||||
}
|
||||
|
||||
|
@@ -47,7 +47,7 @@ pl_python_rye_setsrc (char *option)
|
||||
"url = \"", source.url, "\"");
|
||||
|
||||
char *rye_config = pl_python_find_rye_config ();
|
||||
chsrc_note2 (xy_strjoin (3, "请在您的 Rye 配置文件 ", rye_config, " 中添加:"));
|
||||
chsrc_note2 (xy_strjoin (3, "请在配置文件 ", rye_config, " 中添加:"));
|
||||
println (file);
|
||||
|
||||
chsrc_determine_chgtype (ChgType_Manual);
|
||||
|
Reference in New Issue
Block a user