[Groonga-commit] groonga/groonga at 75970b8 [master] doc: update po

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu Nov 27 16:32:07 JST 2014


HAYASHI Kentaro	2014-11-27 16:32:07 +0900 (Thu, 27 Nov 2014)

  New Revision: 75970b884b2bd0c4e9d4bf378e5057b160216ddd
  https://github.com/groonga/groonga/commit/75970b884b2bd0c4e9d4bf378e5057b160216ddd

  Message:
    doc: update po

  Modified files:
    doc/locale/en/LC_MESSAGES/install.po
    doc/locale/en/LC_MESSAGES/news.po
    doc/locale/en/LC_MESSAGES/reference.po

  Modified: doc/locale/en/LC_MESSAGES/install.po (+17 -15)
===================================================================
--- doc/locale/en/LC_MESSAGES/install.po    2014-11-27 16:25:53 +0900 (a381566)
+++ doc/locale/en/LC_MESSAGES/install.po    2014-11-27 16:32:07 +0900 (3e2f8eb)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Groonga 4.0.3\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2014-11-26 19:29+0900\n"
+"PO-Revision-Date: 2014-11-27 16:29+0900\n"
 "Last-Translator: Kouhei Sutou <kou �� clear-code.com>\n"
 "Language-Team: English\n"
 "Language: en\n"
@@ -532,23 +532,14 @@ msgstr "The default is disabled."
 msgid "Here is an example that enables column value compression by zlib::"
 msgstr "Here is an example that enables column value compression by zlib::"
 
-msgid ""
-"The disabled reason is that memory leak occurs when it refers column value. "
-"This is already known issue as `GitHub#6 <https://github.com/groonga/groonga/"
-"issues/6>`_. This issue is not nothing to do with updating column value."
+msgid "``--with-lz4``"
 msgstr ""
-"The disabled reason is that memory leak occurs when it refers column value. "
-"This is already known issue as `GitHub#6 <https://github.com/groonga/groonga/"
-"issues/6>`_. This issue is not nothing to do with updating column value."
-
-msgid "``--with-lzo``"
-msgstr "``--with-lzo``"
 
-msgid "Enables column value compression by LZO."
-msgstr "Enables column value compression by LZO."
+msgid "Enables column value compression by LZ4."
+msgstr ""
 
-msgid "Here is an example that enables column value compression by LZO::"
-msgstr "Here is an example that enables column value compression by LZO::"
+msgid "Here is an example that enables column value compression by LZ4::"
+msgstr ""
 
 msgid "``--with-message-pack=MESSAGE_PACK_INSTALL_PREFIX``"
 msgstr "``--with-message-pack=MESSAGE_PACK_INSTALL_PREFIX``"
@@ -842,6 +833,17 @@ msgstr ""
 "After the above steps, :doc:`/reference/executables/groonga` is found in ``c:"
 "\\groonga\\bin\\groonga.exe``."
 
+#~ msgid ""
+#~ "The disabled reason is that memory leak occurs when it refers column "
+#~ "value. This is already known issue as `GitHub#6 <https://github.com/"
+#~ "groonga/groonga/issues/6>`_. This issue is not nothing to do with "
+#~ "updating column value."
+#~ msgstr ""
+#~ "The disabled reason is that memory leak occurs when it refers column "
+#~ "value. This is already known issue as `GitHub#6 <https://github.com/"
+#~ "groonga/groonga/issues/6>`_. This issue is not nothing to do with "
+#~ "updating column value."
+
 #~ msgid "jessie"
 #~ msgstr "jessie"
 

  Modified: doc/locale/en/LC_MESSAGES/news.po (+147 -38)
===================================================================
--- doc/locale/en/LC_MESSAGES/news.po    2014-11-27 16:25:53 +0900 (cff7c46)
+++ doc/locale/en/LC_MESSAGES/news.po    2014-11-27 16:32:07 +0900 (08ab6f4)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Groonga 4.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2014-09-26 11:58+0900\n"
+"PO-Revision-Date: 2014-11-27 16:31+0900\n"
 "Last-Translator: Kouhei Sutou <kou �� clear-code.com>\n"
 "Language-Team: English\n"
 "Language: en\n"
@@ -20,13 +20,152 @@ msgstr ""
 msgid "News"
 msgstr "News"
 
-#, fuzzy
-msgid "Release 4.0.7 - 2014/10/29"
-msgstr "Release 4.0.6 - 2014/09/29"
+msgid "Release 4.0.8 - 2014/11/29"
+msgstr ""
 
 msgid "Improvements"
 msgstr "Improvements"
 
