Navigation Menu

Skip to content

Commit

Permalink
doc: update po
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jan 28, 2015
1 parent 10efc33 commit 53c7a22
Show file tree
Hide file tree
Showing 3 changed files with 900 additions and 129 deletions.
23 changes: 10 additions & 13 deletions doc/locale/en/LC_MESSAGES/install.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Groonga 4.0.3\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2015-01-21 15:13+0900\n"
"PO-Revision-Date: 2015-01-28 13:21+0900\n"
"Last-Translator: Kouhei Sutou <kou@clear-code.com>\n"
"Language-Team: English\n"
"Language: en\n"
Expand Down Expand Up @@ -165,8 +165,8 @@ msgid "/etc/apt/sources.list.d/groonga.list::"
msgstr "/etc/apt/sources.list.d/groonga.list::"

msgid ""
"If you want to use TokenFilterStem as a token filter, install groonga-token-"
"filter-stem package."
"If you want to use ``TokenFilterStem`` as a token filter, install groonga-"
"token-filter-stem package."
msgstr ""

msgid "Install groonga-token-filter-stem package::"
Expand Down Expand Up @@ -231,12 +231,9 @@ msgstr "Mac OS X"

msgid ""
"This section describes how to install Groonga on Mac OS X. You can install "
"Groonga by `MacPorts <http://www.macports.org/>`_ or `Homebrew <http://mxcl."
"github.com/homebrew/>`_."
"Groonga by `MacPorts <http://www.macports.org/>`__ or `Homebrew <http://mxcl."
"github.com/homebrew/>`__."
msgstr ""
"This section describes how to install Groonga on Mac OS X. You can install "
"Groonga by `MacPorts <http://www.macports.org/>`_ or `Homebrew <http://mxcl."
"github.com/homebrew/>`_."

msgid "MacPorts"
msgstr "MacPorts"
Expand Down Expand Up @@ -749,7 +746,7 @@ msgstr ""
"For 32-bit environment, download x86 executable binary from packages.groonga."
"org:"

msgid "http://packages.groonga.org/windows/groonga/groonga-4.1.0-x86.exe"
msgid "http://packages.groonga.org/windows/groonga/groonga-4.1.1-x86.exe"
msgstr ""

msgid "Then run it."
Expand All @@ -762,7 +759,7 @@ msgstr ""
"For 64-bit environment, download x64 executable binary from packages.goronga."
"org:"

msgid "http://packages.groonga.org/windows/groonga/groonga-4.1.0-x64.exe"
msgid "http://packages.groonga.org/windows/groonga/groonga-4.1.1-x64.exe"
msgstr ""

msgid ""
Expand All @@ -780,7 +777,7 @@ msgid ""
msgstr ""
"For 32-bit environment, download x86 zip archive from packages.groonga.org:"

msgid "http://packages.groonga.org/windows/groonga/groonga-4.1.0-x86.zip"
msgid "http://packages.groonga.org/windows/groonga/groonga-4.1.1-x86.zip"
msgstr ""

msgid "Then extract it."
Expand All @@ -791,7 +788,7 @@ msgid ""
msgstr ""
"For 64-bit environment, download x64 zip archive from packages.groonga.org:"

msgid "http://packages.groonga.org/windows/groonga/groonga-4.1.0-x64.zip"
msgid "http://packages.groonga.org/windows/groonga/groonga-4.1.1-x64.zip"
msgstr ""

msgid "You can find :doc:`/reference/executables/groonga` in ``bin`` folder."
Expand All @@ -817,7 +814,7 @@ msgstr "`CMake <http://www.cmake.org/>`_"
msgid "Download zipped source from packages.groonga.org:"
msgstr "Download zipped source from packages.groonga.org:"

msgid "http://packages.groonga.org/source/groonga/groonga-4.1.0.zip"
msgid "http://packages.groonga.org/source/groonga/groonga-4.1.1.zip"
msgstr ""

