[Groonga-commit] groonga/groonga at 2912fc8 [master] doc: fix English

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Mar 13 12:16:36 JST 2016


Kouhei Sutou	2016-03-13 12:16:36 +0900 (Sun, 13 Mar 2016)

  New Revision: 2912fc8aaaaa5990a346461545167669b6dfc981
  https://github.com/groonga/groonga/commit/2912fc8aaaaa5990a346461545167669b6dfc981

  Message:
    doc: fix English

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/columns/vector.rst

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+2 -2)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2016-03-13 12:16:19 +0900 (daa9141)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2016-03-13 12:16:36 +0900 (3e61460)
@@ -2878,7 +2878,7 @@ msgid "You need to create an index to search normal vector column:"
 msgstr "ノーマルベクターカラムを検索するにはインデックスを作る必要があります。"
 
 msgid ""
-"There are no vector column specific way. You can create an index like a "
+"There is no vector column specific way. You can create an index like a "
 "scalar column."
 msgstr ""
 "ベクターカラム固有の方法はありません。スカラーカラムにインデックスを作る方法"
@@ -2993,7 +2993,7 @@ msgstr ""
 "い。"
 
 msgid ""
-"There are no weight vector column specific way except ``WITH_WEIGHT`` flag. "
+"There is no weight vector column specific way except ``WITH_WEIGHT`` flag. "
 "You can create an index like a scalar column."
 msgstr ""
 "``WITH_WEIGHT`` 以外は重み付きベクターカラムに特有の方法はありません。スカ"

  Modified: doc/source/reference/columns/vector.rst (+2 -2)
===================================================================
--- doc/source/reference/columns/vector.rst    2016-03-13 12:16:19 +0900 (ef89714)
+++ doc/source/reference/columns/vector.rst    2016-03-13 12:16:36 +0900 (5e5af52)
@@ -115,7 +115,7 @@ You need to create an index to search normal vector column:
 .. table_create Tags TABLE_PAT_KEY ShortText
 .. column_create Tags bookmark_index COLUMN_INDEX Bookmarks tags
 
-There are no vector column specific way. You can create an index like
+There is no vector column specific way. You can create an index like
 a scalar column.
 
 You can search an element in ``tags`` like full text search syntax.
@@ -272,7 +272,7 @@ forget to specify ``WITH_WEIGHT`` flag to ``column_create``:
 .. table_create Tags TABLE_PAT_KEY ShortText
 .. column_create Tags bookmark_index COLUMN_INDEX|WITH_WEIGHT Bookmarks tags
 
-There are no weight vector column specific way except ``WITH_WEIGHT``
+There is no weight vector column specific way except ``WITH_WEIGHT``
 flag. You can create an index like a scalar column.
 
 You can search an element in ``tags`` like full text search syntax.
-------------- next part --------------
HTML����������������������������...
Download 



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