[Groonga-commit] droonga/droonga.org at b7293f5 [gh-pages] Fix typo on translation

Back to archive index

Yoji Shidara null+****@clear*****
Wed Jan 29 17:08:32 JST 2014


Yoji Shidara	2014-01-29 17:08:32 +0900 (Wed, 29 Jan 2014)

  New Revision: b7293f5f498121f454ca06c4a08241f1875a13de
  https://github.com/droonga/droonga.org/commit/b7293f5f498121f454ca06c4a08241f1875a13de

  Message:
    Fix typo on translation

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

  Modified: _po/ja/reference/commands/search/index.po (+1 -1)
===================================================================
--- _po/ja/reference/commands/search/index.po    2014-01-29 17:03:56 +0900 (598d743)
+++ _po/ja/reference/commands/search/index.po    2014-01-29 17:08:32 +0900 (c378c2f)
@@ -2151,7 +2151,7 @@ msgstr ""
 "            \"<カラム3-1の名前>\" : { \"type\"   : \"<カラム3-1の型>\",\n"
 "                                  \"vector\" : <カラム3-1がベクターカラムかどうか> },\n"
 "            \"<カラム3-2の名前>\" : { \"type\"   : \"<カラム3-2の型>\",\n"
-"                                  \"vector\" : <カラム3-2のベクターカラムかどうか> },\n"
+"                                  \"vector\" : <カラム3-2がベクターカラムかどうか> },\n"
 "            ...\n"
 "          }\n"
 "        },\n"

  Modified: ja/reference/commands/search/index.md (+2 -2)
===================================================================
--- ja/reference/commands/search/index.md    2014-01-29 17:03:56 +0900 (04f6cf4)
+++ ja/reference/commands/search/index.md    2014-01-29 17:08:32 +0900 (ca7fe83)
@@ -1200,9 +1200,9 @@ Droongaはそのカラムの値が同じであるレコードを集約し、カ
         "<カラム3(サブレコードが存在する場合)の名前>" : {
           "attributes" : {
             "<カラム3-1の名前>" : { "type"   : "<カラム3-1の型>",
-                                      "vector" : <カラム3-1がベクターカラムかどうか> },
+                                  "vector" : <カラム3-1がベクターカラムかどうか> },
             "<カラム3-2の名前>" : { "type"   : "<カラム3-2の型>",
-                                      "vector" : <カラム3-2のベクターカラムかどうか> },
+                                  "vector" : <カラム3-2がベクターカラムかどうか> },
             ...
           }
         },
-------------- next part --------------
HTML����������������������������...
Download 



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