Skip to content

Commit 60f77cf

Browse files
github-actions[bot]cvvergara
authored andcommitted
Update locale: commit 31f9eba
1 parent 7793839 commit 60f77cf

File tree

2 files changed

+274
-22
lines changed

2 files changed

+274
-22
lines changed

locale/en/LC_MESSAGES/pgrouting_doc_strings.po

Lines changed: 149 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: pgRouting v3.8\n"
1010
"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"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4132,6 +4132,119 @@ msgstr ""
41324132
msgid "All deprecated functions will be removed on next mayor version 4.0.0"
41334133
msgstr ""
41344134

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+
41354248
msgid "Migration of ``pgr_aStar``"
41364249
msgstr ""
41374250

@@ -5843,9 +5956,6 @@ msgid ""
58435956
"is described on :doc:`contraction-family`"
58445957
msgstr ""
58455958

5846-
msgid "Dead ends"
5847-
msgstr ""
5848-
58495959
msgid "To get the dead ends:"
58505960
msgstr ""
58515961

@@ -7848,12 +7958,18 @@ msgstr ""
78487958
msgid "`ST_ConcaveHull <https://postgis.net/docs/ST_ConcaveHull.html>`__"
78497959
msgstr ""
78507960

7851-
msgid "``pgr_analyzeGraph``"
7961+
msgid "``pgr_analyzeGraph`` -- Deprecated since 3.8.0"
78527962
msgstr ""
78537963

78547964
msgid "``pgr_analyzeGraph`` — Analyzes the network topology."
78557965
msgstr ""
78567966

7967+
msgid "Version 3.8.0"
7968+
msgstr ""
7969+
7970+
msgid "Deprecated function."
7971+
msgstr ""
7972+
78577973
msgid "The function returns:"
78587974
msgstr ""
78597975

@@ -9215,9 +9331,6 @@ msgid ""
92159331
"contracted vertices and edges."
92169332
msgstr ""
92179333

9218-
msgid "Version 3.8.0"
9219-
msgstr ""
9220-
92219334
msgid "New signature:"
92229335
msgstr ""
92239336

@@ -15516,16 +15629,35 @@ msgstr ""
1551615629
msgid "pgRouting 3.8.0 Release Notes"
1551715630
msgstr ""
1551815631

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+
1551915639
msgid "Promotion to official function of pgRouting."
1552015640
msgstr ""
1552115641

15522-
msgid "pgr_extractVertices"
15642+
msgid ""
15643+
"`#2772 <https://github.com/pgRouting/pgrouting/issues/2772>`__: "
15644+
"pgr_extractVertices"
1552315645
msgstr ""
1552415646

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"
1552615653
msgstr ""
1552715654

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"
1552915661
msgstr ""
1553015662

1553115663
msgid "Official functions changes"
@@ -15923,6 +16055,9 @@ msgstr ""
1592316055
msgid "Changes on the documentation to the following:"
1592416056
msgstr ""
1592516057

16058+
msgid "pgr_degree"
16059+
msgstr ""
16060+
1592616061
msgid "pgr_dijkstra"
1592716062
msgstr ""
1592816063

@@ -16308,6 +16443,9 @@ msgstr ""
1630816443
msgid "pgr_sequentialVertexColoring"
1630916444
msgstr ""
1631016445

16446+
msgid "pgr_extractVertices"
16447+
msgstr ""
16448+
1631116449
msgid "Traversal"
1631216450
msgstr ""
1631316451

0 commit comments

Comments
 (0)