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

Merge pull request #1073 from l/master/translation/ja_JP

doc: update Japanese translations
This commit is contained in:
Sébastien Helleu
2017-09-28 20:26:02 +02:00
committed by GitHub
2 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -762,9 +762,8 @@ buffer = weechat.info_get("irc_buffer", "freenode,#weechat")
weechat.prnt(buffer, "message on #weechat channel")
----
// TRANSLATION MISSING
[NOTE]
Print function is called `prnt` in Python and `print` in other languages.
Print 関数は Python では `prnt`、その他の言語では `print` と呼ばれます。
[[buffers_send_text]]
==== バッファにテキストを送信
+2 -3
View File
@@ -121,9 +121,8 @@ OS X では http://brew.sh/[Homebrew] を使ってください:
| tcl-dev | 8.5 以上 | | tcl プラグイン
| guile-2.0-dev | 2.0 以上 | | guile (scheme) プラグイン
| libv8-dev | 3.24.3 以下 | | javascript プラグイン
// TRANSLATION MISSING
| php7.1-dev, libphp7.1-embed,
libxml2-dev | PHP >= 7.0 | | PHP プラグイン
libxml2-dev | PHP 7.0 以上 | | PHP プラグイン
| asciidoctor | 1.5.4 以上 | | man ページと文書のビルド
| libcpputest-dev | 3.4 以上 | | ビルドとテストの実行
|===
@@ -275,7 +274,7 @@ cmake に対するオプションを指定するには、以下の書式を使
| ENABLE_SCRIPTS | `ON`, `OFF` | ON |
すべての<<scripts_plugins,スクリプトプラグイン>>
(Python、Perl、Ruby、Lua、Tcl、Guile、JavaScript, PHP) のコンパイル。
(Python、Perl、Ruby、Lua、Tcl、Guile、JavaScriptPHP) のコンパイル。
| ENABLE_TCL | `ON`, `OFF` | ON |
<<scripts_plugins,Tcl プラグイン>>のコンパイル。