Navigation Menu

Skip to content

Commit

Permalink
doc: use "Groonga" form
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 28, 2015
1 parent a152d2e commit 459eb1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions doc/locale/ja/LC_MESSAGES/reference.po
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.2.1\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2015-01-28 17:23+0900\n"
"PO-Revision-Date: 2015-01-28 17:26+0900\n"
"Last-Translator: Takatsugu <nokubi@gmail.com>\n"
"Language-Team: Japanese\n"
"Language: ja\n"
Expand Down Expand Up @@ -11812,17 +11812,17 @@ msgid ""
"There is a important point which you have to care. The ``\\`` (backslash) "
"character is interpreted by command line shell. So if you want to search "
"``(`` itself for example, you need to escape twice (``\\\\(``) in command "
"line shell. The command line shell interprets ``\\\\(`` as ``\\(``, then "
"pass such a literal to groonga. groonga regards ``\\(`` as ``(``, then "
"line shell. The command line shell interprets ``\\\\(`` as ``\\(``, then "
"pass such a literal to Groonga. Groonga regards ``\\(`` as ``(``, then "
"search ``(`` itself from database. If you can't do intended search by "
"groonga, confirm whether special character is escaped properly."
"Groonga, confirm whether special character is escaped properly."
msgstr ""
"注意しなければならない大事な点があります。``\\`` (バックスラッシュ)はコマンド"
"ラインシェルが解釈します。それゆえ例えば ``(`` それ自体を検索したいならシェル"
"では二重にエスケープ (``\\\\(``) しなければなりません。コマンドラインシェル"
"は ``\\\\(`` を ``\\(`` と解釈してからgroongaに渡します。groongaは ``\\(`` "
"は ``\\\\(`` を ``\\(`` と解釈してからGroongaに渡します。Groongaは ``\\(`` "
"を ``(`` とみなし、``(`` 自体をデータベースから検索します。もし意図した検索が"
"groongaで行えないなら、特別な文字を正しくエスケープしているか確認します。"
"Groongaで行えないなら、特別な文字を正しくエスケープしているか確認します。"

msgid "Conditional expression"
msgstr "条件式"
Expand Down
4 changes: 2 additions & 2 deletions doc/source/reference/grn_expr/query_syntax.rst
Expand Up @@ -103,8 +103,8 @@ quoted ``"Alice's brother (Bob)"`` or ``'Alice\'s brother (Bob)'``.
you want to search ``(`` itself for example, you need to escape
twice (``\\(``) in command line shell. The command line shell
interprets ``\\(`` as ``\(``, then pass such a literal to
groonga. groonga regards ``\(`` as ``(``, then search ``(`` itself
from database. If you can't do intended search by groonga, confirm
Groonga. Groonga regards ``\(`` as ``(``, then search ``(`` itself
from database. If you can't do intended search by Groonga, confirm
whether special character is escaped properly.

.. _conditional-expression:
Expand Down

0 comments on commit 459eb1d

Please sign in to comment.