diff -Nru ukui-greeter-4.10.0.0/debian/changelog ukui-greeter-4.10.0.0/debian/changelog --- ukui-greeter-4.10.0.0/debian/changelog 2025-03-10 10:47:00.000000000 +0800 +++ ukui-greeter-4.10.0.0/debian/changelog 2025-03-10 10:47:00.000000000 +0800 @@ -1,4 +1,4 @@ -ukui-greeter (4.10.0.0-ok4test6) nile; urgency=medium +ukui-greeter (4.10.0.0-ok4test7) nile; urgency=medium * BUG号:无 * 需求号:无 diff -Nru ukui-greeter-4.10.0.0/debian/patches/series ukui-greeter-4.10.0.0/debian/patches/series --- ukui-greeter-4.10.0.0/debian/patches/series 2025-03-10 10:47:00.000000000 +0800 +++ ukui-greeter-4.10.0.0/debian/patches/series 2025-03-10 10:47:00.000000000 +0800 @@ -15,3 +15,4 @@ translation3.patch translation4.patch translation5.patch +translation6.patch diff -Nru ukui-greeter-4.10.0.0/debian/patches/translation6.patch ukui-greeter-4.10.0.0/debian/patches/translation6.patch --- ukui-greeter-4.10.0.0/debian/patches/translation6.patch 1970-01-01 08:00:00.000000000 +0800 +++ ukui-greeter-4.10.0.0/debian/patches/translation6.patch 2025-03-10 10:47:00.000000000 +0800 @@ -0,0 +1,47 @@ +Description: <short summary of the patch> + TODO: Put a short summary on the line above and replace this paragraph + with a longer explanation of this change. Complete the meta-information + with other relevant fields (see below for details). To make it easier, the + information below has been extracted from the changelog. Adjust it or drop + it. + . + ukui-greeter (4.10.0.0-ok4test7) nile; urgency=medium + . + * BUG号:无 + * 需求号:无 + * 其他修改说明:更新翻译 +Author: liuyapeng <liuyapeng@kylinos.cn> + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: <vendor|upstream|other>, <url of original patch> +Bug: <url in upstream bugtracker> +Bug-Debian: https://bugs.debian.org/<bugnumber> +Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber> +Forwarded: <no|not-needed|url proving that it has been forwarded> +Reviewed-By: <name and email of someone who approved the patch> +Last-Update: 2025-03-10 + +--- ukui-greeter-4.10.0.0.orig/ukui-greeter/greeter/iconedit.cpp ++++ ukui-greeter-4.10.0.0/ukui-greeter/greeter/iconedit.cpp +@@ -267,7 +267,7 @@ void IconEdit::clear() + void IconEdit::setPrompt(const QString &prompt) + { + // m_edit->setPlaceholderText(prompt); +- QLocale locale = QLocale::system().name(); ++ QString locale = QLocale::system().name(); + if(prompt == "Password: " || prompt == "密码:"){ + m_edit->setPlaceholderText(tr("Password: ")); + if(locale == "kk_KZ" || locale == "ky_KG") +@@ -322,7 +322,7 @@ void IconEdit::setLocked(bool lock) + } + void IconEdit::refreshTranslate() + { +- QLocale locale = QLocale::system().name(); ++ QString locale = QLocale::system().name(); + if(m_edit->placeholderText() == "Password: " || m_edit->placeholderText() == "密码:"){ + m_edit->setPlaceholderText(tr("Password: ")); + if(locale == "kk_KZ" || locale == "ky_KG")