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

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Mar 28 14:15:55 JST 2016


HAYASHI Kentaro	2016-03-28 14:15:55 +0900 (Mon, 28 Mar 2016)

  New Revision: f14a567ae778f09b2d237a540c26bdfad7dd29be
  https://github.com/groonga/groonga/commit/f14a567ae778f09b2d237a540c26bdfad7dd29be

  Message:
    doc: update po

  Modified files:
    doc/locale/ja/LC_MESSAGES/news.po

  Modified: doc/locale/ja/LC_MESSAGES/news.po (+183 -9)
===================================================================
--- doc/locale/ja/LC_MESSAGES/news.po    2016-03-28 14:04:18 +0900 (f6c5658)
+++ doc/locale/ja/LC_MESSAGES/news.po    2016-03-28 14:15:55 +0900 (3f7f94f)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.2.4\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2016-03-09 21:29+0900\n"
+"PO-Revision-Date: 2016-03-28 14:12+0900\n"
 "Last-Translator: Masafumi Yokoyama <yokoyama �� clear-code.com>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -21,13 +21,193 @@ msgstr ""
 msgid "News"
 msgstr "お知らせ"
 
-msgid "Release 6.0.0 - 2016-02-29"
-msgstr "6.0.0リリース - 2016-02-29"
+msgid "Release 6.0.1 - 2016-03-29"
+msgstr "6.0.1リリース - 2016-03-29"
 
 msgid "Improvements"
 msgstr "改良"
 
 msgid ""
