From aef30aa92ffbda755e70b90c81b9ce2a0f27e557 Mon Sep 17 00:00:00 2001 From: Akihiro MOTOKI Date: Mon, 9 Apr 2012 23:43:09 +0900 Subject: [PATCH] GNU_coreutils: Finished translation for csplit.1, cut.1, date.1. --- manual/GNU_coreutils/po4a/ja.po | 208 +++++++++++++--------- manual/GNU_coreutils/release/man1/csplit.1 | 88 ++++++++++ manual/GNU_coreutils/release/man1/cut.1 | 96 +++++++++++ manual/GNU_coreutils/release/man1/date.1 | 265 +++++++++++++++++++++++++++++ 4 files changed, 573 insertions(+), 84 deletions(-) create mode 100644 manual/GNU_coreutils/release/man1/csplit.1 create mode 100644 manual/GNU_coreutils/release/man1/cut.1 create mode 100644 manual/GNU_coreutils/release/man1/date.1 diff --git a/manual/GNU_coreutils/po4a/ja.po b/manual/GNU_coreutils/po4a/ja.po index 23511cf2..a1803d81 100644 --- a/manual/GNU_coreutils/po4a/ja.po +++ b/manual/GNU_coreutils/po4a/ja.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2012-04-02 23:26+0900\n" -"PO-Revision-Date: 2012-04-09 15:37+0900\n" +"PO-Revision-Date: 2012-04-09 23:42+0900\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" @@ -3090,7 +3090,7 @@ msgstr "CSPLIT" #. type: Plain text #: original/man1/csplit.1:5 msgid "csplit - split a file into sections determined by context lines" -msgstr "" +msgstr "csplit - コンテキスト行に基づいてファイルをセクションに分割する" #. type: Plain text #: original/man1/csplit.1:8 @@ -3103,6 +3103,9 @@ msgid "" "Output pieces of FILE separated by PATTERN(s) to files 'xx00', 'xx01', ..., " "and output byte counts of each piece to standard output." msgstr "" +"PATTERN に基づいて FILE を断片に分割し、\n" +"それぞれをファイル 'xx00', 'xx01', ... に出力し、\n" +"各断片のバイト数を標準出力に出力します。" #. type: TP #: original/man1/csplit.1:15 @@ -3113,7 +3116,7 @@ msgstr "B<-b>, B<--suffix-format>=I" #. type: Plain text #: original/man1/csplit.1:18 msgid "use sprintf FORMAT instead of %02d" -msgstr "" +msgstr "%02d の代わりに sprintf 形式の FORMAST を接尾辞として使用します。" #. type: TP #: original/man1/csplit.1:18 @@ -3124,7 +3127,7 @@ msgstr "B<-f>, B<--prefix>=I" #. type: Plain text #: original/man1/csplit.1:21 msgid "use PREFIX instead of 'xx'" -msgstr "" +msgstr "'xx' の代わりに PREFIX を使用します。" #. type: TP #: original/man1/csplit.1:21 @@ -3135,7 +3138,7 @@ msgstr "B<-k>, B<--keep-files>" #. type: Plain text #: original/man1/csplit.1:24 msgid "do not remove output files on errors" -msgstr "" +msgstr "エラー発生時に出力ファイルの削除を行いません。" #. type: TP #: original/man1/csplit.1:24 @@ -3146,7 +3149,7 @@ msgstr "B<-n>, B<--digits>=I" #. type: Plain text #: original/man1/csplit.1:27 msgid "use specified number of digits instead of 2" -msgstr "" +msgstr "桁数として 2 ではなく指定された値を使用します。" #. type: TP #: original/man1/csplit.1:27 @@ -3157,7 +3160,7 @@ msgstr "B<-s>, B<--quiet>, B<--silent>" #. type: Plain text #: original/man1/csplit.1:30 msgid "do not print counts of output file sizes" -msgstr "" +msgstr "出力ファイルのサイズの表示を行いません。" #. type: TP #: original/man1/csplit.1:30 @@ -3168,12 +3171,14 @@ msgstr "B<-z>, B<--elide-empty-files>" #. type: Plain text #: original/man1/csplit.1:33 msgid "remove empty output files" -msgstr "" +msgstr "空の出力ファイルを削除します。" #. type: Plain text #: original/man1/csplit.1:41 msgid "Read standard input if FILE is -. Each PATTERN may be:" msgstr "" +"FILE が - の場合、標準入力からデータを読み込みます。\n" +"各 PATTERN には以下を指定できます:" #. type: TP #: original/man1/csplit.1:41 @@ -3184,7 +3189,7 @@ msgstr "INTEGER" #. type: Plain text #: original/man1/csplit.1:44 msgid "copy up to but not including specified line number" -msgstr "" +msgstr "指定した行 (INTEGER) の直前 (その行は含みません) までをコピーします。" #. type: TP #: original/man1/csplit.1:44 @@ -3195,7 +3200,7 @@ msgstr "/REGEXP/[OFFSET]" #. type: Plain text #: original/man1/csplit.1:47 msgid "copy up to but not including a matching line" -msgstr "" +msgstr "正規表現 REGEXP に合致した行の直前までをコピーします。" #. type: TP #: original/man1/csplit.1:47 @@ -3206,7 +3211,7 @@ msgstr "%REGEXP%[OFFSET]" #. type: Plain text #: original/man1/csplit.1:50 msgid "skip to, but not including a matching line" -msgstr "" +msgstr "正規表現 REGEXP に合致した行の直前までスキップします。" #. type: TP #: original/man1/csplit.1:50 @@ -3217,7 +3222,7 @@ msgstr "{INTEGER}" #. type: Plain text #: original/man1/csplit.1:53 msgid "repeat the previous pattern specified number of times" -msgstr "" +msgstr "直前のパターンを指定した回数 (INTEGER) だけ繰り返します。" #. type: TP #: original/man1/csplit.1:53 @@ -3228,12 +3233,12 @@ msgstr "{*}" #. type: Plain text #: original/man1/csplit.1:56 msgid "repeat the previous pattern as many times as possible" -msgstr "" +msgstr "直前のパターンを可能なだけ繰り返します。" #. type: Plain text #: original/man1/csplit.1:58 msgid "A line OFFSET is a required '+' or '-' followed by a positive integer." -msgstr "" +msgstr "行の OFFSET は、'+' か '-' の後に正の整数を続きます。" #. type: Plain text #: original/man1/csplit.1:60 @@ -3280,7 +3285,7 @@ msgstr "CUT" #. type: Plain text #: original/man1/cut.1:5 msgid "cut - remove sections from each line of files" -msgstr "" +msgstr "cut - ファイルの各行から一部分を取り除く" #. type: Plain text #: original/man1/cut.1:8 @@ -3290,7 +3295,7 @@ msgstr "B I