Skip to content

Commit

Permalink
(locale) updating the locale
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Apr 29, 2024
1 parent 356233e commit fcc5dc9
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 82 deletions.
22 changes: 11 additions & 11 deletions doc/dijkstra/dijkstra-family.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ The weighted directed graph, :math:`G_d(V,E)`, is definied by:
* the set of edges :math:`E`

- :math:`E = \begin{cases}
\text{ } \{(source_i, target_i, cost_i) \text{ when } cost >=0 \} & \quad \text{if } reverse\_cost = \varnothing \\
\text{ } \text{ } & \quad \text{ } \\
\text{ } \{(source_i, target_i, cost_i) \text{ when } cost >=0 \} & \quad \text{ } \\
\cup \{(target_i, source_i, reverse\_cost_i) \text{ when } reverse\_cost_i>=0 \} & \quad \text{if } reverse\_cost \neq \varnothing \\
\text{ } \{(source_i, target_i, cost_i) \text{ when } cost >=0 \} & \quad \text{if } reverse\_cost = \varnothing \\
\text{ } \text{ } & \quad \text{ } \\
\text{ } \{(source_i, target_i, cost_i) \text{ when } cost >=0 \} & \quad \text{ } \\
\cup \{(target_i, source_i, reverse\_cost_i) \text{ when } reverse\_cost_i>=0 \} & \quad \text{if } reverse\_cost \neq \varnothing \\
\end{cases}`


Expand All @@ -220,13 +220,13 @@ The weighted undirected graph, :math:`G_u(V,E)`, is definied by:
* the set of edges :math:`E`

- :math:`E = \begin{cases}
\text{ } \{(source_i, target_i, cost_i) \text{ when } cost >=0 \} & \quad \text{ } \\
\cup \{(target_i, source_i, cost_i) \text{ when } cost >=0 \} & \quad \text{ if } reverse\_cost = \varnothing \\
\text{ } \text{ } & \text{ } \\
\text{ } \{(source_i, target_i, cost_i) \text{ when } cost >=0 \} & \text{ } \\
\cup \{(target_i, source_i, cost_i) \text{ when } cost >=0 \} & \text{ } \\
\cup \{(target_i, source_i, reverse\_cost_i) \text{ when } reverse\_cost_i >=0)\} & \text{ } \\
\cup \{(source_i, target_i, reverse\_cost_i) \text{ when } reverse\_cost_i >=0)\} & \quad \text{ if } reverse\_cost \neq \varnothing \\
\text{ } \{(source_i, target_i, cost_i) \text{ when } cost >=0 \} & \quad \text{ } \\
\cup \{(target_i, source_i, cost_i) \text{ when } cost >=0 \} & \quad \text{ if } reverse\_cost = \varnothing \\
\text{ } \text{ } & \text{ } \\
\text{ } \{(source_i, target_i, cost_i) \text{ when } cost >=0 \} & \text{ } \\
\cup \{(target_i, source_i, cost_i) \text{ when } cost >=0 \} & \text{ } \\
\cup \{(target_i, source_i, reverse\_cost_i) \text{ when } reverse\_cost_i >=0)\} & \text{ } \\
\cup \{(source_i, target_i, reverse\_cost_i) \text{ when } reverse\_cost_i >=0)\} & \quad \text{ if } reverse\_cost \neq \varnothing \\
\end{cases}`


Expand Down
4 changes: 2 additions & 2 deletions doc/pickDeliver/VRP-category.rst
Original file line number Diff line number Diff line change
Expand Up @@ -677,9 +677,9 @@ at 4:30 pm and the service time duration is 10 minutes with 30 seconds.
============ ========== ================= ===================== =========
Meaning of 0 time units 9:00 am 4:30 pm 10 min 30 secs
============ ========== ================= ===================== =========
0:00 am hours 9 16.5 :math:`10.5 / 60 = 0.175`
0:00 am hours 9 16.5 :math:`10.5 / 60 = 0.175`
0:00 am minutes :math:`9*60 = 54` :math:`16.5*60 = 990` 10.5
9:00 am hours 0 7.5 :math:`10.5 / 60 = 0.175`
9:00 am hours 0 7.5 :math:`10.5 / 60 = 0.175`
9:00 am minutes 0 :math:`7.5*60 = 540` 10.5
============ ========== ================= ===================== =========

