|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: pgRouting v3.8\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2025-04-04 04:21+0000\n" |
| 11 | +"POT-Creation-Date: 2025-04-04 16:30+0000\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -4132,6 +4132,119 @@ msgstr "" |
4132 | 4132 | msgid "All deprecated functions will be removed on next mayor version 4.0.0" |
4133 | 4133 | msgstr "" |
4134 | 4134 |
|
| 4135 | +msgid "Migration of ``pgr_analyzeGraph``" |
| 4136 | +msgstr "" |
| 4137 | + |
| 4138 | +msgid "" |
| 4139 | +"Starting from `v3.8.0 " |
| 4140 | +"<https://docs.pgrouting.org/3.8/en/migration.html>`__" |
| 4141 | +msgstr "" |
| 4142 | + |
| 4143 | +msgid "**Before Deprecation:** The following was calculated:" |
| 4144 | +msgstr "" |
| 4145 | + |
| 4146 | +msgid "Number of isolated segments." |
| 4147 | +msgstr "" |
| 4148 | + |
| 4149 | +msgid "Number of dead ends." |
| 4150 | +msgstr "" |
| 4151 | + |
| 4152 | +msgid "Number of potential gaps found near dead ends." |
| 4153 | +msgstr "" |
| 4154 | + |
| 4155 | +msgid "Number of intersections. (between 2 edges)" |
| 4156 | +msgstr "" |
| 4157 | + |
| 4158 | +msgid "WHERE" |
| 4159 | +msgstr "" |
| 4160 | + |
| 4161 | +msgid "Graph component" |
| 4162 | +msgstr "" |
| 4163 | + |
| 4164 | +msgid "A connected subgraph that is not part of any larger connected subgraph." |
| 4165 | +msgstr "" |
| 4166 | + |
| 4167 | +msgid "Isolated segment" |
| 4168 | +msgstr "" |
| 4169 | + |
| 4170 | +msgid "A graph component with only one segment." |
| 4171 | +msgstr "" |
| 4172 | + |
| 4173 | +msgid "Dead ends" |
| 4174 | +msgstr "" |
| 4175 | + |
| 4176 | +msgid "A vertex that participates in only one edge." |
| 4177 | +msgstr "" |
| 4178 | + |
| 4179 | +msgid "gaps" |
| 4180 | +msgstr "" |
| 4181 | + |
| 4182 | +msgid "Space between two geometries." |
| 4183 | +msgstr "" |
| 4184 | + |
| 4185 | +msgid "Intersection" |
| 4186 | +msgstr "" |
| 4187 | + |
| 4188 | +msgid "Is a topological relationship between two geometries." |
| 4189 | +msgstr "" |
| 4190 | + |
| 4191 | +msgid "Migration." |
| 4192 | +msgstr "" |
| 4193 | + |
| 4194 | +msgid "Components." |
| 4195 | +msgstr "" |
| 4196 | + |
| 4197 | +msgid "" |
| 4198 | +"Instead of counting only isolated segments, determine all the components " |
| 4199 | +"of the graph." |
| 4200 | +msgstr "" |
| 4201 | + |
| 4202 | +msgid "Depending of the final application requirements use:" |
| 4203 | +msgstr "" |
| 4204 | + |
| 4205 | +msgid ":doc:`pgr_connectedComponents`" |
| 4206 | +msgstr "" |
| 4207 | + |
| 4208 | +msgid ":doc:`pgr_strongComponents`" |
| 4209 | +msgstr "" |
| 4210 | + |
| 4211 | +msgid ":doc:`pgr_biconnectedComponents`" |
| 4212 | +msgstr "" |
| 4213 | + |
| 4214 | +msgid "For example:" |
| 4215 | +msgstr "" |
| 4216 | + |
| 4217 | +msgid "Dead ends." |
| 4218 | +msgstr "" |
| 4219 | + |
| 4220 | +msgid "" |
| 4221 | +"Instead of counting the dead ends, determine all the dead ends of the " |
| 4222 | +"graph using :doc:`pgr_degree`." |
| 4223 | +msgstr "" |
| 4224 | + |
| 4225 | +msgid "Potential gaps near dead ends." |
| 4226 | +msgstr "" |
| 4227 | + |
| 4228 | +msgid "" |
| 4229 | +"Instead of counting potential gaps between geometries, determine the " |
| 4230 | +"geometric gaps in the graph using :doc:`pgr_findCloseEdges`." |
| 4231 | +msgstr "" |
| 4232 | + |
| 4233 | +msgid "Topological relationships." |
| 4234 | +msgstr "" |
| 4235 | + |
| 4236 | +msgid "" |
| 4237 | +"Instead of counting intersections, determine topological relationships " |
| 4238 | +"between geometries." |
| 4239 | +msgstr "" |
| 4240 | + |
| 4241 | +msgid "" |
| 4242 | +"Several PostGIS functions can be used: `ST_Intersects " |
| 4243 | +"<https://postgis.net/docs/ST_Intersects.html>`__, `ST_Crosses " |
| 4244 | +"<https://postgis.net/docs/ST_Crosses.html>`__, `ST_Overlaps " |
| 4245 | +"<https://postgis.net/docs/ST_Overlaps.html>`__, etc." |
| 4246 | +msgstr "" |
| 4247 | + |
4135 | 4248 | msgid "Migration of ``pgr_aStar``" |
4136 | 4249 | msgstr "" |
4137 | 4250 |
|
@@ -5843,9 +5956,6 @@ msgid "" |
5843 | 5956 | "is described on :doc:`contraction-family`" |
5844 | 5957 | msgstr "" |
5845 | 5958 |
|
5846 | | -msgid "Dead ends" |
5847 | | -msgstr "" |
5848 | | - |
5849 | 5959 | msgid "To get the dead ends:" |
5850 | 5960 | msgstr "" |
5851 | 5961 |
|
@@ -7848,12 +7958,18 @@ msgstr "" |
7848 | 7958 | msgid "`ST_ConcaveHull <https://postgis.net/docs/ST_ConcaveHull.html>`__" |
7849 | 7959 | msgstr "" |
7850 | 7960 |
|
7851 | | -msgid "``pgr_analyzeGraph``" |
| 7961 | +msgid "``pgr_analyzeGraph`` -- Deprecated since 3.8.0" |
7852 | 7962 | msgstr "" |
7853 | 7963 |
|
7854 | 7964 | msgid "``pgr_analyzeGraph`` — Analyzes the network topology." |
7855 | 7965 | msgstr "" |
7856 | 7966 |
|
| 7967 | +msgid "Version 3.8.0" |
| 7968 | +msgstr "" |
| 7969 | + |
| 7970 | +msgid "Deprecated function." |
| 7971 | +msgstr "" |
| 7972 | + |
7857 | 7973 | msgid "The function returns:" |
7858 | 7974 | msgstr "" |
7859 | 7975 |
|
@@ -9215,9 +9331,6 @@ msgid "" |
9215 | 9331 | "contracted vertices and edges." |
9216 | 9332 | msgstr "" |
9217 | 9333 |
|
9218 | | -msgid "Version 3.8.0" |
9219 | | -msgstr "" |
9220 | | - |
9221 | 9334 | msgid "New signature:" |
9222 | 9335 | msgstr "" |
9223 | 9336 |
|
@@ -15516,16 +15629,35 @@ msgstr "" |
15516 | 15629 | msgid "pgRouting 3.8.0 Release Notes" |
15517 | 15630 | msgstr "" |
15518 | 15631 |
|
| 15632 | +#, python-format |
| 15633 | +msgid "" |
| 15634 | +"To see all issues & pull requests closed by this release see the `Git " |
| 15635 | +"closed milestone for 3.8.0 " |
| 15636 | +"<https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.8.0%22>`__" |
| 15637 | +msgstr "" |
| 15638 | + |
15519 | 15639 | msgid "Promotion to official function of pgRouting." |
15520 | 15640 | msgstr "" |
15521 | 15641 |
|
15522 | | -msgid "pgr_extractVertices" |
| 15642 | +msgid "" |
| 15643 | +"`#2772 <https://github.com/pgRouting/pgrouting/issues/2772>`__: " |
| 15644 | +"pgr_extractVertices" |
15523 | 15645 | msgstr "" |
15524 | 15646 |
|
15525 | | -msgid "pgr_degree" |
| 15647 | +msgid "`#2760 <https://github.com/pgRouting/pgrouting/issues/2760>`__: pgr_degree" |
| 15648 | +msgstr "" |
| 15649 | + |
| 15650 | +msgid "" |
| 15651 | +"`#2774 <https://github.com/pgRouting/pgrouting/issues/2774>`__: " |
| 15652 | +"pgr_findCloseEdges" |
15526 | 15653 | msgstr "" |
15527 | 15654 |
|
15528 | | -msgid "pgr_findCloseEdges" |
| 15655 | +msgid "Deprecation of functions." |
| 15656 | +msgstr "" |
| 15657 | + |
| 15658 | +msgid "" |
| 15659 | +"`#2753 <https://github.com/pgRouting/pgrouting/issues/2753>`__: " |
| 15660 | +"pgr_analyzeGraph" |
15529 | 15661 | msgstr "" |
15530 | 15662 |
|
15531 | 15663 | msgid "Official functions changes" |
@@ -15923,6 +16055,9 @@ msgstr "" |
15923 | 16055 | msgid "Changes on the documentation to the following:" |
15924 | 16056 | msgstr "" |
15925 | 16057 |
|
| 16058 | +msgid "pgr_degree" |
| 16059 | +msgstr "" |
| 16060 | + |
15926 | 16061 | msgid "pgr_dijkstra" |
15927 | 16062 | msgstr "" |
15928 | 16063 |
|
@@ -16308,6 +16443,9 @@ msgstr "" |
16308 | 16443 | msgid "pgr_sequentialVertexColoring" |
16309 | 16444 | msgstr "" |
16310 | 16445 |
|
| 16446 | +msgid "pgr_extractVertices" |
| 16447 | +msgstr "" |
| 16448 | + |
16311 | 16449 | msgid "Traversal" |
16312 | 16450 | msgstr "" |
16313 | 16451 |
|
|
0 commit comments