Kentaro Hayashi
null+****@clear*****
Tue Mar 28 16:46:31 JST 2017
Kentaro Hayashi 2017-03-28 16:46:31 +0900 (Tue, 28 Mar 2017) New Revision: 08ec22a5409b580db90f9d44e2e89c320d63a5f3 https://github.com/groonga/groonga/commit/08ec22a5409b580db90f9d44e2e89c320d63a5f3 Message: doc: update po Modified files: doc/locale/ja/LC_MESSAGES/news.po Modified: doc/locale/ja/LC_MESSAGES/news.po (+37 -36) =================================================================== --- doc/locale/ja/LC_MESSAGES/news.po 2017-03-28 16:28:57 +0900 (dc9e281) +++ doc/locale/ja/LC_MESSAGES/news.po 2017-03-28 16:46:31 +0900 (52d844d) @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2.4\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2017-03-28 16:21+0900\n" +"PO-Revision-Date: 2017-03-28 16:43+0900\n" "Last-Translator: Masafumi Yokoyama <yokoyama �� clear-code.com>\n" "Language-Team: Japanese\n" "Language: ja\n" @@ -52,17 +52,17 @@ msgstr "" "した。" msgid "" -"[:doc:`/reference/commands/load`] Supported to load `array<object>` style " -"weight vector column. The example of `array<object>` style is: `[{\"key1\": " -"weight1}, {\"key2\": weight2}]`." +"[:doc:`/reference/commands/load`] Supported to load ``array<object>`` style " +"weight vector column. The example of ``array<object>`` style is: " +"``[{\"key1\": weight1}, {\"key2\": weight2}]``." msgstr "" "[:doc:`/reference/commands/load`] ``array<object>`` スタイルの重み付きベク" "ターカラムのloadをサポートしました。 ``array<object>`` の例: ``[{\"key1\": " -"weight1}, {\"key2\": weight2}]`" +"weight1}, {\"key2\": weight2}]``" msgid "" -"Supported to search `!(XXX OPERATOR VALUE)` by index. Supported operator is " -"not only `>` but also `>=`, `<`, `<=`, `==` and `!=`." +"Supported to search ``!(XXX OPERATOR VALUE)`` by index. Supported operator " +"is not only ``>`` but also ``>=``, ``<``, ``<=``, ``==`` and ``!=``." msgstr "" "インデックスを使った `!(XXX OPERATOR VALUE)`` の検索をサポートしました。演算" "子として ``>`` でけでなく、 ``>=``、 ``<``、 ``<=``、 ``==`` や ``!=`` も使え" @@ -70,7 +70,7 @@ msgstr "" msgid "" "Supported index search for \"!(column == CONSTANT)\". The example in this " -"case is: `!(column == 29)` and so on." +"case is: ``!(column == 29)`` and so on." msgstr "" "インデックスを使って ``!(column == CONSTANT)`` を検索できるようになりました。" "例えば ``!(column == 29)`` などです。" @@ -78,22 +78,22 @@ msgstr "" msgid "Supported more \"!\" optimization in the following patterns." msgstr "``!`` の最適化を以下のパターンでサポートしました。" -msgid "`!(column @ \"X\") && (column @ \"Y\")`" +msgid "``!(column @ \"X\") && (column @ \"Y\")``" msgstr "" -msgid "`(column @ \"Y\") && !(column @ \"X\")`" +msgid "``(column @ \"Y\") && !(column @ \"X\")``" msgstr "" -msgid "`(column @ \"Y\") &! !(column @ \"X\")`" +msgid "``(column @ \"Y\") &! !(column @ \"X\")``" msgstr "" -msgid "Supported to search `XXX || !(column @ \"xxx\")` by index." +msgid "Supported to search ``XXX || !(column @ \"xxx\")`` by index." msgstr "" "``XXX || !(column @ \"xxx\")`` をインデックスを使って検索できるようになりまし" "た。" msgid "" -"[:doc:`/reference/commands/dump`] Changed to use `'{\"x\": 1, \"y\": 2}'` " +"[:doc:`/reference/commands/dump`] Changed to use ``'{\"x\": 1, \"y\": 2}'`` " "style for not referenced weight vector. This change doesn't affect to old " "Groonga because it already supports one." msgstr "" @@ -102,10 +102,10 @@ msgstr "" "Groongaには影響しません。もともとサポートされているからです。" msgid "" -"[experimental] Supported `GRN_ORDER_BY_ESTIMATED_SIZE_ENABLE` environment " +"[experimental] Supported ``GRN_ORDER_BY_ESTIMATED_SIZE_ENABLE`` environment " "variable. This variable controls whether query optimization which is based " "on estimated size is applied or not. This feature is disabled by default. " -"Set `GRN_ORDER_BY_ESTIMATED_SIZE_ENABLE=yes` if you want to try it." +"Set ``GRN_ORDER_BY_ESTIMATED_SIZE_ENABLE=yes`` if you want to try it." msgstr "" "[実験的] ``GRN_ORDER_BY_ESTIMATED_SIZE_ENABLE`` 環境変数をサポートしました。" "この変数はクエリの最適化を予想されるヒット件数に応じて行うかどうかを切り替え" @@ -113,16 +113,16 @@ msgstr "" "``GRN_ORDER_BY_ESTIMATED_SIZE_ENABLE=yes`` を指定します。" msgid "" -"[:doc:`/reference/commands/select`] Added query log for `columns`, " -"`drilldown` evaluation." +"[:doc:`/reference/commands/select`] Added query log for ``columns``, " +"``drilldown`` evaluation." msgstr "" "[:doc:`/reference/commands/select`] ``columns`` や ``drilldown`` の評価結果を" "クエリログに追加するようにしました。" msgid "" "[:doc:`/reference/commands/select`] Changed query log format for " -"`drilldown`. This is backward incompatible change, but it only affects users " -"who convert query log by own programs." +"``drilldown``. This is backward incompatible change, but it only affects " +"users who convert query log by own programs." msgstr "" "[:doc:`/reference/commands/select`] ``drilldown`` のクエリログのフォーマット" "を変更しました。これは非互換な変更ですが、クエリログを変換するようなプログラ" @@ -136,8 +136,8 @@ msgstr "" "た。スレッドの最大数が0のときに有効になります。" msgid "" -"[:doc:`/reference/commands/select`] `columns[LABEL](N)` is used for query " -"log format instead of `columns(N)[LABEL]`.." +"[:doc:`/reference/commands/select`] ``columns[LABEL](N)`` is used for query " +"log format instead of ``columns(N)[LABEL]``.." msgstr "" "[:doc:`/reference/commands/select`] ``columns[LABEL](N)`` がクエリログの" "フォーマットとして使われます。以前は ``columns(N)[LABEL]`` でした。" @@ -151,23 +151,23 @@ msgstr "" msgid "" "Supported to detect canceled request while locking. It fixes the problem " -"that `request_cancel` is ignored unexpectedly while locking." +"that ``request_cancel`` is ignored unexpectedly while locking." msgstr "" "ロック中にリクエストがキャンセルされたことを検出できるようにしました。これは " "``request_cancel`` がロック中に意図せず無視されないようにします。" msgid "" -"[:doc:`/reference/commands/logical_select`] Supported `initial` and " -"`filtered` stage dynamic columns. The examples are: `--columns[LABEL].stage " -"initial` or `--columns[LABEL].stage filtered`." +"[:doc:`/reference/commands/logical_select`] Supported ``initial`` and " +"``filtered`` stage dynamic columns. The examples are: ``--columns[LABEL]." +"stage initial`` or ``--columns[LABEL].stage filtered``." msgstr "" "[:doc:`/reference/commands/logical_select`] ``initial`` および ``filtered`` " "動的カラムをサポートしました。使用例は ``--columns[LABEL].stage initial`` や " -"``--columns[LABEL].stage filtered``です。" +"``--columns[LABEL].stage filtered`` です。" msgid "" -"[:doc:`/reference/commands/logical_select`] Supported `match_columns`, " -"`query` and `drilldown_filter` option." +"[:doc:`/reference/commands/logical_select`] Supported ``match_columns``, " +"``query`` and ``drilldown_filter`` option." msgstr "" "[:doc:`/reference/commands/logical_select`] ``match_columns`` や " "``query`` 、 ``drilldown_filter`` オプションをサポートしました。" @@ -177,12 +177,13 @@ msgstr "" "[:doc:`/reference/function/highlight_html`] 類似文書検索をサポートしました。" msgid "" -"stage dynamic columns in labeled drilldown. The examples is: `--" -"drilldowns[LABEL].stage initial`." +"and stage dynamic columns in labeled drilldown. The examples is: ``--" +"drilldowns[LABEL].stage initial``." msgstr "" -msgid "[:doc:`/reference/commands/logical_select`] Supported `initial` and" +msgid "[:doc:`/reference/commands/logical_select`] Supported ``initial``" msgstr "" +"[:doc:`/reference/commands/logical_select`] キャッシュをサポートしました。" msgid "" "[:doc:`/reference/commands/logical_select`] Supported window function in " @@ -212,7 +213,7 @@ msgstr "[httpd] バンドルしているnginxのバージョンを1.11.12に更 msgid "" "Supported to disable AND match optimization by environment variable. You can " -"disable this feature by `GRN_TABLE_SELECT_AND_MIN_SKIP_ENABLE=no`. This " +"disable this feature by ``GRN_TABLE_SELECT_AND_MIN_SKIP_ENABLE=no``. This " "feature is enable by default." msgstr "" "ANDでのマッチ最適化を環境変数で無効化できるようにしました。この機能は " @@ -228,7 +229,7 @@ msgstr "" msgid "" "[:doc:`/reference/commands/select`] Added documentation about " -"`drilldown_filter`." +"``drilldown_filter``." msgstr "" "[:doc:`/reference/commands/select`] ``drilldown_filter`` のドキュメントを追加" "しました。" @@ -258,9 +259,9 @@ msgstr "" "きレコードを返さないことがある不具合を修正しました。" msgid "" -"Fixed a conflict with `grn_io_flush()` and `grn_io_expire()`. Without this " -"change, if `io_flush` and `load` command are executed simultaneously in " -"specific timing, it causes a crash bug by access violation." +"Fixed a conflict with ``grn_io_flush()`` and ``grn_io_expire()``. Without " +"this change, if ``io_flush`` and ``load`` command are executed " +"simultaneously in specific timing, it causes a crash bug by access violation." msgstr "" "``grn_io_flush()`` と ``grn_io_expire()`` がコンフリクトする問題を修正しまし" "た。この修正がないと、 ``io_flush`` と ``load`` が同時に特定のタイミングで実" -------------- next part -------------- HTML����������������������������...Download