66msgid ""
77msgstr ""
88"Project-Id-Version : git-docs-ja 4.0\n "
9- "POT-Creation-Date : 2025-01-12 21:20 +0900\n "
9+ "POT-Creation-Date : 2025-12-09 12:48 +0900\n "
1010"PO-Revision-Date : 2025-07-05 09:55+0900\n "
1111"Last-Translator : kuma35\n "
1212"Language-Team : Japanese\n "
@@ -16,50 +16,55 @@ msgstr ""
1616"Content-Transfer-Encoding : 8bit\n "
1717
1818#. type: Title =
19- #: ../Documentation-sedout/git-unpack-objects.txt :2
19+ #: ../Documentation-sedout/git-unpack-objects.adoc :2
2020#, no-wrap
2121msgid "git-unpack-objects(1)"
2222msgstr "git-unpack-objects(1)"
2323
2424#. type: Title -
25- #: ../Documentation-sedout/git-unpack-objects.txt :5
25+ #: ../Documentation-sedout/git-unpack-objects.adoc :5
2626#, no-wrap
2727msgid "NAME"
2828msgstr "NAME"
2929
3030#. type: Plain text
31- #: ../Documentation-sedout/git-unpack-objects.txt :7
31+ #: ../Documentation-sedout/git-unpack-objects.adoc :7
3232msgid "git-unpack-objects - Unpack objects from a packed archive"
3333msgstr ""
3434"git-unpack-objects - パックされたアーカイブからオブジェクトを取り出します"
3535
3636#. type: Title -
37- #: ../Documentation-sedout/git-unpack-objects.txt :10
37+ #: ../Documentation-sedout/git-unpack-objects.adoc :10
3838#, no-wrap
3939msgid "SYNOPSIS"
4040msgstr "SYNOPSIS"
4141
4242#. type: Plain text
43- #: ../Documentation-sedout/git-unpack-objects.txt:13
44- msgid "'git unpack-objects' [-n] [-q] [-r] [--strict]"
43+ #: ../Documentation-sedout/git-unpack-objects.adoc:13
44+ #, fuzzy , no-wrap
45+ #| msgid "'git unpack-objects' [-n] [-q] [-r] [--strict]"
46+ msgid "\t'git unpack-objects' [-n] [-q] [-r] [--strict]\n"
4547msgstr "'git unpack-objects' [-n] [-q] [-r] [--strict]"
4648
4749#. type: Title -
48- #: ../Documentation-sedout/git-unpack-objects.txt :16
50+ #: ../Documentation-sedout/git-unpack-objects.adoc :16
4951#, no-wrap
5052msgid "DESCRIPTION"
5153msgstr "DESCRIPTION"
5254
5355#. type: Plain text
54- #: ../Documentation-sedout/git-unpack-objects.txt :20
56+ #: ../Documentation-sedout/git-unpack-objects.adoc :20
5557msgid ""
5658"Read a packed archive (.pack) from the standard input, expanding the objects "
5759"contained within and writing them into the repository in \" loose\" (one "
5860"object per file) format."
59- msgstr "標準入力からパックされたアーカイブ(.pack)を読み取り、そこに含まれるオブジェクトを展開して、ルーズ(loose)形式(ファイルごとに1つのオブジェクト)でリポジトリに書き込みます。"
61+ msgstr ""
62+ "標準入力からパックされたアーカイブ(.pack)を読み取り、そこに含まれるオブジェク"
63+ "トを展開して、ルーズ(loose)形式(ファイルごとに1つのオブジェクト)でリポジトリ"
64+ "に書き込みます。"
6065
6166#. type: Plain text
62- #: ../Documentation-sedout/git-unpack-objects.txt :24
67+ #: ../Documentation-sedout/git-unpack-objects.adoc :24
6368msgid ""
6469"Objects that already exist in the repository will *not* be unpacked from the "
6570"packfile. Therefore, nothing will be unpacked if you use this command on a "
@@ -70,7 +75,7 @@ msgstr ""
7075"を使用しても、何も取り出されません。"
7176
7277#. type: Plain text
73- #: ../Documentation-sedout/git-unpack-objects.txt :27
78+ #: ../Documentation-sedout/git-unpack-objects.adoc :27
7479msgid ""
7580"See linkgit:git-repack[1] for options to generate new packs and replace "
7681"existing ones."
@@ -79,43 +84,45 @@ msgstr ""
7984"git-repack[1] を参照してください。"
8085
8186#. type: Title -
82- #: ../Documentation-sedout/git-unpack-objects.txt :29
87+ #: ../Documentation-sedout/git-unpack-objects.adoc :29
8388#, no-wrap
8489msgid "OPTIONS"
8590msgstr "OPTIONS"
8691
8792#. type: Labeled list
88- #: ../Documentation-sedout/git-unpack-objects.txt :30
93+ #: ../Documentation-sedout/git-unpack-objects.adoc :30
8994#, no-wrap
9095msgid "`-n`"
9196msgstr "`-n`"
9297
9398#. type: Plain text
94- #: ../Documentation-sedout/git-unpack-objects.txt :33
99+ #: ../Documentation-sedout/git-unpack-objects.adoc :33
95100msgid "Dry run. Check the pack file without actually unpacking the objects."
96- msgstr "ドライランします。 オブジェクトを実際に展開することなくパックファイルをチェックします。"
101+ msgstr ""
102+ "ドライランします。 オブジェクトを実際に展開することなくパックファイルをチェッ"
103+ "クします。"
97104
98105#. type: Labeled list
99- #: ../Documentation-sedout/git-unpack-objects.txt :34
106+ #: ../Documentation-sedout/git-unpack-objects.adoc :34
100107#, no-wrap
101108msgid "`-q`"
102109msgstr "`-q`"
103110
104111#. type: Plain text
105- #: ../Documentation-sedout/git-unpack-objects.txt :37
112+ #: ../Documentation-sedout/git-unpack-objects.adoc :37
106113msgid ""
107114"The command usually shows percentage progress. This flag suppresses it."
108115msgstr ""
109116"このコマンドは通常、進捗率を表示しますが、このフラグはそれを抑制します。"
110117
111118#. type: Labeled list
112- #: ../Documentation-sedout/git-unpack-objects.txt :38
119+ #: ../Documentation-sedout/git-unpack-objects.adoc :38
113120#, no-wrap
114121msgid "`-r`"
115122msgstr "`-r`"
116123
117124#. type: Plain text
118- #: ../Documentation-sedout/git-unpack-objects.txt :43
125+ #: ../Documentation-sedout/git-unpack-objects.adoc :43
119126msgid ""
120127"When unpacking a corrupt packfile, the command dies at the first "
121128"corruption. This flag tells it to keep going and make the best effort to "
@@ -126,34 +133,34 @@ msgstr ""
126133"ために最善を尽くすことを指示します。"
127134
128135#. type: Labeled list
129- #: ../Documentation-sedout/git-unpack-objects.txt :44
136+ #: ../Documentation-sedout/git-unpack-objects.adoc :44
130137#, no-wrap
131138msgid "`--strict`"
132139msgstr "`--strict`"
133140
134141#. type: Plain text
135- #: ../Documentation-sedout/git-unpack-objects.txt :46
142+ #: ../Documentation-sedout/git-unpack-objects.adoc :46
136143msgid "Don't write objects with broken content or links."
137144msgstr "壊れたコンテンツやリンクを含むオブジェクトをリポジトリに書き込まない"
138145
139146#. type: Labeled list
140- #: ../Documentation-sedout/git-unpack-objects.txt :47
147+ #: ../Documentation-sedout/git-unpack-objects.adoc :47
141148#, no-wrap
142149msgid "`--max-input-size=<size>`"
143150msgstr "`--max-input-size=<size>`"
144151
145152#. type: Plain text
146- #: ../Documentation-sedout/git-unpack-objects.txt :49
153+ #: ../Documentation-sedout/git-unpack-objects.adoc :49
147154msgid "Die, if the pack is larger than <size>."
148155msgstr "入力サイズが <size> より大きい場合は何もせず終了します。"
149156
150157#. type: Title -
151- #: ../Documentation-sedout/git-unpack-objects.txt :51
158+ #: ../Documentation-sedout/git-unpack-objects.adoc :51
152159#, no-wrap
153160msgid "GIT"
154161msgstr "GIT"
155162
156163#. type: Plain text
157- #: ../Documentation-sedout/git-unpack-objects.txt :52
164+ #: ../Documentation-sedout/git-unpack-objects.adoc :52
158165msgid "Part of the linkgit:git[1] suite"
159166msgstr "Part of the linkgit:git[1] suite"
0 commit comments