[Groonga-commit] droonga/droonga.org at 4c40f6b [gh-pages] Translate more sentence

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Mar 3 18:07:35 JST 2014


YUKI Hiroshi	2014-03-03 18:07:35 +0900 (Mon, 03 Mar 2014)

  New Revision: 4c40f6b6f6eca1339df21b4916d16048b49fc3cf
  https://github.com/droonga/droonga.org/commit/4c40f6b6f6eca1339df21b4916d16048b49fc3cf

  Message:
    Translate more sentence

  Modified files:
    _po/ja/reference/plugin/matching-pattern/index.po
    ja/reference/plugin/matching-pattern/index.md

  Modified: _po/ja/reference/plugin/matching-pattern/index.po (+7 -3)
===================================================================
--- _po/ja/reference/plugin/matching-pattern/index.po    2014-03-03 18:05:49 +0900 (517823e)
+++ _po/ja/reference/plugin/matching-pattern/index.po    2014-03-03 18:07:35 +0900 (a851bc3)
@@ -126,12 +126,12 @@ msgid "### Basic pattern {#syntax-basic}"
 msgstr "### 基本パターン {#syntax-basic}"
 
 msgid "#### Structure {#syntax-basic-structure}"
-msgstr ""
+msgstr "#### 構造 {#syntax-basic-structure}"
 
 msgid ""
 "A basic pattern is described as an array including 2 or more elements, like fo"
 "llowing:"
-msgstr ""
+msgstr "基本パターンは以下のように、2つ以上の要素を含む配列として表現されます:"
 
 msgid "    [\"type\", :equal, \"search\"]"
 msgstr ""
@@ -145,9 +145,13 @@ msgid ""
 "e (string, numeric, or boolean) or an array of values. Some operators require "
 "no argument."
 msgstr ""
+" * 最初の要素は *ターゲットパス* です。これは、[メッセージ][message]の中でチェックされる情報の位置を示します。\n"
+" * 2番目の要素は *演算子* です。これは、ターゲットパスで示された情報をどのようにチェックするかを示します。\n"
+" * 3番目の要素は *演算子のための引数* です。これは、プリミティブ値(文字列、数値、または真偽値)、もしくはそれらの値の配列です。ただし、いくつかの演"
+"算子は引数を取りません。"
 
 msgid "#### Target path {#syntax-basic-target-path}"
-msgstr ""
+msgstr "#### ターゲットパス {#syntax-basic-target-path}"
 
 msgid "The target path is specified as a string, like:"
 msgstr ""

  Modified: ja/reference/plugin/matching-pattern/index.md (+6 -6)
===================================================================
--- ja/reference/plugin/matching-pattern/index.md    2014-03-03 18:05:49 +0900 (80ceeb8)
+++ ja/reference/plugin/matching-pattern/index.md    2014-03-03 18:07:35 +0900 (d0ebac2)
@@ -89,17 +89,17 @@ Droonga Engineはメッセージのパターンを指定するための小規模
 
 ### 基本パターン {#syntax-basic}
 
-#### Structure {#syntax-basic-structure}
+#### 構造 {#syntax-basic-structure}
 
-A basic pattern is described as an array including 2 or more elements, like following:
+基本パターンは以下のように、2つ以上の要素を含む配列として表現されます:
 
     ["type", :equal, "search"]
 
- * The first element is a *target path*. It means the location of the information to be checked, in the [message][].
- * The second element is an *operator*. It means how the information specified by the target path should be checked.
- * The third element is an *argument for the oeprator*. It is a primitive value (string, numeric, or boolean) or an array of values. Some operators require no argument.
+ * 最初の要素は *ターゲットパス* です。これは、[メッセージ][message]の中でチェックされる情報の位置を示します。
+ * 2番目の要素は *演算子* です。これは、ターゲットパスで示された情報をどのようにチェックするかを示します。
+ * 3番目の要素は *演算子のための引数* です。これは、プリミティブ値(文字列、数値、または真偽値)、もしくはそれらの値の配列です。ただし、いくつかの演算子は引数を取りません。
 
-#### Target path {#syntax-basic-target-path}
+#### ターゲットパス {#syntax-basic-target-path}
 
 The target path is specified as a string, like:
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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