Skip to content

Commit b0821fe

Browse files
github-actions[bot]cvvergara
authored andcommitted
Update locale: commit 158eda4
1 parent de39f95 commit b0821fe

File tree

2 files changed

+85
-44
lines changed

2 files changed

+85
-44
lines changed

locale/en/LC_MESSAGES/pgrouting_doc_strings.po

Lines changed: 45 additions & 22 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-11 19:19+0000\n"
11+
"POT-Creation-Date: 2025-06-12 15:41+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"
@@ -4007,7 +4007,13 @@ msgstr ""
40074007
msgid "pgr_pushRelabel(Combinations)"
40084008
msgstr ""
40094009

4010-
msgid "SQL signatures modification on functions"
4010+
msgid "SQL signatures and output standardization"
4011+
msgstr ""
4012+
4013+
msgid ""
4014+
"`#2904 <https://github.com/pgRouting/pgrouting/issues/2904>`__ "
4015+
"Standardize output columns of functions with different output columns "
4016+
"within overloads"
40114017
msgstr ""
40124018

40134019
msgid "Official functions"
@@ -4021,6 +4027,17 @@ msgstr ""
40214027
msgid "Combinations signature promoted to official."
40224028
msgstr ""
40234029

4030+
msgid "`#2905 <https://github.com/pgRouting/pgrouting/issues/2905>`__"
4031+
msgstr ""
4032+
4033+
msgid "pgr_withPoints"
4034+
msgstr ""
4035+
4036+
msgid ""
4037+
"`#2907 <https://github.com/pgRouting/pgrouting/issues/2907>`__ "
4038+
"pgr_bellmanFord"
4039+
msgstr ""
4040+
40244041
msgid ""
40254042
"`#2910 <https://github.com/pgRouting/pgrouting/issues/2910>`__ "
40264043
"pgr_edwardMoore"
@@ -4444,7 +4461,10 @@ msgstr ""
44444461
msgid ":doc:`pgr_bdDijkstra` [1]_"
44454462
msgstr ""
44464463

4447-
msgid "``pgr_edwardMoore`` [3]_"
4464+
msgid ":doc:`pgr_bellmanFord` [3]_"
4465+
msgstr ""
4466+
4467+
msgid ":doc:`pgr_edwardMoore` [3]_"
44484468
msgstr ""
44494469

44504470
msgid ":doc:`pgr_withPoints` [2]_"
@@ -4604,31 +4624,34 @@ msgid ""
46044624
"functions` are |short-generic-result|"
46054625
msgstr ""
46064626

4607-
msgid "``pgr_aStar``"
4627+
msgid "``pgr_dijkstra``"
46084628
msgstr ""
46094629

4610-
msgid "v < 3.6"
4630+
msgid "v < 3.5"
46114631
msgstr ""
46124632

46134633
msgid "|old-generic-result|"
46144634
msgstr ""
46154635

4616-
msgid "``pgr_dijkstra``"
4636+
msgid "``pgr_aStar``"
46174637
msgstr ""
46184638

4619-
msgid "v < 3.5"
4639+
msgid "v < 3.6"
46204640
msgstr ""
46214641

46224642
msgid "``pgr_bdDijkstra``"
46234643
msgstr ""
46244644

4625-
msgid "``pgr_withPoints``"
4645+
msgid "``pgr_bellmanFord``"
46264646
msgstr ""
46274647

4628-
msgid "|old-pid-result|"
4648+
msgid "``pgr_edwardMoore``"
46294649
msgstr ""
46304650

4631-
msgid "``pgr_edwardMoore``"
4651+
msgid "``pgr_withPoints``"
4652+
msgstr ""
4653+
4654+
msgid "|old-pid-result|"
46324655
msgstr ""
46334656

46344657
msgid "Migration of |old-generic-result|"
@@ -8707,18 +8730,6 @@ msgstr ""
87078730
msgid "pgr_bellmanFord(`Edges SQL`_, `Combinations SQL`_, [``directed``])"
87088731
msgstr ""
87098732

8710-
msgid "Returns set of |result-1-1|"
8711-
msgstr ""
8712-
8713-
msgid "Returns set of |result-1-m|"
8714-
msgstr ""
8715-
8716-
msgid "Returns set of |result-m-1|"
8717-
msgstr ""
8718-
8719-
msgid "Using a combinations table on an **undirected** graph."
8720-
msgstr ""
8721-
87228733
msgid ""
87238734
"`Boost: Bellman Ford "
87248735
"<https://www.boost.org/libs/graph/doc/bellman_ford_shortest.html>`__"
@@ -8949,6 +8960,15 @@ msgid ""
89498960
"(i.e :math:`1``)"
89508961
msgstr ""
89518962

8963+
msgid "Returns set of |result-1-1|"
8964+
msgstr ""
8965+
8966+
msgid "Returns set of |result-1-m|"
8967+
msgstr ""
8968+
8969+
msgid "Returns set of |result-m-1|"
8970+
msgstr ""
8971+
89528972
msgid ""
89538973
"`Boost: Breadth First Search "
89548974
"<https://www.boost.org/libs/graph/doc/breadth_first_search.html>`__"
@@ -11825,6 +11845,9 @@ msgstr ""
1182511845
msgid "pgr_edwardMoore(`Edges SQL`_, `Combinations SQL`_, [``directed``])"
1182611846
msgstr ""
1182711847

11848+
msgid "Using a combinations table on an **undirected** graph."
11849+
msgstr ""
11850+
1182811851
msgid "https://en.wikipedia.org/wiki/Shortest_Path_Faster_Algorithm"
1182911852
msgstr ""
1183011853

