1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 01:33:12 +02:00

core: update Japanese translations

This commit is contained in:
AYANOKOUZI, Ryuunosuke
2017-07-29 09:00:00 +09:00
parent d345490c98
commit 165d2b19c1
3 changed files with 18 additions and 22 deletions
+12 -13
View File
@@ -174,40 +174,39 @@ _ウィンドウ_
それぞれのウィンドウは 1 つのバッファの内容を表示します。バッファを隠す
(ウィンドウで表示させない) ことや 1 つ以上のウィンドウに表示させることも出来ます。
// TRANSLATION MISSING
[[buffers_list]]
=== どうすれば左側にバッファリストを表示できますか。
With WeeChat ≥ 1.8, the plugin "buflist" is loaded and enabled by default.
WeeChat バージョン 1.8 以上の場合、"buflist" プラグインがロードされ、デフォルトで有効化されます。
With an older version, you can install script _buffers.pl_:
バージョン 1.8 よりも古い WeeChat をお使いなら、以下の方法で _buffers.pl_ スクリプトをインストールしてください:
----
/script install buffers.pl
----
To limit size of bar (replace "buflist" by "buffers" if you're using the script
_buffers.pl_):
バッファリストバーのサイズを制限するには以下の方法を使ってください
(_buffers.pl_ スクリプトを使っているなら、"buflist" を "buffers" に置き換えてください):
----
/set weechat.bar.buflist.size_max 15
----
To move bar to bottom:
バッファリストバーの位置を下に移動するには以下の方法を使ってください:
----
/set weechat.bar.buflist.position bottom
----
To scroll the bar: if mouse is enabled (key: kbd:[Alt+m]), you can scroll the
bar with your mouse wheel.
_buflist_ バーをスクロールする方法: マウスを有効化しているならば
(キー: kbd:[Alt+m])、マウスホイールでバッファリストバーをスクロールできます。
Default keys to scroll _buflist_ bar are kbd:[F1], kbd:[F2], kbd:[Alt+F1]
and kbd:[Alt+F2].
_buflist_ バーをスクロールするデフォルトキーは
kbd:[F1]、kbd:[F2]、kbd:[Alt+F1]、kbd:[Alt+F2] です。
For script _buffers.pl_, you can define keys, similar to the existing keys to
scroll nicklist. +
For example to use kbd:[F1], kbd:[F2], kbd:[Alt+F1] and kbd:[Alt+F2]:
_buffers.pl_
スクリプトをお使いの場合、ニックネームリストをスクロールするキーと似たキーを割り当てることも可能です。 +
例えば、kbd:[F1]kbd:[F2]kbd:[Alt+F1]kbd:[Alt+F2] を割り当てるには以下の方法を使います:
----
/key bind meta-OP /bar scroll buffers * -100%
+4 -5
View File
@@ -333,22 +333,21 @@ _configure_
$ ./configure --help
----
// TRANSLATION MISSING
[[run_tests]]
==== Run tests
==== テストの実行
Following packages are *required* to compile tests:
テストをコンパイルするには以下のパッケージが *必須* です:
* libcpputest-dev
* C++ compiler
Tests must be enabled when compiling WeeChat (with cmake):
テストは WeeChat のコンパイル時に有効化しなければいけません (cmake を使う場合):
----
$ cmake .. -DENABLE_TESTS=ON
----
They can be launched after compilation from the build directory (with cmake):
コンパイル終了後、build ディレクトリでテストを起動してください (cmake を使う場合):
----
$ ctest -V