[Groonga-commit] droonga/droonga.org at 9fdeced [gh-pages] Translate "Getting started" page

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Feb 20 14:06:09 JST 2014


YUKI Hiroshi	2014-02-20 14:06:09 +0900 (Thu, 20 Feb 2014)

  New Revision: 9fdeceda062ad632dad19d57aff75907a85baeca
  https://github.com/droonga/droonga.org/commit/9fdeceda062ad632dad19d57aff75907a85baeca

  Message:
    Translate "Getting started" page

  Added files:
    _po/ja/getting-started/index.po
    getting-started/index.md
    ja/getting-started/index.md
  Modified files:
    _includes/navbar-content.ja.html
    _po/ja/index.po
    ja/index.md

  Modified: _includes/navbar-content.ja.html (+1 -1)
===================================================================
--- _includes/navbar-content.ja.html    2014-02-20 13:57:16 +0900 (7b7ddbc)
+++ _includes/navbar-content.ja.html    2014-02-20 14:06:09 +0900 (5fc55c8)
@@ -15,7 +15,7 @@
     <li><a href="/ja/news/">最新情報</a></li>
     <li class="dropdown"><a href="/ja/getting-started/"
       class="dropdown-toggle"
-      data-toggle="dropdown">はじめに <b class="caret"></b></a>
+      data-toggle="dropdown">使ってみよう <b class="caret"></b></a>
       <ul class="dropdown-menu">
         <li><a href="/ja/overview/">概要</a></li>
         <li><a href="/ja/install/">インストール手順</a></li>

  Added: _po/ja/getting-started/index.po (+54 -0) 100644
===================================================================
--- /dev/null
+++ _po/ja/getting-started/index.po    2014-02-20 14:06:09 +0900 (7b13c7e)
@@ -0,0 +1,54 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-11-20 22:17+0900\n"
+"PO-Revision-Date: 2013-12-25 18:27+0900\n"
+"Last-Translator: Kouhei Sutou <kou �� clear-code.com>\n"
+"Language-Team: Japanese\n"
+"Language: ja\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+msgid ""
+"---\n"
+"title: Getting started\n"
+"layout: en\n"
+"---"
+msgstr ""
+"---\n"
+"title: はじめに\n"
+"layout: ja\n"
+"---"
+
+msgid ""
+"Droonga is a scalable data processing engine, based on a stream oriented proce"
+"ssing model.\n"
+"In many operations (searching, updating, grouping, and so on), Droonga process"
+"es various data by pipeline.\n"
+"As the result, Droonga has large potential around its flexibility and extensib"
+"ility.\n"
+"Moreover, those features provide high availability for people who develop any "
+"data processing engine based on Droonga.\n"
+"You can process complex operations by mixing operations, and you can add custo"
+"m operations to Droonga via plugins written as Ruby-scripts."
+msgstr ""
+"Droongaは、ストリーム指向の処理モデルを採用したスケーラブルなデータ処理エンジンです。検索、更新、集約などの多くの操作がパイプラインを通じて行われるこ"
+"のモデルにより、Droongaは高い柔軟性と拡張性を備えています。また、Droongaは既存操作の組み合わせによる複雑な操作にも対応しています。ユーザーはR"
+"ubyでプラグインを開発して、独自の操作をDroongaに加える事ができます。"
+
+msgid ""
+"[Overview](../overview/)\n"
+": Describes the design philosophy and the goal of the Droonga."
+msgstr ""
+"[概要](../overview/)\n"
+": Droongaの設計理念と目指しているゴールについて。"
+
+msgid ""
+"[Tutorial](../tutorial/)\n"
+": Describes how you use the Droonga, with actual examples."
+msgstr ""
+"[チュートリアル](../tutorial/)\n"
+": 実例を伴った、Droongaの使い方の解説。"

  Modified: _po/ja/index.po (+20 -23)
===================================================================
--- _po/ja/index.po    2014-02-20 13:57:16 +0900 (5be41c6)
+++ _po/ja/index.po    2014-02-20 14:06:09 +0900 (249dcc5)
@@ -3,7 +3,7 @@ msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2011-11-20 22:17+0900\n"
-"PO-Revision-Date: 2013-12-29 23:52+0900\n"
+"PO-Revision-Date: 2013-12-25 18:27+0900\n"
 "Last-Translator: Kouhei Sutou <kou �� clear-code.com>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -25,26 +25,31 @@ msgid ""
 "<div class=\"jumbotron\">\n"
 "<h1>Droonga</h1>\n"
 "<p>A scalable data processing engine</p>\n"
