mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
update text
This commit is contained in:
@@ -2635,7 +2635,7 @@ namespace Snap.Hutao.Resource.Localization {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 预计还需要 {0} 抽到五星,概率:{1:P3} 的本地化字符串。
|
/// 查找类似 {1:00.000%} 概率 {0} 抽后获得五星物品 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string ViewModelGachaLogPredictedPullLeftToOrange {
|
internal static string ViewModelGachaLogPredictedPullLeftToOrange {
|
||||||
get {
|
get {
|
||||||
@@ -2644,7 +2644,7 @@ namespace Snap.Hutao.Resource.Localization {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 下一抽抽到五星的概率:{0:P3} 的本地化字符串。
|
/// 查找类似 {0:00.000%} 概率下一抽获得五星物品 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string ViewModelGachaLogProbabilityOfNextPullIsOrange {
|
internal static string ViewModelGachaLogProbabilityOfNextPullIsOrange {
|
||||||
get {
|
get {
|
||||||
|
|||||||
@@ -2127,9 +2127,9 @@
|
|||||||
<comment>If you don't know what is regex, DO NOT TRANSLATE THIS!</comment>
|
<comment>If you don't know what is regex, DO NOT TRANSLATE THIS!</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ViewModelGachaLogPredictedPullLeftToOrange" xml:space="preserve">
|
<data name="ViewModelGachaLogPredictedPullLeftToOrange" xml:space="preserve">
|
||||||
<value>预计还需要 {0} 抽到五星,概率:{1:P3}</value>
|
<value>{1:00.000%} 概率 {0} 抽后获得五星物品</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ViewModelGachaLogProbabilityOfNextPullIsOrange" xml:space="preserve">
|
<data name="ViewModelGachaLogProbabilityOfNextPullIsOrange" xml:space="preserve">
|
||||||
<value>下一抽抽到五星的概率:{0:P3}</value>
|
<value>{0:00.000%} 概率下一抽获得五星物品</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
Reference in New Issue
Block a user