[Groonga-commit] droonga/droonga.org at e58ca58 [gh-pages] Remove obsolete translation

Back to archive index

Yoji Shidara null+****@clear*****
Thu Jan 30 12:01:52 JST 2014


Yoji Shidara	2014-01-30 12:01:52 +0900 (Thu, 30 Jan 2014)

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

  Message:
    Remove obsolete translation

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

  Modified: _po/ja/reference/commands/search/index.po (+36 -135)
===================================================================
--- _po/ja/reference/commands/search/index.po    2014-01-30 12:00:10 +0900 (cfd1cf3)
+++ _po/ja/reference/commands/search/index.po    2014-01-30 12:01:52 +0900 (4939df2)
@@ -1874,7 +1874,8 @@ msgid ""
 "turned as a hash like:"
 msgstr "`format` が `\"simple\"` の場合、個々の検索クエリの結果は以下の形を取ります。"
 
-msgid "    {\n"
+msgid ""
+"    {\n"
 "      \"startTime\"   : \"<Time to start the operation>\",\n"
 "      \"elapsedTime\" : <Elapsed time to process the query),\n"
 "      \"count\"       : <Total number of search result records>,\n"
@@ -2088,21 +2089,28 @@ msgid ""
 "eturned as a hash like:"
 msgstr "`format` が `\"complex\"` の場合、個々の検索クエリの結果は以下の形を取ります。"
 
-msgid "    {\n"
+msgid ""
+"    {\n"
 "      \"startTime\"   : \"<Time to start the operation>\",\n"
 "      \"elapsedTime\" : <Elapsed time to process the query),\n"
 "      \"count\"       : <Total number of search result records>,\n"
 "      \"attributes\"  : {\n"
 "        \"<Name of the column 1>\" : { \"type\"   : \"<Type of the column 1>\",\n"
-"                                     \"vector\" : <It this column is a vector column?> },\n"
+"                                     \"vector\" : <It this column is a vector co"
+"lumn?> },\n"
 "        \"<Name of the column 2>\" : { \"type\"   : \"<Type of the column 2>\",\n"
-"                                     \"vector\" : <It this column is a vector column?> },\n"
+"                                     \"vector\" : <It this column is a vector co"
+"lumn?> },\n"
 "        \"<Name of the column 3 (with subrecords)>\" : {\n"
 "          \"attributes\" : {\n"
-"            \"<Name of the column 3-1>\" : { \"type\"   : \"<Type of the column 3-1>\",\n"
-"                                           \"vector\" : <It this column is a vector column?> },\n"
-"            \"<Name of the column 3-2>\" : { \"type\"   : \"<Type of the column 3-2>\",\n"
-"                                           \"vector\" : <It this column is a vector column?> },\n"
+"            \"<Name of the column 3-1>\" : { \"type\"   : \"<Type of the column 3-1"
+">\",\n"
+"                                           \"vector\" : <It this column is a vec"
+"tor column?> },\n"
+"            \"<Name of the column 3-2>\" : { \"type\"   : \"<Type of the column 3-2"
+">\",\n"
+"                                           \"vector\" : <It this column is a vec"
+"tor column?> },\n"
 "            ...\n"
 "          }\n"
 "        },\n"
@@ -2112,27 +2120,37 @@ msgid "    {\n"
 "        { \"<Name of the column 1>\" : <Value of the column 1 of the record 1>,\n"
 "          \"<Name of the column 2>\" : <Value of the column 2 of the record 1>,\n"
 "          \"<Name of the column 3 (with subrecords)>\" : [\n"
-"            { \"<Name of the column 3-1>\" : <Value of the column 3-1 of the subrecord 1 of record 1>,\n"
-"              \"<Name of the column 3-2>\" : <Value of the column 3-2 of the subrecord 1 of record 1>,\n"
+"            { \"<Name of the column 3-1>\" : <Value of the column 3-1 of the sub"
+"record 1 of record 1>,\n"
+"              \"<Name of the column 3-2>\" : <Value of the column 3-2 of the sub"
+"record 1 of record 1>,\n"
 "              ... },\n"
