Navigation Menu

Skip to content

Commit

Permalink
doc: remove garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jan 28, 2015
1 parent 4f8cebc commit a1718b1
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions doc/locale/ja/LC_MESSAGES/news.po
Expand Up @@ -5441,43 +5441,3 @@ msgid ""
"MODE' supported"
msgstr ""

#~ msgid "http: Fixed a bug that body isn't returned for POST requests."
#~ msgstr "http: POSTリクエストのbodyが返ってこない不具合を修正しました。"

#~ msgid "http: Fixed a bug that two or more request don't have body."
#~ msgstr ""
#~ "http: 2つ以上のリクエストがあると結果が空になる不具合を修正しました。"

#~ msgid ""
#~ "[doc] Added documents about :ref:`select-drilldown-limit`, :ref:`select-"
#~ "drilldown-calc-types`, :ref:`select-drilldown-calc-target` and more."
#~ msgstr ""
#~ "[doc] :ref:`select-drilldown-limit`、 :ref:`select-drilldown-calc-"
#~ "types`、 :ref:`select-drilldown-calc-target` などのドキュメントを追加しま"
#~ "した。"

#~ msgid ""
#~ "Added ``--with-jemalloc`` option to use ``jemalloc`` for ``malloc()/"
#~ "free()``. It'll improve performance on multi-threading usage."
#~ msgstr ""
#~ "``--with-jemalloc`` オプションを ``malloc()/free()`` で ``jemalloc`` を使"
#~ "うために追加しました。これを有効にするとマルチスレッドにおいてパフォーマン"
#~ "スの向上が期待できます。"

#~ 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 ""
#~ "ドリルダウンで ``MIN``、 ``MAX``、 ``AVG`` をサポートしました。 ``SUM`` と"
#~ "構文は同じです。'calc_types' には複数指定できます。"

#~ 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 ""
#~ "ドリルダウンで集計できるようになりました。この機能を使うための構文は次のと"
#~ "おりです。 ``select --drilldown[label].calc_type SUM --drilldown[label]."
#~ "calc_target target_column``。ドリルダウンでグループごとの合計値を返しま"
#~ "す。"

0 comments on commit a1718b1

Please sign in to comment.