Skip to content

Commit

Permalink
Update locale: commit 9caf8e4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 9, 2023
1 parent 9caf8e4 commit 4ae00e0
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 11 deletions.
76 changes: 70 additions & 6 deletions locale/en/LC_MESSAGES/pgrouting_doc_strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pgRouting v3.6.0-dev\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-29 14:55+0000\n"
"POT-Creation-Date: 2023-09-09 00:31+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -4752,7 +4752,7 @@ msgid "|result-generic-no-seq|"
msgstr ""

msgid ""
"And ``driving side`` parameter changed from named optional to unnamed "
"And ``driving_side`` parameter changed from named optional to unnamed "
"compulsory **driving side** and its validity differ for directed and "
"undirected graphs."
msgstr ""
Expand All @@ -4766,7 +4766,7 @@ msgstr ""
msgid "Output columns were |result-1-1-no-seq|"
msgstr ""

msgid "``driving_side`` parameter was named optional."
msgid "``driving_side`` parameter was named optional now it is compulsory unamed."
msgstr ""

msgid "``pgr_withPointsDD`` (`Multiple vertices`)"
Expand All @@ -4781,6 +4781,27 @@ msgstr ""
msgid "Driving side was optional"
msgstr ""

msgid "The default values on this query are:"
msgstr ""

msgid "directed"
msgstr ""

msgid "true"
msgstr ""

msgid "driving_side"
msgstr ""

msgid "'b'"
msgstr ""

msgid "details"
msgstr ""

msgid "false"
msgstr ""

msgid "Driving side was named optional"
msgstr ""

Expand All @@ -4790,6 +4811,9 @@ msgstr ""
msgid "On undirected graph ``r`` could be used as **driving side**"
msgstr ""

msgid "Also ``l`` could be used as **driving side**"
msgstr ""

msgid "After Migration"
msgstr ""

Expand Down Expand Up @@ -4821,24 +4845,35 @@ msgid ""
"#single-vertex>`__ example."
msgstr ""

msgid "``depth`` contains the **depth** parameter value."
msgid ""
"``depth`` contains the **depth** from the ``start_vid`` vertex to the "
"``node``."
msgstr ""

msgid ""
"To migrate, use an unnamed valid value for **driving side** after the "
"**distance** parameter:"
msgstr ""

msgid "To get results from previous versions:"
msgstr ""

msgid "filter out the additional columns, for example;"
msgstr ""

msgid ""
"If needed filter out the additional columns, for example, to return the "
"original columns:"
"When ``details => false`` to remove the points use ``WHERE node >= 0 OR "
"cost = 0``"
msgstr ""

msgid ""
"Using `this <https://docs.pgrouting.org/3.5/en/pgr_withPointsDD.html"
"#multiple-vertices>`__ example."
msgstr ""

msgid "Filter out the additional columns"
msgstr ""

msgid "Migration of ``pgr_withPointsKSP``"
msgstr ""

Expand All @@ -4848,6 +4883,12 @@ msgid ""
":doc:`pgr_withPointsKSP` result columns are being standarized."
msgstr ""

msgid ""
"And ``driving side`` parameter changed from named optional to unnamed "
"compulsory **driving side** and its validity differ for directed and "
"undirected graphs."
msgstr ""

msgid "``pgr_withPointsKSP`` (`One to One`)"
msgstr ""

Expand All @@ -4863,6 +4904,11 @@ msgid ""
"example."
msgstr ""

msgid ""
"If needed filter out the additional columns, for example, to return the "
"original columns:"
msgstr ""

msgid "Migration of turn restrictions"
msgstr ""

Expand Down Expand Up @@ -14828,6 +14874,14 @@ msgstr ""
msgid "Added ``depth`` column."
msgstr ""

msgid "When ``details`` is ``false``:"
msgstr ""

msgid ""
"Only points that are visited are removed, that is, points reached within "
"the distance are included"
msgstr ""

msgid ""
"``pgr_withpointsdd(text,text,bigint,double "
"precision,boolean,character,boolean)``"
Expand Down Expand Up @@ -14921,6 +14975,16 @@ msgid ""
"point `(2.9, 1.8)`."
msgstr ""

msgid ""
"Point :math:`-1` corresponds to the closest edge from point "
":math:`(2.9,1.8)`."
msgstr ""

msgid ""
"Point :math:`-2` corresponds to the next close edge from point "
":math:`(2.9,1.8)`."
msgstr ""

msgid "Driving side does not matter"
msgstr ""

