Skip to content

Commit d687995

Browse files
committed
classes/mongo/introduction.html の未翻訳部分を翻訳
1 parent 36ed1d4 commit d687995

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

classes/mongo/introduction.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h3 id="config">設定</h3>
7676
<th>hostname</th>
7777
<td>string</td>
7878
<td>はい</td>
79-
<td>the TCP hostname, OR a UNIX socket filepath</td>
79+
<td>TCP のホスト名、または UNIX ソケットファイルパス</td>
8080
</tr>
8181
<tr>
8282
<th>database</th>
@@ -88,7 +88,7 @@ <h3 id="config">設定</h3>
8888
<th>port</th>
8989
<td>number</td>
9090
<td>いいえ</td>
91-
<td>the port to use in the connection, OR <em>0</em> if the <strong>hostname</strong> is a UNIX socket</td>
91+
<td>接続で使用するポート、または、 <strong>hostname</strong> が UNIX ソケットの場合は <em>0</em></td>
9292
</tr>
9393
<tr>
9494
<th>replicaset</th>
@@ -113,7 +113,7 @@ <h3 id="config">設定</h3>
113113

114114
<p>設定の例:</p>
115115

116-
<pre class="php"><code>// app/config/db.php の中に
116+
<pre class="php"><code>// app/config/db.php の中
117117

118118
'mongo' => array(
119119
// このグループは、インスタンス名が省略された場合に使用されます。
@@ -132,7 +132,7 @@ <h3 id="config">設定</h3>
132132
'password' => 'p@s$w0rD',
133133
),
134134

135-
// An alternative group example using a UNIX socket connection, instead of the TCP localhost
135+
// TCP のローカルホストの代わりに、 UNIX ソケット接続を使用した代替グループの例
136136
'my_mongo_sock' => array(
137137
'hostname' => '/tmp/mongodb-27017.sock',
138138
'port' => 0,

0 commit comments

Comments
 (0)