chore: update mirrorc tips (#11832)

* chore: update mirrorc tips

* chore: tips翻译调整

* i18n: 修改翻译

* chore: 统一tips

* chore: update cn tips

* chore: 调整 enum 命名

* i18n: 调整翻译

* chore: 调整 UpdateSettings 中文翻译

---------

Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
This commit is contained in:
MistEO
2025-02-10 19:35:17 +08:00
committed by GitHub
parent f1ab78279e
commit d6cf18bd5c
8 changed files with 32 additions and 21 deletions

View File

@@ -400,6 +400,10 @@ public class VersionUpdateSettingsUserControlModel : PropertyChangedBase
toastMessage = LocalizationHelper.GetString("GameResourceUpdated");
break;
case VersionUpdateViewModel.CheckUpdateRetT.NoMirrorChyanCdk:
toastMessage = LocalizationHelper.GetString("MirrorChyanSoftwareUpdateTip");
break;
default:
throw new ArgumentOutOfRangeException();
}