Skip to content

Commit b89f42e

Browse files
github-actions[bot]cvvergara
authored andcommitted
Update locale: commit 7f3ef12
1 parent 8741d4c commit b89f42e

File tree

2 files changed

+83
-28
lines changed

2 files changed

+83
-28
lines changed

locale/en/LC_MESSAGES/pgrouting_doc_strings.po

Lines changed: 45 additions & 14 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-08 20:02+0000\n"
11+
"POT-Creation-Date: 2025-04-08 20:49+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,7 +4132,7 @@ msgstr ""
41324132
msgid "All deprecated functions will be removed on next major version 4.0.0"
41334133
msgstr ""
41344134

4135-
msgid "Migration of ``pgr_createTopology``"
4135+
msgid "Migration of ``pgr_alphaShape``"
41364136
msgstr ""
41374137

41384138
msgid ""
@@ -4143,6 +4143,35 @@ msgstr ""
41434143
msgid "**Before Deprecation:** The following was calculated:"
41444144
msgstr ""
41454145

4146+
msgid "An alphaShape was calculated"
4147+
msgstr ""
4148+
4149+
msgid "**After Deprecation:**"
4150+
msgstr ""
4151+
4152+
msgid "PostGIS has two ways of generating alphaShape."
4153+
msgstr ""
4154+
4155+
msgid "If you have SFCGAL, which you can install using"
4156+
msgstr ""
4157+
4158+
msgid ""
4159+
"Since PostGIS 3.5+ use `CG_AlphaShape "
4160+
"<https://postgis.net/docs/CG_AlphaShape.html>`__"
4161+
msgstr ""
4162+
4163+
msgid "For PostGIS 3.5+ use the old name ``ST_AlphaShape``"
4164+
msgstr ""
4165+
4166+
msgid ""
4167+
"Other PostGIS options are * `ST_ConvexHull "
4168+
"<https://postgis.net/docs/ST_ConvexHull.html>`__ * `ST_ConcaveHull "
4169+
"<https://postgis.net/docs/ST_ConcaveHull.html>`__"
4170+
msgstr ""
4171+
4172+
msgid "Migration of ``pgr_createTopology``"
4173+
msgstr ""
4174+
41464175
msgid "A table with `<edges>_vertices_pgr` was created."
41474176
msgstr ""
41484177

@@ -7915,6 +7944,12 @@ msgstr ""
79157944
msgid "``pgr_alphaShape`` — Polygon part of an alpha shape."
79167945
msgstr ""
79177946

7947+
msgid "Version 3.8.0"
7948+
msgstr ""
7949+
7950+
msgid "Deprecated function."
7951+
msgstr ""
7952+
79187953
msgid "Breaking change on signature"
79197954
msgstr ""
79207955

@@ -7936,9 +7971,6 @@ msgstr ""
79367971
msgid "Renamed from version 1.x"
79377972
msgstr ""
79387973

7939-
msgid "Support"
7940-
msgstr ""
7941-
79427974
msgid "Returns the polygon part of an alpha shape."
79437975
msgstr ""
79447976

@@ -8015,12 +8047,6 @@ msgstr ""
80158047
msgid "``pgr_analyzeGraph`` — Analyzes the network topology."
80168048
msgstr ""
80178049

8018-
msgid "Version 3.8.0"
8019-
msgstr ""
8020-
8021-
msgid "Deprecated function."
8022-
msgstr ""
8023-
80248050
msgid "The function returns:"
80258051
msgstr ""
80268052

@@ -15193,9 +15219,6 @@ msgid ""
1519315219
"driving side, with details."
1519415220
msgstr ""
1519515221

15196-
msgid ":doc:`pgr_alphaShape`"
15197-
msgstr ""
15198-
1519915222
msgid "``pgr_withPointsKSP``"
1520015223
msgstr ""
1520115224

@@ -15505,6 +15528,11 @@ msgstr ""
1550515528
msgid "Deprecation of functions."
1550615529
msgstr ""
1550715530

15531+
msgid ""
15532+
"`#2749 <https://github.com/pgRouting/pgrouting/issues/2749>`__: "
15533+
"pgr_alphaShape"
15534+
msgstr ""
15535+
1550815536
msgid ""
1550915537
"`#2754 <https://github.com/pgRouting/pgrouting/issues/2754>`__: "
1551015538
"pgr_analyzeOneWay"
@@ -15637,6 +15665,9 @@ msgid ""
1563715665
"<https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.7.0%22>`__"
1563815666
msgstr ""
1563915667

15668+
msgid "Support"
15669+
msgstr ""
15670+
1564015671
msgid ""
1564115672
"`#2656 <https://github.com/pgRouting/pgrouting/pull/2656>`__ Stop support"
1564215673
" of PostgreSQL12 on pgrouting v3.7"

