Waypoints implementation

This commit is contained in:
Егор Брон
2022-09-21 18:19:47 +03:00
parent f07cdfd4d5
commit e58de20d6b
9 changed files with 356 additions and 180 deletions

View File

@@ -487,7 +487,7 @@ namespace GrasscutterTools.Properties {
return ResourceManager.GetString("CommandNotFound", resourceCulture);
}
}
/// <summary>
/// 查找类似 命令标签不能为空 的本地化字符串。
/// </summary>
@@ -496,7 +496,25 @@ namespace GrasscutterTools.Properties {
return ResourceManager.GetString("CommandTagCannotBeEmpty", resourceCulture);
}
}
internal static string WaypointNameCannotBeEmpty {
get {
return ResourceManager.GetString("WaypointNameCannotBeEmpty", resourceCulture);
}
}
internal static string WaypointNotFound {
get {
return ResourceManager.GetString("WaypointNotFound", resourceCulture);
}
}
internal static string ResetWayopints {
get {
return ResourceManager.GetString("ResetWaypoints", resourceCulture);
}
}
/// <summary>
/// 查找类似 现在你可以远程执行命令了哦! 的本地化字符串。
/// </summary>

View File

@@ -166,6 +166,9 @@
<data name="CommandContentCannotBeEmpty" xml:space="preserve">
<value>Command cannot be empty</value>
</data>
<data name="WaypointNameCannotBeEmpty" xml:space="preserve">
<value>Waypoint name cannot be empty</value>
</data>
<data name="CommandNotFound" xml:space="preserve">
<value>Command not found</value>
</data>
@@ -205,7 +208,7 @@ Update info :
Do you want to check for updates? Selecting No will no longer remind you of this version.</value>
</data>
<data name="OpenCommandHelp" xml:space="preserve">
<value>1. Fill in the correct uid\n2. Send verification code to player\n3. Enter the correct verification code\n4. Connection\n5. Enjoy</value>
<value>1. Fill in the correct UID\n2. Send verification code to player\n3. Enter the correct verification code\n4. Connection\n5. Enjoy</value>
</data>
<data name="PermissionCannotBeEmpty" xml:space="preserve">
<value>Permission cannot be empty!</value>
@@ -220,11 +223,17 @@ Do you want to check for updates? Selecting No will no longer remind you of this
<value>..\Resources\en-us\Quest.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
<data name="RequireOpenCommandTip" xml:space="preserve">
<value>Please connect to a server that supports [opencommand] first</value>
<value>Please connect to a server that supports [OpenCommand] first</value>
</data>
<data name="RestoreCustomCommands" xml:space="preserve">
<value>Are you sure you want to restore custom commands to defaults?</value>
</data>
<data name="ResetWaypoints" xml:space="preserve">
<value>Are you sure you want to reset all waypoints?</value>
</data>
<data name="WaypointNotFound" xml:space="preserve">
<value>Waypoint not found</value>
</data>
<data name="Scene" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\en-us\Scene.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>

View File

@@ -205,7 +205,7 @@
Вы хотите проверить наличие обновлений? Выбирая "Нет", программа больше не будет напоминать вам об этой версии.</value>
</data>
<data name="OpenCommandHelp" xml:space="preserve">
<value>1. Заполните правильный UID\n2. Отправьте проверочный код игроку\n3. Введите правильный проверочный код\n4. Покдлючитесь\n5. Наслаждайтесь!</value>
<value>1. Введите правильный UID\n2. Отправьте проверочный код игроку\n3. Введите правильный проверочный код\n4. Покдлючитесь\n5. Наслаждайтесь!</value>
</data>
<data name="PermissionCannotBeEmpty" xml:space="preserve">
<value>Разрешение не может быть пустым!</value>
@@ -225,9 +225,12 @@
<data name="RestoreCustomCommands" xml:space="preserve">
<value>Вы уверены, что хотите восстановить пользовательские команды по умолчанию?</value>
</data>
<data name="RestoreWaypoints" xml:space="preserve">
<data name="ResetWaypoints" xml:space="preserve">
<value>Вы уверены, что хотите сбросить метки?</value>
</data>
<data name="WaypointNotFound" xml:space="preserve">
<value>Метка не найдена</value>
</data>
<data name="Scene" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\ru-ru\Scene.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>