Use more intimate terms

This commit is contained in:
Aoran Zeng
2025-07-12 12:10:45 +08:00
parent 09010c2ba1
commit 109ac591c4
24 changed files with 38 additions and 89 deletions

View File

@@ -154,7 +154,7 @@ os_debian_setsrc (char *option)
chsrc_yield_source_and_confirm (os_debian);
chsrc_note2 ("如果遇到无法拉取 HTTPS 源的情况,我们会使用 HTTP 源并需要您运行:");
chsrc_note2 ("如果遇到无法拉取 HTTPS 源的情况,请手动运行:");
say ("apt install apt-transport-https ca-certificates");
/* 不存在的时候,用的是我们生成的用来填充占位的无效文件,不要备份 */

View File

@@ -124,7 +124,7 @@ ensure_debian_or_ubuntu_old_sourcelist (int debian_type)
else
{
char *msg = ENGLISH ? "Your Debian version is too low (<10) for chsrc to support"
: "的 Debian 版本过低 (<10),暂不支持换源";
: "的 Debian 版本过低 (<10),暂不支持换源";
chsrc_error (msg);
exit (Exit_Unsupported);
}

View File

@@ -66,7 +66,7 @@ os_fedora_setsrc (char *option)
"/etc/yum.repos.d/fedora-updates.repo");
chsrc_run (cmd, RunOpt_Default);
chsrc_note2 ("为您更换baseurl, 但fedora默认会优先使用metalink来匹配最快的源, 如您在获取metadata时速度较慢可自行将其注释:");
chsrc_note2 ("已更换baseurl, 但Fedora默认会优先使用metalink来匹配最快的源, 在获取metadata时速度较慢可自行将其注释:");
chsrc_log2 ("(1) /etc/yum.repos.d/fedora.repo");
chsrc_log2 ("(2) /etc/yum.repos.d/fedora-updates.repo");