OSDN Git Service

libgcrypt 1.10.0: Cancel translation reservation.
authormatsuand <30614168+matsuand@users.noreply.github.com>
Wed, 2 Feb 2022 05:41:16 +0000 (14:41 +0900)
committermatsuand <30614168+matsuand@users.noreply.github.com>
Wed, 2 Feb 2022 05:41:16 +0000 (14:41 +0900)
manual/libgcrypt/Makefile [new file with mode: 0644]
manual/libgcrypt/po4a/add_ja/copyright/hmac256.1.txt [new file with mode: 0644]
manual/libgcrypt/po4a/ja.po [new file with mode: 0644]
manual/libgcrypt/po4a/libgcrypt.cfg [new file with mode: 0644]
manual/libgcrypt/po4a/libgcrypt.pot [new file with mode: 0644]
manual/libgcrypt/translation_list

diff --git a/manual/libgcrypt/Makefile b/manual/libgcrypt/Makefile
new file mode 100644 (file)
index 0000000..159ec17
--- /dev/null
@@ -0,0 +1,21 @@
+PACKAGE_NAME = libgcrypt
+
+THRESH = 100
+EXTFLAGS =
+PO4AFLAGS += -k $(THRESH) $(EXTFLAGS)
+PO4ACFG = po4a/$(PACKAGE_NAME).cfg
+POFILE  = po4a/ja.po
+
+all: translate
+
+translate:
+       po4a $(PO4AFLAGS) $(PO4ACFG)
+
+stat:
+       @msgfmt -v --statistics -o /dev/null $(POFILE)
+
+page-stat:
+       @echo $(POFILE):
+       @po4a --force --no-update -k 0 $(PO4ACFG)
+
+.PHONY: translate stat page-stat
diff --git a/manual/libgcrypt/po4a/add_ja/copyright/hmac256.1.txt b/manual/libgcrypt/po4a/add_ja/copyright/hmac256.1.txt
new file mode 100644 (file)
index 0000000..ce64954
--- /dev/null
@@ -0,0 +1,4 @@
+PO4A-HEADER: mode=before; position=^\.TH
+.\"
+.\" To be translated for 1.10.0, 2022-02-02
+.\"
diff --git a/manual/libgcrypt/po4a/ja.po b/manual/libgcrypt/po4a/ja.po
new file mode 100644 (file)
index 0000000..838a470
--- /dev/null
@@ -0,0 +1,161 @@
+# Japanese translations for libgcrypt package
+# Linux JM project <linuxjm-discuss@lists.osdn.me>, 2022
+# This file is distributed under the same license as the libgcrypt package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: libgcrypt 1.10.0\n"
+"POT-Creation-Date: 2022-02-02 14:02+0900\n"
+"PO-Revision-Date: 2022-02-02 14:22+0900\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Linux JM project <linuxjm-discuss@lists.osdn.me>\n"
+"Language: ja\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. type: TH
+#: original/man1/hmac256.1:2
+#, no-wrap
+msgid "HMAC256"
+msgstr "HMAC256"
+
+#. type: TH
+#: original/man1/hmac256.1:2
+#, no-wrap
+msgid "2022-02-02"
+msgstr "2022-02-02"
+
+#. type: TH
+#: original/man1/hmac256.1:2
+#, no-wrap
+msgid "Libgcrypt 1.10.0"
+msgstr "Libgcrypt 1.10.0"
+
+#. type: TH
+#: original/man1/hmac256.1:2
+#, no-wrap
+msgid "Libgcrypt"
+msgstr "Libgcrypt"
+
+#. type: SH
+#: original/man1/hmac256.1:3
+#, no-wrap
+msgid "NAME"
+msgstr "名前"
+
+#. type: Plain text
+#: original/man1/hmac256.1:6
+msgid "B<hmac256> - Compute an HMAC-SHA-256 MAC"
+msgstr "B<hmac256> - HMAC-SHA-256 MAC を計算する"
+
+#. type: SH
+#: original/man1/hmac256.1:6
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "書式"
+
+#. type: Plain text
+#: original/man1/hmac256.1:11
+msgid "B<hmac256> [B<--binary>] I<key> I<[FILENAME]>"
+msgstr "B<hmac256> [B<--binary>] I<key> I<[FILENAME]>"
+
+#. type: SH
+#: original/man1/hmac256.1:12
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "説明"
+
+#. type: Plain text
+#: original/man1/hmac256.1:19
+msgid ""
+"This is a standalone HMAC-SHA-256 implementation used to compute an HMAC-"
+"SHA-256 message authentication code.  The tool has originally been developed "
+"as a second implementation for Libgcrypt to allow comparing against the "
+"primary implementation and to be used for internal consistency checks.  It "
+"should not be used for sensitive data because no mechanisms to clear the "
+"stack etc are used."
+msgstr ""
+"これはスタンドアロンの HMAC-SHA-256 実装であり、 HMAC-SHA-256 メッセージ承"
+"認コードを計算するために用いられます。 これは libgcrypt 内での第二のツール"
+"であって、元々は第一の実装との比較のために開発され、内部的な一貫性チェック"
+"のために用いられていました。 このツールにはスタックなどの利用データをクリア"
+"する仕組みはないため、 重要なデータに対して利用してはなりません。"
+
+#. type: Plain text
+#: original/man1/hmac256.1:22
+msgid ""
+"The code has been written in a highly portable manner and requires only a "
+"few standard definitions to be provided in a config.h file."
+msgstr ""
+"このソースコードは高移植性を意図して書かれています。 したがって config.h フ"
+"ァイルにおいては、 最小限の標準定義を行うだけで済みます。"
+
+#. type: Plain text
+#: original/man1/hmac256.1:25
+msgid "B<hmac256> is commonly invoked as"
+msgstr "B<hmac256> は通常、 以下のようにして実行します。"
+
+#. type: Plain text
+#: original/man1/hmac256.1:29
+#, no-wrap
+msgid "hmac256 \"This is my key\" foo.txt\n"
+msgstr "hmac256 \"This is my key\" foo.txt\n"
+
+#. type: Plain text
+#: original/man1/hmac256.1:35
+msgid ""
+"This compute the MAC on the file \\(oqI<foo.txt>\\(cq using the key given on "
+"the command line."
+msgstr ""
+"コマンドラインから指定されたキーを使って、 ファイル \\(oqI<foo.txt>\\(cq に"
+"対する MAC が計算されます。"
+
+#. type: SH
+#: original/man1/hmac256.1:36
+#, no-wrap
+msgid "OPTIONS"
+msgstr "オプション"
+
+#. type: Plain text
+#: original/man1/hmac256.1:39
+msgid "B<hmac256> understands these options:"
+msgstr "B<hmac256> は以下のオプションを解釈します。"
+
+#. type: TP
+#: original/man1/hmac256.1:41
+#, no-wrap
+msgid "B<--binary>"
+msgstr "B<--binary>"
+
+#. type: Plain text
+#: original/man1/hmac256.1:45
+msgid ""
+"Print the MAC as a binary string.  The default is to print the MAC encoded "
+"has lower case hex digits."
+msgstr ""
+"MAC をバイナリ文字列として表示します。 デフォルトでは、 英小文字を用いた 16"
+" 進数値で表現された MAC を表示します。"
+
+#. type: TP
+#: original/man1/hmac256.1:46
+#, no-wrap
+msgid "B<--version>"
+msgstr "B<--version>"
+
+#. type: Plain text
+#: original/man1/hmac256.1:49
+msgid "Print version of the program and exit."
+msgstr "このプログラムのバージョンを表示して終了します。"
+
+#. type: SH
+#: original/man1/hmac256.1:52
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "関連項目"
+
+#. type: Plain text
+#: original/man1/hmac256.1:53
+msgid "B<sha256sum>(1)"
+msgstr "B<sha256sum>(1)"
diff --git a/manual/libgcrypt/po4a/libgcrypt.cfg b/manual/libgcrypt/po4a/libgcrypt.cfg
new file mode 100644 (file)
index 0000000..b2952dd
--- /dev/null
@@ -0,0 +1,6 @@
+[po4a_langs] ja
+[po4a_paths] po4a/libgcrypt.pot $lang:po4a/$lang.po
+[po4a_alias: man] man opt:"-v --previous" opt_ja:"-M UTF-8"
+
+[type: man] original/man1/hmac256.1 $lang:release/man1/hmac256.1 \
+       add_$lang:?po4a/add_$lang/copyright/hmac256.1.txt
diff --git a/manual/libgcrypt/po4a/libgcrypt.pot b/manual/libgcrypt/po4a/libgcrypt.pot
new file mode 100644 (file)
index 0000000..647b633
--- /dev/null
@@ -0,0 +1,151 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-02-02 14:02+0900\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: TH
+#: original/man1/hmac256.1:2
+#, no-wrap
+msgid "HMAC256"
+msgstr ""
+
+#. type: TH
+#: original/man1/hmac256.1:2
+#, no-wrap
+msgid "2022-02-02"
+msgstr ""
+
+#. type: TH
+#: original/man1/hmac256.1:2
+#, no-wrap
+msgid "Libgcrypt 1.10.0"
+msgstr ""
+
+#. type: TH
+#: original/man1/hmac256.1:2
+#, no-wrap
+msgid "Libgcrypt"
+msgstr ""
+
+#. type: SH
+#: original/man1/hmac256.1:3
+#, no-wrap
+msgid "NAME"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/hmac256.1:6
+msgid "B<hmac256> - Compute an HMAC-SHA-256 MAC"
+msgstr ""
+
+#. type: SH
+#: original/man1/hmac256.1:6
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/hmac256.1:11
+msgid "B<hmac256> [B<--binary>] I<key> I<[FILENAME]>"
+msgstr ""
+
+#. type: SH
+#: original/man1/hmac256.1:12
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/hmac256.1:19
+msgid ""
+"This is a standalone HMAC-SHA-256 implementation used to compute an "
+"HMAC-SHA-256 message authentication code.  The tool has originally been "
+"developed as a second implementation for Libgcrypt to allow comparing "
+"against the primary implementation and to be used for internal consistency "
+"checks.  It should not be used for sensitive data because no mechanisms to "
+"clear the stack etc are used."
+msgstr ""
+
+#. type: Plain text
+#: original/man1/hmac256.1:22
+msgid ""
+"The code has been written in a highly portable manner and requires only a "
+"few standard definitions to be provided in a config.h file."
+msgstr ""
+
+#. type: Plain text
+#: original/man1/hmac256.1:25
+msgid "B<hmac256> is commonly invoked as"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/hmac256.1:29
+#, no-wrap
+msgid "hmac256 \"This is my key\" foo.txt\n"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/hmac256.1:35
+msgid ""
+"This compute the MAC on the file \\(oqI<foo.txt>\\(cq using the key given on "
+"the command line."
+msgstr ""
+
+#. type: SH
+#: original/man1/hmac256.1:36
+#, no-wrap
+msgid "OPTIONS"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/hmac256.1:39
+msgid "B<hmac256> understands these options:"
+msgstr ""
+
+#. type: TP
+#: original/man1/hmac256.1:41
+#, no-wrap
+msgid "B<--binary>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/hmac256.1:45
+msgid ""
+"Print the MAC as a binary string.  The default is to print the MAC encoded "
+"has lower case hex digits."
+msgstr ""
+
+#. type: TP
+#: original/man1/hmac256.1:46
+#, no-wrap
+msgid "B<--version>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/hmac256.1:49
+msgid "Print version of the program and exit."
+msgstr ""
+
+#. type: SH
+#: original/man1/hmac256.1:52
+#, no-wrap
+msgid "SEE ALSO"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/hmac256.1:53
+msgid "B<sha256sum>(1)"
+msgstr ""
index 31bf091..82ed055 100644 (file)
@@ -1 +1 @@
-▲:libgcrypt:1.10.0:2022/02/01:hmac256:1:2022/02/02::michio_matsuyama@yahoo.co.jp:Michio MATSUYAMA:
+×:libgcrypt:1.10.0:2022/02/01:hmac256:1:::::