diff options
author | Dmitry V. Levin <ldv@strace.io> | 2023-04-29 11:11:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2023-04-29 11:11:00 +0000 |
commit | 11583a190bf24240f049433782092a7773c1d8c4 (patch) | |
tree | 5168d49fb33c4cab4ab17f09e8afb3790d37f3e8 /po/zh_TW.po | |
parent | 90430edb4707cc11353ac7295c12f04fcf7b168b (diff) | |
download | pam-11583a190bf24240f049433782092a7773c1d8c4.tar.gz pam-11583a190bf24240f049433782092a7773c1d8c4.tar.bz2 pam-11583a190bf24240f049433782092a7773c1d8c4.zip |
po: update .pot and .po files
Regenerate po/Linux-PAM.pot and po/*.po using "make -C po update-po"
command. This essentially updates the project version, line numbers,
and timestamps.
Diffstat (limited to 'po/zh_TW.po')
-rw-r--r-- | po/zh_TW.po | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/po/zh_TW.po b/po/zh_TW.po index b0c04dba..f3abf98b 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: https://github.com/linux-pam/linux-pam/issues\n" -"POT-Creation-Date: 2022-11-11 11:11+0000\n" +"POT-Creation-Date: 2023-04-29 11:11+0000\n" "PO-Revision-Date: 2020-05-24 12:40+0000\n" "Last-Translator: Yi-Jyun Pan <pan93412@gmail.com>\n" "Language-Team: Chinese (Traditional) <https://translate.fedoraproject.org/" @@ -23,48 +23,48 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.0.4\n" -#: libpam/pam_get_authtok.c:39 modules/pam_exec/pam_exec.c:183 +#: libpam/pam_get_authtok.c:40 modules/pam_exec/pam_exec.c:183 #: modules/pam_userdb/pam_userdb.c:53 msgid "Password: " msgstr "密碼: " -#: libpam/pam_get_authtok.c:41 +#: libpam/pam_get_authtok.c:42 #, c-format msgid "Current %s password: " msgstr "目前的 %s 密碼: " -#: libpam/pam_get_authtok.c:42 +#: libpam/pam_get_authtok.c:43 msgid "Current password: " msgstr "目前密碼: " -#: libpam/pam_get_authtok.c:44 +#: libpam/pam_get_authtok.c:45 #, c-format msgid "New %s password: " msgstr "新 %s 密碼: " -#: libpam/pam_get_authtok.c:45 +#: libpam/pam_get_authtok.c:46 msgid "New password: " msgstr "新 密碼: " -#: libpam/pam_get_authtok.c:47 +#: libpam/pam_get_authtok.c:48 #, c-format msgid "Retype new %s password: " msgstr "再次輸入新的 %s 密碼: " -#: libpam/pam_get_authtok.c:48 +#: libpam/pam_get_authtok.c:49 msgid "Retype new password: " msgstr "再次輸入新的 密碼: " -#: libpam/pam_get_authtok.c:49 +#: libpam/pam_get_authtok.c:50 msgid "Sorry, passwords do not match." msgstr "抱歉,密碼不符合。" -#: libpam/pam_get_authtok.c:142 libpam/pam_get_authtok.c:240 +#: libpam/pam_get_authtok.c:143 libpam/pam_get_authtok.c:245 #, c-format msgid "Retype %s" msgstr "重新輸入 %s" -#: libpam/pam_get_authtok.c:178 libpam/pam_get_authtok.c:258 +#: libpam/pam_get_authtok.c:183 libpam/pam_get_authtok.c:263 msgid "Password change has been aborted." msgstr "已中止密碼變更作業。" @@ -204,30 +204,30 @@ msgstr "應用程式需要再次呼叫 libpam" msgid "Unknown PAM error" msgstr "未知的 PAM 錯誤" -#: libpam_misc/misc_conv.c:33 +#: libpam_misc/misc_conv.c:34 msgid "...Time is running out...\n" msgstr "...時間已經超過...\n" -#: libpam_misc/misc_conv.c:34 +#: libpam_misc/misc_conv.c:35 msgid "...Sorry, your time is up!\n" msgstr "...抱歉,您的時間已到!\n" -#: libpam_misc/misc_conv.c:348 +#: libpam_misc/misc_conv.c:349 #, c-format msgid "erroneous conversation (%d)\n" msgstr "錯誤的交談 (%d)\n" -#: modules/pam_exec/pam_exec.c:289 +#: modules/pam_exec/pam_exec.c:300 #, c-format msgid "%s failed: exit code %d" msgstr "%s 失敗:退出編碼 %d" -#: modules/pam_exec/pam_exec.c:299 +#: modules/pam_exec/pam_exec.c:310 #, c-format msgid "%s failed: caught signal %d%s" msgstr "%s 失敗:捕捉到信號 %d%s" -#: modules/pam_exec/pam_exec.c:309 +#: modules/pam_exec/pam_exec.c:320 #, c-format msgid "%s failed: unknown status 0x%x" msgstr "%s 失敗:不明狀態 0x%x" @@ -362,7 +362,7 @@ msgid "Unable to create and initialize directory '%s'." msgstr "無法建立和初始化「%s」目錄。" #: modules/pam_pwhistory/pam_pwhistory.c:378 -#: modules/pam_unix/pam_unix_passwd.c:589 +#: modules/pam_unix/pam_unix_passwd.c:580 msgid "Password has been already used. Choose another." msgstr "密碼已經由其他使用者使用。請選擇其他密碼。" @@ -396,17 +396,17 @@ msgstr "層級:" msgid "This is not a valid security context." msgstr "此非有效的安全性情境。" -#: modules/pam_selinux/pam_selinux.c:509 +#: modules/pam_selinux/pam_selinux.c:508 #, c-format msgid "A valid context for %s could not be obtained." msgstr "無法取得 %s 的有效情境。" -#: modules/pam_selinux/pam_selinux.c:640 +#: modules/pam_selinux/pam_selinux.c:639 #, c-format msgid "Security context %s has been assigned." msgstr "已指定 %s 安全情境。" -#: modules/pam_selinux/pam_selinux.c:656 +#: modules/pam_selinux/pam_selinux.c:655 #, c-format msgid "Key creation context %s has been assigned." msgstr "已指定 %s 金鑰建立情境。" @@ -426,7 +426,7 @@ msgstr "pam_set_item() 失敗\n" msgid "login: failure forking: %m" msgstr "登入:失敗的分叉:%m" -#: modules/pam_timestamp/pam_timestamp.c:361 +#: modules/pam_timestamp/pam_timestamp.c:382 #, c-format msgid "Access has been granted (last access was %ld seconds ago)." msgstr "已賦予存取權限(最後一次存取為 %ld 秒前)。" @@ -458,32 +458,32 @@ msgstr[0] "警告:您的密碼將在 %d 天後過期。" msgid "Warning: your password will expire in %d days." msgstr "警告:您的密碼將在 %d 天後過期。" -#: modules/pam_unix/pam_unix_passwd.c:465 +#: modules/pam_unix/pam_unix_passwd.c:456 msgid "NIS password could not be changed." msgstr "無法變更 NIS 密碼。" -#: modules/pam_unix/pam_unix_passwd.c:563 +#: modules/pam_unix/pam_unix_passwd.c:554 msgid "No password has been supplied." msgstr "未提供密碼。" -#: modules/pam_unix/pam_unix_passwd.c:564 +#: modules/pam_unix/pam_unix_passwd.c:555 msgid "The password has not been changed." msgstr "未變更密碼。" -#: modules/pam_unix/pam_unix_passwd.c:581 +#: modules/pam_unix/pam_unix_passwd.c:572 msgid "You must choose a shorter password." msgstr "您必須選擇較短的密碼。" -#: modules/pam_unix/pam_unix_passwd.c:585 +#: modules/pam_unix/pam_unix_passwd.c:576 msgid "You must choose a longer password." msgstr "您的密碼必須更長。" -#: modules/pam_unix/pam_unix_passwd.c:692 +#: modules/pam_unix/pam_unix_passwd.c:683 #, c-format msgid "Changing password for %s." msgstr "正在更改 %s 的 STRESS 密碼。" -#: modules/pam_unix/pam_unix_passwd.c:722 +#: modules/pam_unix/pam_unix_passwd.c:713 msgid "You must wait longer to change your password." msgstr "請您稍等一陣子後再變更密碼。" |