+msgid "[deb] Supported Ubuntu 12.04 again because Travis-CI runs on it."
+msgstr ""
+
+msgid ""
+"[mruby] Supported pretty print - \"pp\" for debugging. And supported to show "
+"internal objects more descriptive format when inspecting it."
+msgstr ""
+
+msgid ""
+"Supported sequential match (no index match) with match_columns. [groonga-"
+"dev,02902] [Reported by Atsushi Shinoda]"
+msgstr ""
+
+msgid ""
+":doc:`/reference/functions/in_values` supports auto sequential search mode. "
+"There is a case that sequential search is faster than index search when "
+"almost records are matched for example. You can customize the ratio when to "
+"apply this search mode by GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO "
+"environment variable."
+msgstr ""
+
+msgid "[mruby] Supported to load relative path of script."
+msgstr ""
+
+msgid ""
+"Supported test suite to write query optimizer test more easily with mruby "
+"enabled build."
+msgstr ""
+
+msgid ""
+"Supported offline index construction for token filters. [GitHub#239] [Patch "
+"by Naoya Murakami]"
+msgstr ""
+
+msgid ""
+":doc:`/reference/functions/between` supports auto sequential search mode. "
+"Use GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO. Basic concept is similar to "
+"GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO."
+msgstr ""
+
+msgid ""
+"[experimental] Supported multiple drilldowns for :doc:``/reference/command/"
+"select`` command. The new syntax is ``--drilldown[LABEL1].keys COLUMN1,"
+"COLUMN2`` for keys, ``--drilldown[LABEL1].output_columns _value.COLUMN1,"
+"_value.COLUMN2,_nsubrecs`` for output columns."
+msgstr ""
+
+msgid "Supported to search 'reference_column @ \"query\"' without index."
+msgstr ""
+
+msgid ""
+"Added :doc:`/reference/commands/range_filter` command. It is faster than "
+"select command to fetch specific range of records, but there are limitations "
+"which doesn't support drilldown and so on."
+msgstr ""
+
+msgid "[httpd] Supported groonga-httpd on windows."
+msgstr ""
+
+msgid "Supported vector column for drilldown."
+msgstr ""
+
+msgid ""
+"[deb] Changed groonga-httpd as default HTTP server package. groonga-server-"
+"http is deprecated."
+msgstr ""
+
+msgid ""
+"Added configuration file for Windows CI on AppVeyor. [groonga-"
+"dev,02970,02981] [Patch by Hiroshi Hatake]"
+msgstr ""
+
+msgid "Fixes"
+msgstr "Fixes"
+
+msgid ""
+"[doc] Fixed duplicated execution example path about :doc:`/reference/"
+"commands/table_create`. [GitHub groonga.org#14] [Reported by Masafumi "
+"Yokoyama]"
+msgstr ""
+
+msgid ""
+"Fixed a bug that nested indexed full text search against _key returns empty "
+"results."
+msgstr ""
+
+msgid ""
+"Fixed flags parameter for BSD ``mkostemp(3)``. [GitHub#240] [Patch by Jun "
+"Kuriyama]"
+msgstr ""
+
+msgid ""
+"Fixed a bug that select command reports invalid value type (table) as index "
+"column value type. It affects only header of response."
+msgstr ""
+
+msgid ""
+"Fixed a bug that compare operations such as <, <=, >, >=, != with Time and "
+"String type returns invalid results."
+msgstr ""
+
+msgid ""
+"Fixed a bug that \"*\" with single character can't do prefix search. "
+"[GitHub#242] [Patch by Naoya Murakami]"
+msgstr ""
+
+msgid "Fixed a memory leak on drilldown ``ShortText`` value with ``--filter``."
+msgstr ""
+
+msgid ""
+"[windows] Fixed typedef which causes build error for MSVC. [GitHub#245,#247] "
+"[Patch by Hiroshi Hatake]"
+msgstr ""
+
+msgid ""
+"Fixed missing \",\" for \"DDL:set_token_filters\" log. [Reported by Naoya "
+"Murakami]"
+msgstr ""
+
+msgid "Thanks"
+msgstr "Thanks"
+
+msgid "Atsushi Shinoda"
+msgstr ""
+
+msgid "Masafumi Yokoyama"
+msgstr "Masafumi Yokoyama"
+
+msgid "Naoya Murakami"
+msgstr "Naoya Murakami"
+
+msgid "Jun Kuriyama"
+msgstr ""
+
+msgid "Hiroshi Hatake"
+msgstr ""
+
+msgid "Release 4.0.7 - 2014/10/29"
+msgstr ""
+
 msgid "[windows] Supported Groonga with mruby on Windows."
 msgstr ""
 
@@ -57,9 +196,8 @@ msgstr ""
 msgid "[deb] Clarified licenses about used/bundled files in debian/copyright."
 msgstr ""
 
-#, fuzzy
 msgid "Dropped LZO compression support."
