Skip to content

Commit e4c2974

Browse files
github-actions[bot]cvvergara
authored andcommitted
Update locale: commit 7f05142
1 parent a9441ae commit e4c2974

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 17:43+0000\n"
11+
"POT-Creation-Date: 2025-04-08 19:58+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 <[email protected]>\n"
@@ -3959,6 +3959,11 @@ msgstr ""
39593959
msgid "Deprecation of functions."
39603960
msgstr ""
39613961

3962+
msgid ""
3963+
"`#2749 <https://github.com/pgRouting/pgrouting/issues/2749>`__: "
3964+
"pgr_alphaShape"
3965+
msgstr ""
3966+
39623967
msgid ""
39633968
"`#2754 <https://github.com/pgRouting/pgrouting/issues/2754>`__: "
39643969
"pgr_analyzeOneWay"
@@ -4057,7 +4062,7 @@ msgstr ""
40574062
msgid "All deprecated functions will be removed on next major version 4.0.0"
40584063
msgstr ""
40594064

4060-
msgid "Migration of ``pgr_createTopology``"
4065+
msgid "Migration of ``pgr_alphaShape``"
40614066
msgstr ""
40624067

40634068
msgid ""
@@ -4068,6 +4073,35 @@ msgstr ""
40684073
msgid "**Before Deprecation:** The following was calculated:"
40694074
msgstr ""
40704075

4076+
msgid "An alphaShape was calculated"
4077+
msgstr ""
4078+
4079+
msgid "**After Deprecation:**"
4080+
msgstr ""
4081+
4082+
msgid "PostGIS has two ways of generating alphaShape."
4083+
msgstr ""
4084+
4085+
msgid "If you have SFCGAL, which you can install using"
4086+
msgstr ""
4087+
4088+
msgid ""
4089+
"Since PostGIS 3.5+ use `CG_AlphaShape "
4090+
"<https://postgis.net/docs/CG_AlphaShape.html>`__"
4091+
msgstr ""
4092+
4093+
msgid "For PostGIS 3.5+ use the old name ``ST_AlphaShape``"
4094+
msgstr ""
4095+
4096+
msgid ""
4097+
"Other PostGIS options are * `ST_ConvexHull "
4098+
"<https://postgis.net/docs/ST_ConvexHull.html>`__ * `ST_ConcaveHull "
4099+
"<https://postgis.net/docs/ST_ConcaveHull.html>`__"
4100+
msgstr ""
4101+
4102+
msgid "Migration of ``pgr_createTopology``"
4103+
msgstr ""
4104+
40714105
msgid "A table with `<edges>_vertices_pgr` was created."
40724106
msgstr ""
40734107

@@ -7828,6 +7862,12 @@ msgstr ""
78287862
msgid "``pgr_alphaShape`` — Polygon part of an alpha shape."
78297863
msgstr ""
78307864

7865+
msgid "Version 3.8.0"
7866+
msgstr ""
7867+
7868+
msgid "Deprecated function."
7869+
msgstr ""
7870+
78317871
msgid "Breaking change on signature"
78327872
msgstr ""
78337873

@@ -7849,9 +7889,6 @@ msgstr ""
78497889
msgid "Renamed from version 1.x"
78507890
msgstr ""
78517891

7852-
msgid "Support"
7853-
msgstr ""
7854-
78557892
msgid "Returns the polygon part of an alpha shape."
78567893
msgstr ""
78577894

@@ -7928,12 +7965,6 @@ msgstr ""
79287965
msgid "``pgr_analyzeGraph`` — Analyzes the network topology."
79297966
msgstr ""
79307967

7931-
msgid "Version 3.8.0"
7932-
msgstr ""
7933-
7934-
msgid "Deprecated function."
7935-
msgstr ""
7936-
79377968
msgid "The function returns:"
79387969
msgstr ""
79397970

@@ -15123,9 +15154,6 @@ msgid ""
1512315154
"driving side, with details."
1512415155
msgstr ""
1512515156

15126-
msgid ":doc:`pgr_alphaShape`"
15127-
msgstr ""
15128-
1512915157
msgid "``pgr_withPointsKSP`` - Proposed"
1513015158
msgstr ""
1513115159

@@ -15485,6 +15513,9 @@ msgid ""
1548515513
"<https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.7.0%22>`__"
1548615514
msgstr ""
1548715515

