-
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
1 changed file
with
22 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +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="renderscale">RenderScale (0.5/0.59/0.67/0.77/1.0)</string> | ||
<string name="text_hook_test_mode">文本 hook 测试模式</string> | ||
<string name="export_text">导出文本</string> | ||
<string name="force_export_resource">启动后强制导出资源</string> | ||
<string name="max_high">极高</string> | ||
<string name="very_high">超高</string> | ||
<string name="hign">高</string> | ||
<string name="middle">中</string> | ||
<string name="low">低</string> | ||
</resources> |