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

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Jul 4 14:48:01 JST 2017


Kentaro Hayashi	2017-07-04 14:48:01 +0900 (Tue, 04 Jul 2017)

  New Revision: 71fef73b92ba3df64897d19c7bbc34f33eae22d2
  https://github.com/groonga/groonga/commit/71fef73b92ba3df64897d19c7bbc34f33eae22d2

  Merged 9d192b5: Merge pull request #727 from kenhys/doc-math-abs

  Message:
    doc: update po

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

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+52 -7)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2017-07-04 14:47:50 +0900 (fa0bad9)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2017-07-04 14:48:01 +0900 (923bf96)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2017-06-22 11:17+0900\n"
+"PO-Revision-Date: 2017-07-04 14:42+0900\n"
 "Last-Translator: Masafumi Yokoyama <yokoyama �� clear-code.com>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -19891,6 +19891,57 @@ msgstr ""
 "もし該当するレコードがあれば、 ``true`` を返します。そうでなければ ``false`` "
 "を返します。"
 
+msgid "``math_abs``"
+msgstr ""
+
+msgid "``math_abs`` returns the absolute value of value."
+msgstr "``math_abs`` は絶対値を返します。"
+
+msgid ""
+"To enable this function, register ``functions/math`` plugin by following the "
+"command::"
+msgstr ""
+"この関数を有効にするには、以下のコマンドで ``functions/math`` プラグインを登"
+"録します::"
+
+msgid "``math_abs`` requires one argument - ``target``."
+msgstr "``math_abs`` は引数を一つだけとります。 それは ``target`` です。"
+
+msgid ""
+"Here is the simple usage of ``math_abs`` function which returns nearest "
+"shops from office."
+msgstr "職場から最も近いお店を返す ``math_abs`` 関数の簡単な例はこちらです。"
+
+msgid ""
+"To detect nearest shops, we need to calculate distance. If the distance of "
+"your office from station is 250 meters, you can calculate it by "
+"``math_abs(250 - from_station)``."
+msgstr ""
+"最も近いお店を探すためには距離を計算してあげる必要があります。もし職場が駅か"
+"ら250mのところにあるとしたら、 ``math_abs(250 - from_station)`` で距離を計算"
+"できます。"
+
+msgid ""
+"By specifying ``--sort_keys from_office``, you can show nearest shops by "
+"ascending order."
+msgstr ""
+"``--sort_keys from_office`` を指定することで、職場から近いお店を昇順で表示で"
+"きます。"
+
+msgid "There is one required parameter, ``target``."
+msgstr "必須引数が一つあり、それは ``target`` です。"
+
+msgid "``target``"
+msgstr ""
+
+msgid ""
+"Specifies a column of table that is specified by ``table`` parameter in "
+"``select``."
+msgstr "``select`` 対象の ``table`` に指定されたテーブルのカラムを指定します。"
+
+msgid "``math_abs`` returns the absolute value of target column value."
+msgstr "``math_abs`` は対象の絶対値を返します。"
+
 msgid "now"
 msgstr ""
 
@@ -20682,12 +20733,6 @@ msgid ""
 "size - the value of ``tags`` column and size of it."
 msgstr "``vector_size`` 関数が ``tag`` カラムの値とそのサイズを返す例です。"
 
-msgid "There is one required parameter, ``target``."
-msgstr "必須引数が一つあり、それは ``target`` です。"
-
-msgid "``target``"
-msgstr ""
-
 msgid ""
 "Specifies a vector column of table that is specified by ``table`` parameter "
 "in ``select``."
-------------- next part --------------
HTML����������������������������...
Télécharger 



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