Skip to content

Commit 8b18790

Browse files
[PHP8.4] Pharの翻訳 (#230)
* pharを翻訳 * EN-Revisionの更新 * `EN-Revision`を`master`ブランチのコミットIDへ修正 * 原文側のタグ変更を翻訳側にも反映 --------- Co-authored-by: 武田 憲太郎 <[email protected]>
1 parent 5d50ddd commit 8b18790

File tree

3 files changed

+63
-10
lines changed

3 files changed

+63
-10
lines changed

reference/phar/Phar.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 18900b16944d69c38808c42d30f7150e83faec0d Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
55
<reference xml:id="class.phar" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
66
<title>Phar クラス</title>
@@ -155,6 +155,28 @@
155155
<!-- }}} -->
156156

157157
</section>
158+
159+
<section role="changelog">
160+
&reftitle.changelog;
161+
<informaltable>
162+
<tgroup cols="2">
163+
<thead>
164+
<row>
165+
<entry>&Version;</entry>
166+
<entry>&Description;</entry>
167+
</row>
168+
</thead>
169+
<tbody>
170+
<row>
171+
<entry>8.4.0</entry>
172+
<entry>
173+
Zip アーカイブの Unix タイムスタンプ拡張のサポートが追加されました。
174+
</entry>
175+
</row>
176+
</tbody>
177+
</tgroup>
178+
</informaltable>
179+
</section>
158180
</partintro>
159181

160182
&reference.phar.entities.Phar;

reference/phar/Phar/setAlias.xml

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: f03806fcd8fe03a0501bd40b6e3939ff6589a1d2 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 661e08a17aee0d717536cd80c8b199c6eef088ab Maintainer: takagi Status: ready -->
44
<refentry xml:id="phar.setalias" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<refnamediv>
66
<refname>Phar::setAlias</refname>
@@ -10,7 +10,7 @@
1010
<refsect1 role="description">
1111
&reftitle.description;
1212
<methodsynopsis role="Phar">
13-
<modifier>public</modifier> <type>bool</type><methodname>Phar::setAlias</methodname>
13+
<modifier>public</modifier> <type>true</type><methodname>Phar::setAlias</methodname>
1414
<methodparam><type>string</type><parameter>alias</parameter></methodparam>
1515
</methodsynopsis>
1616
&phar.write;
@@ -45,8 +45,9 @@
4545
</refsect1>
4646
<refsect1 role="returnvalues">
4747
&reftitle.returnvalues;
48-
<para>
49-
</para>
48+
<simpara>
49+
&return.true.always;
50+
</simpara>
5051
</refsect1>
5152

5253
<refsect1 role="errors">
@@ -60,6 +61,29 @@
6061
</para>
6162
</refsect1>
6263

64+
<refsect1 role="changelog">
65+
&reftitle.changelog;
66+
<informaltable>
67+
<tgroup cols="2">
68+
<thead>
69+
<row>
70+
<entry>&Version;</entry>
71+
<entry>&Description;</entry>
72+
</row>
73+
</thead>
74+
<tbody>
75+
<row>
76+
<entry>8.4.0</entry>
77+
<entry>
78+
<methodname>Phar::setAlias</methodname> は、
79+
現在暫定的に <type>true</type> を返すようになりました。
80+
</entry>
81+
</row>
82+
</tbody>
83+
</tgroup>
84+
</informaltable>
85+
</refsect1>
86+
6387
<refsect1 role="examples">
6488
&reftitle.examples;
6589
<para>

reference/phar/Phar/setDefaultStub.xml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: f03806fcd8fe03a0501bd40b6e3939ff6589a1d2 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 661e08a17aee0d717536cd80c8b199c6eef088ab Maintainer: takagi Status: ready -->
44
<refentry xml:id="phar.setdefaultstub" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
66
<refname>Phar::setDefaultStub</refname>
@@ -9,7 +9,7 @@
99
<refsect1 role="description">
1010
&reftitle.description;
1111
<methodsynopsis role="Phar">
12-
<modifier>public</modifier> <type>bool</type><methodname>Phar::setDefaultStub</methodname>
12+
<modifier>public</modifier> <type>true</type><methodname>Phar::setDefaultStub</methodname>
1313
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>index</parameter><initializer>&null;</initializer></methodparam>
1414
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>webIndex</parameter><initializer>&null;</initializer></methodparam>
1515
</methodsynopsis>
@@ -49,9 +49,9 @@
4949

5050
<refsect1 role="returnvalues">
5151
&reftitle.returnvalues;
52-
<para>
53-
&return.success;
54-
</para>
52+
<simpara>
53+
&return.true.always;
54+
</simpara>
5555
</refsect1>
5656

5757
<refsect1 role="errors">
@@ -76,6 +76,13 @@
7676
</row>
7777
</thead>
7878
<tbody>
79+
<row>
80+
<entry>8.4.0</entry>
81+
<entry>
82+
<methodname>Phar::setDefaultStub</methodname> は、
83+
現在暫定的に <type>true</type> を返すようになりました。
84+
</entry>
85+
</row>
7986
<row>
8087
<entry>8.0.0</entry>
8188
<entry>

0 commit comments

Comments
 (0)