Yasuhiro Horimoto 2019-01-28 14:12:36 +0900 (Mon, 28 Jan 2019) Revision: 81abbcd5624da5d564df07f94bdbeed392aa47fd https://github.com/groonga/groonga/commit/81abbcd5624da5d564df07f94bdbeed392aa47fd Message: doc: fix typos Modified files: doc/locale/ja/LC_MESSAGES/reference.po doc/source/reference/executables/groonga.rst Modified: doc/locale/ja/LC_MESSAGES/reference.po (+17 -2) =================================================================== --- doc/locale/ja/LC_MESSAGES/reference.po 2019-01-28 13:02:55 +0900 (e1c9be8f8) +++ doc/locale/ja/LC_MESSAGES/reference.po 2019-01-28 14:12:36 +0900 (7b232ba05) @@ -19081,7 +19081,7 @@ msgstr "指定できるフラグは以下の通りです。" msgid "Output nothing into the log." msgstr "ログに何も出力しません。" -msgid "Output time stamp into the log." +msgid "Output timestamp into the log." msgstr "タイムスタンプをログに出力します。" msgid "``time``" @@ -19123,7 +19123,7 @@ msgstr "" msgid "``default``" msgstr "" -msgid "Output time stamp and log message into the log." +msgid "Output timestamp and log message into the log." msgstr "タイムスタンプとログメッセージをログに出力します。" msgid "" @@ -28230,6 +28230,21 @@ msgstr "" msgid "Outputs reading of token." msgstr "トークンの読みを出力します。" +msgid "``TokenNgram``" +msgstr "" + +#, fuzzy +msgid "" +"``TokenNgram`` is a bigram based tokenizer. It's recommended to use this " +"tokenizer for most cases." +msgstr "" +"``TokenBigram`` はバイグラムベースのトークナイザーです。多くのケースでは、こ" +"のトークナイザーを使うことをオススメします。" + +#, fuzzy +msgid "``TokenNgram`` hasn't parameter::" +msgstr "``TokenBigram`` には、引数がありません。" + msgid "``TokenRegexp``" msgstr "" Modified: doc/source/reference/executables/groonga.rst (+2 -2) =================================================================== --- doc/source/reference/executables/groonga.rst 2019-01-28 13:02:55 +0900 (7f539dc85) +++ doc/source/reference/executables/groonga.rst 2019-01-28 14:12:36 +0900 (8ead4ff9b) @@ -286,7 +286,7 @@ Options Output nothing into the log. ``time`` - Output time stamp into the log. + Output timestamp into the log. ``message`` Output log message into the log. @@ -307,7 +307,7 @@ Options This flag specifies all flags except ``none`` flag. ``default`` - Output time stamp and log message into the log. + Output timestamp and log message into the log. .. option:: --log-rotate-threshold-size <threshold> -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190128/29b5a6f2/attachment-0001.html>