add TIM2 alpha setting

This commit is contained in:
ManicSteiner
2025-01-18 22:14:49 +08:00
parent 700084a820
commit 5eaf4391d8
10 changed files with 77 additions and 7 deletions

View File

@@ -752,6 +752,16 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Choose Tim2 image alpha format.
/// It can&apos;t be read correctly from the file.
/// </summary>
public static string Tim2AlphaFormat {
get {
return ResourceManager.GetString("Tim2AlphaFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hex number.
/// </summary>

View File

@@ -501,4 +501,8 @@ Choose encryption scheme or enter a passphrase.</comment>
<data name="ODNAudioSampleRate" xml:space="preserve">
<value>Default audio sampling rate</value>
</data>
<data name="Tim2AlphaFormat" xml:space="preserve">
<value>Tim2画像のAlpha形式を選択してください。
ファイルから正しく読み取ることができません。</value>
</data>
</root>

View File

@@ -401,4 +401,8 @@ Choose encryption scheme or enter a passphrase.</value>
<data name="ODNAudioSampleRate" xml:space="preserve">
<value>Default audio sampling rate</value>
</data>
<data name="Tim2AlphaFormat" xml:space="preserve">
<value>Choose Tim2 image alpha format.
It can't be read correctly from the file.</value>
</data>
</root>

View File

@@ -399,4 +399,8 @@
<data name="ODNAudioSampleRate" xml:space="preserve">
<value>默认音频采样率</value>
</data>
<data name="Tim2AlphaFormat" xml:space="preserve">
<value>选择Tim2图片透明度格式。
这无法从文件中正确获取。</value>
</data>
</root>