Skip to content

Commit e956cc5

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: pgRouting/pgRouting Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/
1 parent 7e5e678 commit e956cc5

File tree

5 files changed

+819
-230
lines changed

5 files changed

+819
-230
lines changed

locale/de/LC_MESSAGES/pgrouting_doc_strings.po

Lines changed: 140 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: pgRouting v3.6.0-dev\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2024-01-06 18:14+0000\n"
9+
"POT-Creation-Date: 2024-01-24 17:44+0000\n"
1010
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -4378,6 +4378,41 @@ msgstr ""
43784378
msgid "_"
43794379
msgstr ""
43804380

4381+
msgid "Official functions changes"
4382+
msgstr ""
4383+
4384+
msgid ""
4385+
"`#2605 <https://github.com/pgRouting/pgrouting/pull/2605>`__ Standarize "
4386+
"spanning tree functions output"
4387+
msgstr ""
4388+
4389+
msgid "Functions:"
4390+
msgstr ""
4391+
4392+
msgid "``pgr_kruskalDD``"
4393+
msgstr ""
4394+
4395+
msgid "``pgr_kruskalDFS``"
4396+
msgstr ""
4397+
4398+
msgid "``pgr_kruskalBFS``"
4399+
msgstr ""
4400+
4401+
msgid "``pgr_primDD``"
4402+
msgstr ""
4403+
4404+
msgid "``pgr_primDFS``"
4405+
msgstr ""
4406+
4407+
msgid "``pgr_primBFS``"
4408+
msgstr ""
4409+
4410+
msgid "Standarizing output columns to |result-spantree|"
4411+
msgstr ""
4412+
4413+
msgid "Added ``pred`` result columns."
4414+
msgstr ""
4415+
43814416
msgid "Code enhancement"
43824417
msgstr ""
43834418

@@ -4482,7 +4517,7 @@ msgstr ""
44824517
msgid "Migration"
44834518
msgstr ""
44844519

4485-
msgid "Be aware of the existance of the additional columns."
4520+
msgid "Be aware of the existence of the additional columns."
44864521
msgstr ""
44874522

44884523
msgid "In ``pgr_aStar`` (`One to One`)"
@@ -4596,7 +4631,7 @@ msgstr ""
45964631

45974632
msgid ""
45984633
"Starting from `v3.6.0 <https://docs.pgrouting.org/3.6/en/migration.html>`__ :"
4599-
"doc:`pgr_drivingDistance` result columns are being standarized."
4634+
"doc:`pgr_drivingDistance` result columns are being standardized."
46004635
msgstr ""
46014636

46024637
msgid "from"
@@ -4629,7 +4664,7 @@ msgstr ""
46294664
msgid "does not have ``depth`` result column."
46304665
msgstr ""
46314666

4632-
msgid "Be aware of the existance and name change of the result columns."
4667+
msgid "Be aware of the existence and name change of the result columns."
46334668
msgstr ""
46344669

46354670
msgid ""
@@ -4657,16 +4692,75 @@ msgid "The ``from_v`` result column name changes to ``start_vid``."
46574692
msgstr ""
46584693

46594694
msgid ""
4660-
"If needed filter out and rename colums, for example, to return the original "
4695+
"If needed filter out and rename columns, for example, to return the original "
46614696
"columns:"
46624697
msgstr ""
46634698

4699+
msgid ""
4700+
"Migration of ``pgr_kruskalDD`` / ``pgr_kruskalBFS`` / ``pgr_kruskalDFS``"
4701+
msgstr ""
4702+
4703+
msgid ""
4704+
"Starting from `v3.7.0 <https://docs.pgrouting.org/3.7/en/migration.html>`__ :"
4705+
"doc:`pgr_kruskalDD`, :doc:`pgr_kruskalBFS` and :doc:`pgr_kruskalDFS` result "
4706+
"columns are being standardized."
4707+
msgstr ""
4708+
4709+
msgid "|result-bfs|"
4710+
msgstr ""
4711+
4712+
msgid "Single vertex"
4713+
msgstr ""
4714+
4715+
msgid "Multiple vertices"
4716+
msgstr ""
4717+
4718+
msgid "Output columns were |result-bfs|"
4719+
msgstr ""
4720+
4721+
msgid "Single vertex and Multiple vertices"
4722+
msgstr ""
4723+
4724+
msgid "Do not have ``pred`` result column."
4725+
msgstr ""
4726+
4727+
msgid "Be aware of the existence of `pred` result columns."
4728+
msgstr ""
4729+
4730+
msgid "If needed filter out the added columns"
4731+
msgstr ""
4732+
4733+
msgid "Kruskal single vertex"
4734+
msgstr ""
4735+
4736+
msgid ""
4737+
"Using ``pgr_KruskalDD`` as example. Migration is similar to al the affected "
4738+
"functions."
4739+
msgstr ""
4740+
4741+
msgid ""
4742+
"Comparing with `this <https://docs.pgrouting.org/3.6/en/pgr_kruskalDD."
4743+
"html#single-vertex>`__ example."
4744+
msgstr ""
4745+
4746+
msgid ""
4747+
"Now column ``pred`` exists and contains the predecessor of the ``node``."
4748+
msgstr ""
4749+
4750+
msgid "Kruskal multiple vertices"
4751+
msgstr ""
4752+
4753+
msgid ""
4754+
"Comparing with `this <https://docs.pgrouting.org/3.6/en/pgr_kruskalDD."
4755+
"html#multiple-vertex>`__ example."
4756+
msgstr ""
4757+
46644758
msgid "Migration of ``pgr_KSP``"
46654759
msgstr ""
46664760

