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": {