Navigation Menu

Skip to content

Commit

Permalink
Update product name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2014
1 parent 3609b20 commit 80b15cc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions _po/ja/related-projects/index.po
Expand Up @@ -46,12 +46,12 @@ msgid "Here are related projects:"
msgstr "関連プロジェクト:"

msgid ""
" * [fluent-plugin-droonga][]: Distributed search engine module\n"
" * [droonga-engine][]: Distributed search engine module\n"
" * [express-droonga][]: API server module\n"
" * [droonga-http-server][]: HTTP procol adapter frontend\n"
" * [Groonga][]: An open-source fulltext search engine and column store"
msgstr ""
" * [fluent-plugin-droonga][]: 分散検索エンジンモジュール\n"
" * [droonga-engine][]: 分散検索エンジンモジュール\n"
" * [express-droonga][]: APIサーバモジュール\n"
" * [droonga-http-server][]: HTTP Protocol Adapterフロントエンド\n"
" * [Groonga][]: カラムストア機能付き全文検索エンジン"
Expand Down Expand Up @@ -95,7 +95,7 @@ msgid " * [droonga/droonga.org][]: The source of this site"
msgstr " * [droonga/droonga.org][]: このサイトのソースコード"

msgid ""
" [fluent-plugin-droonga]: https://github.com/droonga/fluent-plugin-droonga\n"
" [droonga-engine]: https://github.com/droonga/droonga-engine\n"
" [express-droonga]: https://github.com/droonga/express-droonga\n"
" [droonga-http-server]: https://github.com/droonga/droonga-http-server\n"
" [Groonga]: http://groonga.org/\n"
Expand Down
6 changes: 3 additions & 3 deletions _po/ja/tutorial/basic/index.po
Expand Up @@ -358,8 +358,8 @@ msgid ""
" automatically."
msgstr ""
"これらの6つの、`\"address\"`の情報を持つ最小単位のボリュームは、内部的に*シングル・ボリューム*と呼ばれます。\n"
"`\"address\"`の情報は、対応する物理的なストレージであるGroongaのデータベースの位置を示していて、それらのデータベースは`fluent-plu"
"gin-droonga`によって自動的に作成されます。"
"`\"address\"`の情報は、対応する物理的なストレージであるGroongaのデータベースの位置を示していて、それらのデータベースは`droonga-en"
"gine`によって自動的に作成されます。"

msgid ""
"For more details of the configuration file `catalog.json`, see [the reference "
Expand Down Expand Up @@ -395,7 +395,7 @@ msgid "This is the way to stop droonga-engine."
msgstr "これがdroonga-engineを終了する方法です。"

msgid "Start droonga-engine again:"
msgstr "再度fluent-plugin-droongaを起動します。"
msgstr "再度droonga-engineを起動します。"

msgid "### Create a database"
msgstr "### データベースを作成する"
Expand Down
4 changes: 2 additions & 2 deletions ja/related-projects/index.md
Expand Up @@ -27,7 +27,7 @@ Droongaシステムのカテゴリには、Droongのコア機能を提供する

関連プロジェクト:

* [fluent-plugin-droonga][]: 分散検索エンジンモジュール
* [droonga-engine][]: 分散検索エンジンモジュール
* [express-droonga][]: APIサーバモジュール
* [droonga-http-server][]: HTTP Protocol Adapterフロントエンド
* [Groonga][]: カラムストア機能付き全文検索エンジン
Expand Down Expand Up @@ -57,7 +57,7 @@ Droongaクライアントのカテゴリには、Droongaクライアントの機

* [droonga/droonga.org][]: このサイトのソースコード

[fluent-plugin-droonga]: https://github.com/droonga/fluent-plugin-droonga
[droonga-engine]: https://github.com/droonga/droonga-engine
[express-droonga]: https://github.com/droonga/express-droonga
[droonga-http-server]: https://github.com/droonga/droonga-http-server
[Groonga]: http://groonga.org/
Expand Down
4 changes: 2 additions & 2 deletions ja/tutorial/basic/index.md
Expand Up @@ -214,7 +214,7 @@ catalog.json:
これらはDroongaのデータセットの最小の構成要素である。

これらの6つの、`"address"`の情報を持つ最小単位のボリュームは、内部的に*シングル・ボリューム*と呼ばれます。
`"address"`の情報は、対応する物理的なストレージであるGroongaのデータベースの位置を示していて、それらのデータベースは`fluent-plugin-droonga`によって自動的に作成されます。
`"address"`の情報は、対応する物理的なストレージであるGroongaのデータベースの位置を示していて、それらのデータベースは`droonga-engine`によって自動的に作成されます。

`catalog.json` の詳細については [catalog.json](/ja/reference/catalog) を参照してください。

Expand All @@ -234,7 +234,7 @@ droonga-engineにSIGTERMを送ります。

これがdroonga-engineを終了する方法です。

再度fluent-plugin-droongaを起動します
再度droonga-engineを起動します

# droonga-engine --host 192.168.0.10 --log-file=$PWD/droonga-engine.log --daemon --pid-file $PWD/droonga-engine.pid

Expand Down
4 changes: 2 additions & 2 deletions related-projects/index.md
Expand Up @@ -18,7 +18,7 @@ Droonga system category includes projects that provide Droonga core features.

Here are related projects:

* [fluent-plugin-droonga][]: Distributed search engine module
* [droonga-engine][]: Distributed search engine module
* [express-droonga][]: API server module
* [droonga-http-server][]: HTTP procol adapter frontend
* [Groonga][]: An open-source fulltext search engine and column store
Expand Down Expand Up @@ -48,7 +48,7 @@ Other category includes other related projects:

* [droonga/droonga.org][]: The source of this site

[fluent-plugin-droonga]: https://github.com/droonga/fluent-plugin-droonga
[droonga-engine]: https://github.com/droonga/droonga-engine
[express-droonga]: https://github.com/droonga/express-droonga
[droonga-http-server]: https://github.com/droonga/droonga-http-server
[Groonga]: http://groonga.org/
Expand Down

0 comments on commit 80b15cc

Please sign in to comment.