-msgstr "Dropped Fedora 15 support."
+msgstr ""
 
 msgid "Added LZ4 compression support. [GitHub#223] [Patch by Naoya Murakami]"
 msgstr ""
@@ -81,28 +219,20 @@ msgid ""
 "http://snowball.tartarus.org/>`_ library."
 msgstr ""
 
-#, fuzzy
 msgid ""
 "[doc] Added :doc:`/reference/token_filters` documentation. [GitHub#227] "
 "[Patch by Naoya Murakami]"
-msgstr "[doc] Fixed a typo in documentation. [GitHub#8] [Patch by zunda]"
-
-msgid "Fixes"
-msgstr "Fixes"
+msgstr ""
 
-#, fuzzy
 msgid ""
 "[doc] Fixed link of the Ranguba project. [GitHub#212] [Patch by Naoya "
 "Murakami]"
 msgstr ""
-"[doc] Fixed description about the way to contribute. [GitHub#77] [Patch by "
-"Masafumi Yokoyama]"
 
-#, fuzzy
 msgid ""
 "[httpd] Updated bundled nginx version to 1.7.6. [GitHub#208] [Patch by "
 "Hiroshi Hatake]"
-msgstr "[httpd] Updated bundled nginx version to 1.4.2."
+msgstr ""
 
 msgid ""
 "[power8] Fixed build failure. See http://lists.askmonty.org/pipermail/"
@@ -114,20 +244,15 @@ msgid ""
 "char`` type. [GitHub#217]"
 msgstr ""
 
-#, fuzzy
 msgid ""
 "Fixed a bug that a ``TABLE_DAT_KEY`` table returns empty results for :doc:`/"
 "reference/commands/select`. [GitHub#220]"
 msgstr ""
-"Fixed a crash bug that invalid value is passed as match expression argument "
-"in :doc:`/reference/commands/select`. #1047"
 
-#, fuzzy
 msgid ""
 "Fixed a memory leak about inspecting vector column. It occurs when something "
 "error reports about vector column."
 msgstr ""
-"Fixed a memory leak on updating an empty column vector with the same value."
 
 msgid ""
 "Fixed memory leaks in zlib/LZO compressed column [GitHub#221] [Patch by "
@@ -148,26 +273,14 @@ msgid ""
 "environment."
 msgstr ""
 
-#, fuzzy
 msgid "Fixed a memory leak on converting weight vector to text."
 msgstr ""
-"Fixed a memory leak on updating an empty column vector with the same value."
 
 msgid ""
 "[dump] Fixed token filters and ``TABLE_NO_KEY`` related error in :doc:`/"
 "reference/commands/dump`.  [GitHub#215] [Patch by Naoya Murakami]"
 msgstr ""
 
-msgid "Thanks"
-msgstr "Thanks"
-
-msgid "Naoya Murakami"
-msgstr "Naoya Murakami"
-
-#, fuzzy
-msgid "Hiroshi Hatake"
-msgstr "Hiroshi Umemoto"
-
 msgid "Sergey Vojtovich"
 msgstr ""
 
@@ -220,9 +333,8 @@ msgid ""
 "returns ``false`` and column isn't created."
 msgstr ""
 
-#, fuzzy
 msgid "[debian] Dropped Debian jessie and sid support."
-msgstr "[deb] Dropped Debian 6.0 (squeeze) support."
+msgstr ""
 
 msgid ""
 "Fixed a bug that similar search doesn't use IDF (Inverse Document Frequency) "
@@ -268,9 +380,6 @@ msgstr ""
 msgid "Hideki Yamane"
 msgstr "Hideki Yamane"
 
-msgid "Masafumi Yokoyama"
-msgstr "Masafumi Yokoyama"
-
 msgid "cosmo0920"
 msgstr "cosmo0920"
 

  Modified: doc/locale/en/LC_MESSAGES/reference.po (+4 -1)
===================================================================
--- doc/locale/en/LC_MESSAGES/reference.po    2014-11-27 16:25:53 +0900 (403bdd5)
+++ doc/locale/en/LC_MESSAGES/reference.po    2014-11-27 16:32:07 +0900 (b123e35)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Groonga 4.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2014-11-26 19:10+0900\n"
+"PO-Revision-Date: 2014-11-27 16:31+0900\n"
 "Last-Translator: Kouhei Sutou <kou �� clear-code.com>\n"
 "Language-Team: English\n"
 "Language: en\n"
@@ -10543,6 +10543,9 @@ msgid ""
 msgstr ""
 "``html_untag`` returns plain text which is stripped HTML tags from HTML text."
 
+msgid "in_values"
+msgstr ""
+
 msgid "now"
 msgstr "now"
 
-------------- next part --------------
HTML����������������������������...
下載 



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