Expand Down
3 changes: 1 addition & 2 deletions doc/src/costMatrix-category.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ Cost Matrix - Category
.. index from here
* :doc:`pgr_aStarCostMatrix`
* :doc:`pgr_bdAstarCostMatrix`
* :doc:`pgr_bdDijkstraCostMatrix`
* :doc:`pgr_dijkstraCostMatrix`
* :doc:`pgr_bdAstarCostMatrix`
* :doc:`pgr_bdDijkstraCostMatrix`

.. index to here
Expand Down
6 changes: 3 additions & 3 deletions doc/topology/pgr_nodeNetwork.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Parameters
The output table will have for ``edge_table_noded``

:id: ``bigint`` Unique identifier for the table
:old_id: ``bigint`` Identifier of the edge in original table
:old_id: ``bigint`` Identifier of the edge in original table
:sub_id: ``integer`` Segment number of the original edge
:source: ``integer`` Empty source column to be used with
:doc:`pgr_createTopology` function
Expand Down Expand Up @@ -154,13 +154,13 @@ Comparing with the Analysis in the original edge_table, we see that.
|Fields | All original fields | Has only basic fields to do a topology analysis |
+------------------+-----------------------------------------+--------------------------------------------------------------+
|Dead ends | - Edges with 1 dead end: 1,6,24 | Edges with 1 dead end: 1-1 ,6-1,14-2, 18-1 17-1 18-2 |
| | - Edges with 2 dead ends 17,18 | |
| | - Edges with 2 dead ends: 17,18 | |
| | | |
| | Edge 17's right node is a dead end | |
| | because there is no other edge sharing | |
| | that same node. (cnt=1) | |
+------------------+-----------------------------------------+--------------------------------------------------------------+
|Isolated segments | two isolated segments: 17 and 18 both | No Isolated segments |
|Isolated segments | two isolated segments: 17 and 18 both | No Isolated segments |
| | they have 2 dead ends | - Edge 17 now shares a node with edges 14-1 and 14-2 |
| | | - Edges 18-1 and 18-2 share a node with edges 13-1 and 13-2 |
+------------------+-----------------------------------------+--------------------------------------------------------------+
Expand Down
95 changes: 57 additions & 38 deletions locale/en/LC_MESSAGES/pgrouting_doc_strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: pgRouting v3.6.0-dev\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-13 01:27+0000\n"
"POT-Creation-Date: 2024-04-28 19:05-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.14.0\n"
"Generated-By: Babel 2.12.1\n"

msgid "BFS - Category"
msgstr ""
Expand Down Expand Up @@ -1448,7 +1448,7 @@ msgstr ""
msgid "16.5"
msgstr ""

msgid ":math:`10.5 / 60 = 0.175`"
msgid ":math:`10.5 / 60 = 0.175`"
msgstr ""

msgid "minutes"
Expand Down Expand Up @@ -3380,13 +3380,13 @@ msgstr ""
msgid ":doc:`pgr_aStarCostMatrix`"
msgstr ""

msgid ":doc:`pgr_bdAstarCostMatrix`"
msgid ":doc:`pgr_dijkstraCostMatrix`"
msgstr ""

msgid ":doc:`pgr_bdDijkstraCostMatrix`"
msgid ":doc:`pgr_bdAstarCostMatrix`"
msgstr ""

msgid ":doc:`pgr_dijkstraCostMatrix`"
msgid ":doc:`pgr_bdDijkstraCostMatrix`"
msgstr ""

msgid "proposed"
Expand Down Expand Up @@ -3663,13 +3663,13 @@ msgid "the set of edges :math:`E`"
msgstr ""