locale/pot/pgrouting_doc_strings.pot

Lines changed: 38 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: pgRouting v4.0\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-04-08 20:02+0000\n"
11+
"POT-Creation-Date: 2025-04-08 20:49+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"
@@ -3718,7 +3718,7 @@ msgstr ""
37183718
msgid "All deprecated functions will be removed on next major version 4.0.0"
37193719
msgstr ""
37203720

3721-
msgid "Migration of ``pgr_createTopology``"
3721+
msgid "Migration of ``pgr_alphaShape``"
37223722
msgstr ""
37233723

37243724
msgid "Starting from `v3.8.0 <https://docs.pgrouting.org/3.8/en/migration.html>`__"
@@ -3727,6 +3727,30 @@ msgstr ""
37273727
msgid "**Before Deprecation:** The following was calculated:"
37283728
msgstr ""
37293729

3730+
msgid "An alphaShape was calculated"
3731+
msgstr ""
3732+
3733+
msgid "**After Deprecation:**"
3734+
msgstr ""
3735+
3736+
msgid "PostGIS has two ways of generating alphaShape."
3737+
msgstr ""
3738+
3739+
msgid "If you have SFCGAL, which you can install using"
3740+
msgstr ""
3741+
3742+
msgid "Since PostGIS 3.5+ use `CG_AlphaShape <https://postgis.net/docs/CG_AlphaShape.html>`__"
3743+
msgstr ""
3744+
3745+
msgid "For PostGIS 3.5+ use the old name ``ST_AlphaShape``"
3746+
msgstr ""
3747+
3748+
msgid "Other PostGIS options are * `ST_ConvexHull <https://postgis.net/docs/ST_ConvexHull.html>`__ * `ST_ConcaveHull <https://postgis.net/docs/ST_ConcaveHull.html>`__"
3749+
msgstr ""
3750+
3751+
msgid "Migration of ``pgr_createTopology``"
3752+
msgstr ""
3753+
37303754
msgid "A table with `<edges>_vertices_pgr` was created."
37313755
msgstr ""
37323756

@@ -6904,6 +6928,12 @@ msgstr ""
69046928
msgid "``pgr_alphaShape`` — Polygon part of an alpha shape."
69056929
msgstr ""
69066930

6931+
msgid "Version 3.8.0"
6932+
msgstr ""
6933+
6934+
msgid "Deprecated function."
6935+
msgstr ""
6936+
69076937
msgid "Breaking change on signature"
69086938
msgstr ""
69096939

@@ -6925,9 +6955,6 @@ msgstr ""
69256955
msgid "Renamed from version 1.x"
69266956
msgstr ""
69276957

6928-
msgid "Support"
6929-
msgstr ""
6930-
69316958
msgid "Returns the polygon part of an alpha shape."
69326959
msgstr ""
69336960

@@ -7000,12 +7027,6 @@ msgstr ""
70007027
msgid "``pgr_analyzeGraph`` — Analyzes the network topology."
70017028
msgstr ""
70027029

7003-
msgid "Version 3.8.0"
7004-
msgstr ""
7005-
7006-
msgid "Deprecated function."
7007-
msgstr ""
7008-
70097030
msgid "The function returns:"
70107031
msgstr ""
70117032

@@ -12853,9 +12874,6 @@ msgstr ""
1285312874
msgid "From point :math:`1` within a distance of :math:`3.3`, does not matter driving side, with details."
1285412875
msgstr ""
1285512876

12856-
msgid ":doc:`pgr_alphaShape`"
12857-
msgstr ""
12858-
1285912877
msgid "``pgr_withPointsKSP``"
1286012878
msgstr ""
1286112879

@@ -13087,6 +13105,9 @@ msgstr ""
1308713105
msgid "Deprecation of functions."
1308813106
msgstr ""
1308913107

13108+
msgid "`#2749 <https://github.com/pgRouting/pgrouting/issues/2749>`__: pgr_alphaShape"
13109+
msgstr ""
13110+
1309013111
msgid "`#2754 <https://github.com/pgRouting/pgrouting/issues/2754>`__: pgr_analyzeOneWay"
1309113112
msgstr ""
1309213113

@@ -13177,6 +13198,9 @@ msgstr ""
1317713198
msgid "To see all issues & pull requests closed by this release see the `Git closed milestone for 3.7.0 <https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.7.0%22>`__"
1317813199
msgstr ""
1317913200

13201+
msgid "Support"
13202+
msgstr ""
13203+
1318013204
msgid "`#2656 <https://github.com/pgRouting/pgrouting/pull/2656>`__ Stop support of PostgreSQL12 on pgrouting v3.7"
1318113205
msgstr ""
1318213206

0 commit comments

Comments
 (0)