i18n: 下拉框选项适配多语言

This commit is contained in:
youqii
2023-10-26 08:07:38 +08:00
parent ddea56e420
commit bc81d431c7
6 changed files with 6 additions and 1 deletions

View File

@@ -615,6 +615,7 @@ The video aspect ratio needs to be 16:9 without interference factors such as bla
<system:String x:Key="NotEnoughStaff">Insufficient operators</system:String>
<system:String x:Key="StageInfoError">Stage recognition error</system:String>
<system:String x:Key="UseFormation">Use formation</system:String>
<system:String x:Key="CurrentFormation">Current</system:String>
<system:String x:Key="BattleFormation">Start formation</system:String>
<system:String x:Key="BattleFormationSelected" xml:space="preserve">Selection of operator: </system:String>
<system:String x:Key="CurrentSteps">Current step: {0} {1}</system:String>

View File

@@ -615,6 +615,7 @@ Bilibili: ログイン インターフェイスに表示されるアカウント
<system:String x:Key="NotEnoughStaff">利用可能なオペレーターが不足しています</system:String>
<system:String x:Key="StageInfoError">ステージ認識エラー</system:String>
<system:String x:Key="UseFormation">使用編成</system:String>
<system:String x:Key="CurrentFormation">現在</system:String>
<system:String x:Key="BattleFormation">編成開始</system:String>
<system:String x:Key="BattleFormationSelected" xml:space="preserve">オペレーターを選択: </system:String>
<system:String x:Key="CurrentSteps">現在の手順: {0} {1}</system:String>

View File

@@ -615,6 +615,7 @@ Bilibili: 로그인 인터페이스에 표시되는 계정 이름(예: 장산)
<system:String x:Key="NotEnoughStaff">오퍼레이터 부족</system:String>
<system:String x:Key="StageInfoError">스테이지 인식 오류</system:String>
<system:String x:Key="UseFormation">사용 형성</system:String>
<system:String x:Key="CurrentFormation">현재</system:String>
<system:String x:Key="BattleFormation">편성 시작</system:String>
<system:String x:Key="BattleFormationSelected" xml:space="preserve">오퍼레이터를 선택: </system:String>
<system:String x:Key="CurrentSteps">현재 단계: {0} {1}</system:String>

View File

@@ -615,6 +615,7 @@
<system:String x:Key="NotEnoughStaff">可用干员不足</system:String>
<system:String x:Key="StageInfoError">关卡识别错误</system:String>
<system:String x:Key="UseFormation">使用编队</system:String>
<system:String x:Key="CurrentFormation">当前</system:String>
<system:String x:Key="BattleFormation">开始编队</system:String>
<system:String x:Key="BattleFormationSelected" xml:space="preserve">选择干员: </system:String>
<system:String x:Key="CurrentSteps">当前步骤: {0} {1}</system:String>

View File

@@ -615,6 +615,7 @@
<system:String x:Key="SelectExtraTags">選擇 Tags 時總是選擇三個 Tag</system:String>
<system:String x:Key="StageInfoError">關卡辨識錯誤</system:String>
<system:String x:Key="UseFormation">使用編隊</system:String>
<system:String x:Key="CurrentFormation">當前</system:String>
<system:String x:Key="BattleFormation">開始編隊</system:String>
<system:String x:Key="BattleFormationSelected" xml:space="preserve">選擇幹員: </system:String>
<system:String x:Key="CurrentSteps">當前步驟: {0} {1}</system:String>

View File

@@ -512,7 +512,7 @@ namespace MaaWpfGui.ViewModels.UI
FormationSelectList = new List<CombinedData>()
{
new CombinedData { Display = "Current", Value = "0" },
new CombinedData { Display = LocalizationHelper.GetString("CurrentFormation"), Value = "0" },
new CombinedData { Display = "1", Value = "1" },
new CombinedData { Display = "2", Value = "2" },
new CombinedData { Display = "3", Value = "3" },