aboutsummaryrefslogtreecommitdiffstats
path: root/docs/mcc-help/ja/draknfs.xml
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2017-11-12 21:55:21 +0200
committerYuri Chornoivan <yurchor@ukr.net>2017-11-12 21:55:21 +0200
commit477b380733ae3c86436eb8227f7d52b3745899be (patch)
tree6ab8620713e8098e0050df1801ffeee38e585b60 /docs/mcc-help/ja/draknfs.xml
parent82e2f2cdf64c2895ae5bc54f20e0fa733eea9189 (diff)
downloadtools-477b380733ae3c86436eb8227f7d52b3745899be.tar
tools-477b380733ae3c86436eb8227f7d52b3745899be.tar.gz
tools-477b380733ae3c86436eb8227f7d52b3745899be.tar.bz2
tools-477b380733ae3c86436eb8227f7d52b3745899be.tar.xz
tools-477b380733ae3c86436eb8227f7d52b3745899be.zip
Update Japanese translation
Diffstat (limited to 'docs/mcc-help/ja/draknfs.xml')
-rw-r--r--docs/mcc-help/ja/draknfs.xml67
1 files changed, 29 insertions, 38 deletions
diff --git a/docs/mcc-help/ja/draknfs.xml b/docs/mcc-help/ja/draknfs.xml
index b4fefe01..cd3f68e1 100644
--- a/docs/mcc-help/ja/draknfs.xml
+++ b/docs/mcc-help/ja/draknfs.xml
@@ -83,50 +83,42 @@
<section>
<title>ユーザ ID マッピング</title>
- <para><emphasis>map root user as anonymous</emphasis>: maps requests from uid/gid
-0 to the anonymous uid/gid (root_squash). The root user from the client
-cannot read or write to the files on the server which are created by root on
-the server itself.</para>
-
- <para><emphasis>allow real remote root access</emphasis>: turn off root
-squashing. This option is mainly useful for diskless clients
-(no_root_squash).</para>
-
- <para><emphasis>map all users to anonymous user</emphasis>: maps all uids and gids
-to the anonymous user (all_squash). Useful for NFS-exported public FTP
-directories, news spool directories, etc. The opposite option is no user UID
-mapping (no_all_squash), which is the default setting.</para>
-
- <para><emphasis>anonuid and anongid</emphasis>: explicitly set the uid and gid of
-the anonymous account.</para>
+ <para><emphasis>root ユーザを匿名としてマップ</emphasis>: uid/gid 0 からの要求を匿名 uid/gid にマップします
+(root_squash)。クライアントの root ユーザからはサーバ自体の root によって作成されたサーバ上のファイルは読み書きできません。</para>
+
+ <para><emphasis>実リモート root アクセスを許可</emphasis>: root
+のマッピングを無効にします。このオプションは主にディスクのないクライアントで有用です (no_root_squash)。</para>
+
+ <para><emphasis>すべてのユーザを匿名ユーザにマップ</emphasis>: すべての uid と gid を匿名ユーザにマップをします
+(all_squash)。NFS でエクスポートされた公開 FTP ディレクトリやニュース スプール
+ディレクトリなどで有用です。既定の設定はこれと反対のユーザ ID マッピングなし (no_all_squash) です。</para>
+
+ <para><emphasis>anonuid と anongid</emphasis>: 匿名アカウントの uid と gid を明示的に指定します。</para>
</section>
<section>
<title>上級オプション</title>
- <para><emphasis>Secured Connection</emphasis>: this option requires that requests
-originate on an internet port less than IPPORT_RESERVED (1024). This option
-is on by default.</para>
+ <para><emphasis>安全な接続</emphasis>: このオプションはリクエストが IPPORT_RESERVED (1024) 未満のインターネット
+ポートから起こることを要求します。このオプションは既定で有効です。</para>
- <para><emphasis>Read-Only share</emphasis>: allow either only read or both read
-and write requests on this NFS volume. The default is to disallow any
-request which changes the filesystem. This can also be made explicit by
-using this option.</para>
+ <para><emphasis>読み込み専用の共有</emphasis>: 読み込みのみか読み書き両方の要求をこの NFS ボリュームで許可します。既定ではファイル
+システムを変更する要求は許可しません。これはこのオプションを用いることでも明示できます。</para>
- <para><emphasis>Synchronous access</emphasis>: prevents the NFS server from
-violating the NFS protocol and to reply to requests before any changes made
-by these requests have been committed to stable storage (e.g. disc drive).</para>
+ <para><emphasis>同期アクセス</emphasis>: NFS サーバが NFS
+プロトコルに違反することを防ぎ、要求に対してこれらの要求が安定したストレージ (例 ディスク ドライブ)
+に渡されることによるいかなる変更が行われるよりも前に応答を行います。</para>
- <para><emphasis>Subtree checking</emphasis>: enable subtree checking which can
-help improve security in some cases, but can decrease reliability. See
-exports(5) man page for more details.</para>
+ <para><emphasis>サブ ツリーのチェック</emphasis>: サブ
+ツリーのチェックを有効にし、これは幾つかの場合においてセキュリティを向上させる助けとなりますが、信頼性を低下させる可能性があります。詳しくは
+exports(5) の man ページを参照してください。</para>
</section>
</section>
<section>
- <title>Menu entries</title>
+ <title>メニュー エントリ</title>
- <para>So far the list has at least one entry.</para>
+ <para>今のところ、一覧には少なくとも一つのエントリがあります。</para>
<mediaobject>
<imageobject>
@@ -136,22 +128,21 @@ exports(5) man page for more details.</para>
</mediaobject>
<section>
- <title>File|Write conf</title>
+ <title>ファイル|設定を書き込む</title>
- <para>Save the current configuration.</para>
+ <para>現在の設定を保存します。</para>
</section>
<section>
- <title>NFS Server|Restart</title>
+ <title>NFS サーバ|再起動</title>
- <para>The server is stopped and restarted with the current configuration files.</para>
+ <para>サーバを停止した後、現在の設定ファイルを用いて再起動します。</para>
</section>
<section>
- <title>NFS Server|Reload</title>
+ <title>NFS サーバ|再読み込み</title>
- <para>The configuration displayed is reloaded from the current configuration
-files.</para>
+ <para>表示されている設定は現在の設定ファイルから再読み込みされます。</para>
</section>
</section>
</section>