1
0
mirror of https://github.com/soarqin/DSP_Mods_TO.git synced 2025-12-18 12:33:28 +08:00
This commit is contained in:
2024-03-22 02:53:22 +08:00
parent e8cb42643d
commit 13e9a200b5
7 changed files with 102 additions and 27 deletions

View File

@@ -1,5 +1,4 @@
using System;
using CruiseAssist.Commons;
using HarmonyLib;
namespace CruiseAssist.UI;
@@ -45,7 +44,8 @@ public static class Strings
"Hide bottom close button.",
// 30
"FULL",
"MINI"
"MINI",
"Search: ",
];
private static readonly string[] ZhoCn =
@@ -71,7 +71,7 @@ public static class Strings
// 15
"删除",
"排序",
"设为目标",
"选择",
"添加",
"删除",
// 20
@@ -88,7 +88,8 @@ public static class Strings
"隐藏底部关闭按钮",
// 30
"完整",
"迷你"
"迷你",
"搜索:",
];
public static Action OnLanguageChanged;