Skip to content

Commit ded6f37

Browse files
Update locale: commit 5ccd596
1 parent 5ccd596 commit ded6f37

18 files changed

Lines changed: 513 additions & 548 deletions

locale/en/LC_MESSAGES/basic/data.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Workshop FOSS4G Belém 3.0\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2025-11-28 19:15+0000\n"
12+
"POT-Creation-Date: 2026-06-14 15:20+0000\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language: en\n"
@@ -18,7 +18,7 @@ msgstr ""
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=utf-8\n"
2020
"Content-Transfer-Encoding: 8bit\n"
21-
"Generated-By: Babel 2.17.0\n"
21+
"Generated-By: Babel 2.18.0\n"
2222

2323
#: ../../build/docs/basic/data.rst:12
2424
msgid "Prepare Data"
@@ -73,7 +73,7 @@ msgstr ""
7373

7474
#: ../../build/docs/basic/data.rst:43
7575
msgid ""
76-
"Depending on the postgres configuration :code:`-U <user>` is needed on :code:"
76+
"Depending on the Postgres configuration :code:`-U <user>` is needed on :code:"
7777
"`psql` commands"
7878
msgstr ""
7979

@@ -125,8 +125,8 @@ msgstr ""
125125

126126
#: ../../build/docs/basic/data.rst:98
127127
msgid ""
128-
"More information about how to download OpenStreetMap data can be found in "
129-
"https://wiki.openstreetmap.org/wiki/Downloading_data"
128+
"More information about how to download OpenStreetMap data can be found `here "
129+
"<https://wiki.openstreetmap.org/wiki/Downloading_data>`_."
130130
msgstr ""
131131

132132
#: ../../build/docs/basic/data.rst:101

locale/en/LC_MESSAGES/basic/graphs.po

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Workshop FOSS4G Belém 3.0\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2025-10-03 17:35+0000\n"
12+
"POT-Creation-Date: 2026-06-14 15:20+0000\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language: en\n"
@@ -18,7 +18,7 @@ msgstr ""
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=utf-8\n"
2020
"Content-Transfer-Encoding: 8bit\n"
21-
"Generated-By: Babel 2.17.0\n"
21+
"Generated-By: Babel 2.18.0\n"
2222

2323
#: ../../build/docs/basic/graphs.rst:12
2424
msgid "Graphs"
@@ -30,7 +30,7 @@ msgstr ""
3030

3131
#: ../../build/docs/basic/graphs.rst:20
3232
msgid ""
33-
"Different application require different graphs. This chapter covers how to "
33+
"Different applications require different graphs. This chapter covers how to "
3434
"discard disconnected segments and different approaches to create graphs."
3535
msgstr ""
3636

@@ -56,10 +56,10 @@ msgstr ""
5656

5757
#: ../../build/docs/basic/graphs.rst:32
5858
msgid ""
59-
"In this chapter there are three graph requirements. It consists on three "
60-
"graphs based on a **fully connected** graph derived from ``ways``: two for "
61-
"different types of vehicles and one for pedestrian, the source and the "
62-
"target in all of them are based on the ``source`` and ``target``."
59+
"This chapter requires the creation of three distinct routing graphs derived "
60+
"from ``ways``. These consist of two vehicle-specific graphs and one "
61+
"pedestrian graph, all of which utilize the standard ``source`` and "
62+
"``target`` to determine routing paths."
6363
msgstr ""
6464

6565
#: ../../build/docs/basic/graphs.rst:37
@@ -108,7 +108,7 @@ msgid "Walk on the whole Auckland area."
108108
msgstr ""
109109

110110
#: ../../build/docs/basic/graphs.rst:59
111-
msgid "Can only use pedestrian only ways:"
111+
msgid "Can only use pedestrian-only ways:"
112112
msgstr ""
113113

114114
#: ../../build/docs/basic/graphs.rst:61
@@ -130,7 +130,7 @@ msgid ""
130130
msgstr ""
131131

132132
#: ../../build/docs/basic/graphs.rst:71
133-
msgid "Vehicles can not circulate on pedestrian ways"
133+
msgid "Vehicles cannot circulate on pedestrian ways"
134134
msgstr ""
135135

136136
#: ../../build/docs/basic/graphs.rst:78
@@ -156,7 +156,7 @@ msgid "tag_id values"
156156
msgstr ""
157157

158158
#: ../../build/docs/basic/graphs.rst:99
159-
msgid "In the image above there is a detail of the ``tag_id`` of the roads."
159+
msgid "In the image above, there is a detail of the ``tag_id`` of the roads."
160160
msgstr ""
161161

162162
#: ../../build/docs/basic/graphs.rst:103
@@ -166,7 +166,7 @@ msgstr ""
166166

167167
#: ../../build/docs/basic/graphs.rst:113
168168
msgid ""
169-
"Also, on the ``ways`` table there is a column that can be used to ``JOIN`` "
169+
"Also, on the ``ways`` table, there is a column that can be used to ``JOIN`` "
170170
"with the ``configuration`` table."
171171
msgstr ""
172172

locale/en/LC_MESSAGES/basic/pedestrian.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Workshop FOSS4G Belém 3.0\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2025-11-28 19:15+0000\n"
12+
"POT-Creation-Date: 2026-06-14 15:20+0000\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language: en\n"
@@ -18,15 +18,15 @@ msgstr ""
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=utf-8\n"
2020
"Content-Transfer-Encoding: 8bit\n"
21-
"Generated-By: Babel 2.17.0\n"
21+
"Generated-By: Babel 2.18.0\n"
2222

2323
#: ../../build/docs/basic/pedestrian.rst:11
2424
msgid "Pedestrian Routing"
2525
msgstr ""
2626

2727
#: ../../build/docs/basic/pedestrian.rst:17
2828
msgid ""
29-
"**pgRouting** was first called *pgDijkstra*, because it implemented only "
29+
"**pgRouting** was first called *pgDijkstra* because it implemented only "
3030
"shortest path search with *Dijkstra* algorithm. Later other functions were "
3131
"added and the library was renamed to pgRouting."
3232
msgstr ""
@@ -53,8 +53,8 @@ msgstr ""
5353

5454
#: ../../build/docs/basic/pedestrian.rst:31
5555
msgid ""
56-
"Dijkstra algorithm was the first algorithm implemented in pgRouting. It "
57-
"doesn't require other attributes than the identifiers ``id``, ``source`` and "
56+
"Dijkstra algorithm was the first algorithm implemented in pgRouting. It does "
57+
"not require other attributes than the identifiers ``id``, ``source`` and "
5858
"``target`` and the weights ``cost`` and ``reverse_cost``."
5959
msgstr ""
6060

0 commit comments

Comments
 (0)