Skip to content

Commit 4275f2c

Browse files
github-actions[bot]Saloni-2005
authored andcommitted
Update locale: commit 9edc0b5
1 parent 4edc4bc commit 4275f2c

2 files changed

Lines changed: 149 additions & 28 deletions

File tree

locale/en/LC_MESSAGES/pgrouting_doc_strings.po

Lines changed: 79 additions & 15 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-08-18 16:23+0000\n"
11+
"POT-Creation-Date: 2025-08-20 17:25+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"
@@ -3409,6 +3409,9 @@ msgid ""
34093409
"centrality using Brandes Algorithm"
34103410
msgstr ""
34113411

3412+
msgid ":doc:`pgr_bandwidth` - Computes the bandwidth of a graph."
3413+
msgstr ""
3414+
34123415
msgid ":doc:`TRSP-family`"
34133416
msgstr ""
34143417

@@ -3994,6 +3997,12 @@ msgstr ""
39943997
msgid "pgr_aStarCost"
39953998
msgstr ""
39963999

4000+
msgid "pgr_bandwidth"
4001+
msgstr ""
4002+
4003+
msgid "New experimental function."
4004+
msgstr ""
4005+
39974006
msgid "pgr_bdAstar"
39984007
msgstr ""
39994008

@@ -4350,6 +4359,17 @@ msgid ""
43504359
"pgr_pushRelabel(Combinations)"
43514360
msgstr ""
43524361

4362+
msgid "New experimental functions"
4363+
msgstr ""
4364+
4365+
msgid "Metrics"
4366+
msgstr ""
4367+
4368+
msgid ""
4369+
"`#2951 <https://github.com/pgRouting/pgrouting/issues/2951>`__: "
4370+
"pgr_bandwidth"
4371+
msgstr ""
4372+
43534373
msgid "SQL signatures and output standardization"
43544374
msgstr ""
43554375

@@ -8226,7 +8246,7 @@ msgstr ""
82268246
msgid "Individuals in this release v4.0.0 (in alphabetical order)"
82278247
msgstr ""
82288248

8229-
msgid "Regina Obe, Vicky Vergara"
8249+
msgid "Regina Obe, Saloni kumari, Vicky Vergara"
82308250
msgstr ""
82318251

82328252
msgid ""
@@ -8281,9 +8301,9 @@ msgid ""
82818301
"Nagase, Mahmoud Sakr, Manikata Kondeti, Mario Basa, Martin Wiesenhaan, "
82828302
"Maxim Dubinin, Maoguang Wang, Mohamed Bakli, Mohamed Zia, Mukul Priya, "
82838303
"Nitish Chauhan, Rajat Shinde, Razequl Islam, Regina Obe, Rohith Reddy, "
8284-
"Sarthak Agarwal, Shobhit Chaurasia, Sourabh Garg, Stephen Woodbridge, "
8285-
"Swapnil Joshi, Sylvain Housseman, Sylvain Pasche, Veenit Kumar, Vidhan "
8286-
"Jain, Virginia Vergara, Yige Huang"
8304+
"Saloni Kumari, Sarthak Agarwal, Shobhit Chaurasia, Sourabh Garg, Stephen "
8305+
"Woodbridge, Swapnil Joshi, Sylvain Housseman, Sylvain Pasche, Veenit "
8306+
"Kumar, Vidhan Jain, Virginia Vergara, Yige Huang"
82878307
msgstr ""
82888308

82898309
msgid "Corporate Sponsors (in alphabetical order)"
@@ -9102,9 +9122,6 @@ msgstr ""
91029122
msgid "Version 2.5.0"
91039123
msgstr ""
91049124

9105-
msgid "New experimental function."
9106-
msgstr ""
9107-
91089125
msgid ""
91099126
"Those vertices that belong to more than one biconnected component are "
91109127
"called articulation points or, equivalently, cut vertices. Articulation "
@@ -9147,6 +9164,59 @@ msgid ""
91479164
"<https://en.wikipedia.org/wiki/Biconnected_component>`__"
91489165
msgstr ""
91499166