msgid ""
":math:`E = \\begin{cases} \\text{ } \\{(source_i, target_i, cost_i) "
":math:`E = \\begin{cases} \\text{ } \\{(source_i, target_i, cost_i) "
"\\text{ when } cost >=0 \\} & \\quad \\text{if } reverse\\_cost = "
"\\varnothing \\\\ \\text{ } \\text{ } & \\quad \\text{ } \\\\ \\text{ }"
" \\{(source_i, target_i, cost_i) \\text{ when } cost >=0 \\} & \\quad "
"\\text{ } \\\\ \\cup \\{(target_i, source_i, reverse\\_cost_i) "
"\\text{ when } reverse\\_cost_i>=0 \\} & \\quad \\text{if } "
"reverse\\_cost \\neq \\varnothing \\\\ \\end{cases}`"
"\\varnothing \\\\ \\text{ } \\text{ } & \\quad \\text{ } \\\\ \\text{ } "
"\\{(source_i, target_i, cost_i) \\text{ when } cost >=0 \\} & \\quad "
"\\text{ } \\\\ \\cup \\{(target_i, source_i, reverse\\_cost_i) \\text{ "
"when } reverse\\_cost_i>=0 \\} & \\quad \\text{if } reverse\\_cost \\neq "
"\\varnothing \\\\ \\end{cases}`"
msgstr ""

msgid "Undirected graph"
Expand All @@ -3682,17 +3682,17 @@ msgid ":math:`V = source \\cup target \\cup {start_v{vid}} \\cup {end_{vid}}`"
msgstr ""

msgid ""
":math:`E = \\begin{cases} \\text{ } \\{(source_i, target_i, cost_i) "
"\\text{ when } cost >=0 \\} & \\quad \\text{ } \\\\ \\cup "
"\\{(target_i, source_i, cost_i) \\text{ when } cost >=0 \\} & \\quad "
"\\text{ if } reverse\\_cost = \\varnothing \\\\ \\text{ } \\text{ } & "
"\\text{ } \\\\ \\text{ } \\{(source_i, target_i, cost_i) \\text{ when } "
"cost >=0 \\} & \\text{ } \\\\ \\cup \\{(target_i, source_i, cost_i) "
"\\text{ when } cost >=0 \\} & \\text{ } \\\\ \\cup \\{(target_i, "
"source_i, reverse\\_cost_i) \\text{ when } reverse\\_cost_i >=0)\\} & "
"\\text{ } \\\\ \\cup \\{(source_i, target_i, reverse\\_cost_i) \\text{ "
"when } reverse\\_cost_i >=0)\\} & \\quad \\text{ if } reverse\\_cost "
"\\neq \\varnothing \\\\ \\end{cases}`"
":math:`E = \\begin{cases} \\text{ } \\{(source_i, target_i, cost_i) "
"\\text{ when } cost >=0 \\} & \\quad \\text{ } \\\\ \\cup \\{(target_i, "
"source_i, cost_i) \\text{ when } cost >=0 \\} & \\quad \\text{ if } "
"reverse\\_cost = \\varnothing \\\\ \\text{ } \\text{ } & \\text{ } \\\\ "
"\\text{ } \\{(source_i, target_i, cost_i) \\text{ when } cost >=0 \\} & "
"\\text{ } \\\\ \\cup \\{(target_i, source_i, cost_i) \\text{ when } cost "
">=0 \\} & \\text{ } \\\\ \\cup \\{(target_i, source_i, reverse\\_cost_i) "
"\\text{ when } reverse\\_cost_i >=0)\\} & \\text{ } \\\\ \\cup "
"\\{(source_i, target_i, reverse\\_cost_i) \\text{ when } reverse\\_cost_i"
" >=0)\\} & \\quad \\text{ if } reverse\\_cost \\neq \\varnothing \\\\ "
"\\end{cases}`"
msgstr ""

msgid "The problem"
Expand Down Expand Up @@ -4447,15 +4447,6 @@ msgid ""
"does not work"
msgstr ""

msgid "Others"
msgstr ""

msgid "Adjust NEWS generator"
msgstr ""

msgid "Name change to `NEWS.md` for better visualization on GitHub"
msgstr ""

msgid "All releases"
msgstr ""

