summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorl <l@users.noreply.github.com>2016-05-07 05:02:50 +0900
committerSébastien Helleu <flashcode@flashtux.org>2016-05-06 22:02:50 +0200
commit2d5ea374af310924aea225ecd42d5eb0fd2d2e96 (patch)
tree9779a1c5fdf028f08795b7bfb8227c8a89414f5d /doc
parent15b0917875920bcac8404b3c36f5f0d2237b7f39 (diff)
downloadweechat-2d5ea374af310924aea225ecd42d5eb0fd2d2e96.zip
doc: update Japanese translations (#728)
Diffstat (limited to 'doc')
-rw-r--r--doc/ja/weechat_faq.ja.asciidoc21
1 files changed, 8 insertions, 13 deletions
diff --git a/doc/ja/weechat_faq.ja.asciidoc b/doc/ja/weechat_faq.ja.asciidoc
index d4c5a4de5..581b13aaf 100644
--- a/doc/ja/weechat_faq.ja.asciidoc
+++ b/doc/ja/weechat_faq.ja.asciidoc
@@ -773,20 +773,17 @@ OpenBSD では、プラグインファイル名の末尾が ".so.0.0" です (Li
* 'TZ' 変数を設定する (例: `export TZ="Europe/Paris"`)、こうすることで
'/etc/localtime' ファイルへ頻繁にアクセスしないようになります。
-// TRANSLATION MISSING
[[security]]
-=== I am paranoid about security, which settings could I change to be even more secure?
+=== セキュリティを気にしています。セキュリティを高めるためにはどの設定を変更すればよいですか?
-// TRANSLATION MISSING
-Disable IRC part and quit messages:
+IRC の退出および終了メッセージを無効化します:
----
/set irc.server_default.default_msg_part ""
/set irc.server_default.default_msg_quit ""
----
-// TRANSLATION MISSING
-Disable answers to all CTCP queries:
+すべての CTCP クエリに対する応答を無効化します:
----
/set irc.ctcp.clientinfo ""
@@ -798,20 +795,18 @@ Disable answers to all CTCP queries:
/set irc.ctcp.ping ""
----
-// TRANSLATION MISSING
-Unload and disable auto-loading of "xfer" plugin (used for IRC DCC):
+"xfer" プラグイン (これは IRC DCC 機能を使うためのものです) をアンロードして自動ロードを無効化します:
----
/plugin unload xfer
/set weechat.plugin.autoload "*,!xfer"
----
-// TRANSLATION MISSING
-Define a passphrase and use secured data wherever you can for sensitive data
-like passwords: see `/help secure` and `/help` on options
-(if you can use secured data, it is written in the help).
+パスフレーズを定義してパスワードなどの保護したいデータの使用時は常にセキュアデータを使います:
+`/help secure` およびセキュアデータを使用したいオプションの `/help` を参照してください
+(セキュアデータを使うことが可能なオプションのヘルプにはこの点が明記されています)。
-For example:
+例:
----
/secure passphrase xxxxxxxxxx