9167+
msgid "``pgr_bandwidth`` - Experimental"
9168+
msgstr ""
9169+
9170+
msgid "``pgr_bandwidth`` - Calculates the bandwidth of the graph"
9171+
msgstr ""
9172+
9173+
msgid ""
9174+
"Bandwidth measures how \"spread out\" the connections are in a graph when"
9175+
" vertices are arranged in a linear order (like numbering them 1, 2, 3, "
9176+
"etc.)."
9177+
msgstr ""
9178+
9179+
msgid ""
9180+
"For each edge in the graph, calculate the distance between the vertex "
9181+
"numbers it connects"
9182+
msgstr ""
9183+
9184+
msgid "The bandwidth is the maximum of all these distances"
9185+
msgstr ""
9186+
9187+
msgid "The implementation is for undirected graphs"
9188+
msgstr ""
9189+
9190+
msgid "Run time is 0.160789 seconds"
9191+
msgstr ""
9192+
9193+
msgid "pgr_bandwidth(`Edges SQL`_)"
9194+
msgstr ""
9195+
9196+
msgid "Returns ``BIGINT``"
9197+
msgstr ""
9198+
9199+
msgid "For an undirected graph with edges."
9200+
msgstr ""
9201+
9202+
msgid "Returns a bigint ``(pgr_bandwidth)``"
9203+
msgstr ""
9204+
9205+
msgid "``pgr_bandwidth``"
9206+
msgstr ""
9207+
9208+
msgid "gives the bandwidth of the graph."
9209+
msgstr ""
9210+
9211+
msgid "Undirected graph with edges before optimization."
9212+
msgstr ""
9213+
9214+
msgid "Undirected graph with edges after optimization."
9215+
msgstr ""
9216+
9217+
msgid "`Boost: bandwidth <https://www.boost.org/libs/graph/doc/bandwidth.html>`_"
9218+
msgstr ""
9219+
91509220
msgid "``pgr_bdAstar``"
91519221
msgstr ""
91529222

@@ -10610,7 +10680,7 @@ msgid ""
1061010680
"and shortcut edges created."
1061110681
msgstr ""
1061210682

10613-
msgid "New **experimental** function"
10683+
msgid "New experimental function"
1061410684
msgstr ""
1061510685

1061610686
msgid ""
@@ -16171,12 +16241,6 @@ msgstr ""
1617116241
msgid "CI does not test for PostgreSQL 12"
1617216242
msgstr ""
1617316243

16174-
msgid "New experimental functions"
16175-
msgstr ""
16176-
16177-
msgid "Metrics"
16178-
msgstr ""
16179-
1618016244
msgid "pgr_betweennessCentrality"
1618116245
msgstr ""
1618216246

locale/pot/pgrouting_doc_strings.pot

Lines changed: 70 additions & 13 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-08-18 16:23+0000\n"
11+
"POT-Creation-Date: 2025-08-20 17:25+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"
@@ -3082,6 +3082,9 @@ msgstr ""
30823082
msgid ":doc:`pgr_betweennessCentrality` - Calculates relative betweenness centrality using Brandes Algorithm"
30833083
msgstr ""
30843084

3085+
msgid ":doc:`pgr_bandwidth` - Computes the bandwidth of a graph."
3086+
msgstr ""
3087+
30853088
msgid ":doc:`TRSP-family`"
30863089
msgstr ""
30873090

@@ -3589,6 +3592,12 @@ msgstr ""
35893592
msgid "pgr_aStarCost"
35903593
msgstr ""
35913594

3595+
msgid "pgr_bandwidth"
3596+
msgstr ""
3597+
3598+
msgid "New experimental function."
3599+
msgstr ""
3600+
35923601
msgid "pgr_bdAstar"
35933602
msgstr ""
35943603

