1 Star 0 Fork 17

chen wei/gnome-control-center

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gnome-control-center-change-translation-when-changing-password.patch 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
丈青山 提交于 2022-06-09 11:53 . Udpate to 42.0
diff --git a/panels/user-accounts/pw-utils.c b/panels/user-accounts/pw-utils.c
index 0f4dfd8..700a5a4 100644
--- a/panels/user-accounts/pw-utils.c
+++ b/panels/user-accounts/pw-utils.c
@@ -127,7 +127,7 @@ pw_error_hint (gint error)
case PWQ_ERROR_MIN_LENGTH:
return C_("Password hint", "Password needs to be longer. Try to add more letters, numbers and punctuation.");
case PWQ_ERROR_EMPTY_PASSWORD:
- return C_("Password hint", "Mix uppercase and lowercase and try to use a number or two.");
+ return C_("Password hint", "Mix at least three types of these: lower and upper case letters, digits and any of characters.");
default:
return C_("Password hint", "Adding more letters, numbers and punctuation will make the password stronger.");
}
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 1e1984e..bab9794 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7708,8 +7708,8 @@ msgstr "需要更长的密码。请试着加入更多的字母、数字和标点
#: panels/user-accounts/pw-utils.c:130
msgctxt "Password hint"
-msgid "Mix uppercase and lowercase and try to use a number or two."
-msgstr "密码需要大小写字母混用并试着使用一到两个数字。"
+msgid "Mix at least three types of these: lower and upper case letters, digits and any of characters."
+msgstr "混合至少三种类型:大写字母,小写字母,数字和特殊字符。"
#: panels/user-accounts/pw-utils.c:132
msgctxt "Password hint"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenwei_kernel/gnome-control-center.git
git@gitee.com:chenwei_kernel/gnome-control-center.git
chenwei_kernel
gnome-control-center
gnome-control-center
master

搜索帮助