Navigation Menu

Skip to content

Commit

Permalink
ja: Translate headings on plugin development tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Feb 10, 2014
1 parent 447bfb2 commit 7f3fcd1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
10 changes: 6 additions & 4 deletions _po/ja/tutorial/plugin-development/index.po
Expand Up @@ -19,7 +19,7 @@ msgid ""
"---"
msgstr ""
"---\n"
"title: Droonga plugin development tutorial\n"
"title: Droongaプラグイン開発チュートリアル\n"
"layout: ja\n"
"---"

Expand All @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -104,7 +106,7 @@ msgid ""
msgstr ""

msgid "## How to develop plugins?"
msgstr ""
msgstr "## プラグインを開発するには"

msgid "For more details, let's read these sub tutorials:"
msgstr ""
Expand Down
12 changes: 6 additions & 6 deletions ja/tutorial/plugin-development/index.md
@@ -1,5 +1,5 @@
---
title: Droonga plugin development tutorial
title: Droongaプラグイン開発チュートリアル
layout: ja
---

Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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:

Expand Down

0 comments on commit 7f3fcd1

Please sign in to comment.