@@ -3895,6 +3904,15 @@ msgstr ""
38953904
msgid "`#2718 <https://github.com/pgRouting/pgrouting/issues/2718>`__: pgr_pushRelabel(Combinations)"
38963905
msgstr ""
38973906

3907+
msgid "New experimental functions"
3908+
msgstr ""
3909+
3910+
msgid "Metrics"
3911+
msgstr ""
3912+
3913+
msgid "`#2951 <https://github.com/pgRouting/pgrouting/issues/2951>`__: pgr_bandwidth"
3914+
msgstr ""
3915+
38983916
msgid "SQL signatures and output standardization"
38993917
msgstr ""
39003918

@@ -7036,7 +7054,7 @@ msgstr ""
70367054
msgid "Individuals in this release v4.0.0 (in alphabetical order)"
70377055
msgstr ""
70387056

7039-
msgid "Regina Obe, Vicky Vergara"
7057+
msgid "Regina Obe, Saloni kumari, Vicky Vergara"
70407058
msgstr ""
70417059

70427060
msgid "And all the people that give us a little of their time making comments, finding issues, making pull requests etc. in any of our products: osm2pgrouting, pgRouting, pgRoutingLayer, workshop."
@@ -7075,7 +7093,7 @@ msgstr ""
70757093
msgid "Individuals (in alphabetical order)"
70767094
msgstr ""
70777095

7078-
msgid "Aasheesh Tiwari, Abhinav Jain, Aditya Pratap Singh, Adrien Berchet, Akio Takubo, Andrea Nardelli, Anthony Tasca, Anton Patrushev, Aryan Gupta, Ashraf Hossain, Ashish Kumar, Aurélie Bousquet, Cayetano Benavent, Christian Gonzalez, Daniel Kastl, Dapeng Wang, Dave Potts, David Techer, Denis Rykov, Ema Miyawaki, Esteban Zimanyi, Florian Thurkow, Frederic Junod, Gerald Fenoy, Gudesa Venkata Sai Akhil, Hang Wu, Himanshu Raj, Imre Samu, Jay Mahadeokar, Jinfu Leng, Kai Behncke, Kishore Kumar, Ko Nagase, Mahmoud Sakr, Manikata Kondeti, Mario Basa, Martin Wiesenhaan, Maxim Dubinin, Maoguang Wang, Mohamed Bakli, Mohamed Zia, Mukul Priya, Nitish Chauhan, Rajat Shinde, Razequl Islam, Regina Obe, Rohith Reddy, Sarthak Agarwal, Shobhit Chaurasia, Sourabh Garg, Stephen Woodbridge, Swapnil Joshi, Sylvain Housseman, Sylvain Pasche, Veenit Kumar, Vidhan Jain, Virginia Vergara, Yige Huang"
7096+
msgid "Aasheesh Tiwari, Abhinav Jain, Aditya Pratap Singh, Adrien Berchet, Akio Takubo, Andrea Nardelli, Anthony Tasca, Anton Patrushev, Aryan Gupta, Ashraf Hossain, Ashish Kumar, Aurélie Bousquet, Cayetano Benavent, Christian Gonzalez, Daniel Kastl, Dapeng Wang, Dave Potts, David Techer, Denis Rykov, Ema Miyawaki, Esteban Zimanyi, Florian Thurkow, Frederic Junod, Gerald Fenoy, Gudesa Venkata Sai Akhil, Hang Wu, Himanshu Raj, Imre Samu, Jay Mahadeokar, Jinfu Leng, Kai Behncke, Kishore Kumar, Ko Nagase, Mahmoud Sakr, Manikata Kondeti, Mario Basa, Martin Wiesenhaan, Maxim Dubinin, Maoguang Wang, Mohamed Bakli, Mohamed Zia, Mukul Priya, Nitish Chauhan, Rajat Shinde, Razequl Islam, Regina Obe, Rohith Reddy, Saloni Kumari, Sarthak Agarwal, Shobhit Chaurasia, Sourabh Garg, Stephen Woodbridge, Swapnil Joshi, Sylvain Housseman, Sylvain Pasche, Veenit Kumar, Vidhan Jain, Virginia Vergara, Yige Huang"
70797097
msgstr ""
70807098

