Kouhei Sutou
null+****@clear*****
Wed Feb 3 12:30:43 JST 2016
Kouhei Sutou 2016-02-03 12:30:43 +0900 (Wed, 03 Feb 2016) New Revision: a9a9a72e7b78c24be4ef5dc6cd23e6cd2c686a2c https://github.com/pgroonga/pgroonga.github.io/commit/a9a9a72e7b78c24be4ef5dc6cd23e6cd2c686a2c Message: Update po Because all ja/ contents are generated files from po. Modified files: _po/ja/tutorial/index.po Modified: _po/ja/tutorial/index.po (+23 -2) =================================================================== --- _po/ja/tutorial/index.po 2016-02-03 12:29:06 +0900 (6c4ff3d) +++ _po/ja/tutorial/index.po 2016-02-03 12:30:43 +0900 (51e5d9a) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2015-12-15 12:32+0900\n" +"PO-Revision-Date: 2016-02-03 12:30+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -256,7 +256,28 @@ msgid "" msgstr "PGroongaは`LIKE`演算子をサポートしています。既存のSQLを変更しなくてもPGroongaを使った高速な全文検索を実現できます。" msgid "`column LIKE '%keyword%'` equals to `column %% 'keyword'`:" -msgstr "`column LIKE '%キーワードd%'`は`column %% 'キーワード'`と等価です。" +msgstr "`column LIKE '%キーワード%'`は`column %% 'キーワード'`と等価です。" + +msgid "" +"```sql\n" +"SELECT * FROM memos WHERE content LIKE '%engine%';\n" +"-- id | content " +" \n" +"-- ----+----------------------------------------------------------------------" +"--\n" +"-- 2 | Groonga is a fast full text search engine that supports all languages" +".\n" +"-- (1 row)\n" +"```" +msgstr "" +"```sql\n" +"SELECT * FROM memos WHERE content LIKE '%全文検索%';\n" +"\n" +"-- id | content\n" +"-- ----+---------------------------------------------------\n" +"-- 2 | Groongaは日本語対応の高速な全文検索エンジンです。\n" +"-- (1 row)\n" +"```" msgid "See [`LIKE` operator](../reference/operators/like.html) for more details." msgstr "詳細は[`LIKE`演算子](../reference/operators/like.html)を参照してください。" -------------- next part -------------- HTML����������������������������...Download