HAYASHI Kentaro
null+****@clear*****
Wed Nov 14 13:02:00 JST 2012
HAYASHI Kentaro 2012-11-14 13:02:00 +0900 (Wed, 14 Nov 2012) New Revision: de376ff61b1c592c5b2cfb0be7b6591ab1699461 https://github.com/groonga/groonga/commit/de376ff61b1c592c5b2cfb0be7b6591ab1699461 Log: doc ja: fix markup Modified files: doc/locale/ja/LC_MESSAGES/reference.po Modified: doc/locale/ja/LC_MESSAGES/reference.po (+27 -28) =================================================================== --- doc/locale/ja/LC_MESSAGES/reference.po 2012-11-14 12:51:57 +0900 (ccbdca1) +++ doc/locale/ja/LC_MESSAGES/reference.po 2012-11-14 13:02:00 +0900 (0d8302e) @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-11-14 12:34\n" +"POT-Creation-Date: 2012-11-14 12:58\n" "PO-Revision-Date: 2012-11-07 18:57+0900\n" "Last-Translator: Kouhei Sutou <kou �� clear-code.com>\n" "Language-Team: Japanese\n" @@ -6407,7 +6407,7 @@ msgstr "``approximate_type`` の値は以下を指定することができます # b7c60aca823b476a9b03fc64ce99abae # a35c6823701045b8949f767b52a069f3 #: ../../../source/reference/functions/geo_distance.txt:187 -#: ../../../source/reference/functions/geo_distance.txt:202 +#: ../../../source/reference/functions/geo_distance.txt:201 msgid "``rectangle``" msgstr "" @@ -6416,7 +6416,7 @@ msgstr "" # 6f4835ed8f0749a69480bae00c4f84aa # fadabcdcd119484db4483cb8213f3eee #: ../../../source/reference/functions/geo_distance.txt:188 -#: ../../../source/reference/functions/geo_distance.txt:236 +#: ../../../source/reference/functions/geo_distance.txt:235 msgid "``sphere``" msgstr "" @@ -6425,7 +6425,7 @@ msgstr "" # 340afa18921d4a71b747c62774cf844c # ae833ce768ec428f8410659999fddbd0 #: ../../../source/reference/functions/geo_distance.txt:189 -#: ../../../source/reference/functions/geo_distance.txt:253 +#: ../../../source/reference/functions/geo_distance.txt:252 msgid "``ellipsoid``" msgstr "" @@ -6438,20 +6438,20 @@ msgid "" "This is temporary limitation according to the implementation of groonga, but " "it will be fixed in the future release." msgstr "" -"``geo_distance`` には制限があります。``sphere`` や ``ellipsoid`` を" -"近似方法として選択した場合、子午線や日付変更線、赤道といった境界をま" -"たぐ距離の計算を行うことができません。これはgroongaの実装上の一時的な制限です" -"が、将来的には修正される予定です。" +"``geo_distance`` には制限があります。 ``sphere`` や ``ellipsoid`` を近似方法と" +"して選択した場合、子午線や日付変更線、赤道といった境界をまたぐ距離の計算を行" +"うことができません。これはgroongaの実装上の一時的な制限ですが、将来的には修正" +"される予定です。" # 6060a0e7b2064d03aa51c9da14fd9207 -#: ../../../source/reference/functions/geo_distance.txt:204 +#: ../../../source/reference/functions/geo_distance.txt:203 msgid "" "This parameter require to approximate the geographical features by square " "approximation for calculating the distance." msgstr "この引数を指定すると地形を方形近似して距離を計算します。" # ada49c867dea4483b996867e86980020 -#: ../../../source/reference/functions/geo_distance.txt:207 +#: ../../../source/reference/functions/geo_distance.txt:206 msgid "" "Since the value of distance is calculated by simple formula, you can " "calculate the value of distance fast. But, the error of distance increases " @@ -6461,16 +6461,16 @@ msgstr "" "は誤差が増大します。" # 9649a83bf0474bba97cde2107fbd40d4 -#: ../../../source/reference/functions/geo_distance.txt:211 +#: ../../../source/reference/functions/geo_distance.txt:210 msgid "You can also specify ``rect`` as abbrev expression." msgstr "``rect`` を省略表記として指定することができます。" # 955a1b0b68b4498e9829d716ff0eefc8 # a24bf00cce7e4d67ab2d52c7f1e482f6 # a59e253aceca43c4be9cbb1e7a8eca82 -#: ../../../source/reference/functions/geo_distance.txt:213 -#: ../../../source/reference/functions/geo_distance.txt:246 -#: ../../../source/reference/functions/geo_distance.txt:264 +#: ../../../source/reference/functions/geo_distance.txt:212 +#: ../../../source/reference/functions/geo_distance.txt:245 +#: ../../../source/reference/functions/geo_distance.txt:263 msgid "" "Here is a sample about calculating the value of distance with column value." msgstr "カラムの値で距離を計算するサンプルは以下の通りです。" @@ -6478,14 +6478,14 @@ msgstr "カラムの値で距離を計算するサンプルは以下の通りで # ceea3a2f9b1d4700b37a56b6f8d25d33 # ca553b9ff94f4b3994bee2ab8c06620d # e4f23df1186f43ba9bec59745646b676 -#: ../../../source/reference/functions/geo_distance.txt:217 +#: ../../../source/reference/functions/geo_distance.txt:216 msgid "" "Here is a sample about calculating the value of distance with explicitly " "specified point." msgstr "明示的に位置を指定して距離を計算するサンプルは以下の通りです。" # 09f03cbda1dd47ab816d7837212ddce6 -#: ../../../source/reference/functions/geo_distance.txt:223 +#: ../../../source/reference/functions/geo_distance.txt:222 msgid "" "``geo_distance`` uses square approximation as default. If you omit " "``approximate_type``, ``geo_distance`` behaves like ``rectangle`` was " @@ -6496,7 +6496,7 @@ msgstr "" "れたものとして振舞います。" # 95487e11cab343329d7dde6ce752dc88 -#: ../../../source/reference/functions/geo_distance.txt:227 +#: ../../../source/reference/functions/geo_distance.txt:226 msgid "" "``geo_distance`` accepts the string indicating the coordinate as the value " "of ``point1`` when the value of ``approximate_type`` is ``\"rectangle\"``. " @@ -6510,14 +6510,14 @@ msgstr "" "``geo_distance`` は距離の値として0を返します。" # c2d459e1d5cf421fb810f8c34c9efbb7 -#: ../../../source/reference/functions/geo_distance.txt:238 +#: ../../../source/reference/functions/geo_distance.txt:237 msgid "" "This parameter require to approximate the geographical features by spherical " "approximation for calculating the distance." msgstr "この引数を指定すると球面近似で地形を近似して距離を計算します。" # ae430be8c8d24905b3144a03794597ee -#: ../../../source/reference/functions/geo_distance.txt:241 +#: ../../../source/reference/functions/geo_distance.txt:240 msgid "" "It is slower than ``rectangle``, but the error of distance becomes smaller " "than ``rectangle``." @@ -6526,19 +6526,19 @@ msgstr "" "さくなります。" # 3e5dfacb65514829927cb8f277c89f8b -#: ../../../source/reference/functions/geo_distance.txt:244 +#: ../../../source/reference/functions/geo_distance.txt:243 msgid "You can also specify ``sphr`` as abbrev expression." msgstr "``sphr`` を省略表記として指定することができます。" # f5301b5d6bdd4beb8aefc4202b1ebd40 -#: ../../../source/reference/functions/geo_distance.txt:255 +#: ../../../source/reference/functions/geo_distance.txt:254 msgid "" "This parameter require to approximate the geographical features by ellipsoid " "approximation for calculating the distance." msgstr "この引数を指定すると楕円近似で地形を近似して距離を計算します。" # 95b3f4b2e8cc4725a608cee269b9e176 -#: ../../../source/reference/functions/geo_distance.txt:258 +#: ../../../source/reference/functions/geo_distance.txt:257 msgid "" "It uses the calculation of distance by the formula of Hubeny. It is slower " "than ``sphere``, but the error of distance becomes smaller than ``sphere``." @@ -6547,17 +6547,17 @@ msgstr "" "``sphere`` より誤差は小さくなります。" # bde1f151c06c4cf388b020696da6c6e2 -#: ../../../source/reference/functions/geo_distance.txt:262 +#: ../../../source/reference/functions/geo_distance.txt:261 msgid "You can also specify ``ellip`` as abbrev expression." msgstr "``ellip`` を省略表記として指定することができます。" # f18ad5e74b9c45f783d38e24995b3abe -#: ../../../source/reference/functions/geo_distance.txt:271 +#: ../../../source/reference/functions/geo_distance.txt:270 msgid "Return value" msgstr "返値" # 594a793a53bd46fc8daf8c2a62b200fd -#: ../../../source/reference/functions/geo_distance.txt:273 +#: ../../../source/reference/functions/geo_distance.txt:272 msgid "" "``geo_distance`` returns the value of distance in float type. The unit of " "return value is meter." @@ -6565,12 +6565,12 @@ msgstr "" "``geo_distance`` はFloat型の値を距離として返します。単位はメートルです。" # 25a1b8ba25cb4de8a6e6d6a73fb3af6f -#: ../../../source/reference/functions/geo_distance.txt:277 +#: ../../../source/reference/functions/geo_distance.txt:276 msgid "Footnote" msgstr "脚注" # 8a736f54a069422ab45d8e0170bfbdda -#: ../../../source/reference/functions/geo_distance.txt:278 +#: ../../../source/reference/functions/geo_distance.txt:277 msgid "You can specify whether TokyoGeoPoint or WGS84GeoPoint." msgstr "日本測地系座標か世界測地系座標のいずれかを指定することができます。" @@ -10466,4 +10466,3 @@ msgstr "" #: ../../../source/reference/type.txt:129 msgid "Object型はv1.2でサポートされます。" msgstr "" - -------------- next part -------------- HTML����������������������������...Download