[Groonga-commit] droonga/droonga.org at 1ed3e42 [gh-pages] ja: Update translation

Back to archive index

Yoji Shidara null+****@clear*****
Thu Mar 6 17:32:52 JST 2014


Yoji Shidara	2014-03-06 17:32:52 +0900 (Thu, 06 Mar 2014)

  New Revision: 1ed3e42a45f4258edd498daad78693a4011dbec7
  https://github.com/droonga/droonga.org/commit/1ed3e42a45f4258edd498daad78693a4011dbec7

  Message:
    ja: Update translation

  Modified files:
    _po/ja/reference/plugin/handler/index.po
    ja/reference/plugin/handler/index.md

  Modified: _po/ja/reference/plugin/handler/index.po (+4 -4)
===================================================================
--- _po/ja/reference/plugin/handler/index.po    2014-03-06 17:24:04 +0900 (e07b251)
+++ _po/ja/reference/plugin/handler/index.po    2014-03-06 17:32:52 +0900 (2d16dfd)
@@ -185,8 +185,8 @@ msgstr ""
 
 msgid ""
 "You must define the referenced class by the time the Droonga Engine actually p"
-"rocesses the step, if you specify the name of the handler class as a symbl or "
-"a string.\n"
+"rocesses the step, if you specify the name of the handler class as a symbol or"
+" a string.\n"
 "If the Droonga Engine fails to find out the actual handler class, or no handle"
 "r is specified, then the Droonga Engine does nothing for the request."
 msgstr ""
@@ -216,8 +216,8 @@ msgstr ""
 
 msgid ""
 "You must define the referenced class by the time the Droonga Engine actually c"
-"ollects results, if you specify the name of the collector class as a symbl or "
-"a string.\n"
+"ollects results, if you specify the name of the collector class as a symbol or"
+" a string.\n"
 "If the Droonga Engine fails to find out the actual collector class, or no coll"
 "ector is specified, then the Droonga Engine doesn't collect results and return"
 "s multiple messages as results."

  Modified: ja/reference/plugin/handler/index.md (+3 -3)
===================================================================
--- ja/reference/plugin/handler/index.md    2014-03-06 17:24:04 +0900 (3db91f0)
+++ ja/reference/plugin/handler/index.md    2014-03-06 17:32:52 +0900 (8e59f75)
@@ -91,7 +91,7 @@ Any error raised from the handler is handled by the Droonga Engine itself. See a
   Then handlers for these requests have the configuration `action.synchronous = true`.
 
 
-## Classes and methods {#classes}
+## クラスとメソッド {#classes}
 
 ### `Droonga::SingleStepDefinition` {#classes-Droonga-SingleStepDefinition}
 
@@ -118,7 +118,7 @@ You can specify the class as any one of following choices:
  * A class path string of a handler class, like `"Droonga::Plugins::FooPlugin::Handler"`.
    This is also useful to define the class itself after the description.
 
-You must define the referenced class by the time the Droonga Engine actually processes the step, if you specify the name of the handler class as a symbl or a string.
+You must define the referenced class by the time the Droonga Engine actually processes the step, if you specify the name of the handler class as a symbol or a string.
 If the Droonga Engine fails to find out the actual handler class, or no handler is specified, then the Droonga Engine does nothing for the request.
 
 #### `#collector=(collector)` {#classes-Droonga-SingleStepDefinition-collector}
@@ -133,7 +133,7 @@ You can specify the class as any one of following choices:
  * A class path string of a collector class, like `"Droonga::Plugins::FooPlugin::MyCollector"`.
    This is also useful to define the class itself after the description.
 
-You must define the referenced class by the time the Droonga Engine actually collects results, if you specify the name of the collector class as a symbl or a string.
+You must define the referenced class by the time the Droonga Engine actually collects results, if you specify the name of the collector class as a symbol or a string.
 If the Droonga Engine fails to find out the actual collector class, or no collector is specified, then the Droonga Engine doesn't collect results and returns multiple messages as results.
 
 See also [descriptions of collectors][collector].
-------------- next part --------------
HTML����������������������������...
Download 



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