msgid "Move to the Groonga's source folder::"
Expand Down
142 changes: 112 additions & 30 deletions doc/locale/en/LC_MESSAGES/news.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Groonga 4.0.1\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2015-01-21 15:14+0900\n"
"PO-Revision-Date: 2015-01-28 13:25+0900\n"
"Last-Translator: Kouhei Sutou <kou@clear-code.com>\n"
"Language-Team: English\n"
"Language: en\n"
Expand All @@ -20,6 +20,96 @@ msgstr ""
msgid "News"
msgstr "News"

msgid "Release 4.1.1 - 2015-01-29"
msgstr ""

msgid "Improvements"
msgstr "Improvements"

msgid ""
"[windows] Improved to show error message instead of error code. It's easy to "
"understand."
msgstr ""

msgid ""
"[windows] Supported small start file size for database file. In previous "
"versions, Groonga consumed larger initial file size on windows in contrast "
"to UNIX like environment. To enable this feature, use ``GRN_IO_VERSION=1`` "
"environment variable."
msgstr ""

msgid ""
"Supported sum feature for drilldown. Here is the syntax how to use it. "
"``select --drilldown[label].calc_type SUM --drilldown[label].calc_target "
"target_column`` It returns drilldown result with max value in group."
msgstr ""

msgid ""
"Supported ``MIN``, ``MAX``, ``AVG`` feature for drilldown. The syntax is "
"same as sum feature. You can specify multiple 'calc_types' at the same time."
msgstr ""

msgid ""
"Added ``--with-jemalloc`` option to use ``jemalloc`` for ``malloc()/"
"free()``. It'll improve performance on multi-threading usage."
msgstr ""

msgid ""
"groonga-httpd: Supported long error message over ``NGX_MAX_ERROR_STR``. By "
"this change, long error message (>=2048) is not truncated."
msgstr ""

msgid ""
"[doc] Added documents about :ref:`select-drilldown-limit`, :ref:`select-"
"drilldown-calc-types`, :ref:`select-drilldown-calc-target` and more."
msgstr ""

msgid "Fixes"
msgstr "Fixes"

msgid ""
"Fixed mismatch between error code and error message when ``strerror()`` is "
"failed. There was a case that Groonga shows incorrect error code as syscall "
"error."
msgstr ""

msgid "Fixed to show errno in error message when unknow error is occurred."
msgstr ""

msgid "[windows] Fixed to return proper error code."
msgstr ""

msgid ""
"Fixed a bug that there is only 'index[0]' for :ref:`select-match_columns`, "
"it doesn't return correct search results. For example, it occurs when index "
"'memo_index' is created against multiple column - 'title,content' then "
"'memo_index[0]' is specified."
msgstr ""

msgid "http: Fixed a bug that two or more request don't have body."
msgstr ""

msgid ""
"mecab: Added workaround for ``mecab_strerror(NULL)`` on MeCab 0.993. Without "
"this workaround, Groonga aborts if there is no MeCab dictionary. [Reported "
"by Shuhei Tanuma]"
msgstr ""

msgid "groonga-httpd: Fixed a bug that custom log file is ignored."
msgstr ""

msgid "groonga-httpd: Fixed a bug that empty dump doesn't return."
msgstr ""

msgid "http: Fixed a bug that body isn't returned for POST requests."
msgstr ""

msgid "Thanks"
msgstr "Thanks"

msgid "Shuhei Tanuma"
msgstr ""

msgid "Release 4.1.0 - 2015-01-09"
msgstr ""

Expand Down Expand Up @@ -48,9 +138,6 @@ msgid ""
"re-create your indexes."
msgstr ""

msgid "Fixes"
msgstr "Fixes"

# eec36f7644d24a0e8bae40f427308c29
msgid ""
"Fixed a bug that index may be broken. But the following bug fixed in Groonga "
Expand All @@ -69,9 +156,6 @@ msgid ""
"Use 4.1.0 instead of 4.0.9. 4.0.9 has a serious bug that may break index."
msgstr ""

msgid "Improvements"
msgstr "Improvements"

# 1a9a4ae1ae5847a8be98c96d9b7df541
msgid "[:doc:`/reference/executables/groonga-httpd`] Marked as stable."
msgstr ""
Expand Down Expand Up @@ -191,9 +275,6 @@ msgid ""
"\"Piro\" Hiroshi]"
msgstr ""

msgid "Thanks"
msgstr "Thanks"