46674761
msgid ""
46684762
"Starting from `v3.6.0 <https://docs.pgrouting.org/3.6/en/migration.html>`__ :"
4669-
"doc:`pgr_KSP` result columns are being standarized."
4763+
"doc:`pgr_KSP` result columns are being standardized."
46704764
msgstr ""
46714765

46724766
msgid "|ksp-result|"
@@ -4765,12 +4859,42 @@ msgstr ""
47654859
msgid "In the query returns only ``edge`` column."
47664860
msgstr ""
47674861

4862+
msgid "Migration of ``pgr_primDD`` / ``pgr_primBFS`` / ``pgr_primDFS``"
4863+
msgstr ""
4864+
4865+
msgid ""
4866+
"Starting from `v3.7.0 <https://docs.pgrouting.org/3.7/en/migration.html>`__ :"
4867+
"doc:`pgr_primDD`, :doc:`pgr_primBFS` and :doc:`pgr_primDFS` result columns "
4868+
"are being standardized."
4869+
msgstr ""
4870+
4871+
msgid "Prim single vertex"
4872+
msgstr ""
4873+
4874+
msgid ""
4875+
"Using ``pgr_primDD`` as example. Migration is similar to al the affected "
4876+
"functions."
4877+
msgstr ""
4878+
4879+
msgid ""
4880+
"Comparing with `this <https://docs.pgrouting.org/3.6/en/pgr_primDD."
4881+
"html#single-vertex>`__ example."
4882+
msgstr ""
4883+
4884+
msgid "Prim multiple vertices"
4885+
msgstr ""
4886+
4887+
msgid ""
4888+
"Comparing with `this <https://docs.pgrouting.org/3.6/en/pgr_primDD."
4889+
"html#multiple-vertex>`__ example."
4890+
msgstr ""
4891+
47684892
msgid "Migration of ``pgr_withPointsDD``"
47694893
msgstr ""
47704894

47714895
msgid ""
47724896
"Starting from `v3.6.0 <https://docs.pgrouting.org/3.6/en/migration.html>`__ :"
4773-
"doc:`pgr_withPointsDD` result columns are being standarized."
4897+
"doc:`pgr_withPointsDD` result columns are being standardized."
47744898
msgstr ""
47754899

47764900
msgid "|result-generic-no-seq|"
@@ -4795,7 +4919,7 @@ msgid "Does not have ``start_vid``, ``pred`` and ``depth`` result columns."
47954919
msgstr ""
47964920

47974921
msgid ""
4798-
"``driving_side`` parameter was named optional now it is compulsory unamed."
4922+
"``driving_side`` parameter was named optional now it is compulsory unnamed."
47994923
msgstr ""
48004924

48014925
msgid "``pgr_withPointsDD`` (`Multiple vertices`)"
@@ -4846,7 +4970,7 @@ msgstr ""
48464970
msgid "After Migration"
48474971
msgstr ""
48484972

4849-
msgid "Be aware of the existance of the additional result Columns."
4973+
msgid "Be aware of the existence of the additional result Columns."
48504974
msgstr ""
48514975

48524976
msgid "New output columns are |result-spantree|"
@@ -4908,7 +5032,7 @@ msgstr ""
49085032

49095033
msgid ""
49105034
"Starting from `v3.6.0 <https://docs.pgrouting.org/3.6/en/migration.html>`__ :"
4911-
"doc:`pgr_withPointsKSP` result columns are being standarized."
5035+
"doc:`pgr_withPointsKSP` result columns are being standardized."
49125036
msgstr ""
49135037

49145038
msgid ""
@@ -9257,17 +9381,11 @@ msgstr ""
92579381
msgid "Returns set of |result-bfs|"
92589382
msgstr ""
92599383

9260-
msgid "Single vertex"
9261-
msgstr ""
9262-
92639384
msgid ""
92649385
"From root vertex :math:`6` on a **directed** graph with edges in ascending "
92659386
"order of ``id``"
92669387
msgstr ""
92679388

