[Groonga-commit] groonga/groonga at dbe7232 [master] doc logical_select: fix a typo

Back to archive index

Yasuhiro Horimoto null+****@clear*****
Tue Feb 20 21:31:22 JST 2018


Yasuhiro Horimoto	2018-02-20 21:31:22 +0900 (Tue, 20 Feb 2018)

  New Revision: dbe72323716a2cc5affcbe9054f03a65716d343d
  https://github.com/groonga/groonga/commit/dbe72323716a2cc5affcbe9054f03a65716d343d

  Merged b5b9811: Merge pull request #827 from komainu8/logical_select_doc

  Message:
    doc logical_select: fix a typo
    
    Because the number of records is different from the example.

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/commands/logical_select.rst

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+17 -11)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2018-02-19 15:33:02 +0900 (76a1bfa57)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2018-02-20 21:31:22 +0900 (1530fbd65)
@@ -223,6 +223,12 @@ msgstr ""
 "Groongaを全文検索ライブラリとして使うことができます。この節ではGroongaが提供"
 "しているAPIを示します。"
 
+msgid "パラメータ"
+msgstr ""
+
+msgid "戻り値"
+msgstr ""
+
 msgid "Global configurations"
 msgstr "全体設定"
 
@@ -4478,12 +4484,6 @@ msgstr ""
 "``HEADER`` については :doc:`/reference/command/output_format` を参照してくだ"
 "さい。"
 
-msgid ""
-"The number of kinds of index target data and the number of handleable "
-"records in a small index column"
-msgstr ""
-"インデックス対象データの種類数と小さなインデックスカラムで扱えるレコード数"
-
 msgid "``column_create``"
 msgstr ""
 
@@ -5023,6 +5023,12 @@ msgstr ""
 "``2`` と ``3`` )になります。以下の表はインデックス対象データの種類数と扱える"
 "最大レコード数の関係を示しています。"
 
+msgid ""
+"The number of kinds of index target data and the number of handleable "
+"records in a small index column"
+msgstr ""
+"インデックス対象データの種類数と小さなインデックスカラムで扱えるレコード数"
+
 msgid "The number of kinds of index target data"
 msgstr "インデックス対象のデータの種類数"
 
@@ -8163,10 +8169,10 @@ msgstr ""
 "ものなら、論理テーブル名は ``Entries`` です。"
 
 msgid ""
-"You can show 10 records by specifying ``logical_table`` and ``shard_key`` "
+"You can show 5 records by specifying ``logical_table`` and ``shard_key`` "
 "parameters. They are required parameters."
 msgstr ""
-"``logical_table`` と ``shard_key`` 引数を指定すると10レコード表示できます。こ"
+"``logical_table`` と ``shard_key`` 引数を指定すると5レコード表示できます。こ"
 "れらの引数は必須の引数です。"
 
 msgid "See :ref:`logical-select-logical-table` how to specify ``shard_key``."
@@ -25817,9 +25823,6 @@ msgid ""
 "records are fetched."
 msgstr ""
 
-msgid "Characteristics of all tables"
-msgstr "全テーブルの特徴"
-
 msgid "Tables"
 msgstr "テーブル"
 
@@ -25853,6 +25856,9 @@ msgstr ""
 "以下はGroongaにあるすべてのテーブルの特性表です。(この表の中では ``TABLE_`` "
 "プレフィックスは省略しています。)"
 
+msgid "Characteristics of all tables"
+msgstr "全テーブルの特徴"
+
 msgid "Item"
 msgstr ""
 

  Modified: doc/source/reference/commands/logical_select.rst (+1 -1)
===================================================================
--- doc/source/reference/commands/logical_select.rst    2018-02-19 15:33:02 +0900 (c66e1e08a)
+++ doc/source/reference/commands/logical_select.rst    2018-02-20 21:31:22 +0900 (84ec82dfe)
@@ -283,7 +283,7 @@ Specifies logical table name. It means table name without
 ``Entries_20150708``, ``Entries_20150709`` and so on, logical table
 name is ``Entries``.
 
-You can show 10 records by specifying ``logical_table`` and
+You can show 5 records by specifying ``logical_table`` and
 ``shard_key`` parameters. They are required parameters.
 
 .. groonga-command
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180220/651ad624/attachment-0001.htm 



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