+"[mruby] Updated bundled mruby to fix a crash bug related to GC and backtrace."
+msgstr ""
+"[mruby] GCとバックトレースに関連してクラッシュするバグを修正するため、バンド"
+"ルしているmrubyを更新しました。"
+
+msgid "Exported following the API"
+msgstr "以下のAPIを公開しました。"
+
+msgid "grn_expr_take_obj()"
+msgstr ""
+
+msgid "grn_request_canceler_cancel_all()"
+msgstr ""
+
+msgid "grn_obj_remove_dependent()"
+msgstr ""
+
+msgid "grn_obj_is_text_family_type()"
+msgstr ""
+
+msgid ""
+"[hash] Supported 4GiB over total key size when ``KEY_LARGE`` flag is set to "
+"a table::"
+msgstr ""
+"[hash] `KEY_LARGE` フラグがテーブルに設定されていれば、キーの総サイズが4GiBの"
+"制限を超えられるようにしました。::"
+
+msgid ""
+"[:doc:`/reference/commands/load`] Support request ID with raw JSON input "
+"case::"
+msgstr ""
+"[:doc:`/reference/commands/load`] JSON形式の入力としてrequest IDを受けつける"
+"ようにしました。"
+
+msgid ""
+"[:doc:`/reference/commands/shutdown`] Added ``mode`` argument to shutdown "
+"immediately. Use \"shutdown --mode immediate\" in such a purpose."
+msgstr ""
+"[:doc:`/reference/commands/shutdown`] 即座に ``shutdown`` するために "
+"``mode`` 引数を追加しました。 \"shutdown --mode immediate\" として使用しま"
+"す。"
+
+msgid ""
+"[:doc:`/install/mac_os_x`] Added a instruction to setup MeCab dictionary for "
+"Homebrew."
+msgstr ""
+"[:doc:`/install/mac_os_x`] MeCab辞書をHomebrewでセットアップする手順を追加し"
+"ました。"
+
+msgid ""
+"[:doc:`/reference/commands/load`] Supported to stop load when cancel is "
+"requested."
+msgstr ""
+"[:doc:`/reference/commands/load`] キャンセル要求があったときにloadをとりやめ"
+"られるようにしました。"
+
+msgid ""
+"[:doc:`/reference/commands/table_remove`] Supported to remove dependent "
+"tables. Use \"--dependent yes\" for it."
+msgstr ""
+"[:doc:`/reference/commands/table_remove`] 依存関係のあるテーブルを削除できる"
+"ようにしました。 ``--dependent yes`` を使います。"
+
+msgid ""
+"[:doc:`/reference/commands/logical_table_remove`] Supported to remove "
+"dependent tables."
+msgstr ""
+"[:doc:`/reference/commands/logical_table_remove`] 依存関係のあるテーブルを削"
+"除できるようにしました。"
+
+msgid "[Windows] Supported memory debug mode on Windows."
+msgstr "[windows] Windows上でメモリデバッグモードをサポートしました。"
+
+msgid "Supported to dump allocation information by status on memory debug mode"
+msgstr ""
+"メモリデバッグモードのstatusでメモリの確保情報をダンプできるようにしました。"
+
+msgid ""
+"[:doc:`/contribution/documentation/i18n`] Added installation step for Sphinx."
+msgstr ""
+"[:doc:`/contribution/documentation/i18n`] Sphinxのインストール手順を追加しま"
+"した。"
+
+msgid ""
+"[experimental] Supported to split chunks in static indexing. Use "
+"``GRN_INDEX_CHUNK_SPLIT_ENABLE=yes`` to enable it. [GitHub#479]"
+msgstr ""
+"[実験的] インデックスの静的構築において、チャンクを分割できるようにしました。"
+"有効にするには ``GRN_INDEX_CHUNK_SPLIT_ENABLE=yes`` を設定します。"
+"[GitHub#479]"
+
+msgid "Fixes"
+msgstr "修正"
+
+msgid ""
+"[:doc:`/reference/commands/load`] Fixed a crash bug when nonexistent column "
+"is specified. [GitHub#493]"
+msgstr ""
+"[:doc:`/reference/commands/load`] 存在しないカラムを指定したときに、クラッ"
+"シュする不具合を修正しました。[GitHub#493]"
+
+msgid ""
+"[:doc:`/reference/commands/load`] Fixed a bug that load command does not "
+"return error code correctly. [GitHub#495]"
+msgstr ""
+"[:doc:`/reference/commands/load`] loadコマンドが適切なエラーコードを返さない"
+"不具合を修正しました。[GitHub#495]"
+
+# 5ea59909f50e427ca597c39973c6f646
+msgid ""
+"[:doc:`/reference/commands/load`] Fixed a memory leak when parsing columns "
+"parameter in load command."
+msgstr ""
+"[:doc:`/reference/commands/load`] loadコマンドのカラムパラメータをパースする"
+"ときにメモリリークしているのを修正しました。"
+
+msgid ""
+"[:doc:`/reference/commands/load`] Fixed a bug that only the first array in "
+"`--values` is handled as a list of column names if ``--columns`` is not "
+"specified. [GitHub#497]"
+msgstr ""
+"[:doc:`/reference/commands/load`] ``--columns`` が指定されていないとき、 ``--"
+"values`` に含まれる最初の配列がカラム名のリストとして扱われてしまう不具合を修"
+"正しました。[GitHub#497]"
+
+msgid ""
+"[:doc:`/reference/commands/load`] Fixed to check ``--columns`` more "
+"precisely [GitHub#496]"
+msgstr ""
+"[:doc:`/reference/commands/load`] ``--columns`` をより厳密にチェックするよう"
+"にしました。[GitHub#496]"
+
+msgid "Fixed a insufficient critical section handling for thread-safety."
+msgstr ""
+"スレッドセーフにするのに不十分なクリティカルセクションの扱いを修正しました。"
+
+msgid ""
+"[:doc:`/reference/commands/column_create`] Fixed a crash bug when failed to "
+"create a column."
+msgstr ""
+"[:doc:`/reference/commands/column_create`] カラムを作成するのに失敗したときに"
+"クラッシュする不具合を修正しました。"
+
+msgid ""
+"[:doc:`/reference/commands/table_remove`] Fixed a crash bug to remove "
+"nonexistent table. [GitHub#504]"
+msgstr ""
+"[:doc:`/reference/commands/table_remove`] 存在しないテーブルを削除しようとす"
+"るとクラッシュする不具合を修正しました。"
+
+msgid ""
+"Fixed a bug that offline index construction against ``WITH_POSITION`` + non-"
+"text ``VECTOR`` column ignores position."
+msgstr ""
+"``WITH_POSITION`` フラグつきの(保存しているのがテキストでない)ベクターカラム"
+"に対してオフラインインデックス構築をすると位置情報が無視されてしまう不具合を"
+"修正しました。"
+
+msgid ""
+"[:doc:`/reference/executables/grndb`] Fixed a bug that cycle reference "
+"causes stack over flow."
+msgstr ""
+"[:doc:`/reference/executables/grndb`] 循環参照していると、スタックオーバーフ"
+"ローを引き起す不具合を修正しました。"
+
+msgid "[deb] Dropped support for Ubuntu 15.04 (Vivid Vervet)"
+msgstr "[deb] Ubuntu 15.04 (Vivid Vervet)のサポートをやめました。"
+
+msgid "Thanks"
+msgstr "感謝"
+
+# 4b55093c1ebb42a08ec540563cf90c04
+#, fuzzy
+msgid "YUKI Hiroshi"
+msgstr "結城洋志(Piro)さん"
+
+msgid "Release 6.0.0 - 2016-02-29"
+msgstr "6.0.0リリース - 2016-02-29"
+
+msgid ""
 "[:doc:`/reference/executables/grndb`] Supported check against table "
 "specified as table domain in ``--target`` mode."
 msgstr ""
@@ -244,9 +424,6 @@ msgstr ""
 msgid "[Windows][CMake] Supported LZ4. LZ4 is bundled."
 msgstr "[Windows][CMake] LZ4をサポートしました。LZ4はバンドルしています。"
 
-msgid "Fixes"
-msgstr "修正"
-
 msgid ""
 "[:doc:`/reference/commands/select`] Added a missing error check for "
 "outputting column. [GitHub#332][Reported by Masafumi Yokoyama]"
@@ -293,9 +470,6 @@ msgstr ""
 "command_version` または :doc:`/reference/command/pretty_print` を使ったときに"
 "間違ったキャッシュが使われる問題を修正しました。 [GitHub#490][北市さんが報告]"
 
-msgid "Thanks"
-msgstr "感謝"
-
 msgid "Masafumi Yokoyama"
 msgstr "横山さん"
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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