-"            { \"<Name of the column 3-1>\" : <Value of the column 3-1 of the subrecord 2 of record 1>,\n"
-"              \"<Name of the column 3-2>\" : <Value of the column 3-2 of the subrecord 2 of record 1>,\n"
+"            { \"<Name of the column 3-1>\" : <Value of the column 3-1 of the sub"
+"record 2 of record 1>,\n"
+"              \"<Name of the column 3-2>\" : <Value of the column 3-2 of the sub"
+"record 2 of record 1>,\n"
 "              ... },\n"
 "            ...\n"
 "          ],\n"
-"          ...                                                                },\n"
+"          ...                                                                }"
+",\n"
 "        { \"<Name of the column 1>\" : <Value of the column 1 of the record 2>,\n"
 "          \"<Name of the column 2>\" : <Value of the column 2 of the record 2>,\n"
 "          \"<Name of the column 3 (with subrecords)>\" : [\n"
-"            { \"<Name of the column 3-1>\" : <Value of the column 3-1 of the subrecord 1 of record 2>,\n"
-"              \"<Name of the column 3-2>\" : <Value of the column 3-2 of the subrecord 1 of record 2>,\n"
+"            { \"<Name of the column 3-1>\" : <Value of the column 3-1 of the sub"
+"record 1 of record 2>,\n"
+"              \"<Name of the column 3-2>\" : <Value of the column 3-2 of the sub"
+"record 1 of record 2>,\n"
 "              ... },\n"
-"            { \"<Name of the column 3-1>\" : <Value of the column 3-1 of the subrecord 2 of record 2>,\n"
-"              \"<Name of the column 3-2>\" : <Value of the column 3-2 of the subrecord 2 of record 2>,\n"
+"            { \"<Name of the column 3-1>\" : <Value of the column 3-1 of the sub"
+"record 2 of record 2>,\n"
+"              \"<Name of the column 3-2>\" : <Value of the column 3-2 of the sub"
+"record 2 of record 2>,\n"
 "              ... },\n"
 "            ...\n"
 "          ],\n"
-"          ...                                                                },\n"
+"          ...                                                                }"
+",\n"
 "        ...\n"
 "      ]\n"
 "    }"
@@ -2272,120 +2290,3 @@ msgid ""
 "Means the engine couldn't finish to process the request in the time specified "
 "as `timeout`. The status code is `500`."
 msgstr "`timeout` で指定された時間内に検索処理が完了しなかったことを示します。ステータスコードは `500` です。"