70817099
msgid "Corporate Sponsors (in alphabetical order)"
@@ -7780,9 +7798,6 @@ msgstr ""
77807798
msgid "Version 2.5.0"
77817799
msgstr ""
77827800

7783-
msgid "New experimental function."
7784-
msgstr ""
7785-
77867801
msgid "Those vertices that belong to more than one biconnected component are called articulation points or, equivalently, cut vertices. Articulation points are vertices whose removal would increase the number of connected components in the graph. This implementation can only be used with an undirected graph."
77877802
msgstr ""
77887803

@@ -7816,6 +7831,54 @@ msgstr ""
78167831
msgid "wikipedia: `Biconnected component <https://en.wikipedia.org/wiki/Biconnected_component>`__"
78177832
msgstr ""
78187833

7834+
msgid "``pgr_bandwidth`` - Experimental"
7835+
msgstr ""
7836+
7837+
msgid "``pgr_bandwidth`` - Calculates the bandwidth of the graph"
7838+
msgstr ""
7839+
7840+
msgid "Bandwidth measures how \"spread out\" the connections are in a graph when vertices are arranged in a linear order (like numbering them 1, 2, 3, etc.)."
7841+
msgstr ""
7842+
7843+
msgid "For each edge in the graph, calculate the distance between the vertex numbers it connects"
7844+
msgstr ""
7845+
7846+
msgid "The bandwidth is the maximum of all these distances"
7847+
msgstr ""
7848+
7849+
msgid "The implementation is for undirected graphs"
7850+
msgstr ""
7851+
7852+
msgid "Run time is 0.160789 seconds"
7853+
msgstr ""
7854+
7855+
msgid "pgr_bandwidth(`Edges SQL`_)"
7856+
msgstr ""
7857+
7858+
msgid "Returns ``BIGINT``"
7859+
msgstr ""
7860+
7861+
msgid "For an undirected graph with edges."
7862+
msgstr ""
7863+
7864+
msgid "Returns a bigint ``(pgr_bandwidth)``"
7865+
msgstr ""
7866+
7867+
msgid "``pgr_bandwidth``"
7868+
msgstr ""
7869+
7870+
msgid "gives the bandwidth of the graph."
7871+
msgstr ""
7872+
7873+
msgid "Undirected graph with edges before optimization."
7874+
msgstr ""
7875+
7876+
msgid "Undirected graph with edges after optimization."
7877+
msgstr ""
7878+
7879+
msgid "`Boost: bandwidth <https://www.boost.org/libs/graph/doc/bandwidth.html>`_"
7880+
msgstr ""
7881+
78197882
msgid "``pgr_bdAstar``"
78207883
msgstr ""
78217884

@@ -9013,7 +9076,7 @@ msgstr ""
90139076
msgid "``pgr_contractionHierarchies`` — Performs graph contraction according to the contraction hierarchies method and returns the contracted vertices and shortcut edges created."
90149077
msgstr ""
90159078

9016-
msgid "New **experimental** function"
9079+
msgid "New experimental function"
90179080
msgstr ""
90189081

90199082
msgid "The contraction hierarchies method builds, from an initial order of the vertices, a hierarchical order, giving priority to some vertices during the processing of label fixing of shortest paths algorithms. Furthermore, the contraction hierarchies algorithm adds shortcut edges in the graph, that helps the shortest paths algorithm to follow the created hierarchical graph structure."
@@ -13453,12 +13516,6 @@ msgstr ""
1345313516
msgid "CI does not test for PostgreSQL 12"
1345413517
msgstr ""
1345513518

13456-
msgid "New experimental functions"
13457-
msgstr ""
13458-
13459-
msgid "Metrics"
13460-
msgstr ""
13461-
1346213519
msgid "pgr_betweennessCentrality"
1346313520
msgstr ""
1346413521

0 commit comments

Comments
 (0)