Skip to content

Commit

Permalink
add I18n for new PR
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiraSora committed Oct 1, 2024
1 parent 91260f0 commit 9e7ac98
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,6 @@ public void KeyboardAction_FastSwitchFlickDirection(ActionExecutionContext e)
}

UndoRedoManager.ExecuteAction(LambdaUndoAction.Create(Resources.BatchSwitchFlickDirection, ChangeFlicks, ChangeFlicks));
return;

void ChangeFlicks()
{
Expand Down
6 changes: 6 additions & 0 deletions OngekiFumenEditor/Properties/Resources.ja.resx
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@
<data name="BatchSetIsCritical" xml:space="preserve">
<value>一括でクリティカル設定</value>
</data>
<data name="BatchSwitchFlickDirection" xml:space="preserve">
<value>Flickの向きを一括変更する</value>
</data>
<data name="BeatSplit" xml:space="preserve">
<value>拍の分割数:</value>
</data>
Expand Down Expand Up @@ -999,6 +1002,9 @@
<data name="NoObjectCouldBeSetIsCritical" xml:space="preserve">
<value>IsCritical属性を一括設定できるオブジェクトがありません</value>
</data>
<data name="NoFlickCouldBeSwitched" xml:space="preserve">
<value>方向を変更する前にFlickを選択してください</value>
</data>
<data name="NotInterpolatedCurve" xml:space="preserve">
<value>曲線レーンが補完されていません</value>
</data>
Expand Down
6 changes: 6 additions & 0 deletions OngekiFumenEditor/Properties/Resources.zh-Hans.resx
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@
<data name="BatchSetIsCritical" xml:space="preserve">
<value>快速批量设置IsCritical</value>
</data>
<data name="BatchSwitchFlickDirection" xml:space="preserve">
<value>批量改变Flick物件方向</value>
</data>
<data name="BeatSplit" xml:space="preserve">
<value>节奏线细分倍率:</value>
</data>
Expand Down Expand Up @@ -1005,6 +1008,9 @@
<data name="NoObjectCouldBeSetIsCritical" xml:space="preserve">
<value>无合适物件批量设置IsCritical属性</value>
</data>
<data name="NoFlickCouldBeSwitched" xml:space="preserve">
<value>请先选择Flick物件再更改方向</value>
</data>
<data name="NotInterpolatedCurve" xml:space="preserve">
<value>轨道物件曲线还没被插值</value>
</data>
Expand Down

0 comments on commit 9e7ac98

Please sign in to comment.