Skip to content

Commit f582cfe

Browse files
github-actions[bot]cvvergara
authored andcommitted
Update locale: commit 386ec71
1 parent 0bc0fd0 commit f582cfe

File tree

2 files changed

+101
-12
lines changed

2 files changed

+101
-12
lines changed

locale/en/LC_MESSAGES/pgrouting_doc_strings.po

Lines changed: 57 additions & 7 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-06-12 15:41+0000\n"
11+
"POT-Creation-Date: 2025-06-14 12:05+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"
@@ -3968,6 +3968,12 @@ msgstr ""
39683968
msgid "Signatures promoted to official"
39693969
msgstr ""
39703970

3971+
msgid "`#2718 <https://github.com/pgRouting/pgrouting/issues/2918>`__"
3972+
msgstr ""
3973+
3974+
msgid "Make official the Combinations signature on the official functions"
3975+
msgstr ""
3976+
39713977
msgid "pgr_aStar(Combinations)"
39723978
msgstr ""
39733979

@@ -4019,18 +4025,18 @@ msgstr ""
40194025
msgid "Official functions"
40204026
msgstr ""
40214027

4022-
msgid ""
4023-
"`#2906 <https://github.com/pgRouting/pgrouting/issues/2906>`__ "
4024-
"pgr_bdDijkstra"
4028+
msgid "`#2905 <https://github.com/pgRouting/pgrouting/issues/2905>`__"
40254029
msgstr ""
40264030

4027-
msgid "Combinations signature promoted to official."
4031+
msgid "pgr_withPoints"
40284032
msgstr ""
40294033

4030-
msgid "`#2905 <https://github.com/pgRouting/pgrouting/issues/2905>`__"
4034+
msgid ""
4035+
"`#2906 <https://github.com/pgRouting/pgrouting/issues/2906>`__ "
4036+
"pgr_bdDijkstra"
40314037
msgstr ""
40324038

4033-
msgid "pgr_withPoints"
4039+
msgid "Combinations signature promoted to official."
40344040
msgstr ""
40354041

40364042
msgid ""
@@ -4043,6 +4049,11 @@ msgid ""
40434049
"pgr_edwardMoore"
40444050
msgstr ""
40454051

4052+
msgid ""
4053+
"`#2913 <https://github.com/pgRouting/pgrouting/issues/2913>`__ "
4054+
"pgr_DAGshortestPath"
4055+
msgstr ""
4056+
40464057
msgid "Removal of SQL deprecated signatures"
40474058
msgstr ""
40484059

@@ -4269,6 +4280,16 @@ msgid ""
42694280
"precision,double precision,boolean)"
42704281
msgstr ""
42714282

4283+
msgid ""
4284+
"`#2913 <https://github.com/pgRouting/pgrouting/issues/2913>`__ "
4285+
"_pgr_dagshortestpath(text,text,boolean,boolean)"
4286+
msgstr ""
4287+
4288+
msgid ""
4289+
"`#2913 <https://github.com/pgRouting/pgrouting/issues/2913>`__ "
4290+
"_pgr_dagshortestpath(text,anyarray,anyarray,boolean,boolean)"
4291+
msgstr ""
4292+
42724293
msgid ""
42734294
"`#2861 <https://github.com/pgRouting/pgrouting/issues/2861>`__: Remove "
42744295
"unused internal functions"
@@ -4352,6 +4373,11 @@ msgstr ""
43524373
msgid "Internal C/C++ functions in legacy"
43534374
msgstr ""
43544375

4376+
msgid ""
4377+
"`#2913 <https://github.com/pgRouting/pgrouting/issues/2913>`__ "
4378+
"_pgr_dagshortestpath"
4379+
msgstr ""
4380+
43554381
msgid "All releases"
43564382
msgstr ""
43574383

@@ -4464,6 +4490,9 @@ msgstr ""
44644490
msgid ":doc:`pgr_bellmanFord` [3]_"
44654491
msgstr ""
44664492

4493+
msgid ":doc:`pgr_dagShortestPath` [3]_"
4494+
msgstr ""
4495+
44674496
msgid ":doc:`pgr_edwardMoore` [3]_"
44684497
msgstr ""
44694498

@@ -4645,6 +4674,12 @@ msgstr ""
46454674
msgid "``pgr_bellmanFord``"
46464675
msgstr ""
46474676

4677+
msgid "``pgr_dagShortestPath``"
4678+
msgstr ""
4679+
4680+
msgid "|result-1-1|"
4681+
msgstr ""
4682+
46484683
msgid "``pgr_edwardMoore``"
46494684
msgstr ""
46504685

@@ -4723,6 +4758,18 @@ msgid ""
47234758
"example."
47244759
msgstr ""
47254760

4761+
msgid "Using ``pgr_DAGshortestPath``"
4762+
msgstr ""
4763+
4764+
msgid ""
4765+
"Migrating `this v3.8 "
4766+
"<https://docs.pgrouting.org/3.8/en/pgr_dagShortestPath.html#one-to-"
4767+
"one>`__ example."
4768+
msgstr ""
4769+
4770+
msgid "This applies to all signatures of ``pgr_DAGshortestPath``"
4771+
msgstr ""
4772+
47264773
msgid "Examples for One to Many with one route result"
47274774
msgstr ""
47284775

@@ -10422,6 +10469,9 @@ msgstr ""
1042210469
msgid "pgr_dagShortestPath(Combinations)"
1042310470
msgstr ""
1042410471

10472+
msgid "..rubric:: Version 3.0.0"
10473+
msgstr ""
10474+
1042510475
msgid ""
1042610476
"Shortest Path for Directed Acyclic Graph(DAG) is a graph search algorithm"
1042710477
" that solves the shortest path problem for weighted directed acyclic "

