Skip to content

Commit e7932c4

Browse files
authored
Merge pull request #745 from YuevUwU/item-show-avg-fps-sub
chore(l10n): add item-show-avg-fps-sub
2 parents a491d85 + 5e7f9de commit e7932c4

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

phira/locales/en-US/settings.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ item-audio-buffer-size = Audio Buffer Size
4646
4747
item-show-acc = Real-Time Accuracy
4848
item-show-avg-fps = Show AVG FPS
49+
item-show-avg-fps-sub = Display the average FPS on the results screen.
4950
item-ap-fc-indicator = AP/FC Indicator
5051
item-ap-fc-indicator-sub = Use line color to indicate AP/FC status.
5152
item-dc-pause = Double-Tap to Pause
@@ -104,4 +105,3 @@ about-content =
104105
{ $localization }
105106
106107
And many more voluntary chart reviewers. For a full list please refer to https://phira.moe/staff .
107-

phira/locales/zh-CN/settings.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ item-audio-buffer-size = 音频缓冲区大小
4646
4747
item-show-acc = 显示实时准度
4848
item-show-avg-fps = 显示平均帧率
49+
item-show-avg-fps-sub = 在结算界面显示平均帧率
4950
item-ap-fc-indicator = AP/FC(全完美/全连)指示器
5051
item-ap-fc-indicator-sub = 使用判定线颜色显示全 AP/FC 状态
5152
item-dc-pause = 双击暂停

phira/locales/zh-TW/settings.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ preferred-sample-rate-default = 系統預設
4141
item-audio-buffer-size = 音訊緩衝區大小
4242
item-show-acc = 顯示即時準確率
4343
item-show-avg-fps = 顯示平均FPS
44+
item-show-avg-fps-sub = 在結算介面顯示每秒影格數
4445
item-dc-pause = 點兩下暫停
4546
item-dhint = 雙押提示
4647
item-dhint-sub = 同時觸線的音符將會被高亮

phira/src/page/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ impl ChartList {
904904
render_switch(ui, rr, t, &mut self.ap_fc_indicator_btn, config.ap_fc_indicator);
905905
}
906906
item! {
907-
render_title(ui, tl!("item-show-avg-fps"), None);
907+
render_title(ui, tl!("item-show-avg-fps"), Some(tl!("item-show-avg-fps-sub")));
908908
render_switch(ui, rr, t, &mut self.show_avg_fps_btn, config.show_avg_fps);
909909
}
910910
item! {

0 commit comments

Comments
 (0)