[Groonga-commit] droonga/droonga.org at 2574743 [gh-pages] Update Japanese version

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Feb 17 20:24:47 JST 2014


YUKI Hiroshi	2014-02-17 20:24:47 +0900 (Mon, 17 Feb 2014)

  New Revision: 2574743f88ba35951b10a9390f28b427c8aa2dd2
  https://github.com/droonga/droonga.org/commit/2574743f88ba35951b10a9390f28b427c8aa2dd2

  Message:
    Update Japanese version

  Modified files:
    ja/reference/index.md
    ja/reference/plugin/matching-pattern/index.md
    ja/tutorial/basic/index.md

  Modified: ja/reference/index.md (+2 -2)
===================================================================
--- ja/reference/index.md    2014-02-17 20:24:42 +0900 (ba9e121)
+++ ja/reference/index.md    2014-02-17 20:24:47 +0900 (d62c810)
@@ -21,5 +21,5 @@ layout: documents_ja
 [コマンドリファレンス](commands/)
 : Droonga Engineで利用可能な組み込みのコマンドの詳細。
 
-[Plugin development](plugin/)
-: Describes details of public APIs to develop custom plugins for the Droonga Engine.
+[プラグイン開発](plugin/)
+: Droonga Engine用の独自のプラグインを開発するための公開APIの詳細。

  Modified: ja/reference/plugin/matching-pattern/index.md (+2 -2)
===================================================================
--- ja/reference/plugin/matching-pattern/index.md    2014-02-17 20:24:42 +0900 (8724fe6)
+++ ja/reference/plugin/matching-pattern/index.md    2014-02-17 20:24:47 +0900 (c0c0a67)
@@ -44,7 +44,7 @@ This matches to messages like:
     {
       "type": "add.result",
       "body": {
-        "result": true
+        "success": true
       }
     }
 
@@ -53,7 +53,7 @@ Not matches to:
     {
       "type": "add.result",
       "body": {
-        "result": false
+        "success": false
       }
     }
 

  Modified: ja/tutorial/basic/index.md (+1 -1)
===================================================================
--- ja/tutorial/basic/index.md    2014-02-17 20:24:42 +0900 (33d9d22)
+++ ja/tutorial/basic/index.md    2014-02-17 20:24:47 +0900 (ba92930)
@@ -385,7 +385,7 @@ Elapsed time: 0.11633
 ]
 ~~~
 
-Send `ddl.jsons` as follows:
+Send `stores.jsons` as follows:
 
 ~~~
 
-------------- next part --------------
HTML����������������������������...
Download 



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