9268-
msgid "Multiple vertices"
9269-
msgstr ""
9270-
92719389
msgid ""
92729390
"From root vertices :math:`\\{12, 6\\}` on an **undirected** graph with "
92739391
"**depth** :math:`<= 2` and edges in ascending order of ``id``"
@@ -11014,9 +11132,6 @@ msgid ""
1101411132
"``pgr_drivingDistance`` - Returns the driving distance from a start node."
1101511133
msgstr ""
1101611134

11017-
msgid "Standarizing output columns to |result-spantree|"
11018-
msgstr ""
11019-
1102011135
msgid "Added ``depth`` and ``start_vid`` result columns."
1102111136
msgstr ""
1102211137

@@ -12218,14 +12333,14 @@ msgstr ""
1221812333
msgid "Minimum spanning forest"
1221912334
msgstr ""
1222012335

12221-
msgid "``pgr_kruskalBFS``"
12222-
msgstr ""
12223-
1222412336
msgid ""
1222512337
"``pgr_kruskalBFS`` — Kruskal's algorithm for Minimum Spanning Tree with "
1222612338
"breadth First Search ordering."
1222712339
msgstr ""
1222812340

12341+
msgid "Version 3.7.0"
12342+
msgstr ""
12343+
1222912344
msgid ""
1223012345
"Visits and extracts the nodes information in Breath First Search ordering of "
1223112346
"the Minimum Spanning Tree created using Kruskal's algorithm."
@@ -12251,9 +12366,6 @@ msgid ""
1225112366
"`depth \\leq 3`"
1225212367
msgstr ""
1225312368

12254-
msgid "``pgr_kruskalDD``"
12255-
msgstr ""
12256-
1225712369
msgid "``pgr_kruskalDD`` — Catchament nodes using Kruskal's algorithm."
1225812370
msgstr ""
1225912371

@@ -12285,9 +12397,6 @@ msgid ""
1228512397
"`distance \\leq 3.5`"
1228612398
msgstr ""
1228712399

12288-
msgid "``pgr_kruskalDFS``"
12289-
msgstr ""
12290-
1229112400
msgid ""
1229212401
"``pgr_kruskalDFS`` — Kruskal's algorithm for Minimum Spanning Tree with "
1229312402
"Depth First Search ordering."
@@ -13432,17 +13541,14 @@ msgid ""
1343213541
"prim_minimum_spanning_tree.html>`__"
1343313542
msgstr ""
1343413543

13435-
msgid "``pgr_primBFS``"
13436-
msgstr ""
13437-
1343813544
msgid ""
1343913545
"``pgr_primBFS`` — Prim's algorithm for Minimum Spanning Tree with Depth "
1344013546
"First Search ordering."
1344113547
msgstr ""
1344213548

1344313549
msgid ""
1344413550
"Visits and extracts the nodes information in Breath First Search ordering of "
13445-
"the Minimum Spanning Tree created with Prims's algorithm."
13551+
"the Minimum Spanning Tree created using Prims's algorithm."
1344613552
msgstr ""
1344713553

1344813554
msgid "pgr_primBFS(`Edges SQL`_, **root vid**, [``max_depth``])"
@@ -13451,16 +13557,13 @@ msgstr ""
1345113557
msgid "pgr_primBFS(`Edges SQL`_, **root vids**, [``max_depth``])"
1345213558
msgstr ""
1345313559

13454-
msgid "``pgr_primDD``"
13455-
msgstr ""
13456-
1345713560
msgid "``pgr_primDD`` — Catchament nodes using Prim's algorithm."
1345813561
msgstr ""
1345913562

1346013563
msgid ""
1346113564
"Using Prim's algorithm, extracts the nodes that have aggregate costs less "
13462-
"than or equal to a **distance** from a **root** vertex (or vertices) within "
13463-
"the calculated minimum spanning tree."
13565+
"than or equal to a distance from a root vertex (or vertices) within the "
13566+
"calculated minimum spanning tree."
1346413567
msgstr ""
1346513568

1346613569
msgid "pgr_primDD(`Edges SQL`_, **root vid**, **distance**)"
@@ -13469,9 +13572,6 @@ msgstr ""
1346913572
msgid "pgr_primDD(`Edges SQL`_, **root vids**, **distance**)"
1347013573
msgstr ""
1347113574

13472-
msgid "``pgr_primDFS``"
13473-
msgstr ""
13474-
1347513575
msgid ""
1347613576
"``pgr_primDFS`` — Prim algorithm for Minimum Spanning Tree with Depth First "
1347713577
"Search ordering."
@@ -15209,9 +15309,6 @@ msgid ""
1520915309
"utf8=%E2%9C%93&q=milestone%3A%22Release%203.6.0%22>`_"
1521015310
msgstr ""
1521115311

15212-
msgid "Official functions changes"
15213-
msgstr ""
15214-
1521515312
msgid ""
1521615313
"`#2516 <https://github.com/pgRouting/pgrouting/pull/2516>`__ Standarize "
1521715314
"output pgr_aStar"

0 commit comments

Comments
 (0)