[Groonga-commit] droonga/droonga.org at 3aeb09b [gh-pages] ja: Update translations

Back to archive index

Yoji Shidara null+****@clear*****
Mon Mar 3 19:26:37 JST 2014


Yoji Shidara	2014-03-03 19:26:37 +0900 (Mon, 03 Mar 2014)

  New Revision: 3aeb09bef12e259087892f36c09057f800917906
  https://github.com/droonga/droonga.org/commit/3aeb09bef12e259087892f36c09057f800917906

  Message:
    ja: Update translations

  Modified files:
    ja/reference/plugin/handler/index.md
    ja/tutorial/plugin-development/handler/index.md

  Modified: ja/reference/plugin/handler/index.md (+1 -1)
===================================================================
--- ja/reference/plugin/handler/index.md    2014-03-03 18:28:42 +0900 (9d15cfb)
+++ ja/reference/plugin/handler/index.md    2014-03-03 19:26:37 +0900 (8747a51)
@@ -83,7 +83,7 @@ As described above, the Droonga Engine creates an instance of the handler class
 Any error raised from the handler is handled by the Droonga Engine itself. See also [error handling][].
 
 
-## Configurations {#config}
+## 設定 {#config}
 
 `action.synchronous` (boolean, optional, default=false)
 : (TBD)

  Modified: ja/tutorial/plugin-development/handler/index.md (+5 -5)
===================================================================
--- ja/tutorial/plugin-development/handler/index.md    2014-03-03 18:28:42 +0900 (e785e0c)
+++ ja/tutorial/plugin-development/handler/index.md    2014-03-03 19:26:37 +0900 (2a3f10d)
@@ -212,7 +212,7 @@ The `Collectors::Sum` is one of built-in collectors.
 It merges results returned from handler instances for each partition to one result.
 
 
-### Activate the plugin with `catalog.json`
+### `catalog.json`でプラグインを有効化する
 
 Update catalog.json to activate this plugin.
 Add `"count-records"` to `"plugins"`.
@@ -226,7 +226,7 @@ Add `"count-records"` to `"plugins"`.
 (snip)
 ~~~
 
-### Run and test
+### 実行と動作を確認する
 
 Let's get Droonga started.
 Note that you need to specify ./lib directory in RUBYLIB environment variable in order to make ruby possible to find your plugin.
@@ -369,7 +369,7 @@ If the request is successfully processed, the `body` becomes `true`. Otherwise `
 The `body` is just one boolean value, because we don't have to receive multiple results from partitions.
 
 
-### Directory Structure
+### ディレクトリの構造
 
 Now let's create the `delete-stores` plugin, as the file `delete-stores.rb`. The directory tree will be:
 
@@ -470,7 +470,7 @@ The handler finds and deletes existing records which have the given keyword in i
 And, the `Collectors::And` is bound to the step by the configuration `step.collector`.
 It is is also one of built-in collectors, and merges boolean values returned from handler instances for each partition and replica, to one boolean value.
 
-### Activate the plugin with `catalog.json`
+### `catalog.json`でプラグインを有効化する
 
 Update catalog.json to activate this plugin.
 Add `"delete-stores"` to `"plugins"`.
@@ -484,7 +484,7 @@ Add `"delete-stores"` to `"plugins"`.
 (snip)
 ~~~
 
-### Run and test
+### 実行と動作を確認する
 
 Restart the Droonga Engine and send the request.
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index