[Groonga-commit] droonga/droonga.org at 7f3fcd1 [gh-pages] ja: Translate headings on plugin development tutorial

Back to archive index

Yoji Shidara null+****@clear*****
Mon Feb 10 15:13:50 JST 2014


Yoji Shidara	2014-02-10 15:13:50 +0900 (Mon, 10 Feb 2014)

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

  Message:
    ja: Translate headings on plugin development tutorial

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

  Modified: _po/ja/tutorial/plugin-development/index.po (+6 -4)
===================================================================
--- _po/ja/tutorial/plugin-development/index.po    2014-02-10 13:56:02 +0900 (37562ed)
+++ _po/ja/tutorial/plugin-development/index.po    2014-02-10 15:13:50 +0900 (72a3f14)
@@ -19,7 +19,7 @@ msgid ""
 "---"
 msgstr ""
 "---\n"
-"title: Droonga plugin development tutorial\n"
+"title: Droongaプラグイン開発チュートリアル\n"
 "layout: ja\n"
 "---"
 
@@ -35,9 +35,11 @@ msgid ""
 "Learning steps to develop a Droonga plugin by yourself.\n"
 "You must complete the [basic tutorial][] before this."
 msgstr ""
+"Droongaプラグインの作り方を理解します。\n"
+"[基本的な使い方のチュートリアル][basic tutorial]を完了している必要があります。"
 
 msgid "## What's \"plugin\"?"
-msgstr ""
+msgstr "## プラグインとは"
 
 msgid ""
 "Plugin is one of the most important concept of Droonga.\n"
@@ -64,7 +66,7 @@ msgid "You can use plugins in those situations."
 msgstr ""
 
 msgid "## Pluggable operations in Droonga Engine"
-msgstr ""
+msgstr "## Droongaエンジンにおけるプラガブルな操作"
 
 msgid ""
 "In Droonga Engine, there are 4 pluggable phases for plugins.\n"
@@ -104,7 +106,7 @@ msgid ""
 msgstr ""
 
 msgid "## How to develop plugins?"
-msgstr ""
+msgstr "## プラグインを開発するには"
 
 msgid "For more details, let's read these sub tutorials:"
 msgstr ""

  Modified: ja/tutorial/plugin-development/index.md (+6 -6)
===================================================================
--- ja/tutorial/plugin-development/index.md    2014-02-10 13:56:02 +0900 (e472881)
+++ ja/tutorial/plugin-development/index.md    2014-02-10 15:13:50 +0900 (2163ea0)
@@ -1,5 +1,5 @@
 ---
-title: Droonga plugin development tutorial
+title: Droongaプラグイン開発チュートリアル
 layout: ja
 ---
 
@@ -17,11 +17,11 @@ layout: ja
 
 ## チュートリアルのゴール
 
-Learning steps to develop a Droonga plugin by yourself.
-You must complete the [basic tutorial][] before this.
+Droongaプラグインの作り方を理解します。
+[基本的な使い方のチュートリアル][basic tutorial]を完了している必要があります。
 
 
-## What's "plugin"?
+## プラグインとは
 
 Plugin is one of the most important concept of Droonga.
 This makes droonga flexible.
@@ -34,7 +34,7 @@ Generally, data processing tasks in the real world need custom treatments of the
 
 You can use plugins in those situations.
 
-## Pluggable operations in Droonga Engine
+## Droongaエンジンにおけるプラガブルな操作
 
 In Droonga Engine, there are 4 pluggable phases for plugins.
 In other words, from the point of view of plugins, each plugin can do from 1 to 4 operations.
@@ -56,7 +56,7 @@ In this tutorial, we focus on the adaption phase at first. This is the most "bas
 Then, we focus on other phases in this order.
 Following this tutorial, you will learn how to write plugins. This will be the first step to create plugins fit with your own requirements.
 
-## How to develop plugins?
+## プラグインを開発するには
 
 For more details, let's read these sub tutorials:
 
-------------- next part --------------
HTML����������������������������...
Download 



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