pam/fix-login-message.patch

33 lines
1.1 KiB
Diff
Raw Normal View History

2020-06-17 15:26:17 +08:00
From 1a79e750977c2c809d5fc8f44c1c90f58a261926 Mon Sep 17 00:00:00 2001
From: openEuler Buildteam <buildteam@openeuler.org>
Date: Wed, 17 Jun 2020 15:14:25 +0800
2020-07-24 15:59:58 +08:00
Subject: [PATCH] fix login message
2020-06-17 15:26:17 +08:00
---
po/zh_CN.po | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/po/zh_CN.po b/po/zh_CN.po
2020-07-24 15:59:58 +08:00
index b7d2c83..4227e4f 100644
2020-06-17 15:26:17 +08:00
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
2020-07-24 15:59:58 +08:00
@@ -355,13 +355,13 @@ msgstr "最后一次失败的登录:%s%s%s"
2020-06-17 15:26:17 +08:00
msgid "There was %d failed login attempt since the last successful login."
msgid_plural ""
"There were %d failed login attempts since the last successful login."
-msgstr[0] "最有一次成功登录后有 %d 次失败的登录尝试。"
+msgstr[0] "最后一次成功登录后有 %d 次失败的登录尝试。"
#. TRANSLATORS: only used if dngettext is not supported
2020-07-24 15:59:58 +08:00
#: modules/pam_lastlog/pam_lastlog.c:631
2020-06-17 15:26:17 +08:00
#, c-format
msgid "There were %d failed login attempts since the last successful login."
-msgstr "最有一次成功登录后有 %d 次失败的登录尝试。"
+msgstr "最后一次成功登录后有 %d 次失败的登录尝试。"
2020-07-24 15:59:58 +08:00
#: modules/pam_limits/pam_limits.c:1088
#, fuzzy, c-format
2020-06-17 15:26:17 +08:00
--
2020-07-24 15:59:58 +08:00
2.23.0
2020-06-17 15:26:17 +08:00