-"<p><a class=\"btn btn-primary btn-lg\" role=\"button\" href=\"overview/\">Learn more"
-" »</a></p>\n"
+"<p><a class=\"btn btn-primary btn-lg\" role=\"button\" href=\"getting-started/\">Lea"
+"rn more »</a></p>\n"
 "</div>"
 msgstr ""
 "<div class=\"jumbotron\">\n"
 "<h1>Droonga</h1>\n"
 "<p>スケーラブルなデータ処理エンジン</p>\n"
-"<p><a class=\"btn btn-primary btn-lg\" role=\"button\" href=\"overview/\">詳しく »</a><"
-"/p>\n"
+"<p><a class=\"btn btn-primary btn-lg\" role=\"button\" href=\"getting-started/\">詳しく"
+" »</a></p>\n"
 "</div>"
 
 msgid "## About Droonga"
 msgstr "## Droongaについて"
 
 msgid ""
-"Droonga is a scalable data processing engine. Droonga uses stream oriented pro"
-"cessing model. Droonga processes data by pipeline. Many operations such as sea"
-"rch, update, group are done in pipeline. The processing model provides flexibi"
-"lity and extensibility. Droonga can also process complex operations by mixing "
-"operations. Users can add custom operations to Droonga as Ruby plugins."
+"Droonga is a scalable data processing engine, based on a stream oriented proce"
+"ssing model.\n"
+"In many operations (searching, updating, grouping, and so on), Droonga process"
+"es various data by pipeline.\n"
+"As the result, Droonga has large potential around its flexibility and extensib"
+"ility.\n"
+"Moreover, those features provide high availability for people who develop any "
+"data processing engine based on Droonga.\n"
+"You can process complex operations by mixing operations, and you can add custo"
+"m operations to Droonga via plugins written as Ruby-scripts."
 msgstr ""
 "Droongaは、ストリーム指向の処理モデルを採用したスケーラブルなデータ処理エンジンです。検索、更新、集約などの多くの操作がパイプラインを通じて行われるこ"
 "のモデルにより、Droongaは高い柔軟性と拡張性を備えています。また、Droongaは既存操作の組み合わせによる複雑な操作にも対応しています。ユーザーはR"
@@ -56,17 +61,6 @@ msgstr "詳細は[概要](overview/)をご覧ください。"
 msgid "See [roadmap](roadmap/) for the future Droonga."
 msgstr "将来のDroongaについては[ロードマップ](roadmap/)をご覧ください。"
 
-msgid "## Getting started"
-msgstr "## 使ってみよう"
-
-msgid ""
-"Try [tutorial](tutorial/) to know about Droonga after you understand about Dro"
-"onga. If you don't read [overview](overview/) yet, read it before trying the t"
-"utorial."
-msgstr ""
-"Droongaについて知った後は、さらに理解を深めるために[チュートリアル](tutorial/)を試してみて下さい。もしまだ[概要](overview/)"
-"を読んでいないようであれば、チュートリアルを始める前にそちらに目を通しておく事をお薦めします。"
-
 msgid "## Documentations"
 msgstr "## ドキュメント"
 
@@ -75,14 +69,17 @@ msgstr "Droongaをより効果的に使うために、以下のドキュメン
 
 msgid ""
 " * [Install](install/) describes how to install Droonga.\n"
-" * [Reference manual](reference/) describes about specifications.\n"
+" * [Tutorial](tutorial/) describes how to use Droonga.\n"
+" * [Reference manual](reference/) describes about specifications for users and"
+" developers.\n"
 " * [Community](community/) describes how to communicate with developers and ot"
 "her users.\n"
 " * [Related projects](related-projects/) introduces related projects."
 msgstr ""
 " * [インストール手順](install/):Droongaのインストール手順の説明です。\n"
+" * [チュートリアル](tutorial/):Droongaの使い方を実例を通して解説します。\n"
 " * [リファレンスマニュアル](reference/):詳細な仕様についての説明です。\n"
