From 45d0a8e5018c14b98e9fcbd49d18cd750b2a577b Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 26 Aug 2025 08:56:08 +0700 Subject: [PATCH] settings: language change notice: use proper rounding value, update chinese translation --- .config/quickshell/ii/modules/settings/InterfaceConfig.qml | 2 +- .config/quickshell/translations/zh_CN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/ii/modules/settings/InterfaceConfig.qml b/.config/quickshell/ii/modules/settings/InterfaceConfig.qml index 6c2f03e00..ead6e78b3 100644 --- a/.config/quickshell/ii/modules/settings/InterfaceConfig.qml +++ b/.config/quickshell/ii/modules/settings/InterfaceConfig.qml @@ -508,7 +508,7 @@ ContentPage { id: reloadNotice visible: false Layout.topMargin: 8 - radius: 8 + radius: Appearance.rounding.normal color: Appearance.colors.colPrimaryContainer Layout.fillWidth: true implicitWidth: languageRowLayout.implicitWidth + languageRowLayout.anchors.margins * 2 diff --git a/.config/quickshell/translations/zh_CN.json b/.config/quickshell/translations/zh_CN.json index a7b54fe09..7d068db63 100644 --- a/.config/quickshell/translations/zh_CN.json +++ b/.config/quickshell/translations/zh_CN.json @@ -396,7 +396,7 @@ "Bar layout": "条栏布局", "Language": "语言", "Select the language for the user interface.\n\"Auto\" will use your system's locale.": "选择用户界面的语言。\n\"自动\" 将使用系统语言环境。", - "Language setting saved. Please restart the quickshell to apply the new language.": "语言设置已保存。请重启 quickshell 以应用新语言。", + "Language setting saved. Please restart Quickshell (Ctrl+Super+R) to apply the new language.": "语言设置已保存。请重启 Quickshell (Ctrl+Super+R) 以应用新语言。", "Auto (System)": "自动(系统)", "Interface Language": "界面语言" } \ No newline at end of file