msgid "Hiroshi Hatake"
msgstr ""

Expand Down Expand Up @@ -273,9 +354,9 @@ msgid ""
msgstr ""

msgid ""
"[experimental] Supported multiple drilldowns for :doc:``/reference/command/"
"select`` command. The syntax is extended to support this feature. The new "
"one is ``--drilldown[LABEL1].keys COLUMN1,COLUMN2`` for keys, ``--"
"[experimental] Supported multiple drilldowns for :doc:`/reference/commands/"
"select` command. The syntax is extended to support this feature. The new one "
"is ``--drilldown[LABEL1].keys COLUMN1,COLUMN2`` for keys, ``--"
"drilldown[LABEL1].output_columns _value.COLUMN1,_value.COLUMN2,_nsubrecs`` "
"for output columns. In the previous versions, a client application must "
"implement by oneself for drilldown by multiple keys. Use ``_key[N]`` for ``--"
Expand All @@ -287,11 +368,11 @@ msgstr ""

msgid ""
"[experimental] Added :doc:`/reference/commands/range_filter` command. It is "
"faster than select command to fetch specific range of records in most cases, "
"because it doesn't returns the number of matched records. There are "
"limitations which doesn't support drilldown and so on. Thus, "
"``range_filter`` is suitable for extracting first ``N`` records in specific "
"range for ranking or something else."
"faster than :doc:`/reference/commands/select` command to fetch specific "
"range of records in most cases, because it doesn't returns the number of "
"matched records. There are limitations which doesn't support drilldown and "
"so on. Thus, ``range_filter`` is suitable for extracting first ``N`` "
"records in specific range for ranking or something else."
msgstr ""

msgid "[httpd] Supported ``groonga-httpd`` on windows."
Expand Down Expand Up @@ -330,9 +411,10 @@ msgid ""
msgstr ""

msgid ""
"Fixed a bug that select command reports invalid value type (table) as index "
"column value type. It was fixed to ``UInt32``. Note that it affects only the "
"value of response header. The search results is not changed at all."
"Fixed a bug that :doc:`/reference/commands/select` command reports invalid "
"value type (table) as index column value type. It was fixed to ``UInt32``. "
"Note that it affects only the value of response header. The search results "
"is not changed at all."
msgstr ""

msgid ""
Expand Down Expand Up @@ -2854,14 +2936,10 @@ msgstr ""

msgid ""
"Fixed a bug that ``--default-match-escalation-threshold`` doesn't accept "
"negative value to disable functionality. This fix enable you to disable "
"search escalation. see :option:`--default-match-escalation-threshold` about "
"details."
"negative value to disable functionality that is used on :doc:`/spec/"
"search`. This fix enable you to disable search escalation. see :option:`--"
"default-match-escalation-threshold` about details."
msgstr ""
"Fixed a bug that ``--default-match-escalation-threshold`` doesn't accept "
"negative value to disable functionality. This fix enable you to disable "
"search escalation. see :option:`--default-match-escalation-threshold` about "
"details."

msgid ""
"Fixed a bug that ``_score`` after \"*\" is ignored in ``--output_columns``."
Expand Down Expand Up @@ -4799,8 +4877,9 @@ msgstr ""
"Y``, ``X % Y``, ``X >> Y``, ``X << Y``, ``X | Y``, ``X ^ Y``, ``X & Y`` and "
"``X >>> Y`` for Int8, UInt8, Int16, UInt16 and UInt64."

msgid "Added english documentation for ``load`` command."
msgstr "Added english documentation for ``load`` command."
msgid ""
"Added English documentation for :doc:`/reference/commands/load` command."
msgstr ""

msgid ""
"Supported binary assign operations such as ``X += Y``, ``X -= Y``, ``X *= "
Expand Down Expand Up @@ -5079,3 +5158,6 @@ msgid ""
msgstr ""
"applied ftb patch for mysql binding from <ko at yappo.ne.jp> 'IN BOOLEAN "
"MODE' supported"

#~ msgid "Added english documentation for ``load`` command."
#~ msgstr "Added english documentation for ``load`` command."

0 comments on commit 53c7a22

Please sign in to comment.