From 48a90a989d9062cc57896bb4c3dd44d252eaa293 Mon Sep 17 00:00:00 2001 From: matsuand <30614168+matsuand@users.noreply.github.com> Date: Sat, 5 Mar 2022 20:44:03 +0900 Subject: [PATCH] =?utf8?q?upower=200.99.16:=20=E7=BF=BB=E8=A8=B3=E4=BA=88?= =?utf8?q?=E7=B4=84=E8=A7=A3=E9=99=A4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- manual/upower/Makefile | 33 +++++ .../upower/po4a/add_ja/copyright/man1/upower.1.txt | 4 + .../upower/po4a/add_ja/copyright/man7/UPower.7.txt | 4 + .../po4a/add_ja/copyright/man8/upowerd.8.txt | 4 + manual/upower/po4a/man1/ja.po | 164 +++++++++++++++++++++ manual/upower/po4a/man1/upower-man1.cfg | 10 ++ manual/upower/po4a/man1/upower-man1.pot | 154 +++++++++++++++++++ manual/upower/po4a/man7/ja.po | 109 ++++++++++++++ manual/upower/po4a/man7/upower-man7.cfg | 10 ++ manual/upower/po4a/man7/upower-man7.pot | 102 +++++++++++++ manual/upower/po4a/man8/ja.po | 139 +++++++++++++++++ manual/upower/po4a/man8/upower-man8.cfg | 10 ++ manual/upower/po4a/man8/upower-man8.pot | 131 ++++++++++++++++ manual/upower/translation_list | 6 +- 14 files changed, 877 insertions(+), 3 deletions(-) create mode 100644 manual/upower/Makefile create mode 100644 manual/upower/po4a/add_ja/copyright/man1/upower.1.txt create mode 100644 manual/upower/po4a/add_ja/copyright/man7/UPower.7.txt create mode 100644 manual/upower/po4a/add_ja/copyright/man8/upowerd.8.txt create mode 100644 manual/upower/po4a/man1/ja.po create mode 100644 manual/upower/po4a/man1/upower-man1.cfg create mode 100644 manual/upower/po4a/man1/upower-man1.pot create mode 100644 manual/upower/po4a/man7/ja.po create mode 100644 manual/upower/po4a/man7/upower-man7.cfg create mode 100644 manual/upower/po4a/man7/upower-man7.pot create mode 100644 manual/upower/po4a/man8/ja.po create mode 100644 manual/upower/po4a/man8/upower-man8.cfg create mode 100644 manual/upower/po4a/man8/upower-man8.pot diff --git a/manual/upower/Makefile b/manual/upower/Makefile new file mode 100644 index 00000000..17d0505d --- /dev/null +++ b/manual/upower/Makefile @@ -0,0 +1,33 @@ +PACKAGE_NAME = upower +man_numbers = 1 7 8 + +THRESH = 100 +EXTFLAGS = +PO4AFLAGS += -k $(THRESH) $(EXTFLAGS) + +target-mans = $(addprefix man,$(man_numbers)) +po_dirs = $(addprefix po4a/,$(target-mans)) +po_files = $(addsuffix /ja.po,$(po_dirs)) + +all: translate + +translate: $(target-mans) + +$(target-mans): man%: + po4a $(PO4AFLAGS) po4a/man$*/$(PACKAGE_NAME)-man$*.cfg + +stat: + @for po in $(po_files); do \ + msgfmt -v --statistics -o /dev/null $$po; \ + done + +page-stat: + @for n in $(man_numbers); do \ + if test -f po4a/man$$n/$(PACKAGE_NAME)-man$$n.cfg; then \ + echo po4a/man$$n/$(PACKAGE_NAME)-man$$n.cfg: ;\ + po4a --force --no-update -k 0 po4a/man$$n/$(PACKAGE_NAME)-man$$n.cfg | \ + sed "s/^/ /g" ;\ + fi \ + done + +.PHONY: all translate stat page-stat diff --git a/manual/upower/po4a/add_ja/copyright/man1/upower.1.txt b/manual/upower/po4a/add_ja/copyright/man1/upower.1.txt new file mode 100644 index 00000000..d4bfebe8 --- /dev/null +++ b/manual/upower/po4a/add_ja/copyright/man1/upower.1.txt @@ -0,0 +1,4 @@ +PO4A-HEADER: mode=before; position=^.TH +.\" +.\" To be translated for 0.99.16, 2022-03-05 +.\" diff --git a/manual/upower/po4a/add_ja/copyright/man7/UPower.7.txt b/manual/upower/po4a/add_ja/copyright/man7/UPower.7.txt new file mode 100644 index 00000000..d4bfebe8 --- /dev/null +++ b/manual/upower/po4a/add_ja/copyright/man7/UPower.7.txt @@ -0,0 +1,4 @@ +PO4A-HEADER: mode=before; position=^.TH +.\" +.\" To be translated for 0.99.16, 2022-03-05 +.\" diff --git a/manual/upower/po4a/add_ja/copyright/man8/upowerd.8.txt b/manual/upower/po4a/add_ja/copyright/man8/upowerd.8.txt new file mode 100644 index 00000000..d4bfebe8 --- /dev/null +++ b/manual/upower/po4a/add_ja/copyright/man8/upowerd.8.txt @@ -0,0 +1,4 @@ +PO4A-HEADER: mode=before; position=^.TH +.\" +.\" To be translated for 0.99.16, 2022-03-05 +.\" diff --git a/manual/upower/po4a/man1/ja.po b/manual/upower/po4a/man1/ja.po new file mode 100644 index 00000000..a0a39f3d --- /dev/null +++ b/manual/upower/po4a/man1/ja.po @@ -0,0 +1,164 @@ +# Japanese translations for upower package +# Linux JM project , 2022 +# This file is distributed under the same license as the upower package. +# +msgid "" +msgstr "" +"Project-Id-Version: upower 0.99.16\n" +"POT-Creation-Date: 2022-03-05 19:53+0900\n" +"PO-Revision-Date: 2022-03-05 19:56+0900\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Linux JM project \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/upower.1:10 +#, no-wrap +msgid "UPOWER" +msgstr "UPOWER" + +#. type: TH +#: original/man1/upower.1:10 +#, no-wrap +msgid "April 2008" +msgstr "2008/04" + +#. type: TH +#: original/man1/upower.1:10 +#, no-wrap +msgid "upower" +msgstr "upower" + +#. ----------------------------------------------------------------- +#. * MAIN CONTENT STARTS HERE * +#. ----------------------------------------------------------------- +#. type: SH +#: original/man1/upower.1:30 +#, no-wrap +msgid "NAME" +msgstr "名前" + +#. type: Plain text +#: original/man1/upower.1:32 +msgid "upower - UPower command line tool" +msgstr "upower - UPower コマンドラインツール" + +#. type: SH +#: original/man1/upower.1:32 +#, no-wrap +msgid "SYNOPSIS" +msgstr "書式" + +#. type: Plain text +#: original/man1/upower.1:35 +msgid "" +"B [B<--dump>] [B<--enumerate>] [B<--monitor-detail>] [B<--monitor>] " +"[B<--show-info>] [B<--version>] [B<--wakeups>] [B<--help>]" +msgstr "" +"B [B<--dump>] [B<--enumerate>] [B<--monitor-detail>] [B<--monitor>] " +"[B<--show-info>] [B<--version>] [B<--wakeups>] [B<--help>]" + +#. type: SH +#: original/man1/upower.1:35 +#, no-wrap +msgid "DESCRIPTION" +msgstr "説明" + +#. type: Plain text +#: original/man1/upower.1:41 +msgid "" +"I is a simple command line client for the B(7) daemon\\&. " +"TODO: not fully documented\\&." +msgstr "" +"I は B(7) デーモンに対応する単純なコマンドラインクライアント" +"です。 TODO: まだ十分にドキュメント化されていません。" + +#. type: SH +#: original/man1/upower.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "オプション" + +#. type: Plain text +#: original/man1/upower.1:44 +msgid "B<--monitor>" +msgstr "B<--monitor>" + +#. type: Plain text +#: original/man1/upower.1:46 +msgid "" +"Connect to the UPower daemon and print a line every time a power source is " +"added, removed or changed\\&." +msgstr "" +"UPower デーモンに接続して、 電力ソースの追加、削除、変更があるたびに、 情報を" +"表示します。" + +#. type: Plain text +#: original/man1/upower.1:49 +msgid "B<--monitor-detail>" +msgstr "B<--monitor-detail>" + +#. type: Plain text +#: original/man1/upower.1:53 +msgid "" +"Like B<--monitor> but prints the full details of the power source whenever " +"an event happens\\&." +msgstr "" +"B<--monitor> と同様ですが、 イベント発生時の電力ソースの詳細を表示します。" + +#. type: Plain text +#: original/man1/upower.1:56 +msgid "B<--help>" +msgstr "B<--help>" + +#. type: Plain text +#: original/man1/upower.1:58 +msgid "Show help options\\&." +msgstr "ヘルプオプションを表示します。" + +#. type: SH +#: original/man1/upower.1:59 +#, no-wrap +msgid "AUTHOR" +msgstr "著者" + +#. type: Plain text +#: original/man1/upower.1:64 +msgid "" +"Written by David Zeuthen Edavidz@redhat\\&.comE with a lot of help " +"from many others\\&." +msgstr "" +"多くの方の協力を経て David Zeuthen Edavidz@redhat\\&.comE が書きまし" +"た。" + +#. type: SH +#: original/man1/upower.1:64 +#, no-wrap +msgid "BUGS" +msgstr "バグ" + +#. type: Plain text +#: original/man1/upower.1:69 +msgid "" +"Please send bug reports to either the distribution or the DeviceKit mailing " +"list, see \\m[blue]B<\\%http://lists.freedesktop.org/mailman/listinfo/devkit-" +"devel>\\m[] on how to subscribe\\&." +msgstr "" +"バグ報告はディストリビューション先か、 あるいは DeviceKit メーリングリスト宛" +"てにお願いします。 メーリングリストの購読については \\m[blue]B<\\%http://lis" +"ts.freedesktop.org/mailman/listinfo/devkit-devel>\\m[] を参照してください。" + +#. type: SH +#: original/man1/upower.1:69 +#, no-wrap +msgid "SEE ALSO" +msgstr "関連項目" + +#. type: Plain text +#: original/man1/upower.1:72 +msgid "B(8), B(7)," +msgstr "B(8), B(7)" diff --git a/manual/upower/po4a/man1/upower-man1.cfg b/manual/upower/po4a/man1/upower-man1.cfg new file mode 100644 index 00000000..512b2131 --- /dev/null +++ b/manual/upower/po4a/man1/upower-man1.cfg @@ -0,0 +1,10 @@ +# Created by genmancfg.sh, 2022-03-05, +# with argument(s): +[po4a_langs] ja +[po4a_paths] po4a/man1/upower-man1.pot $lang:po4a/man1/$lang.po +[po4a_alias: man] man opt:"-v --previous" opt_ja:"-M UTF-8" + +[type: man] original/man1/upower.1 $lang:release/man1/upower.1 \ + add_$lang:?po4a/add_$lang/copyright/man1/upower.1.txt \ + opt:"-o groff_code=verbatim" \ + opt:"-o untranslated=el,i,ie" diff --git a/manual/upower/po4a/man1/upower-man1.pot b/manual/upower/po4a/man1/upower-man1.pot new file mode 100644 index 00000000..37f2e962 --- /dev/null +++ b/manual/upower/po4a/man1/upower-man1.pot @@ -0,0 +1,154 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2022-03-05 19:53+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \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/upower.1:10 +#, no-wrap +msgid "UPOWER" +msgstr "" + +#. type: TH +#: original/man1/upower.1:10 +#, no-wrap +msgid "April 2008" +msgstr "" + +#. type: TH +#: original/man1/upower.1:10 +#, no-wrap +msgid "upower" +msgstr "" + +#. ----------------------------------------------------------------- +#. * MAIN CONTENT STARTS HERE * +#. ----------------------------------------------------------------- +#. type: SH +#: original/man1/upower.1:30 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: original/man1/upower.1:32 +msgid "upower - UPower command line tool" +msgstr "" + +#. type: SH +#: original/man1/upower.1:32 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: original/man1/upower.1:35 +msgid "" +"B [B<--dump>] [B<--enumerate>] [B<--monitor-detail>] [B<--monitor>] " +"[B<--show-info>] [B<--version>] [B<--wakeups>] [B<--help>]" +msgstr "" + +#. type: SH +#: original/man1/upower.1:35 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: original/man1/upower.1:41 +msgid "" +"I is a simple command line client for the B(7) " +"daemon\\&. TODO: not fully documented\\&." +msgstr "" + +#. type: SH +#: original/man1/upower.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: Plain text +#: original/man1/upower.1:44 +msgid "B<--monitor>" +msgstr "" + +#. type: Plain text +#: original/man1/upower.1:46 +msgid "" +"Connect to the UPower daemon and print a line every time a power source is " +"added, removed or changed\\&." +msgstr "" + +#. type: Plain text +#: original/man1/upower.1:49 +msgid "B<--monitor-detail>" +msgstr "" + +#. type: Plain text +#: original/man1/upower.1:53 +msgid "" +"Like B<--monitor> but prints the full details of the power source whenever " +"an event happens\\&." +msgstr "" + +#. type: Plain text +#: original/man1/upower.1:56 +msgid "B<--help>" +msgstr "" + +#. type: Plain text +#: original/man1/upower.1:58 +msgid "Show help options\\&." +msgstr "" + +#. type: SH +#: original/man1/upower.1:59 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: original/man1/upower.1:64 +msgid "" +"Written by David Zeuthen Edavidz@redhat\\&.comE with a lot of help " +"from many others\\&." +msgstr "" + +#. type: SH +#: original/man1/upower.1:64 +#, no-wrap +msgid "BUGS" +msgstr "" + +#. type: Plain text +#: original/man1/upower.1:69 +msgid "" +"Please send bug reports to either the distribution or the DeviceKit mailing " +"list, see " +"\\m[blue]B<\\%http://lists.freedesktop.org/mailman/listinfo/devkit-devel>\\m[] " +"on how to subscribe\\&." +msgstr "" + +#. type: SH +#: original/man1/upower.1:69 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: original/man1/upower.1:72 +msgid "B(8), B(7)," +msgstr "" diff --git a/manual/upower/po4a/man7/ja.po b/manual/upower/po4a/man7/ja.po new file mode 100644 index 00000000..79f3fc18 --- /dev/null +++ b/manual/upower/po4a/man7/ja.po @@ -0,0 +1,109 @@ +# Japanese translations for upower package +# Linux JM project , 2022 +# This file is distributed under the same license as the upower package. +# +msgid "" +msgstr "" +"Project-Id-Version: upower 0.99.16\n" +"POT-Creation-Date: 2022-03-05 19:53+0900\n" +"PO-Revision-Date: 2022-03-05 19:56+0900\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Linux JM project \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/man7/UPower.7:10 +#, no-wrap +msgid "UPOWER" +msgstr "UPOWER" + +#. type: TH +#: original/man7/UPower.7:10 +#, no-wrap +msgid "March 2008" +msgstr "2008/03" + +#. type: TH +#: original/man7/UPower.7:10 +#, no-wrap +msgid "UPower" +msgstr "UPower" + +#. ----------------------------------------------------------------- +#. * MAIN CONTENT STARTS HERE * +#. ----------------------------------------------------------------- +#. type: SH +#: original/man7/UPower.7:30 +#, no-wrap +msgid "NAME" +msgstr "名前" + +#. type: Plain text +#: original/man7/UPower.7:32 +msgid "UPower - System-wide Power Management" +msgstr "UPower - システムワイドな電源管理" + +#. type: SH +#: original/man7/UPower.7:32 +#, no-wrap +msgid "DESCRIPTION" +msgstr "説明" + +#. type: Plain text +#: original/man7/UPower.7:37 +msgid "" +"UPower provides an interface to enumerate power sources on the system and " +"control system-wide power management\\&. Any application can access the I service on the system message bus\\&." +msgstr "" +"UPower はシステム上の電力ソースを並べて取り扱うインターフェースを提供し、 " +"システムワイドな電源管理を制御します。 アプリケーションからは、 システムメッ" +"セージバス上の I サービスにアクセスすることが" +"できます。" + +#. type: SH +#: original/man7/UPower.7:37 +#, no-wrap +msgid "AUTHOR" +msgstr "著者" + +#. type: Plain text +#: original/man7/UPower.7:43 +msgid "" +"Written by David Zeuthen Edavidz@redhat\\&.comE, Richard Hughes " +"Erichard@hughsie\\&.comE and with a lot of help from many others\\&." +msgstr "" +"多くの方の協力を経て David Zeuthen Edavidz@redhat\\&.comE と Richard " +"Hughes Erichard@hughsie\\&.comE が書きました。" + +#. type: SH +#: original/man7/UPower.7:43 +#, no-wrap +msgid "BUGS" +msgstr "バグ" + +#. type: Plain text +#: original/man7/UPower.7:48 +msgid "" +"Please send bug reports to either the distribution or the DeviceKit mailing " +"list, see \\m[blue]B<\\%http://lists.freedesktop.org/mailman/listinfo/devkit-" +"devel>\\m[] on how to subscribe\\&." +msgstr "" +"バグ報告はディストリビューション先か、 あるいは DeviceKit メーリングリスト宛" +"てにお願いします。 メーリングリストの購読については \\m[blue]B<\\%http://lis" +"ts.freedesktop.org/mailman/listinfo/devkit-devel>\\m[] を参照してください。" + +#. type: SH +#: original/man7/UPower.7:48 +#, no-wrap +msgid "SEE ALSO" +msgstr "関連項目" + +#. type: Plain text +#: original/man7/UPower.7:52 +msgid "B(8), B(8), B(1)" +msgstr "B(8), B(8), B(1)" diff --git a/manual/upower/po4a/man7/upower-man7.cfg b/manual/upower/po4a/man7/upower-man7.cfg new file mode 100644 index 00000000..88d31aa8 --- /dev/null +++ b/manual/upower/po4a/man7/upower-man7.cfg @@ -0,0 +1,10 @@ +# Created by genmancfg.sh, 2022-03-05, +# with argument(s): +[po4a_langs] ja +[po4a_paths] po4a/man7/upower-man7.pot $lang:po4a/man7/$lang.po +[po4a_alias: man] man opt:"-v --previous" opt_ja:"-M UTF-8" + +[type: man] original/man7/UPower.7 $lang:release/man7/UPower.7 \ + add_$lang:?po4a/add_$lang/copyright/man7/UPower.7.txt \ + opt:"-o groff_code=verbatim" \ + opt:"-o untranslated=el,i,ie" diff --git a/manual/upower/po4a/man7/upower-man7.pot b/manual/upower/po4a/man7/upower-man7.pot new file mode 100644 index 00000000..2432cd4d --- /dev/null +++ b/manual/upower/po4a/man7/upower-man7.pot @@ -0,0 +1,102 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2022-03-05 19:53+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: original/man7/UPower.7:10 +#, no-wrap +msgid "UPOWER" +msgstr "" + +#. type: TH +#: original/man7/UPower.7:10 +#, no-wrap +msgid "March 2008" +msgstr "" + +#. type: TH +#: original/man7/UPower.7:10 +#, no-wrap +msgid "UPower" +msgstr "" + +#. ----------------------------------------------------------------- +#. * MAIN CONTENT STARTS HERE * +#. ----------------------------------------------------------------- +#. type: SH +#: original/man7/UPower.7:30 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: original/man7/UPower.7:32 +msgid "UPower - System-wide Power Management" +msgstr "" + +#. type: SH +#: original/man7/UPower.7:32 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: original/man7/UPower.7:37 +msgid "" +"UPower provides an interface to enumerate power sources on the system and " +"control system-wide power management\\&. Any application can access the " +"I service on the system message bus\\&." +msgstr "" + +#. type: SH +#: original/man7/UPower.7:37 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: original/man7/UPower.7:43 +msgid "" +"Written by David Zeuthen Edavidz@redhat\\&.comE, Richard Hughes " +"Erichard@hughsie\\&.comE and with a lot of help from many others\\&." +msgstr "" + +#. type: SH +#: original/man7/UPower.7:43 +#, no-wrap +msgid "BUGS" +msgstr "" + +#. type: Plain text +#: original/man7/UPower.7:48 +msgid "" +"Please send bug reports to either the distribution or the DeviceKit mailing " +"list, see " +"\\m[blue]B<\\%http://lists.freedesktop.org/mailman/listinfo/devkit-devel>\\m[] " +"on how to subscribe\\&." +msgstr "" + +#. type: SH +#: original/man7/UPower.7:48 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: original/man7/UPower.7:52 +msgid "B(8), B(8), B(1)" +msgstr "" diff --git a/manual/upower/po4a/man8/ja.po b/manual/upower/po4a/man8/ja.po new file mode 100644 index 00000000..bedae8ec --- /dev/null +++ b/manual/upower/po4a/man8/ja.po @@ -0,0 +1,139 @@ +# Japanese translations for upower package +# Linux JM project , 2022 +# This file is distributed under the same license as the upower package. +# +msgid "" +msgstr "" +"Project-Id-Version: upower 0.99.16\n" +"POT-Creation-Date: 2022-03-05 19:53+0900\n" +"PO-Revision-Date: 2022-03-05 19:57+0900\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Linux JM project \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/man8/upowerd.8:10 +#, no-wrap +msgid "UPOWERD" +msgstr "UPOWERD" + +#. type: TH +#: original/man8/upowerd.8:10 +#, no-wrap +msgid "April 2008" +msgstr "2008/04" + +#. type: TH +#: original/man8/upowerd.8:10 +#, no-wrap +msgid "upowerd" +msgstr "upowerd" + +#. ----------------------------------------------------------------- +#. * MAIN CONTENT STARTS HERE * +#. ----------------------------------------------------------------- +#. type: SH +#: original/man8/upowerd.8:30 +#, no-wrap +msgid "NAME" +msgstr "名前" + +#. type: Plain text +#: original/man8/upowerd.8:32 +msgid "upowerd - UPower Daemon" +msgstr "upowerd - UPower デーモン" + +#. type: SH +#: original/man8/upowerd.8:32 +#, no-wrap +msgid "SYNOPSIS" +msgstr "書式" + +#. type: Plain text +#: original/man8/upowerd.8:35 +msgid "B [B<--help>]" +msgstr "B [B<--help>]" + +#. type: SH +#: original/man8/upowerd.8:35 +#, no-wrap +msgid "DESCRIPTION" +msgstr "説明" + +#. type: Plain text +#: original/man8/upowerd.8:45 +msgid "" +"I provides the I service on the " +"system message bus\\&. Users or administrators should never need to start " +"this daemon as it will be automatically started by B(1) " +"whenever an application calls into the I " +"service\\&." +msgstr "" +"I は、 システムメッセージバス上に I " +"サービスを提供します。 " +"ユーザーや管理者はこのデーモンを起動させる必要はありません。 アプリケーション" +"が I サービスを呼び出すたびに B(1)" +" によって自動的に起動されます。" + +#. type: SH +#: original/man8/upowerd.8:45 +#, no-wrap +msgid "OPTIONS" +msgstr "オプション" + +#. type: Plain text +#: original/man8/upowerd.8:48 +msgid "B<--help>" +msgstr "B<--help>" + +#. type: Plain text +#: original/man8/upowerd.8:50 +msgid "Show help options\\&." +msgstr "ヘルプオプションを表示します。" + +#. type: SH +#: original/man8/upowerd.8:51 +#, no-wrap +msgid "AUTHOR" +msgstr "著者" + +#. type: Plain text +#: original/man8/upowerd.8:56 +msgid "" +"Written by David Zeuthen Edavidz@redhat\\&.comE with a lot of help " +"from many others\\&." +msgstr "" +"多くの方の協力を経て David Zeuthen Edavidz@redhat\\&.comE が書きまし" +"た。" + +#. type: SH +#: original/man8/upowerd.8:56 +#, no-wrap +msgid "BUGS" +msgstr "バグ" + +#. type: Plain text +#: original/man8/upowerd.8:61 +msgid "" +"Please send bug reports to either the distribution or the DeviceKit mailing " +"list, see \\m[blue]B<\\%http://lists.freedesktop.org/mailman/listinfo/devkit-" +"devel>\\m[] on how to subscribe\\&." +msgstr "" +"バグ報告はディストリビューション先か、 あるいは DeviceKit メーリングリスト宛" +"てにお願いします。 メーリングリストの購読については \\m[blue]B<\\%http://lis" +"ts.freedesktop.org/mailman/listinfo/devkit-devel>\\m[] を参照してください。" + +#. type: SH +#: original/man8/upowerd.8:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "関連項目" + +#. type: Plain text +#: original/man8/upowerd.8:65 +msgid "B(7), B(1), B(1)," +msgstr "B(7), B(1), B(1)" diff --git a/manual/upower/po4a/man8/upower-man8.cfg b/manual/upower/po4a/man8/upower-man8.cfg new file mode 100644 index 00000000..86f20bf6 --- /dev/null +++ b/manual/upower/po4a/man8/upower-man8.cfg @@ -0,0 +1,10 @@ +# Created by genmancfg.sh, 2022-03-05, +# with argument(s): +[po4a_langs] ja +[po4a_paths] po4a/man8/upower-man8.pot $lang:po4a/man8/$lang.po +[po4a_alias: man] man opt:"-v --previous" opt_ja:"-M UTF-8" + +[type: man] original/man8/upowerd.8 $lang:release/man8/upowerd.8 \ + add_$lang:?po4a/add_$lang/copyright/man8/upowerd.8.txt \ + opt:"-o groff_code=verbatim" \ + opt:"-o untranslated=el,i,ie" diff --git a/manual/upower/po4a/man8/upower-man8.pot b/manual/upower/po4a/man8/upower-man8.pot new file mode 100644 index 00000000..5f9e17d0 --- /dev/null +++ b/manual/upower/po4a/man8/upower-man8.pot @@ -0,0 +1,131 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2022-03-05 19:53+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: original/man8/upowerd.8:10 +#, no-wrap +msgid "UPOWERD" +msgstr "" + +#. type: TH +#: original/man8/upowerd.8:10 +#, no-wrap +msgid "April 2008" +msgstr "" + +#. type: TH +#: original/man8/upowerd.8:10 +#, no-wrap +msgid "upowerd" +msgstr "" + +#. ----------------------------------------------------------------- +#. * MAIN CONTENT STARTS HERE * +#. ----------------------------------------------------------------- +#. type: SH +#: original/man8/upowerd.8:30 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: original/man8/upowerd.8:32 +msgid "upowerd - UPower Daemon" +msgstr "" + +#. type: SH +#: original/man8/upowerd.8:32 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: original/man8/upowerd.8:35 +msgid "B [B<--help>]" +msgstr "" + +#. type: SH +#: original/man8/upowerd.8:35 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: original/man8/upowerd.8:45 +msgid "" +"I provides the I service on the " +"system message bus\\&. Users or administrators should never need to start " +"this daemon as it will be automatically started by B(1) " +"whenever an application calls into the I " +"service\\&." +msgstr "" + +#. type: SH +#: original/man8/upowerd.8:45 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: Plain text +#: original/man8/upowerd.8:48 +msgid "B<--help>" +msgstr "" + +#. type: Plain text +#: original/man8/upowerd.8:50 +msgid "Show help options\\&." +msgstr "" + +#. type: SH +#: original/man8/upowerd.8:51 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: original/man8/upowerd.8:56 +msgid "" +"Written by David Zeuthen Edavidz@redhat\\&.comE with a lot of help " +"from many others\\&." +msgstr "" + +#. type: SH +#: original/man8/upowerd.8:56 +#, no-wrap +msgid "BUGS" +msgstr "" + +#. type: Plain text +#: original/man8/upowerd.8:61 +msgid "" +"Please send bug reports to either the distribution or the DeviceKit mailing " +"list, see " +"\\m[blue]B<\\%http://lists.freedesktop.org/mailman/listinfo/devkit-devel>\\m[] " +"on how to subscribe\\&." +msgstr "" + +#. type: SH +#: original/man8/upowerd.8:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: original/man8/upowerd.8:65 +msgid "B(7), B(1), B(1)," +msgstr "" diff --git a/manual/upower/translation_list b/manual/upower/translation_list index d3520c5f..759fcd03 100644 --- a/manual/upower/translation_list +++ b/manual/upower/translation_list @@ -1,3 +1,3 @@ -▲:upower:0.99.16:2021/02/23:upower:1:2022/03/05::michio_matsuyama@yahoo.co.jp:Michio MATSUYAMA: -▲:upower:0.99.16:2021/02/23:UPower:7:2022/03/05::michio_matsuyama@yahoo.co.jp:Michio MATSUYAMA: -▲:upower:0.99.16:2021/02/23:upowerd:8:2022/03/05::michio_matsuyama@yahoo.co.jp:Michio MATSUYAMA: +×:upower:0.99.16:2022/02/23:upower:1::::: +×:upower:0.99.16:2022/02/23:UPower:7::::: +×:upower:0.99.16:2022/02/23:upowerd:8::::: -- 2.11.0