[Groonga-commit] droonga/droonga.org at 4572c97 [gh-pages] Update translation around allowLeadingNot option

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Oct 7 12:37:23 JST 2014


YUKI Hiroshi	2014-10-07 12:37:23 +0900 (Tue, 07 Oct 2014)

  New Revision: 4572c97240ce69c0fb45cbefd26453e9cf5f63b6
  https://github.com/droonga/droonga.org/commit/4572c97240ce69c0fb45cbefd26453e9cf5f63b6

  Message:
    Update translation around allowLeadingNot option

  Modified files:
    _po/ja/reference/1.0.7/commands/search/index.po
    _po/ja/reference/1.0.7/commands/select/index.po
    ja/reference/1.0.7/commands/search/index.md
    ja/reference/1.0.7/commands/select/index.md

  Modified: _po/ja/reference/1.0.7/commands/search/index.po (+11 -1)
===================================================================
--- _po/ja/reference/1.0.7/commands/search/index.po    2014-10-07 12:35:01 +0900 (cc1889e)
+++ _po/ja/reference/1.0.7/commands/search/index.po    2014-10-07 12:37:23 +0900 (1d78232)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-09-26 18:21+0900\n"
+"PO-Revision-Date: 2014-03-05 12:52+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1332,6 +1332,16 @@ msgstr ""
 "  このパラメータは省略可能で、省略時の初期値は `true` (カラム名の指定を許容する)です。"
 
 msgid ""
+"`allowLeadingNot`\n"
+": A boolean value to allow (`true`) or disallow (`false`) to appear \"negative "
+"expression\" on the first query in the `query`, like `-foobar`.\n"
+"  This parameter is optional, the default value is `false`."
+msgstr ""
+"`allowLeadingNot`\n"
+": `query` において、最初のクエリに `-foobar` のような否定演算子が登場することを許容するかどうかを真偽値で指定します。\n"
+"  このパラメータは省略可能で、省略時の初期値は `false` (最初のクエリでの否定演算子を許容しない)です。"
+
+msgid ""
 "`matchEscalationThreshold`\n"
 ": An integer to specify the threshold to escalate search methods.\n"
 "  When the number of search results by indexes is smaller than this value, the"

  Modified: _po/ja/reference/1.0.7/commands/select/index.po (+2 -1)
===================================================================
--- _po/ja/reference/1.0.7/commands/select/index.po    2014-10-07 12:35:01 +0900 (f3bbe03)
+++ _po/ja/reference/1.0.7/commands/select/index.po    2014-10-07 12:37:23 +0900 (40207d9)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-09-26 18:21+0900\n"
+"PO-Revision-Date: 2014-03-05 12:52+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -187,6 +187,7 @@ msgid ""
 " * `table`\n"
 " * `match_columns`\n"
 " * `query`\n"
+" * `query_flags`\n"
 " * `filter`\n"
 " * `output_columns`\n"
 " * `offset`\n"

  Modified: ja/reference/1.0.7/commands/search/index.md (+4 -0)
===================================================================
--- ja/reference/1.0.7/commands/search/index.md    2014-10-07 12:35:01 +0900 (41a3465)
+++ ja/reference/1.0.7/commands/search/index.md    2014-10-07 12:37:23 +0900 (65ee4b7)
@@ -829,6 +829,10 @@ Personテーブル(主キーあり):
 : `query` において、カラム名を指定した `name:Alice` のような書き方を許容するかどうかを真偽値で指定します。
   このパラメータは省略可能で、省略時の初期値は `true` (カラム名の指定を許容する)です。
 
+`allowLeadingNot`
+: `query` において、最初のクエリに `-foobar` のような否定演算子が登場することを許容するかどうかを真偽値で指定します。
+  このパラメータは省略可能で、省略時の初期値は `false` (最初のクエリでの否定演算子を許容しない)です。
+
 `matchEscalationThreshold`
 : 検索方法をエスカレーションするかどうかを決定するための閾値を指定します。
   インデックスを用いた全文検索のヒット件数がこの閾値以下であった場合は、非分かち書き検索、部分一致検索へエスカレーションします。

  Modified: ja/reference/1.0.7/commands/select/index.md (+1 -0)
===================================================================
--- ja/reference/1.0.7/commands/select/index.md    2014-10-07 12:35:01 +0900 (4ed125a)
+++ ja/reference/1.0.7/commands/select/index.md    2014-10-07 12:37:23 +0900 (0f37e97)
@@ -93,6 +93,7 @@ layout: ja
  * `table`
  * `match_columns`
  * `query`
+ * `query_flags`
  * `filter`
  * `output_columns`
  * `offset`
-------------- next part --------------
HTML����������������������������...
Télécharger 



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