15516+
msgid "Support"
15517+
msgstr ""
15518+
1548815519
msgid ""
1548915520
"`#2656 <https://github.com/pgRouting/pgrouting/pull/2656>`__ Stop support"
1549015521
" 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 v3.8\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-04-08 17:43+0000\n"
11+
"POT-Creation-Date: 2025-04-08 19:58+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 <[email protected]>\n"
@@ -3550,6 +3550,9 @@ msgstr ""
35503550
msgid "Deprecation of functions."
35513551
msgstr ""
35523552

3553+
msgid "`#2749 <https://github.com/pgRouting/pgrouting/issues/2749>`__: pgr_alphaShape"
3554+
msgstr ""
3555+
35533556
msgid "`#2754 <https://github.com/pgRouting/pgrouting/issues/2754>`__: pgr_analyzeOneWay"
35543557
msgstr ""
35553558

@@ -3625,7 +3628,7 @@ msgstr ""
36253628
msgid "All deprecated functions will be removed on next major version 4.0.0"
36263629
msgstr ""
36273630

3628-
msgid "Migration of ``pgr_createTopology``"
3631+
msgid "Migration of ``pgr_alphaShape``"
36293632
msgstr ""
36303633

36313634
msgid "Starting from `v3.8.0 <https://docs.pgrouting.org/3.8/en/migration.html>`__"
@@ -3634,6 +3637,30 @@ msgstr ""
36343637
msgid "**Before Deprecation:** The following was calculated:"
36353638
msgstr ""
36363639

3640+
msgid "An alphaShape was calculated"
3641+
msgstr ""
3642+
3643+
msgid "**After Deprecation:**"
3644+
msgstr ""
3645+
3646+
msgid "PostGIS has two ways of generating alphaShape."
3647+
msgstr ""
3648+
3649+
msgid "If you have SFCGAL, which you can install using"
3650+
msgstr ""
3651+
3652+
msgid "Since PostGIS 3.5+ use `CG_AlphaShape <https://postgis.net/docs/CG_AlphaShape.html>`__"
3653+
msgstr ""
3654+
3655+
msgid "For PostGIS 3.5+ use the old name ``ST_AlphaShape``"
3656+
msgstr ""
3657+
3658+
msgid "Other PostGIS options are * `ST_ConvexHull <https://postgis.net/docs/ST_ConvexHull.html>`__ * `ST_ConcaveHull <https://postgis.net/docs/ST_ConcaveHull.html>`__"
3659+
msgstr ""
3660+
3661+
msgid "Migration of ``pgr_createTopology``"
3662+
msgstr ""
3663+
36373664
msgid "A table with `<edges>_vertices_pgr` was created."
36383665
msgstr ""
36393666

@@ -6799,6 +6826,12 @@ msgstr ""
67996826
msgid "``pgr_alphaShape`` — Polygon part of an alpha shape."
68006827
msgstr ""
68016828

6829+
msgid "Version 3.8.0"
6830+
msgstr ""
6831+
6832+
msgid "Deprecated function."
6833+
msgstr ""
6834+
68026835
msgid "Breaking change on signature"
68036836
msgstr ""
68046837

@@ -6820,9 +6853,6 @@ msgstr ""
68206853
msgid "Renamed from version 1.x"
68216854
msgstr ""
68226855

6823-
msgid "Support"
6824-
msgstr ""
6825-
68266856
msgid "Returns the polygon part of an alpha shape."
68276857
msgstr ""
68286858

@@ -6895,12 +6925,6 @@ msgstr ""
68956925
msgid "``pgr_analyzeGraph`` — Analyzes the network topology."
68966926
msgstr ""
68976927

6898-
msgid "Version 3.8.0"
6899-
msgstr ""
6900-
6901-
msgid "Deprecated function."
6902-
msgstr ""
6903-
69046928
msgid "The function returns:"
69056929
msgstr ""
69066930

@@ -12769,9 +12793,6 @@ msgstr ""
1276912793
msgid "From point :math:`1` within a distance of :math:`3.3`, does not matter driving side, with details."
1277012794
msgstr ""
1277112795

12772-
msgid ":doc:`pgr_alphaShape`"
12773-
msgstr ""
12774-
1277512796
msgid "``pgr_withPointsKSP`` - Proposed"
1277612797
msgstr ""
1277712798

@@ -13033,6 +13054,9 @@ msgstr ""
1303313054
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>`__"
1303413055
msgstr ""
1303513056

13057+
msgid "Support"
13058+
msgstr ""
13059+
1303613060
msgid "`#2656 <https://github.com/pgRouting/pgrouting/pull/2656>`__ Stop support of PostgreSQL12 on pgrouting v3.7"
1303713061
msgstr ""
1303813062

0 commit comments

Comments
 (0)