[android, ui] remove redundant descriptions for some overlay settings (#3214)

removed descriptions for options that are extremely self-explanatory:
- Show frametime
- Show battery temperature
- Show system specifications overlay
- Show device model
- Show GPU model
- Show firmware version

Signed-off-by: lizzie lizzie@eden-emu.dev

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3214
Reviewed-by: DraVee <dravee@eden-emu.dev>
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2025-12-31 17:09:34 +01:00
committed by crueter
parent 76be55bc2f
commit 011278b6a8
25 changed files with 9 additions and 153 deletions
@@ -20,13 +20,11 @@
<string name="show_fps">Hiển thị FPS</string>
<string name="show_fps_description">Hiển thị số khung hình mỗi giây</string>
<string name="show_frametime">Hiển thị Frametime</string>
<string name="show_frametime_description">Hiển thị thời gian mỗi khung hình</string>
<string name="show_app_ram_usage">Hiển thị RAM ứng dụng</string>
<string name="show_app_ram_usage_description">Hiển thị lượng RAM mà trình giả lập đang sử dụng</string>
<string name="show_system_ram_usage">Hiển thị RAM hệ thống</string>
<string name="show_system_ram_usage_description">Hiển thị lượng RAM được hệ thống sử dụng</string>
<string name="show_bat_temperature">Hiển thị nhiệt độ pin</string>
<string name="show_bat_temperature_description">Hiển thị nhiệt độ pin hiện tại</string>
<string name="bat_temperature_unit">Đơn vị nhiệt độ pin</string>
<string name="show_power_info">Hiển thị thông tin pin</string>
<string name="show_power_info_description">Hiển thị mức tiêu thụ điện hiện tại và dung lượng pin còn lại</string>
@@ -50,13 +48,9 @@
<string name="soc_overlay_options_description">Cấu hình thông tin hiển thị trong lớp phủ thiết bị</string>
<string name="show_device_model">Hiển thị model thiết bị</string>
<string name="show_device_model_description">Hiển thị model thiết bị chủ</string>
<string name="show_gpu_model">Hiển thị model GPU</string>
<string name="show_gpu_model_description">Hiển thị model GPU chủ</string>
<string name="show_soc_model">Hiển thị model SoC</string>
<string name="show_soc_model_description">Hiển thị model SoC chủ</string>
<string name="show_fw_version">Hiển thị phiên bản firmware</string>
<string name="show_fw_version_description">Hiển thị phiên bản firmware đã cài đặt</string>
<!-- Eden\'s Veil -->