[Groonga-commit] groonga/groonga at 9da73ad [master] doc: use iB

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Mar 11 17:57:54 JST 2016


Kouhei Sutou	2016-03-11 17:57:54 +0900 (Fri, 11 Mar 2016)

  New Revision: 9da73add95707372604248a03d808222b1695ed2
  https://github.com/groonga/groonga/commit/9da73add95707372604248a03d808222b1695ed2

  Message:
    doc: use iB

  Modified files:
    doc/locale/ja/LC_MESSAGES/limitations.po
    doc/source/limitations.rst

  Modified: doc/locale/ja/LC_MESSAGES/limitations.po (+7 -7)
===================================================================
--- doc/locale/ja/LC_MESSAGES/limitations.po    2016-03-11 17:56:38 +0900 (3453658)
+++ doc/locale/ja/LC_MESSAGES/limitations.po    2016-03-11 17:57:54 +0900 (4579cf6)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2014-11-21 13:25+0900\n"
+"PO-Revision-Date: 2016-03-11 17:57+0900\n"
 "Last-Translator: Kouhei Sutou <kou �� clear-code.com>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -29,11 +29,11 @@ msgstr "テーブルの制限"
 msgid "A table has the following limitations."
 msgstr "テーブルには以下の制限があります。"
 
-msgid "The maximum one key size: 4096Bytes"
-msgstr "1つのキーの最大サイズ: 4096Bytes"
+msgid "The maximum one key size: 4KiB"
+msgstr "1つのキーの最大サイズ: 4KiB"
 
-msgid "The maximum total size of keys: 4GBytes"
-msgstr "キーのサイズを合計した上限値: 4GByte"
+msgid "The maximum total size of keys: 4GiB"
+msgstr "キーのサイズを合計した上限値: 4GiB"
 
 msgid "The maximum number of records: 268,435,455 (more than 268 million)"
 msgstr "最大レコード数: 268,435,455 (約2億6千万)"
@@ -51,8 +51,8 @@ msgid ""
 "The maximum number of distinct terms: 268,435,455 (more than 268 million)"
 msgstr "最大語彙数: 268,435,455 (約2億6千万)"
 
-msgid "The maximum index size: 256GBytes"
-msgstr "最大インデックスサイズ: 256GByte"
+msgid "The maximum index size: 256GiB"
+msgstr "最大インデックスサイズ: 256GiB"
 
 msgid "Limitations of column"
 msgstr "カラムの制限"

  Modified: doc/source/limitations.rst (+3 -3)
===================================================================
--- doc/source/limitations.rst    2016-03-11 17:56:38 +0900 (718ffd1)
+++ doc/source/limitations.rst    2016-03-11 17:57:54 +0900 (4619d7e)
@@ -13,8 +13,8 @@ Limitations of table
 
 A table has the following limitations.
 
-* The maximum one key size: 4096Bytes
-* The maximum total size of keys: 4GBytes
+* The maximum one key size: 4KiB
+* The maximum total size of keys: 4GiB
 * The maximum number of records: 268,435,455 (more than 268 million)
 
 Keep in mind that these limitations may vary depending on conditions.
@@ -25,7 +25,7 @@ Limitations of indexing
 A full-text index has the following limitations.
 
 * The maximum number of distinct terms: 268,435,455 (more than 268 million)
-* The maximum index size: 256GBytes
+* The maximum index size: 256GiB
 
 Keep in mind that these limitations may vary depending on conditions.
 
-------------- next part --------------
HTML����������������������������...
Download 



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