-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
<resources> | ||
<string name="app_name">Gakumas Localify</string> | ||
<string name="gakumas_localify">Gakumas Localify</string> | ||
<string name="enable_plugin">启用插件 (不可热重载)</string> | ||
<string name="enable_free_camera">启用自由视角(可热重载; 需使用实体键盘)</string> | ||
<string name="start_game">以上述配置启动游戏/重载配置</string> | ||
<string name="setFpsTitle">最大 FPS (0 为保持游戏原设置)</string> | ||
<string name="unlockAllLive">解锁所有 Live</string> | ||
<string name="liveUseCustomeDress">Live 使用自定义角色</string> | ||
<string name="live_costume_head_id">Live 自定义头部 ID (例: costume_head_hski-cstm-0002)</string> | ||
<string name="live_custome_dress_id">Live 自定义服装 ID (例: hski-cstm-0002)</string> | ||
<string name="useCustomeGraphicSettings">使用自定义画质设置</string> | ||
<string name="enable_plugin">Enable Plugin (Can\'t Hot Reloading)</string> | ||
<string name="enable_free_camera">Enable Free Camera</string> | ||
<string name="start_game">Start Game / Hot Reload Config</string> | ||
<string name="setFpsTitle">Max FPS (0 is Not Change)</string> | ||
<string name="unlockAllLive">Unlock All Live</string> | ||
<string name="liveUseCustomeDress">Live Custom Character</string> | ||
<string name="live_costume_head_id">Live Custom Head ID (eg. costume_head_hski-cstm-0002)</string> | ||
<string name="live_custome_dress_id">Live Custom Costume ID (eg. hski-cstm-0002)</string> | ||
<string name="useCustomeGraphicSettings">Use Custom Graphics Settings</string> | ||
<string name="renderscale">RenderScale (0.5/0.59/0.67/0.77/1.0)</string> | ||
<string name="text_hook_test_mode">Text Hook Test Mode</string> | ||
<string name="export_text">Export Text</string> | ||
<string name="force_export_resource">Force Update Resource</string> | ||
<string name="max_high">Ex High</string> | ||
<string name="very_high">Very High</string> | ||
<string name="hign">High</string> | ||
<string name="middle">Mid</string> | ||
<string name="low">Low</string> | ||
</resources> |