locale/pot/pgrouting_doc_strings.pot

Lines changed: 40 additions & 22 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-11 19:19+0000\n"
11+
"POT-Creation-Date: 2025-06-12 15:41+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"
@@ -3598,7 +3598,10 @@ msgstr ""
35983598
msgid "pgr_pushRelabel(Combinations)"
35993599
msgstr ""
36003600

3601-
msgid "SQL signatures modification on functions"
3601+
msgid "SQL signatures and output standardization"
3602+
msgstr ""
3603+
3604+
msgid "`#2904 <https://github.com/pgRouting/pgrouting/issues/2904>`__ Standardize output columns of functions with different output columns within overloads"
36023605
msgstr ""
36033606

36043607
msgid "Official functions"
@@ -3610,6 +3613,15 @@ msgstr ""
36103613
msgid "Combinations signature promoted to official."
36113614
msgstr ""
36123615

3616+
msgid "`#2905 <https://github.com/pgRouting/pgrouting/issues/2905>`__"
3617+
msgstr ""
3618+
3619+
msgid "pgr_withPoints"
3620+
msgstr ""
3621+
3622+
msgid "`#2907 <https://github.com/pgRouting/pgrouting/issues/2907>`__ pgr_bellmanFord"
3623+
msgstr ""
3624+
36133625
msgid "`#2910 <https://github.com/pgRouting/pgrouting/issues/2910>`__ pgr_edwardMoore"
36143626
msgstr ""
36153627

@@ -3970,7 +3982,10 @@ msgstr ""
39703982
msgid ":doc:`pgr_bdDijkstra` [1]_"
39713983
msgstr ""
39723984

3973-
msgid "``pgr_edwardMoore`` [3]_"
3985+
msgid ":doc:`pgr_bellmanFord` [3]_"
3986+
msgstr ""
3987+
3988+
msgid ":doc:`pgr_edwardMoore` [3]_"
39743989
msgstr ""
39753990

39763991
msgid ":doc:`pgr_withPoints` [2]_"
@@ -4105,31 +4120,34 @@ msgstr ""
41054120
msgid "THe standardized :ref:`pgRouting-concepts:Result columns for single path functions` are |short-generic-result|"
41064121
msgstr ""
41074122

4108-
msgid "``pgr_aStar``"
4123+
msgid "``pgr_dijkstra``"
41094124
msgstr ""
41104125

4111-
msgid "v < 3.6"
4126+
msgid "v < 3.5"
41124127
msgstr ""
41134128

41144129
msgid "|old-generic-result|"
41154130
msgstr ""
41164131

4117-
msgid "``pgr_dijkstra``"
4132+
msgid "``pgr_aStar``"
41184133
msgstr ""
41194134

4120-
msgid "v < 3.5"
4135+
msgid "v < 3.6"
41214136
msgstr ""
41224137

41234138
msgid "``pgr_bdDijkstra``"
41244139
msgstr ""
41254140

4126-
msgid "``pgr_withPoints``"
4141+
msgid "``pgr_bellmanFord``"
41274142
msgstr ""
41284143

4129-
msgid "|old-pid-result|"
4144+
msgid "``pgr_edwardMoore``"
41304145
msgstr ""
41314146

4132-
msgid "``pgr_edwardMoore``"
4147+
msgid "``pgr_withPoints``"
4148+
msgstr ""
4149+
4150+
msgid "|old-pid-result|"
41334151
msgstr ""
41344152

41354153
msgid "Migration of |old-generic-result|"
@@ -7555,18 +7573,6 @@ msgstr ""
75557573
msgid "pgr_bellmanFord(`Edges SQL`_, `Combinations SQL`_, [``directed``])"
75567574
msgstr ""
75577575

7558-
msgid "Returns set of |result-1-1|"
7559-
msgstr ""
7560-
7561-
msgid "Returns set of |result-1-m|"
7562-
msgstr ""
7563-
7564-
msgid "Returns set of |result-m-1|"
7565-
msgstr ""
7566-
7567-
msgid "Using a combinations table on an **undirected** graph."
7568-
msgstr ""
7569-
75707576
msgid "`Boost: Bellman Ford <https://www.boost.org/libs/graph/doc/bellman_ford_shortest.html>`__"
75717577
msgstr ""
75727578

@@ -7732,6 +7738,15 @@ msgstr ""
77327738
msgid "**Note:** Using the :doc:`sampledata` Network as all weights are same (i.e :math:`1``)"
77337739
msgstr ""
77347740

7741+
msgid "Returns set of |result-1-1|"
7742+
msgstr ""
7743+
7744+
msgid "Returns set of |result-1-m|"
7745+
msgstr ""
7746+
7747+
msgid "Returns set of |result-m-1|"
7748+
msgstr ""
7749+
77357750
msgid "`Boost: Breadth First Search <https://www.boost.org/libs/graph/doc/breadth_first_search.html>`__"
77367751
msgstr ""
77377752

@@ -10078,6 +10093,9 @@ msgstr ""
1007810093
msgid "pgr_edwardMoore(`Edges SQL`_, `Combinations SQL`_, [``directed``])"
1007910094
msgstr ""
1008010095

10096+
msgid "Using a combinations table on an **undirected** graph."
10097+
msgstr ""
10098+
1008110099
msgid "https://en.wikipedia.org/wiki/Shortest_Path_Faster_Algorithm"
1008210100
msgstr ""
1008310101

0 commit comments

Comments
 (0)