-" * [コミュニティー](community/):Droonga開発者や他のユーザーとやりとりする方法の説明です。\n"
+" * [コミュニティー](community/):Droongaの開発への参加の仕方、Droongaプロジェクトへの貢献の仕方についての説明です。\n"
 " * [関連プロジェクト](related-projects/):Droongaの関連プロジェクトの紹介です。"
 
 msgid "## The latest news"

  Added: getting-started/index.md (+19 -0) 100644
===================================================================
--- /dev/null
+++ getting-started/index.md    2014-02-20 14:06:09 +0900 (0c07046)
@@ -0,0 +1,19 @@
+---
+title: Getting started
+layout: en
+---
+
+
+Droonga is a scalable data processing engine, based on a stream oriented processing model.
+In many operations (searching, updating, grouping, and so on), Droonga processes various data by pipeline.
+As the result, Droonga has large potential around its flexibility and extensibility.
+Moreover, those features provide high availability for people who develop any data processing engine based on Droonga.
+You can process complex operations by mixing operations, and you can add custom operations to Droonga via plugins written as Ruby-scripts.
+
+
+[Overview](../overview/)
+: Describes the design philosophy and the goal of the Droonga.
+
+[Tutorial](../tutorial/)
+: Describes how you use the Droonga, with actual examples.
+

  Added: ja/getting-started/index.md (+24 -0) 100644
===================================================================
--- /dev/null
+++ ja/getting-started/index.md    2014-02-20 14:06:09 +0900 (7a59e05)
@@ -0,0 +1,24 @@
+---
+title: はじめに
+layout: ja
+---
+
+{% comment %}
+##############################################
+  THIS FILE IS AUTOMATICALLY GENERATED FROM
+  "_po/ja/getting-started/index.po"
+  DO NOT EDIT THIS FILE MANUALLY!
+##############################################
+{% endcomment %}
+
+
+
+Droongaは、ストリーム指向の処理モデルを採用したスケーラブルなデータ処理エンジンです。検索、更新、集約などの多くの操作がパイプラインを通じて行われるこのモデルにより、Droongaは高い柔軟性と拡張性を備えています。また、Droongaは既存操作の組み合わせによる複雑な操作にも対応しています。ユーザーはRubyでプラグインを開発して、独自の操作をDroongaに加える事ができます。
+
+
+[概要](../overview/)
+: Droongaの設計理念と目指しているゴールについて。
+
+[チュートリアル](../tutorial/)
+: 実例を伴った、Droongaの使い方の解説。
+

  Modified: ja/index.md (+3 -6)
===================================================================
--- ja/index.md    2014-02-20 13:57:16 +0900 (5034f20)
+++ ja/index.md    2014-02-20 14:06:09 +0900 (f598f86)
@@ -14,7 +14,7 @@ layout: ja
 <div class="jumbotron">
 <h1>Droonga</h1>
 <p>スケーラブルなデータ処理エンジン</p>
-<p><a class="btn btn-primary btn-lg" role="button" href="overview/">詳しく »</a></p>
+<p><a class="btn btn-primary btn-lg" role="button" href="getting-started/">詳しく »</a></p>
 </div>
 
 ## Droongaについて
@@ -25,17 +25,14 @@ Droongaは、ストリーム指向の処理モデルを採用したスケーラ
 
 将来のDroongaについては[ロードマップ](roadmap/)をご覧ください。
 
-## 使ってみよう
-
-Droongaについて知った後は、さらに理解を深めるために[チュートリアル](tutorial/)を試してみて下さい。もしまだ[概要](overview/)を読んでいないようであれば、チュートリアルを始める前にそちらに目を通しておく事をお薦めします。
-
 ## ドキュメント
 
 Droongaをより効果的に使うために、以下のドキュメントが役立つでしょう。
 
  * [インストール手順](install/):Droongaのインストール手順の説明です。
+ * [チュートリアル](tutorial/):Droongaの使い方を実例を通して解説します。
  * [リファレンスマニュアル](reference/):詳細な仕様についての説明です。
- * [コミュニティー](community/):Droonga開発者や他のユーザーとやりとりする方法の説明です。
+ * [コミュニティー](community/):Droongaの開発への参加の仕方、Droongaプロジェクトへの貢献の仕方についての説明です。
  * [関連プロジェクト](related-projects/):Droongaの関連プロジェクトの紹介です。
 
 ## 最新情報
-------------- next part --------------
HTML����������������������������...
Download 



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