添加贴图替换功能

This commit is contained in:
pm chihya
2026-05-09 20:51:08 +08:00
parent 3c4b16e03b
commit 4d731ba32b
17 changed files with 1360 additions and 54 deletions
+8 -1
View File
@@ -13,6 +13,7 @@ namespace I18nData {
{ "gakumas_localify", "Gakumas Localify" },
{ "enable_plugin", "Enable Plugin (Not Hot Reloadable)" },
{ "replace_font", "Replace Font" },
{ "replace_texture", "Replace Texture" },
{ "lazy_init", "Fast Initialization (Lazy loading)" },
{ "enable_free_camera", "Enable Free Camera" },
{ "start_game", "Start Game / Hot Reload Config" },
@@ -27,6 +28,7 @@ namespace I18nData {
{ "text_hook_test_mode", "Text Hook Test Mode" },
{ "useMasterDBTrans", "Enable MasterDB Localization" },
{ "export_text", "Export Text" },
{ "dump_runtime_texture", "Dump Runtime Texture" },
{ "force_export_resource", "Force Update Resource" },
{ "login_as_ios", "Login as iOS" },
{ "max_high", "Ultra" },
@@ -88,13 +90,18 @@ namespace I18nData {
{ "cancel", "Cancel" },
{ "ok", "OK" },
{ "downloaded_resource_version", "Downloaded Version" },
{ "downloaded_texture_version", "Downloaded Texture Version" },
{ "del_remote_after_update", "Delete Cache File After Update" },
{ "del_texture_remote_after_update", "Delete Cache File After Update" },
{ "warning", "Warning" },
{ "install", "Install" },
{ "installing", "Installing" },
{ "check_resource_from_api", "Check Resource Update From API" },
{ "check_texture_from_api", "Check Texture Update From API" },
{ "api_addr", "API AddressGithub Latest Release API" },
{ "texture_api_addr", "Texture API AddressGithub Latest Release API" },
{ "check_update", "Check" },
{ "texture_version", "Texture Version" },
{ "translation_resource_update", "Translation Resource Update" },
{ "game_patch", "Game Patch" },
{ "patch_mode", "Patch Mode" },
@@ -114,4 +121,4 @@ namespace I18nData {
{ "about_contributors_asset_file", "about_contributors_en.json" },
{ "default_assets_check_api", "https://api.github.com/repos/NatsumeLS/Gakumas-Translation-Data-EN/releases/latest" },
};
}
}