diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2017-12-18 06:09:53 +0100 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2017-12-18 06:22:19 +0100 |
commit | e3ddeff66e8c08a37ddf8b6510d69579c245e192 (patch) | |
tree | 0e0e15e4fcde87a677c5ae12ae9e16011f1f81cd /po | |
parent | gpg: Print a warning for too much data encrypted with 3DES et al. (diff) | |
download | gnupg2-e3ddeff66e8c08a37ddf8b6510d69579c245e192.tar.xz gnupg2-e3ddeff66e8c08a37ddf8b6510d69579c245e192.zip |
po: Update Japanese translation.
* po/ja.po: Fix message with no "%s".
--
Backport of master commit from: 77e2fcb4ffbad8577a2cf41f17bf92dec6a93ad8
The wrong message caused segmentation fault for key generation when
no expiration is specified.
GnuPG-bug-id: 3619
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'po')
-rw-r--r-- | po/ja.po | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -8,9 +8,9 @@ # msgid "" msgstr "" -"Project-Id-Version: gnupg 2.2.2\n" +"Project-Id-Version: gnupg 2.2.3\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"PO-Revision-Date: 2017-11-07 11:11+0900\n" +"PO-Revision-Date: 2017-12-18 14:07+0900\n" "Last-Translator: NIIBE Yutaka <gniibe@fsij.org>\n" "Language-Team: none\n" "Language: ja\n" @@ -1340,10 +1340,9 @@ msgstr "暗号化鍵の鍵長は? (%u) " msgid "What keysize do you want for the Authentication key? (%u) " msgstr "認証鍵の鍵長は? (%u) " -#, fuzzy, c-format -#| msgid "The card will now be re-configured to generate a key of %u bits\n" +#, c-format msgid "The card will now be re-configured to generate a key of type: %s\n" -msgstr "今、%uビットの鍵を生成するようにカードは再コンフィグされました\n" +msgstr "カードは、今、こちらのタイプの鍵を生成するように再コンフィグされました: %s\n" #, c-format msgid "rounded up to %u bits\n" @@ -3775,10 +3774,10 @@ msgid "invalid value\n" msgstr "無効な値\n" msgid "Key does not expire at all\n" -msgstr "%sは無期限です\n" +msgstr "鍵は無期限です\n" msgid "Signature does not expire at all\n" -msgstr "%署名は無期限です\n" +msgstr "署名は無期限です\n" #, c-format msgid "Key expires at %s\n" |