Expand Down
61 changes: 56 additions & 5 deletions locale/pot/pgrouting_doc_strings.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pgRouting v3.6.0-dev\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-29 14:55+0000\n"
"POT-Creation-Date: 2023-09-09 00:31+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -4240,7 +4240,7 @@ msgstr ""
msgid "|result-generic-no-seq|"
msgstr ""

msgid "And ``driving side`` parameter changed from named optional to unnamed compulsory **driving side** and its validity differ for directed and undirected graphs."
msgid "And ``driving_side`` parameter changed from named optional to unnamed compulsory **driving side** and its validity differ for directed and undirected graphs."
msgstr ""

msgid "``pgr_withPointsDD`` (Single vertex)"
Expand All @@ -4252,7 +4252,7 @@ msgstr ""
msgid "Output columns were |result-1-1-no-seq|"
msgstr ""

msgid "``driving_side`` parameter was named optional."
msgid "``driving_side`` parameter was named optional now it is compulsory unamed."
msgstr ""

msgid "``pgr_withPointsDD`` (`Multiple vertices`)"
Expand All @@ -4267,6 +4267,27 @@ msgstr ""
msgid "Driving side was optional"
msgstr ""

msgid "The default values on this query are:"
msgstr ""

msgid "directed"
msgstr ""

msgid "true"
msgstr ""

msgid "driving_side"
msgstr ""

msgid "'b'"
msgstr ""

msgid "details"
msgstr ""

msgid "false"
msgstr ""

msgid "Driving side was named optional"
msgstr ""

Expand All @@ -4276,6 +4297,9 @@ msgstr ""
msgid "On undirected graph ``r`` could be used as **driving side**"
msgstr ""

msgid "Also ``l`` could be used as **driving side**"
msgstr ""

msgid "After Migration"
msgstr ""

Expand Down Expand Up @@ -4303,24 +4327,36 @@ msgstr ""
msgid "Using `this <https://docs.pgrouting.org/3.5/en/pgr_withPointsDD.html#single-vertex>`__ example."
msgstr ""

msgid "``depth`` contains the **depth** parameter value."
msgid "``depth`` contains the **depth** from the ``start_vid`` vertex to the ``node``."
msgstr ""

msgid "To migrate, use an unnamed valid value for **driving side** after the **distance** parameter:"
msgstr ""

msgid "If needed filter out the additional columns, for example, to return the original columns:"
msgid "To get results from previous versions:"
msgstr ""

msgid "filter out the additional columns, for example;"
msgstr ""

msgid "When ``details => false`` to remove the points use ``WHERE node >= 0 OR cost = 0``"
msgstr ""

msgid "Using `this <https://docs.pgrouting.org/3.5/en/pgr_withPointsDD.html#multiple-vertices>`__ example."
msgstr ""

msgid "Filter out the additional columns"
msgstr ""

msgid "Migration of ``pgr_withPointsKSP``"
msgstr ""

msgid "Starting from `v3.6.0 <https://docs.pgrouting.org/3.6/en/migration.html>`__ :doc:`pgr_withPointsKSP` result columns are being standarized."
msgstr ""

msgid "And ``driving side`` parameter changed from named optional to unnamed compulsory **driving side** and its validity differ for directed and undirected graphs."
msgstr ""

msgid "``pgr_withPointsKSP`` (`One to One`)"
msgstr ""

Expand All @@ -4333,6 +4369,9 @@ msgstr ""
msgid "Using `this <https://docs.pgrouting.org/3.5/en/pgr_withPointsKSP.html#signatures>`__ example."
msgstr ""

msgid "If needed filter out the additional columns, for example, to return the original columns:"
msgstr ""

msgid "Migration of turn restrictions"
msgstr ""

Expand Down Expand Up @@ -12652,6 +12691,12 @@ msgstr ""
msgid "Added ``depth`` column."
msgstr ""

msgid "When ``details`` is ``false``:"
msgstr ""

msgid "Only points that are visited are removed, that is, points reached within the distance are included"
msgstr ""

msgid "``pgr_withpointsdd(text,text,bigint,double precision,boolean,character,boolean)``"
msgstr ""

Expand Down Expand Up @@ -12721,6 +12766,12 @@ msgstr ""
msgid "Find the driving distance from the two closest locations on the graph of point `(2.9, 1.8)`."
msgstr ""

msgid "Point :math:`-1` corresponds to the closest edge from point :math:`(2.9,1.8)`."
msgstr ""

msgid "Point :math:`-2` corresponds to the next close edge from point :math:`(2.9,1.8)`."
msgstr ""

msgid "Driving side does not matter"
msgstr ""

Expand Down

0 comments on commit 4ae00e0

Please sign in to comment.