New translations strings.xml (Chinese Simplified)

This commit is contained in:
Duy Tran Khanh 2021-11-29 03:16:31 +07:00
parent b1c4cacb6c
commit 8d9afd9623

View File

@ -242,4 +242,7 @@
<string name="preference_sustained_performance_title">启用持续性能模式</string> <string name="preference_sustained_performance_title">启用持续性能模式</string>
<string name="preference_sustained_performance_description">通过限制峰值性能来限制热节流</string> <string name="preference_sustained_performance_description">通过限制峰值性能来限制热节流</string>
<string name="preference_back_title">返回最后一个屏幕</string> <string name="preference_back_title">返回最后一个屏幕</string>
<string name="gles_hack_none">不缩小纹理</string>
<string name="gles_hack_always">将所有纹理除以 2</string>
<string name="gles_hack_sometimes">将大纹理除以 2 或 4</string>
</resources> </resources>