refactor: Within The Sand -> Within the Sand

This commit is contained in:
Weiyou Wang
2024-08-31 12:40:06 +10:00
parent d869103497
commit fdb9f7e295
2 changed files with 4 additions and 4 deletions

View File

@@ -6,8 +6,8 @@ namespace asst
class ReclamationTheme
{
public:
static constexpr std::string_view Fire = "Fire"; // Fire Within The Sand
static constexpr std::string_view Tales = "Tales"; // Tales Within The Sand
static constexpr std::string_view Fire = "Fire"; // Fire Within the Sand
static constexpr std::string_view Tales = "Tales"; // Tales Within the Sand
};
enum class ReclamationMode // 对应 Roguelike Mode

View File

@@ -412,8 +412,8 @@ Only supports Official(CN) and Bilibili server. Login account is not supported.<
<system:String x:Key="AutoRoguelike">Auto I.S.</system:String>
<system:String x:Key="Reclamation">Reclamation Algorithm</system:String>
<system:String x:Key="ReclamationTheme">Reclamation Algorithm Theme</system:String>
<system:String x:Key="ReclamationThemeFire">Fire Within The Sand</system:String>
<system:String x:Key="ReclamationThemeTales">Tales Within The Sand</system:String>
<system:String x:Key="ReclamationThemeFire">Fire Within the Sand</system:String>
<system:String x:Key="ReclamationThemeTales">Tales Within the Sand</system:String>
<system:String x:Key="ReclamationModeProsperityNoSave">I do not have a save, let's farm prosperity points by repeatedly entering and exiting stages.</system:String>
<system:String x:Key="ReclamationModeProsperityInSave">I do have a save, let's farm prosperity points by crafting tools.</system:String>
<system:String x:Key="OperNameLanguage">Operator display language</system:String>