Navigation Menu

Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 1, 2014
1 parent 1fcbc45 commit fd67b07
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions _po/ja/tutorial/plugin-development/index.po
Expand Up @@ -90,11 +90,11 @@ msgstr ""

msgid ""
"Processing phase\n"
": At this phase, a plugin can process incoming requests on each partition, ste"
"p by step."
": At this phase, a plugin can process incoming requests on each volume, step b"
"y step."
msgstr ""
"プロセッシング・フェーズ\n"
": このフェーズでは、プラグインはそれぞれのパーティション上で入力のリクエストを逐次処理します。"
": このフェーズでは、プラグインはそれぞれのボリューム上で入力のリクエストを逐次処理します。"

msgid "The processing phase includes 3 sub pluggable phases:"
msgstr "プロセッシング・フェーズには3つのプラガブルなサブフェーズがあります:"
Expand Down Expand Up @@ -183,16 +183,16 @@ msgstr "詳細は以下のサブチュートリアルを参照してください
msgid ""
" 1. [Adapt requests and responses, to add a new command based on other existin"
"g commands][adapter].\n"
" 2. [Handle requests on all partitions, to add a new command working around th"
"e storage][handler].\n"
" 3. Handle requests only on a specific partition, to add a new command around "
"the storage more smartly. (under construction)\n"
" 2. [Handle requests on all volumes, to add a new command working around the s"
"torage][handler].\n"
" 3. Handle requests only on a specific volume, to add a new command around the"
" storage more smartly. (under construction)\n"
" 4. Distribute requests and collect responses, to add a new complex command ba"
"sed on sub tasks. (under construction)"
msgstr ""
" 1. [リクエストとレスポンスを加工し、既存のコマンドに基づいた新たなコマンドを作成する][adapter]。\n"
" 2. [全てのパーティション上でリクエストを処理し、ストレージを操作する新たなコマンドを追加する][handler]。\n"
" 3. 特定のパーティション上だけでリクエストを処理し、より効率的にストレージを操作するコマンドを追加する (準備中)\n"
" 2. [全てのボリューム上でリクエストを処理し、ストレージを操作する新たなコマンドを追加する][handler]。\n"
" 3. 特定のボリューム上だけでリクエストを処理し、より効率的にストレージを操作するコマンドを追加する (準備中)\n"
" 4. リクエストの分散とレスポンスの回収を行い、新たな複雑なコマンドを追加する (準備中)"

msgid ""
Expand Down
6 changes: 3 additions & 3 deletions ja/tutorial/plugin-development/index.md
Expand Up @@ -42,7 +42,7 @@ Droonga Engineにはプラガブルなフェーズが大きく分けて2つあ
: このフェーズでは、プラグインは入力のリクエストと出力のレスポンスを加工できます。

プロセッシング・フェーズ
: このフェーズでは、プラグインはそれぞれのパーティション上で入力のリクエストを逐次処理します
: このフェーズでは、プラグインはそれぞれのボリューム上で入力のリクエストを逐次処理します

プロセッシング・フェーズには3つのプラガブルなサブフェーズがあります:

Expand Down Expand Up @@ -80,8 +80,8 @@ Droonga Engineにはプラガブルなフェーズが大きく分けて2つあ
詳細は以下のサブチュートリアルを参照してください:

1. [リクエストとレスポンスを加工し、既存のコマンドに基づいた新たなコマンドを作成する][adapter]
2. [全てのパーティション上でリクエストを処理し、ストレージを操作する新たなコマンドを追加する][handler]
3. 特定のパーティション上だけでリクエストを処理し、より効率的にストレージを操作するコマンドを追加する (準備中)
2. [全てのボリューム上でリクエストを処理し、ストレージを操作する新たなコマンドを追加する][handler]
3. 特定のボリューム上だけでリクエストを処理し、より効率的にストレージを操作するコマンドを追加する (準備中)
4. リクエストの分散とレスポンスの回収を行い、新たな複雑なコマンドを追加する (準備中)


Expand Down

0 comments on commit fd67b07

Please sign in to comment.