Skip to content

Commit c962866

Browse files
Update locale: commit 8de687b
1 parent 8de687b commit c962866

16 files changed

+1049
-1785
lines changed

locale/en/LC_MESSAGES/basic/graph_views.po

Lines changed: 12 additions & 12 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: 2024-11-04 21:10-0600\n"
12+
"POT-Creation-Date: 2024-11-07 03:04+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.12.1\n"
21+
"Generated-By: Babel 2.16.0\n"
2222

2323
#: ../../build/docs/basic/graph_views.rst:12
2424
msgid "Graph views"
@@ -42,9 +42,9 @@ msgstr ""
4242
#: ../../build/docs/basic/graph_views.rst:26
4343
msgid ""
4444
"In this chapter there are three graph requirements. It consists on three "
45-
"**fully connected** graphs: two for different types of vehicles and one "
46-
"for pedestrian, the source and the target in all of them are based on the"
47-
" ``source_osm`` and ``target_osm``."
45+
"graphs based on a **fully connected** graph derived from ways: two for "
46+
"different types of vehicles and one for pedestrian, the source and the "
47+
"target in all of them are based on the ``source_osm`` and ``target_osm``."
4848
msgstr ""
4949

5050
#: ../../build/docs/basic/graph_views.rst:31
@@ -199,7 +199,7 @@ msgstr ""
199199

200200
#: ../../build/docs/basic/graph_views.rst:145
201201
msgid ""
202-
"Update the ``geom`` columns based on the ``sourse_osm`` column from "
202+
"Update the ``geom`` columns based on the ``source_osm`` column from "
203203
"``ways`` table."
204204
msgstr ""
205205

@@ -338,7 +338,7 @@ msgstr ""
338338
msgid "Exercise 5: Creating a view for routing"
339339
msgstr ""
340340

341-
#: ../../build/docs/basic/graph_views.rst:-1
341+
#: ../../build/docs/basic/graph_views.rst:350
342342
msgid "View of roads for vehicles"
343343
msgstr ""
344344

@@ -440,7 +440,7 @@ msgstr ""
440440
msgid "Exercise 6: Limiting the road network within an area"
441441
msgstr ""
442442

443-
#: ../../build/docs/basic/graph_views.rst:-1
443+
#: ../../build/docs/basic/graph_views.rst:421
444444
msgid "View of smaller set of roads for vehicles"
445445
msgstr ""
446446

@@ -495,7 +495,7 @@ msgstr ""
495495
msgid "Exercise 7: Creating a materialized view for routing pedestrians"
496496
msgstr ""
497497

498-
#: ../../build/docs/basic/graph_views.rst:-1
498+
#: ../../build/docs/basic/graph_views.rst:479
499499
msgid "View of roads for pedestrians"
500500
msgstr ""
501501

@@ -545,8 +545,8 @@ msgstr ""
545545
msgid "Exercise 8: Testing the views for routing"
546546
msgstr ""
547547

548-
#: ../../build/docs/basic/graph_views.rst:-1
549-
msgid "From the Venue to the hotel using the osm_id."
548+
#: ../../build/docs/basic/graph_views.rst:543
549+
msgid "From the \"|ch7_place_1|\" to the \"|ch7_place_2|\""
550550
msgstr ""
551551

552552
#: ../../build/docs/basic/graph_views.rst:549
@@ -646,7 +646,7 @@ msgstr ""
646646
#: ../../build/docs/basic/graph_views.rst:597
647647
msgid ""
648648
"The results give the same route as with ``vehicle_net`` but ``cost`` is "
649-
"lower"
649+
"higher"
650650
msgstr ""
651651

652652
#: ../../build/docs/basic/graph_views.rst:609

locale/en/LC_MESSAGES/basic/plpgsql_function.po

Lines changed: 10 additions & 15 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: 2024-11-05 14:39+0000\n"
12+
"POT-Creation-Date: 2024-11-07 03:04+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"
@@ -27,7 +27,7 @@ msgstr ""
2727
#: ../../build/docs/basic/plpgsql_function.rst:17
2828
msgid ""
2929
"Other kind of functions are `pl/pgsql "
30-
"<https://www.postgresql.org/docs/current/plpgsql.html>`__. As the "
30+
"<https://www.postgresql.org/docs/current/plpgsql.html>`__. As the "
3131
"applications requirements become more complex, using wrappers of "
3232
"previously defined functions becomes necessary for clarity."
3333
msgstr ""
@@ -384,21 +384,18 @@ msgid "For ``vehicle_net_vertices``:"
384384
msgstr ""
385385

386386
#: ../../build/docs/basic/plpgsql_function.rst:158
387-
msgid "Modify the previous query"
388-
msgstr ""
389-
390-
#: ../../build/docs/basic/plpgsql_function.rst:171
391-
#: ../../build/docs/basic/plpgsql_function.rst:303
392-
msgid "For ``taxi_net_vertices``:"
393-
msgstr ""
394-
395387
#: ../../build/docs/basic/plpgsql_function.rst:173
396388
#: ../../build/docs/basic/plpgsql_function.rst:181
397389
#: ../../build/docs/basic/plpgsql_function.rst:292
398390
#: ../../build/docs/basic/plpgsql_function.rst:305
399391
msgid "Modify the previous query."
400392
msgstr ""
401393

394+
#: ../../build/docs/basic/plpgsql_function.rst:171
395+
#: ../../build/docs/basic/plpgsql_function.rst:303
396+
msgid "For ``taxi_net_vertices``:"
397+
msgstr ""
398+
402399
#: ../../build/docs/basic/plpgsql_function.rst:179
403400
#: ../../build/docs/basic/plpgsql_function.rst:311
404401
msgid "For ``walk_net_vertices``:"
@@ -505,7 +502,7 @@ msgid "Nearest Vertex in vehicle network"
505502
msgstr ""
506503

507504
#: ../../build/docs/basic/plpgsql_function.rst:246
508-
msgid "Nearest Vertex in taki network"
505+
msgid "Nearest Vertex in taxi network"
509506
msgstr ""
510507

511508
#: ../../build/docs/basic/plpgsql_function.rst:250
@@ -593,9 +590,7 @@ msgid "Obtains the OSM identifier needed by ``wrk_dijkstra``."
593590
msgstr ""
594591

595592
#: ../../build/docs/basic/plpgsql_function.rst:338
596-
msgid ""
597-
"``wrk_dijkstra`` created on :ref:`basic/sql_function:Exercise 6: Function"
598-
" for an application`."
593+
msgid "``wrk_dijkstra`` created in :doc:`sql_function`"
599594
msgstr ""
600595

601596
#: ../../build/docs/basic/plpgsql_function.rst:342
@@ -659,7 +654,7 @@ msgid "``lat1``, ``lon1`` values will replace ``%2$s, %3$s`` respectively."
659654
msgstr ""
660655

661656
#: ../../build/docs/basic/plpgsql_function.rst:374
662-
msgid "``lat2``, ``lon2`` values will replace ``%2$s, %3$s`` respectively."
657+
msgid "``lat2``, ``lon2`` values will replace ``%4$s, %5$s`` respectively."
663658
msgstr ""
664659

665660
#: ../../build/docs/basic/plpgsql_function.rst:376

0 commit comments

Comments
 (0)