-
-#~ msgid ""
-#~ "Value\n"
-#~ ": Possible pattenrs:"
-#~ msgstr ""
-#~ "値\n"
-#~ ": 以下のパターンのいずれかをとります。"
-#~ msgid ""
-#~ "    {\n"
-#~ "      \"startTime\"   : \"<Time to start the operation>\",\n"
-#~ "      \"elapsedTime\" : <Elapsed time to process the query),\n"
-#~ "      \"count\"       : <Total number of search result records>,\n"
-#~ "      \"attributes\"  : [\n"
-#~ "        { \"name\"   : \"<Name of the column 1>\",\n"
-#~ "          \"type\"   : \"<Type of the column 1>\",\n"
-#~ "          \"vector\" : <It this column is a vector column?> },\n"
-#~ "        { \"name\"   : \"<Name of the column 2>\",\n"
-#~ "          \"type\"   : \"<Type of the column 2>\",\n"
-#~ "          \"vector\" : <It this column is a vector column?> },\n"
-#~ "        ...\n"
-#~ "      ],\n"
-#~ "      \"records\"     : [\n"
-#~ "        [<Value of the column 1 of the record 1>,\n"
-#~ "         <Value of the column 2 of the record 1>,\n"
-#~ "         ...],\n"
-#~ "        [<Value of the column 1 of the record 2>,\n"
-#~ "         <Value of the column 2 of the record 2>,\n"
-#~ "         ...],\n"
-#~ "        ...\n"
-#~ "      ]\n"
-#~ "    }"
-#~ msgstr ""
-#~ "    {\n"
-#~ "      \"startTime\"   : \"<検索を開始した時刻>\",\n"
-#~ "      \"elapsedTime\" : <検索にかかった時間),\n"
-#~ "      \"count\"       : <検索結果のレコードの総数>,\n"
-#~ "      \"attributes\"  : [\n"
-#~ "        { \"name\"   : \"<カラム1の名前>\",\n"
-#~ "          \"type\"   : \"<カラム1の型>\",\n"
-#~ "          \"vector\" : <カラム1がベクターカラムかどうか> },\n"
-#~ "        { \"name\"   : \"<カラム2の名前>\",\n"
-#~ "          \"type\"   : \"<カラム2の型>\",\n"
-#~ "          \"vector\" : <カラム2がベクターカラムかどうか> },,\n"
-#~ "        ...\n"
-#~ "      ],\n"
-#~ "      \"records\"     : [\n"
-#~ "        [<レコード1のカラム1の値>,\n"
-#~ "         <レコード1のカラム2の値>,\n"
-#~ "         ...],\n"
-#~ "        [<レコード2のカラム1の値>,\n"
-#~ "         <レコード2のカラム2の値>,\n"
-#~ "         ...],\n"
-#~ "        ...\n"
-#~ "      ]\n"
-#~ "    }"
-#~ msgid ""
-#~ "*Note: This is not implemented on the version {{ site.droonga_version }}. "
-#~ "This information is never exported."
-#~ msgstr ""
-#~ "※註:バージョン {{ site.droonga_version }} では未実装です。この情報は実際"
-#~ "には出力されません。"
-#~ msgid "Each column information is returned as a hash with following keys:"
-#~ msgstr "個々のカラムの情報はハッシュの形をとり、以下の情報を持ちます。"
-#~ msgid ""
-#~ "    {\n"
-#~ "      \"startTime\"   : \"<Time to start the operation>\",\n"
-#~ "      \"elapsedTime\" : <Elapsed time to process the query),\n"
-#~ "      \"count\"       : <Total number of search result records>,\n"
-#~ "      \"attributes\"  : {\n"
-#~ "        \"<Name of the column 1>\" : { \"type\"   : \"<Type of the column "
-#~ "1>\",\n"
-#~ "                                     \"vector\" : <It this column is a "
-#~ "vector column?> },\n"
-#~ "        \"<Name of the column 2>\" : { \"type\"   : \"<Type of the column "
-#~ "2>\",\n"
-#~ "                                     \"vector\" : <It this column is a "
-#~ "vector column?> },\n"
-#~ "        ...\n"
-#~ "      ],\n"
-#~ "      \"records\"     : [\n"
-#~ "        { \"<Name of the column 1>\" : <Value of the column 1 of the "
-#~ "record 1>,\n"
-#~ "          \"<Name of the column 2>\" : <Value of the column 2 of the "
-#~ "record 1>,\n"
-#~ "          ...                                                                },\n"
-#~ "        { \"<Name of the column 1>\" : <Value of the column 1 of the "
-#~ "record 1>,\n"
-#~ "          \"<Name of the column 2>\" : <Value of the column 2 of the "
-#~ "record 2>,\n"
-#~ "          ...                                                                },\n"
-#~ "        ...\n"
-#~ "      ]\n"
-#~ "    }"
-#~ msgstr ""
-#~ "    {\n"
-#~ "      \"startTime\"   : \"<検索を開始した時刻>\",\n"
-#~ "      \"elapsedTime\" : <検索にかかった時間),\n"
-#~ "      \"count\"       : <検索結果のレコードの総数>,\n"
-#~ "      \"attributes\"  : {\n"
-#~ "        \"<カラム1の名前>\" : { \"type\"   : \"<カラム1の型>\",\n"
-#~ "                                \"vector\" : <カラム1がベクターカラムかど"
-#~ "うか> },\n"
-#~ "        \"<カラム2の名前>\" : { \"type\"   : \"<カラム2の型>\",\n"
-#~ "                                \"vector\" : <カラム2がベクターカラムかど"
-#~ "うか> },\n"
-#~ "        ...\n"
-#~ "      ],\n"
-#~ "      \"records\"     : [\n"
-#~ "        { \"<カラム1の名前>\" : <レコード1のカラム1の値>,\n"
-#~ "          \"<カラム2の名前>\" : <レコード1のカラム2の値>,\n"
-#~ "          ...                                                                },\n"
-#~ "        { \"<カラム1の名前>\" : <レコード2のカラム1の値>,\n"
-#~ "          \"<カラム2の名前>\" : <レコード2のカラム2の値>,\n"
-#~ "          ...                                                                },\n"
-#~ "        ...\n"
-#~ "      ]\n"
-#~ "    }"
-------------- next part --------------
HTML����������������������������...
Download 



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