|
4 | 4 | # PostGIS package.
|
5 | 5 | # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
|
6 | 6 | # Weblate Translation Memory <[email protected]>, 2024.
|
7 |
| -# Teramoto Ikuhiro <[email protected]>, 2024. |
| 7 | +# Teramoto Ikuhiro <[email protected]>, 2024, 2025. |
8 | 8 | msgid ""
|
9 |
| -msgstr "" |
10 |
| -"Project-Id-Version: Introduction to PostGIS 1.1\n" |
11 |
| -"Report-Msgid-Bugs-To: \n" |
12 |
| -"POT-Creation-Date: 2025-06-10 18:57+0000\n" |
13 |
| -"PO-Revision-Date: 2024-02-29 04:45+0000\n" |
14 |
| -" Last-Translator: Teramoto Ikuhiro <[email protected]>\n" |
15 |
| -"Language-Team: Japanese <https://weblate.osgeo.org/projects/postgis-workshop/topology/ja/>\n" |
16 |
| -"Language: ja\n" |
17 |
| -"MIME-Version: 1.0\n" |
18 |
| -"Content-Type: text/plain; charset=UTF-8\n" |
19 |
| -"Content-Transfer-Encoding: 8bit\n" |
20 |
| -"Plural-Forms: nplurals=1; plural=0;\n" |
21 |
| -"X-Generator: Weblate 5.3\n" |
22 |
| -"Generated-By: Babel 2.8.0\n" |
| 9 | +msgstr "Project-Id-Version: Introduction to PostGIS 1.1\nReport-Msgid-Bugs-To: \nPOT-Creation-Date: 2025-06-10 18:57+0000\nPO-Revision-Date: 2025-06-11 10:47+0000\nLast-Translator: Teramoto Ikuhiro < [email protected]>\nLanguage-Team: Japanese <https://weblate.osgeo.org/projects/postgis-workshop/topology/ja/>\nLanguage: ja\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=1; plural=0;\nX-Generator: Weblate 5.4.3\nGenerated-By: Babel 2.8.0\n" |
23 | 10 |
|
24 | 11 | #: ../../en/topology.rst:4
|
25 | 12 | msgid "Topology"
|
@@ -186,10 +173,8 @@ msgid "outputs:"
|
186 | 173 | msgstr "出力:"
|
187 | 174 |
|
188 | 175 | #: ../../en/topology.rst:198
|
189 |
| -#, fuzzy |
190 |
| -#| msgid "Now we can express declaritively that boros are formed from a collection of neighborhoods by defining a column called *topo* in *nyc_boros_t* table that is of type POLYGON and is a collection of other topogeometries from *nyc_neighborhoods_t.topo* column." |
191 | 176 | msgid "Now we can express declaratively that boros are formed from a collection of neighborhoods by defining a column called *topo* in *nyc_boros_t* table that is of type POLYGON and is a collection of other topogeometries from *nyc_neighborhoods_t.topo* column."
|
192 |
| -msgstr "行政区は、POLYGON タイプであり、かつ *nyc_neighborhoods_t.topo* カラムからの他のトポジオメトリのコレクションである *nyc_boros_t* テーブルの *topo* カラムを定義することで地区のコレクションから形成されることが、宣言的に表現されます。" |
| 177 | +msgstr "*nyc_boros_t* テーブル内の *topo* というカラムを定義することで、行政区が地区のコレクションから生成されることを宣言的に表現できます。*topo* カラムは、POLYGONタイプで、かつ *nyc_neighborhoods_t.topo* カラムにあるトポジオメトリのコレクションです。" |
193 | 178 |
|
194 | 179 | #: ../../en/topology.rst:221
|
195 | 180 | msgid "In order to populate this new table, we'll use the `CreateTopoGeom <https://postgis.net/docs/CreateTopoGeom.html>`_ function. Instead of starting with geometries to form a new topogeometry, the CreateTopoGeom starts with existing topology elements which may be primitives or other topogeometries to define a new topogeometry."
|
@@ -232,16 +217,12 @@ msgid "The output is:"
|
232 | 217 | msgstr "出力は次の通りです:"
|
233 | 218 |
|
234 | 219 | #: ../../en/topology.rst:292
|
235 |
| -#, fuzzy |
236 |
| -#| msgid "Which tells us that Queens and Brooklyn are in the middle of border wars. In this query we use the `GetTopoGeomElements <https://postgis.net/docs/GetTopoGeomElements.html>`_ function to declaritively inspect what components are shared across boroughs." |
237 | 220 | msgid "Which tells us that Queens and Brooklyn are in the middle of border wars. In this query we use the `GetTopoGeomElements <https://postgis.net/docs/GetTopoGeomElements.html>`_ function to declaratively inspect what components are shared across boroughs."
|
238 | 221 | msgstr "クイーンズやブルックリンが境界戦争の真っただ中にあることを示しています。このクエリでは `GetTopoGeomElements <https://postgis.net/docs/ja/GetTopoGeomElements.html>`_ 関数を使って宣言的に、行政区をまたいで共有する要素を調査します。"
|
239 | 222 |
|
240 | 223 | #: ../../en/topology.rst:296
|
241 |
| -#, fuzzy |
242 |
| -#| msgid "What is returned are a set of topolements. A topoelement is represented as an array of 2 integers with the first number being the id of the element, and the second, being the layer (or primitive type) of the element. PostGIS GetTopoElements returns the primitives of a topogeometry with types number 1-3 corresponding to (1: nodes, 2: edges, and 3: faces). All the topoelements for neighborhoods and boroughs are type 3, which corresponds to a topological face. We can use the `ST_GetFaceGeometry <https://postgis.net/docs/ST_GetFaceGeometry.html>`_ to get a visual representation of these shared faces as folows:" |
243 | 224 | msgid "What is returned are a set of topolements. A topoelement is represented as an array of 2 integers with the first number being the id of the element, and the second, being the layer (or primitive type) of the element. PostGIS GetTopoElements returns the primitives of a topogeometry with types number 1-3 corresponding to (1: nodes, 2: edges, and 3: faces). All the topoelements for neighborhoods and boroughs are type 3, which corresponds to a topological face. We can use the `ST_GetFaceGeometry <https://postgis.net/docs/ST_GetFaceGeometry.html>`_ to get a visual representation of these shared faces as follows:"
|
244 |
| -msgstr "トポエレメントの集合が返されます。トポエレメントは二つの整数の配列として表現されます。一つ目は要素識別子、二つ目は要素のレイヤ (またはプリミティブタイプ) です。PostGIS GetTopoElements はタイプ番号 1-3 (1:ノード, 2:エッジ, 3:フェイス) でトポジオメトリのプリミティブを返します。全ての地区と行政区のトポエレメントのタイプ番号は、フェイスに対応する 3 です。 `ST_GetFaceGeometry <https://postgis.net/docs/ja/ST_GetFaceGeometry.html>`_ を使って、これらの共有されたフェイスの視覚表現を得ることができます。次のようにします:" |
| 225 | +msgstr "トポエレメントの集合が返されます。トポエレメントは二つの整数の配列として表現されます。一つ目は要素識別子、二つ目は要素のレイヤ (またはプリミティブタイプ) です。PostGIS GetTopoElements はタイプ番号 1-3 (1:ノード, 2:エッジ, 3:フェイス) とトポジオメトリのプリミティブとを返します。全ての地区と行政区のトポエレメントのタイプ番号は、フェイスに対応する 3 です。 `ST_GetFaceGeometry <https://postgis.net/docs/ja/ST_GetFaceGeometry.html>`_ を使って、これらの共有されたフェイスの視覚表現を得ることができます。次のようにします:" |
245 | 226 |
|
246 | 227 | #: ../../en/topology.rst:311
|
247 | 228 | msgid "The result will be 5 rows corresponding to border disputes between Queens and Brooklyn."
|
|
0 commit comments