[Groonga-commit] pgroonga/pgroonga.github.io at 4ed1c5c [master] Translate %%

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 24 17:48:46 JST 2015


Kouhei Sutou	2015-10-24 17:48:46 +0900 (Sat, 24 Oct 2015)

  New Revision: 4ed1c5cd27eb10478230441403ed18ddddc58cea
  https://github.com/pgroonga/pgroonga.github.io/commit/4ed1c5cd27eb10478230441403ed18ddddc58cea

  Message:
    Translate %%

  Added files:
    _po/ja/reference/operators/match.po
  Copied files:
    ja/reference/operators/match.md
      (from reference/operators/match.md)
  Modified files:
    reference/operators/match.md

  Added: _po/ja/reference/operators/match.po (+41 -0) 100644
===================================================================
--- /dev/null
+++ _po/ja/reference/operators/match.po    2015-10-24 17:48:46 +0900 (9527d3e)
@@ -0,0 +1,41 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"PO-Revision-Date: 2015-10-24 17:48+0900\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: \"%% operator\"\n"
+"layout: en\n"
+"---"
+msgstr ""
+"---\n"
+"title: \"%%演算子\"\n"
+"layout: ja\n"
+"---"
+
+msgid "# `%%` operator"
+msgstr "# `%%`演算子"
+
+msgid "You can do full text search with one keyword by `%%` operator:"
+msgstr "`%%`演算子を使うと1つキーワードで全文検索できます。"
+
+msgid ""
+"```sql\n"
+"SELECT * FROM memos WHERE content %% '全文検索';\n"
+"--  id |                      content\n"
+"-- ----+---------------------------------------------------\n"
+"--   2 | Groongaは日本語対応の高速な全文検索エンジンです。\n"
+"-- (1 行)\n"
+"```"
+msgstr ""
+
+msgid ""
+"If you want to do full text search with multiple keywords or AND/OR search, us"
+"e [`@@` operator](query.html)."
+msgstr "複数のキーワードで検索したいときやAND/ORを使った検索をしたいときは[`@@`演算子](query.html)を使います。"

  Copied: ja/reference/operators/match.md (+5 -5) 50%
===================================================================
--- reference/operators/match.md    2015-10-24 17:44:00 +0900 (adcb429)
+++ ja/reference/operators/match.md    2015-10-24 17:48:46 +0900 (d182b22)
@@ -1,11 +1,11 @@
 ---
-title: "%% operator"
-layout: en
+title: "%%演算子"
+layout: ja
 ---
 
-# `%%` operator
+# `%%`演算子
 
-You can do full text search with one keyword by `%%` operator:
+`%%`演算子を使うと1つキーワードで全文検索できます。
 
 ```sql
 SELECT * FROM memos WHERE content %% '全文検索';
@@ -15,4 +15,4 @@ SELECT * FROM memos WHERE content %% '全文検索';
 -- (1 行)
 ```
 
-If you want to do full text search with multiple keywords or AND/OR search, use [`%%` operator](query.html).
+複数のキーワードで検索したいときやAND/ORを使った検索をしたいときは[`@@`演算子](query.html)を使います。

  Modified: reference/operators/match.md (+1 -1)
===================================================================
--- reference/operators/match.md    2015-10-24 17:44:00 +0900 (adcb429)
+++ reference/operators/match.md    2015-10-24 17:48:46 +0900 (50fbf02)
@@ -15,4 +15,4 @@ SELECT * FROM memos WHERE content %% '全文検索';
 -- (1 行)
 ```
 
-If you want to do full text search with multiple keywords or AND/OR search, use [`%%` operator](query.html).
+If you want to do full text search with multiple keywords or AND/OR search, use [`@@` operator](query.html).
-------------- next part --------------
HTML����������������������������...
Download 



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