translations:update zh_CN.json and en_US.json;

Add "Corner style" and Bar layout to translation
This commit is contained in:
月月
2025-08-24 02:28:33 +08:00
parent 1237d9660e
commit 6df7482b3d
3 changed files with 124 additions and 40 deletions
@@ -74,7 +74,7 @@ ContentPage {
ConfigRow {
ContentSubsection {
title: "Corner style"
title: Translation.tr("Corner style")
ConfigSelectionArray {
currentValue: Config.options.bar.cornerStyle
@@ -100,7 +100,7 @@ ContentPage {
}
ContentSubsection {
title: "Bar layout"
title: Translation.tr("Bar layout")
ConfigSelectionArray {
currentValue: Config.options.bar.vertical
configOptionName: "bar.vertical"