[Groonga-commit] droonga/droonga.org at 7fba198 [gh-pages] ja: Translate plugin-development

Back to archive index

Yoji Shidara null+****@clear*****
Mon Mar 3 13:08:12 JST 2014


Yoji Shidara	2014-03-03 13:08:12 +0900 (Mon, 03 Mar 2014)

  New Revision: 7fba198aeb5ea2ed5048e07aecf0e095c16373cd
  https://github.com/droonga/droonga.org/commit/7fba198aeb5ea2ed5048e07aecf0e095c16373cd

  Message:
    ja: Translate plugin-development

  Modified files:
    _po/ja/tutorial/plugin-development/index.po
    ja/tutorial/plugin-development/index.md

  Modified: _po/ja/tutorial/plugin-development/index.po (+7 -2)
===================================================================
--- _po/ja/tutorial/plugin-development/index.po    2014-03-03 12:37:49 +0900 (38a2616)
+++ _po/ja/tutorial/plugin-development/index.po    2014-03-03 13:08:12 +0900 (339ecf6)
@@ -47,7 +47,7 @@ msgid ""
 "Generally, data processing tasks in the real world need custom treatments of t"
 "he data, in various stages of the data stream.\n"
 "This is not easy to be done in one-size-fits-all approach."
-msgstr ""
+msgstr "多くの現実的なデータ処理タスクでは、問題に応じたデータの取り扱いが必要です。これを汎用の方法で解決するのは簡単ではありせん。"
 
 msgid ""
 " * One may want to modify incoming requests to work well with other systems, o"
@@ -58,9 +58,14 @@ msgid ""
 " * One may need to control data distribution and collection logic of Droonga t"
 "o profit from distributed nature of Droonga."
 msgstr ""
+" * 外部のシステムと連携するために、入力のリクエスト形式を変更する必要があるかもしれません。外部のシステムが理解できるような形式で出力するために、出力を加"
+"工する必要があるかもしれません。\n"
+" * Droongaが標準で提供する機能よりもさらに複雑なデータ操作を、ストレージに直接アクセスしながら効率よく行う必要があるかもしれません。\n"
+" * Droongaのデータ分散と回収ロジックをコントロールすることで、Droongaの分散性能を活かした高度なアプリケーションを構築する必要があるかもしれ"
+"ません。"
 
 msgid "You can use plugins in those situations."
-msgstr ""
+msgstr "このような場合にプラグインを利用することができます。"
 
 msgid "## Pluggable operations in Droonga Engine"
 msgstr "## Droongaエンジンにおけるプラガブルな操作"

  Modified: ja/tutorial/plugin-development/index.md (+5 -6)
===================================================================
--- ja/tutorial/plugin-development/index.md    2014-03-03 12:37:49 +0900 (52a07e0)
+++ ja/tutorial/plugin-development/index.md    2014-03-03 13:08:12 +0900 (dcfb659)
@@ -26,14 +26,13 @@ Droongaプラグインの作り方を理解します。
 プラグインはDroongaの中でもっとも重要なコンセプトの一つです。
 プラグインがDroongaを柔軟なものにしています。
 
-Generally, data processing tasks in the real world need custom treatments of the data, in various stages of the data stream.
-This is not easy to be done in one-size-fits-all approach.
+多くの現実的なデータ処理タスクでは、問題に応じたデータの取り扱いが必要です。これを汎用の方法で解決するのは簡単ではありせん。
 
- * One may want to modify incoming requests to work well with other systems, one may want to modify outgoing responses to help other systems understand the result.
- * One may want to do more complex data processing than that provided by Droonga as built-in, to have direct storage access for efficiency.
- * One may need to control data distribution and collection logic of Droonga to profit from distributed nature of Droonga.
+ * 外部のシステムと連携するために、入力のリクエスト形式を変更する必要があるかもしれません。外部のシステムが理解できるような形式で出力するために、出力を加工する必要があるかもしれません。
+ * Droongaが標準で提供する機能よりもさらに複雑なデータ操作を、ストレージに直接アクセスしながら効率よく行う必要があるかもしれません。
+ * Droongaのデータ分散と回収ロジックをコントロールすることで、Droongaの分散性能を活かした高度なアプリケーションを構築する必要があるかもしれません。
 
-You can use plugins in those situations.
+このような場合にプラグインを利用することができます。
 
 ## Droongaエンジンにおけるプラガブルな操作
 
-------------- next part --------------
HTML����������������������������...
Download 



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