Skip to content

Commit

Permalink
doc: update po
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Nov 27, 2014
1 parent 9f84901 commit 75970b8
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 54 deletions.
32 changes: 17 additions & 15 deletions doc/locale/en/LC_MESSAGES/install.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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``"
Expand Down Expand Up @@ -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"

Expand Down
185 changes: 147 additions & 38 deletions doc/locale/en/LC_MESSAGES/news.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 ""

Expand Down Expand Up @@ -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 ""
Expand All @@ -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/"
Expand All @@ -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 "
Expand All @@ -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 ""

Expand Down Expand Up @@ -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) "
Expand Down Expand Up @@ -268,9 +380,6 @@ msgstr ""
msgid "Hideki Yamane"
msgstr "Hideki Yamane"

msgid "Masafumi Yokoyama"
msgstr "Masafumi Yokoyama"

msgid "cosmo0920"
msgstr "cosmo0920"

Expand Down
5 changes: 4 additions & 1 deletion doc/locale/en/LC_MESSAGES/reference.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit 75970b8

Please sign in to comment.