diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index f9b35fd..287abf5 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -80,7 +80,7 @@
android:layout_height="48dp"
android:checked="@={config.textTest}"
android:onCheckedChanged="@{(view, value) -> listener.onTextTestChanged(value)}"
- android:text="文本 hook 测试模式" />
+ android:text="@string/text_hook_test_mode" />
+ android:text="@string/export_text" />
+ android:text="@string/force_export_resource" />
@@ -294,7 +294,7 @@
android:layout_weight="1"
android:minWidth="1sp"
android:onClick="@{() -> listener.onChangePresetQuality(4)}"
- android:text="极高" />
+ android:text="@string/max_high" />
+ android:text="@string/very_high" />
+ android:text="@string/hign" />
+ android:text="@string/middle" />
+ android:text="@string/low" />
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 093b278..736fc51 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1,14 +1,22 @@
Gakumas Localify
Gakumas Localify
- 启用插件 (不可热重载)
- 启用自由视角(可热重载; 需使用实体键盘)
- 以上述配置启动游戏/重载配置
- 最大 FPS (0 为保持游戏原设置)
- 解锁所有 Live
- Live 使用自定义角色
- Live 自定义头部 ID (例: costume_head_hski-cstm-0002)
- Live 自定义服装 ID (例: hski-cstm-0002)
- 使用自定义画质设置
+ Enable Plugin (Can\'t Hot Reloading)
+ Enable Free Camera
+ Start Game / Hot Reload Config
+ Max FPS (0 is Not Change)
+ Unlock All Live
+ Live Custom Character
+ Live Custom Head ID (eg. costume_head_hski-cstm-0002)
+ Live Custom Costume ID (eg. hski-cstm-0002)
+ Use Custom Graphics Settings
RenderScale (0.5/0.59/0.67/0.77/1.0)
+ Text Hook Test Mode
+ Export Text
+ Force Update Resource
+ Ex High
+ Very High
+ High
+ Mid
+ Low
\ No newline at end of file