locale/pot/pgrouting_doc_strings.pot

Lines changed: 44 additions & 5 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-06-12 15:41+0000\n"
11+
"POT-Creation-Date: 2025-06-14 12:05+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"
@@ -3559,6 +3559,12 @@ msgstr ""
35593559
msgid "Signatures promoted to official"
35603560
msgstr ""
35613561

3562+
msgid "`#2718 <https://github.com/pgRouting/pgrouting/issues/2918>`__"
3563+
msgstr ""
3564+
3565+
msgid "Make official the Combinations signature on the official functions"
3566+
msgstr ""
3567+
35623568
msgid "pgr_aStar(Combinations)"
35633569
msgstr ""
35643570

@@ -3607,16 +3613,16 @@ msgstr ""
36073613
msgid "Official functions"
36083614
msgstr ""
36093615

3610-
msgid "`#2906 <https://github.com/pgRouting/pgrouting/issues/2906>`__ pgr_bdDijkstra"
3616+
msgid "`#2905 <https://github.com/pgRouting/pgrouting/issues/2905>`__"
36113617
msgstr ""
36123618

3613-
msgid "Combinations signature promoted to official."
3619+
msgid "pgr_withPoints"
36143620
msgstr ""
36153621

3616-
msgid "`#2905 <https://github.com/pgRouting/pgrouting/issues/2905>`__"
3622+
msgid "`#2906 <https://github.com/pgRouting/pgrouting/issues/2906>`__ pgr_bdDijkstra"
36173623
msgstr ""
36183624

3619-
msgid "pgr_withPoints"
3625+
msgid "Combinations signature promoted to official."
36203626
msgstr ""
36213627

36223628
msgid "`#2907 <https://github.com/pgRouting/pgrouting/issues/2907>`__ pgr_bellmanFord"
@@ -3625,6 +3631,9 @@ msgstr ""
36253631
msgid "`#2910 <https://github.com/pgRouting/pgrouting/issues/2910>`__ pgr_edwardMoore"
36263632
msgstr ""
36273633

3634+
msgid "`#2913 <https://github.com/pgRouting/pgrouting/issues/2913>`__ pgr_DAGshortestPath"
3635+
msgstr ""
3636+
36283637
msgid "Removal of SQL deprecated signatures"
36293638
msgstr ""
36303639

@@ -3799,6 +3808,12 @@ msgstr ""
37993808
msgid "_pgr_tsp(text,bigint,bigint,double precision,integer,integer,integer,double precision,double precision,double precision,boolean)"
38003809
msgstr ""
38013810

3811+
msgid "`#2913 <https://github.com/pgRouting/pgrouting/issues/2913>`__ _pgr_dagshortestpath(text,text,boolean,boolean)"
3812+
msgstr ""
3813+
3814+
msgid "`#2913 <https://github.com/pgRouting/pgrouting/issues/2913>`__ _pgr_dagshortestpath(text,anyarray,anyarray,boolean,boolean)"
3815+
msgstr ""
3816+
38023817
msgid "`#2861 <https://github.com/pgRouting/pgrouting/issues/2861>`__: Remove unused internal functions"
38033818
msgstr ""
38043819

@@ -3880,6 +3895,9 @@ msgstr ""
38803895
msgid "Internal C/C++ functions in legacy"
38813896
msgstr ""
38823897

3898+
msgid "`#2913 <https://github.com/pgRouting/pgrouting/issues/2913>`__ _pgr_dagshortestpath"
3899+
msgstr ""
3900+
38833901
msgid "All releases"
38843902
msgstr ""
38853903

@@ -3985,6 +4003,9 @@ msgstr ""
39854003
msgid ":doc:`pgr_bellmanFord` [3]_"
39864004
msgstr ""
39874005

4006+
msgid ":doc:`pgr_dagShortestPath` [3]_"
4007+
msgstr ""
4008+
39884009
msgid ":doc:`pgr_edwardMoore` [3]_"
39894010
msgstr ""
39904011

@@ -4141,6 +4162,12 @@ msgstr ""
41414162
msgid "``pgr_bellmanFord``"
41424163
msgstr ""
41434164

4165+
msgid "``pgr_dagShortestPath``"
4166+
msgstr ""
4167+
4168+
msgid "|result-1-1|"
4169+
msgstr ""
4170+
41444171
msgid "``pgr_edwardMoore``"
41454172
msgstr ""
41464173

@@ -4210,6 +4237,15 @@ msgstr ""
42104237
msgid "Migrating `this v3.8 <https://docs.pgrouting.org/3.8/en/pgr_bdDijkstra.html#one-to-one>`__ example."
42114238
msgstr ""
42124239

4240+
msgid "Using ``pgr_DAGshortestPath``"
4241+
msgstr ""
4242+
4243+
msgid "Migrating `this v3.8 <https://docs.pgrouting.org/3.8/en/pgr_dagShortestPath.html#one-to-one>`__ example."
4244+
msgstr ""
4245+
4246+
msgid "This applies to all signatures of ``pgr_DAGshortestPath``"
4247+
msgstr ""
4248+
42134249
msgid "Examples for One to Many with one route result"
42144250
msgstr ""
42154251

@@ -8920,6 +8956,9 @@ msgstr ""
89208956
msgid "pgr_dagShortestPath(Combinations)"
89218957
msgstr ""
89228958

8959+
msgid "..rubric:: Version 3.0.0"
8960+
msgstr ""
8961+
89238962
msgid "Shortest Path for Directed Acyclic Graph(DAG) is a graph search algorithm that solves the shortest path problem for weighted directed acyclic graph, producing a shortest path from a starting vertex (``start_vid``) to an ending vertex (``end_vid``)."
89248963
msgstr ""
89258964

0 commit comments

Comments
 (0)