fix(i18n): update aria2 annotation from experimental to recommended across all locales

This commit is contained in:
Will Miao
2026-05-26 20:22:25 +08:00
parent 37ccd29fc0
commit b768f1368f
11 changed files with 21 additions and 21 deletions

View File

@@ -269,10 +269,10 @@
},
"downloadBackend": {
"label": "下载后端",
"help": "选择模型文件的下载方式。Python 使用内置下载器。aria2 使用实验性的外部下载进程。",
"help": "选择模型文件的下载方式。Python 使用内置下载器。aria2 使用推荐的外部下载进程。",
"options": {
"python": "Python内置",
"aria2": "aria2实验性"
"aria2": "aria2推荐"
}
},
"aria2cPath": {