Skip to content

Commit 10db6a3

Browse files
committed
戻り値の未訳部分を対応
1 parent 3c5768f commit 10db6a3

File tree

9 files changed

+22
-17
lines changed

9 files changed

+22
-17
lines changed

reference/intl/intlcalendar/fielddifference.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@
7777
<refsect1 role="returnvalues">
7878
&reftitle.returnvalues;
7979
<para>
80-
Returns a (signed) difference of time in the unit associated with the
81-
specified field&return.falseforfailure;.
80+
指定されたフィールドに関連付けられた単位で、
81+
(符号付きで)時刻の差を返します。
82+
&return.falseforfailure;
8283
</para>
8384
</refsect1>
8485

reference/intl/intlcalendar/settimezone.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858
<para>
5959
成功時に &true; を返します。
6060
失敗時に &false; を返します。
61-
62-
Returns &true; on success and &false; on failure.
6361
</para>
6462
</refsect1>
6563

reference/intl/intlchar/chardirection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<member><constant>IntlChar::CHAR_DIRECTION_CHAR_DIRECTION_COUNT</constant></member>
7171
</simplelist>
7272

73-
Returns &null; on failure.
73+
失敗した場合は、&null; を返します。
7474
</para>
7575
</refsect1>
7676

reference/mysqli/mysqli/get-warnings.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@
5656
<refsect1 role="returnvalues">
5757
&reftitle.returnvalues;
5858
<simpara>
59-
Returns a singly linked list comprised of
60-
<classname>mysqli_warning</classname> or &false; if there are no warnings.
59+
<classname>mysqli_warning</classname> からなる、
60+
単方向リンクリストを返します。
61+
警告がない場合は、&false; を返します。
6162
</simpara>
6263
</refsect1>
6364

reference/network/functions/net-get-interfaces.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@
2727
<refsect1 role="returnvalues">
2828
&reftitle.returnvalues;
2929
<para>
30-
Returns an associative &array; where the key is the name of the interface and
31-
the value an associative array of interface attributes,
30+
連想配列を返します。
31+
その内容は、キーがインターフェイスの名前で、
32+
値がインターフェイスの属性を示す連想配列です。
3233
&return.falseforfailure;.
3334
</para>
3435
<para>
35-
Each interface associative array contains:
36+
インターフェイスごとの連想配列は、下記を含みます:
3637
<table>
3738
<title>インターフェイスの属性</title>
3839
<tgroup cols="2">
@@ -83,7 +84,7 @@
8384
</para>
8485
<para>
8586
<table>
86-
<title>Unicast attributes</title>
87+
<title>ユニキャストの属性</title>
8788
<tgroup cols="2">
8889
<thead>
8990
<row>

reference/pcntl/functions/pcntl-exec.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<refsect1 role="returnvalues">
6363
&reftitle.returnvalues;
6464
<para>
65-
Returns &false;.
65+
&false; を返します。
6666
</para>
6767
</refsect1>
6868

reference/reflection/reflectionproperty/hashook.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
<refsect1 role="returnvalues">
3636
&reftitle.returnvalues;
3737
<simpara>
38-
Returns &true; if the hook is defined on this property, &false; if not.
38+
このプロパティにフックが定義されている場合、
39+
&true; を返します。
40+
そうでない場合は、&false; を返します。
3941
</simpara>
4042
</refsect1>
4143

reference/reflection/reflectionproperty/isfinal.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@
3131
<refsect1 role="returnvalues">
3232
&reftitle.returnvalues;
3333
<simpara>
34-
Returns &true; if the property is explicitly marked <literal>final</literal>,
35-
or if it is implicitly <literal>final</literal> due to being <literal>private(set)</literal>.
36-
Returns &false; otherwise.
34+
プロパティが明示的に <literal>final</literal>
35+
とマークされている場合、&true; を返します。
36+
また、<literal>private(set)</literal> によって暗黙のうちに
37+
<literal>final</literal> となっている場合も、&true; を返します。
38+
それ以外の場合は、&false; を返します。
3739
</simpara>
3840
</refsect1>
3941

reference/xmlreader/xmlreader/fromstream.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<refsect1 role="returnvalues">
6363
&reftitle.returnvalues;
6464
<simpara>
65-
Returns an <classname>XMLReader</classname>.
65+
<classname>XMLReader</classname> を返します。
6666
</simpara>
6767
</refsect1>
6868

0 commit comments

Comments
 (0)