Skip to content

Commit dbfb9bb

Browse files
mysqliの定数において、一部の未翻訳部分を翻訳 (#277)
* mysqliの定数において、一部の未翻訳部分を翻訳 * php/doc-en#4086 マークアップ変更を適用 * リビジョン番号最新化 --------- Co-authored-by: 武田 憲太郎 <[email protected]>
1 parent 5722d0a commit dbfb9bb

File tree

1 file changed

+20
-26
lines changed

1 file changed

+20
-26
lines changed

reference/mysqli/constants.xml

+20-26
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: 8fb5db5a5eea9940e1cb5ea599817da36d3f36dd Maintainer: takagi Status: working -->
3+
<!-- EN-Revision: e11d90ec66baf31038e800870913ff2baec5ba72 Maintainer: takagi Status: working -->
44
<!-- CREDITS: hirokawa,mumumu -->
55
<appendix xml:id="mysqli.constants" xmlns="http://docbook.org/ns/docbook">
66
&reftitle.constants;
@@ -31,17 +31,15 @@
3131
</para>
3232
</listitem>
3333
</varlistentry>
34-
<!-- to be translated -->
3534
<varlistentry xml:id="constant.mysqli-opt-can-handle_expired_passwords">
3635
<term>
3736
<constant>MYSQLI_OPT_CAN_HANDLE_EXPIRED_PASSWORDS</constant>
3837
(<type>int</type>)
3938
</term>
4039
<listitem>
4140
<simpara>
42-
Indicates to the server that the client can handle sandbox mode
43-
for expired passwords.
44-
Can be used with <function>mysqli_options</function>.
41+
サーバーに対して、クライアントが期限切れパスワードのサンドボックスモードを処理できることを示します。
42+
<function>mysqli_options</function> と共に使用できます。
4543
</simpara>
4644
</listitem>
4745
</varlistentry>
@@ -52,9 +50,8 @@
5250
</term>
5351
<listitem>
5452
<simpara>
55-
If enabled, this option specifies the directory
56-
from which client-side <literal>LOCAL</literal> data loading is permitted
57-
in <literal>LOAD DATA LOCAL</literal> statements.
53+
有効にすると、このオプションは <literal>LOAD DATA LOCAL</literal> ステートメントで
54+
クライアント側の <literal>LOCAL</literal> データのロードを許可するディレクトリを指定します。
5855
</simpara>
5956
</listitem>
6057
</varlistentry>
@@ -147,17 +144,15 @@
147144
</para>
148145
</listitem>
149146
</varlistentry>
150-
<!-- to be translated -->
151147
<varlistentry xml:id="constant.mysqli-client-can-handle_expired_passwords">
152148
<term>
153149
<constant>MYSQLI_CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS</constant>
154150
(<type>int</type>)
155151
</term>
156152
<listitem>
157153
<simpara>
158-
Indicates to the server that the client can handle sandbox mode
159-
for expired passwords.
160-
Can be used with <function>mysqli_real_connect</function>.
154+
サーバーに対して、クライアントが期限切れパスワードのサンドボックスモードを処理できることを示します。
155+
<function>mysqli_real_connect</function> と共に使用できます。
161156
</simpara>
162157
</listitem>
163158
</varlistentry>
@@ -168,7 +163,7 @@
168163
</term>
169164
<listitem>
170165
<simpara>
171-
Return number of matched rows, not the number of affected rows.
166+
影響を受けた行数ではなく、一致した行数を返します。
172167
</simpara>
173168
</listitem>
174169
</varlistentry>
@@ -179,7 +174,7 @@
179174
</term>
180175
<listitem>
181176
<simpara>
182-
Verify server certificate.
177+
サーバー証明書を検証します。
183178
</simpara>
184179
</listitem>
185180
</varlistentry>
@@ -474,19 +469,16 @@
474469
</para>
475470
</listitem>
476471
</varlistentry>
477-
<!-- to be translated -->
478472
<varlistentry xml:id="constant.mysqli-no-default-value_flag">
479473
<term>
480474
<constant>MYSQLI_NO_DEFAULT_VALUE_FLAG</constant>
481475
(<type>int</type>)
482476
</term>
483477
<listitem>
484478
<simpara>
485-
A column has no <literal>DEFAULT</literal> clause in its definition.
486-
This does not apply to <literal>NULL</literal>
487-
or to <literal>AUTO_INCREMENT</literal> columns
488-
because such columns have a default value of <literal>NULL</literal>
489-
and an implied default value respectively.
479+
カラムの定義に <literal>DEFAULT</literal> 句がありません。これは <literal>NULL</literal> や
480+
<literal>AUTO_INCREMENT</literal> カラムには適用されません。なぜならそのようなカラムはそれぞれ
481+
デフォルト値として <literal>NULL</literal> および暗黙のデフォルト値を持っているためです。
490482
</simpara>
491483
</listitem>
492484
</varlistentry>
@@ -1214,8 +1206,11 @@
12141206
</para>
12151207
</listitem>
12161208
</varlistentry>
1217-
<varlistentry xml:id="constant.mysqli-trans-start-consistent-snapshot">
1218-
<term><constant>MYSQLI_TRANS_START_WITH_CONSISTENT_SNAPSHOT</constant></term>
1209+
<varlistentry xml:id="constant.mysqli-trans-start-with-consistent-snapshot">
1210+
<term>
1211+
<constant>MYSQLI_TRANS_START_WITH_CONSISTENT_SNAPSHOT</constant>
1212+
(<type>int</type>)
1213+
</term>
12191214
<listitem>
12201215
<para>
12211216
トランザクションを "START TRANSACTION WITH CONSISTENT SNAPSHOT" で開始します。
@@ -1245,16 +1240,15 @@
12451240
</para>
12461241
</listitem>
12471242
</varlistentry>
1248-
<!-- to be translated -->
12491243
<varlistentry xml:id="constant.mysqli-async">
12501244
<term>
12511245
<constant>MYSQLI_ASYNC</constant>
12521246
(<type>int</type>)
12531247
</term>
12541248
<listitem>
12551249
<simpara>
1256-
The query is performed asynchronously and no result set is immediately returned.
1257-
Available with <literal>mysqlnd</literal> only.
1250+
クエリは非同期に実行され、結果セットはすぐには返されません。
1251+
<literal>mysqlnd</literal> でのみ利用可能です。
12581252
</simpara>
12591253
</listitem>
12601254
</varlistentry>
@@ -1265,7 +1259,7 @@
12651259
</term>
12661260
<listitem>
12671261
<simpara>
1268-
If a field is updated it will get the current time value.
1262+
フィールドが更新されると、現在時刻の値が設定されます。
12691263
</simpara>
12701264
</listitem>
12711265
</varlistentry>

0 commit comments

Comments
 (0)