Expand Down Expand Up @@ -13165,7 +13156,7 @@ msgstr ""
msgid "old_id"
msgstr ""

msgid "``bigint`` Identifier of the edge in original table"
msgid "``bigint`` Identifier of the edge in original table"
msgstr ""

msgid "sub_id"
Expand Down Expand Up @@ -13260,7 +13251,7 @@ msgstr ""
msgid "Edges with 1 dead end: 1,6,24"
msgstr ""

msgid "Edges with 2 dead ends 17,18"
msgid "Edges with 2 dead ends: 17,18"
msgstr ""

msgid ""
Expand All @@ -13274,7 +13265,7 @@ msgstr ""
msgid "Isolated segments"
msgstr ""

msgid "two isolated segments: 17 and 18 both they have 2 dead ends"
msgid "two isolated segments: 17 and 18 both they have 2 dead ends"
msgstr ""

msgid "No Isolated segments"
Expand Down Expand Up @@ -15337,6 +15328,37 @@ msgstr ""
msgid "pgRouting 3.6"
msgstr ""

msgid "pgRouting 3.6.2 Release Notes"
msgstr ""

#, python-format
msgid ""
"To see all issues & pull requests closed by this release see the `Git "
"closed milestone for 3.6.2 "
"<https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.6.2%22>`__"
msgstr ""

msgid "Upgrade fix"
msgstr ""

msgid "The upgrade was failing for same minor"
msgstr ""

msgid "Code fixes"
msgstr ""

msgid "Fix warnings from cpplint"
msgstr ""

msgid "Others"
msgstr ""

msgid "Adjust NEWS generator"
msgstr ""

msgid "Name change to `NEWS.md` for better visualization on GitHub"
msgstr ""

msgid "pgRouting 3.6.1 Release Notes"
msgstr ""

Expand Down Expand Up @@ -15536,9 +15558,6 @@ msgstr ""
msgid "Fix winnie build"
msgstr ""

msgid "Code fixes"
msgstr ""

msgid "Fix clang warnings"
msgstr ""

Expand Down
8 changes: 4 additions & 4 deletions locale/pot/index.pot
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ msgid ":doc:`pgr_bdDijkstraCost` - Bidirectional Dijkstra to calculate the cost
msgstr ""

#: ../../build/doc/bdDijkstra-family.rst:7
msgid ":doc:`pgr_bdDijkstraCostMatrix` - Bidirectional Dijkstra algorithm to create a matrix of costs of the shortest paths."
msgid ":doc:`pgr_bdDijkstraCostMatrix` - Bidirectional Dijkstra algorithm to create a matrix of costs of the shortest paths."
msgstr ""

#: ../../build/doc/routingFunctions.rst:29
Expand Down Expand Up @@ -275,23 +275,23 @@ msgid "The following functions modify the database directly therefore the user m
msgstr ""

#: ../../build/doc/topology-functions.rst:6
msgid ":doc:`pgr_createTopology` - create a topology based on the geometry."
msgid ":doc:`pgr_createTopology` - create a topology based on the geometry."
msgstr ""

#: ../../build/doc/topology-functions.rst:7
msgid ":doc:`pgr_createVerticesTable` - reconstruct the vertices table based on the source and target information."
msgstr ""

#: ../../build/doc/topology-functions.rst:9
msgid ":doc:`pgr_analyzeGraph` - to analyze the edges and vertices of the edge table."
msgid ":doc:`pgr_analyzeGraph` - to analyze the edges and vertices of the edge table."
msgstr ""

#: ../../build/doc/topology-functions.rst:11
msgid ":doc:`pgr_analyzeOneWay` - to analyze directionality of the edges."
msgstr ""

#: ../../build/doc/topology-functions.rst:12
msgid ":doc:`pgr_nodeNetwork` -to create nodes to a not noded edge table."
msgid ":doc:`pgr_nodeNetwork` - to create nodes to a not noded edge table."
msgstr ""

#: ../../build/doc/routingFunctions.rst:77
Expand Down
Loading

0 comments on commit fcc5dc9

Please sign in to comment.