Skip to content

Commit

Permalink
Update locale: commit 8de687b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 7, 2024
1 parent 8de687b commit c962866
Show file tree
Hide file tree
Showing 16 changed files with 1,049 additions and 1,785 deletions.
24 changes: 12 additions & 12 deletions locale/en/LC_MESSAGES/basic/graph_views.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Workshop FOSS4G Belém 3.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-04 21:10-0600\n"
"POT-Creation-Date: 2024-11-07 03:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
Expand All @@ -18,7 +18,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
"Generated-By: Babel 2.16.0\n"

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

#: ../../build/docs/basic/graph_views.rst:31
Expand Down Expand Up @@ -199,7 +199,7 @@ msgstr ""

#: ../../build/docs/basic/graph_views.rst:145
msgid ""
"Update the ``geom`` columns based on the ``sourse_osm`` column from "
"Update the ``geom`` columns based on the ``source_osm`` column from "
"``ways`` table."
msgstr ""

Expand Down Expand Up @@ -338,7 +338,7 @@ msgstr ""
msgid "Exercise 5: Creating a view for routing"
msgstr ""

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

Expand Down Expand Up @@ -440,7 +440,7 @@ msgstr ""
msgid "Exercise 6: Limiting the road network within an area"
msgstr ""

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

Expand Down Expand Up @@ -495,7 +495,7 @@ msgstr ""
msgid "Exercise 7: Creating a materialized view for routing pedestrians"
msgstr ""

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

Expand Down Expand Up @@ -545,8 +545,8 @@ msgstr ""
msgid "Exercise 8: Testing the views for routing"
msgstr ""

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

#: ../../build/docs/basic/graph_views.rst:549
Expand Down Expand Up @@ -646,7 +646,7 @@ msgstr ""
#: ../../build/docs/basic/graph_views.rst:597
msgid ""
"The results give the same route as with ``vehicle_net`` but ``cost`` is "
"lower"
"higher"
msgstr ""

#: ../../build/docs/basic/graph_views.rst:609
Expand Down
25 changes: 10 additions & 15 deletions locale/en/LC_MESSAGES/basic/plpgsql_function.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Workshop FOSS4G Belém 3.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-05 14:39+0000\n"
"POT-Creation-Date: 2024-11-07 03:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
Expand All @@ -27,7 +27,7 @@ msgstr ""
#: ../../build/docs/basic/plpgsql_function.rst:17
msgid ""
"Other kind of functions are `pl/pgsql "
"<https://www.postgresql.org/docs/current/plpgsql.html>`__. As the "
"<https://www.postgresql.org/docs/current/plpgsql.html>`__. As the "
"applications requirements become more complex, using wrappers of "
"previously defined functions becomes necessary for clarity."
msgstr ""
Expand Down Expand Up @@ -384,21 +384,18 @@ msgid "For ``vehicle_net_vertices``:"
msgstr ""

#: ../../build/docs/basic/plpgsql_function.rst:158
msgid "Modify the previous query"
msgstr ""

#: ../../build/docs/basic/plpgsql_function.rst:171
#: ../../build/docs/basic/plpgsql_function.rst:303
msgid "For ``taxi_net_vertices``:"
msgstr ""

#: ../../build/docs/basic/plpgsql_function.rst:173
#: ../../build/docs/basic/plpgsql_function.rst:181
#: ../../build/docs/basic/plpgsql_function.rst:292
#: ../../build/docs/basic/plpgsql_function.rst:305
msgid "Modify the previous query."
msgstr ""

#: ../../build/docs/basic/plpgsql_function.rst:171
#: ../../build/docs/basic/plpgsql_function.rst:303
msgid "For ``taxi_net_vertices``:"
msgstr ""

#: ../../build/docs/basic/plpgsql_function.rst:179
#: ../../build/docs/basic/plpgsql_function.rst:311
msgid "For ``walk_net_vertices``:"
Expand Down Expand Up @@ -505,7 +502,7 @@ msgid "Nearest Vertex in vehicle network"
msgstr ""

#: ../../build/docs/basic/plpgsql_function.rst:246
msgid "Nearest Vertex in taki network"
msgid "Nearest Vertex in taxi network"
msgstr ""

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

#: ../../build/docs/basic/plpgsql_function.rst:338
msgid ""
"``wrk_dijkstra`` created on :ref:`basic/sql_function:Exercise 6: Function"
" for an application`."
msgid "``wrk_dijkstra`` created in :doc:`sql_function`"
msgstr ""

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

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

#: ../../build/docs/basic/plpgsql_function.rst:376
Expand Down
Loading

0 comments on commit c962866

Please sign in to comment.