Skip to content

Commit

Permalink
Update locale: commit 3df37ce
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 29, 2023
1 parent 3df37ce commit d7d2eb6
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 69 deletions.
6 changes: 3 additions & 3 deletions locale/en/LC_MESSAGES/basic/appendix.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Workshop FOSS4G Prizren 2.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-20 15:49-0600\n"
"POT-Creation-Date: 2023-05-29 15:35+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
Expand Down Expand Up @@ -72,8 +72,8 @@ msgstr ""

#: ../../build/docs/basic/appendix.rst:51
msgid ""
":ref:`basic/pedestrian:Exercise 5: Many Pedestrians going to different "
"destinations returning aggregate costs`"
":ref:`basic/pedestrian:Exercise 5: Time for many Pedestrians going to "
"different destinations`"
msgstr ""

#: ../../build/docs/basic/appendix.rst:57
Expand Down
60 changes: 32 additions & 28 deletions locale/en/LC_MESSAGES/basic/data.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Workshop FOSS4G Prizren 2.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-20 15:49-0600\n"
"POT-Creation-Date: 2023-05-29 15:35+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
Expand Down Expand Up @@ -41,11 +41,11 @@ msgid "pgRouting is installed as extension. This requires:"
msgstr ""

#: ../../build/docs/basic/data.rst:27
msgid "Supported PostgreSQL version"
msgid "PostgreSQL"
msgstr ""

#: ../../build/docs/basic/data.rst:28
msgid "Supported PostGIS version"
msgid "PostGIS"
msgstr ""

#: ../../build/docs/basic/data.rst:30
Expand All @@ -72,117 +72,121 @@ msgid ""
":code:`psql` commands"
msgstr ""

#: ../../build/docs/basic/data.rst:47
#: ../../build/docs/basic/data.rst:46
msgid "To exit the database use ``\\q``"
msgstr ""

#: ../../build/docs/basic/data.rst:49
msgid "Get the Workshop Data"
msgstr ""

#: ../../build/docs/basic/data.rst:51
#: ../../build/docs/basic/data.rst:53
msgid ""
"The pgRouting workshop will make use of OpenStreetMap data, which is "
"already available on `OSGeoLive <http://live.osgeo.org>`_. This workshop "
"will use the ``Prizren`` city data and is a snapshot of March 2023."
msgstr ""

#: ../../build/docs/basic/data.rst:56
#: ../../build/docs/basic/data.rst:58
msgid "Getting the data"
msgstr ""

#: ../../build/docs/basic/data.rst:59
#: ../../build/docs/basic/data.rst:61
msgid "Option 1) When using OSGeoLive"
msgstr ""

#: ../../build/docs/basic/data.rst:61
#: ../../build/docs/basic/data.rst:63
msgid "OSGeoLive comes with osm data from the city of Prizren."
msgstr ""

#: ../../build/docs/basic/data.rst:69
#: ../../build/docs/basic/data.rst:71
msgid "Option 2) Download data form OSGeoLive website"
msgstr ""

#: ../../build/docs/basic/data.rst:71
#: ../../build/docs/basic/data.rst:73
msgid "The exact same data can be found on the OSGeoLive download page."
msgstr ""

#: ../../build/docs/basic/data.rst:80
#: ../../build/docs/basic/data.rst:82
msgid "Option 3) Download using Overpass XAPI"
msgstr ""

#: ../../build/docs/basic/data.rst:82
#: ../../build/docs/basic/data.rst:84
msgid ""
"The following downloads the latest OSM data on using the same area. Using"
" this data in the workshop can generate variations in the results, due to"
" changes since March 2023."
msgstr ""

#: ../../build/docs/basic/data.rst:92
#: ../../build/docs/basic/data.rst:94
msgid ""
"More information about how to download OpenStreetMap data can be found in"
" https://wiki.openstreetmap.org/wiki/Downloading_data"
msgstr ""

#: ../../build/docs/basic/data.rst:95
#: ../../build/docs/basic/data.rst:97
msgid ""
"An alternative for very large areas is to use the download services of "
"`Geofabrik <http://download.geofabrik.de>`_."
msgstr ""

#: ../../build/docs/basic/data.rst:100
#: ../../build/docs/basic/data.rst:102
msgid "Upload data to the database"
msgstr ""

#: ../../build/docs/basic/data.rst:102
#: ../../build/docs/basic/data.rst:104
msgid ""
"The next step is to run ``osm2pgrouting`` converter, which is a command "
"line tool that inserts the data in the database, \"ready\" to be used "
"with pgRouting. Additional information about ``osm2pgrouting`` can be "
"found at the :ref:`osm2pgrouting`"
msgstr ""

#: ../../build/docs/basic/data.rst:106
#: ../../build/docs/basic/data.rst:108
msgid "For this step:"
msgstr ""

#: ../../build/docs/basic/data.rst:108
#: ../../build/docs/basic/data.rst:110
msgid "the osm2pgrouting default ``mapconfig.xml`` configuration file is used"
msgstr ""

#: ../../build/docs/basic/data.rst:109
#: ../../build/docs/basic/data.rst:111
msgid "and the ``~/Desktop/workshop/Prizren_XK.osm`` data"
msgstr ""

#: ../../build/docs/basic/data.rst:110
#: ../../build/docs/basic/data.rst:112
msgid "with the ``city_routing`` database"
msgstr ""

#: ../../build/docs/basic/data.rst:112
#: ../../build/docs/basic/data.rst:114
msgid "From a terminal window :code:`ctrl-alt-t`."
msgstr ""

#: ../../build/docs/basic/data.rst:115
#: ../../build/docs/basic/data.rst:117
msgid "Run the osm2pgrouting converter"
msgstr ""

#: ../../build/docs/basic/data.rst:123
#: ../../build/docs/basic/data.rst:125
msgid "Depending on the osm2pgrouting version `-W password` is needed"
msgstr ""

#: ../../build/docs/basic/data.rst:126
#: ../../build/docs/basic/data.rst:128
msgid "Output:"
msgstr ""

#: ../../build/docs/basic/data.rst:133
#: ../../build/docs/basic/data.rst:135
msgid "Tables on the database"
msgstr ""

#: ../../build/docs/basic/data.rst:140
#: ../../build/docs/basic/data.rst:142
msgid "If everything went well the result should look like this:"
msgstr ""

#: ../../build/docs/basic/data.rst:146
#: ../../build/docs/basic/data.rst:148
msgid "Chapter: Appendix"
msgstr ""

#: ../../build/docs/basic/data.rst:149
#: ../../build/docs/basic/data.rst:151
msgid ""
"OSGeoLive's account name on the database is ``\"user\"``. To easily use "
"the workshop when not using OSGeoLive this extra steps are needed:"
Expand Down
13 changes: 8 additions & 5 deletions locale/en/LC_MESSAGES/basic/pedestrian.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Workshop FOSS4G Prizren 2.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-20 15:49-0600\n"
"POT-Creation-Date: 2023-05-29 15:35+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
Expand Down Expand Up @@ -181,7 +181,6 @@ msgid "to \"|place_3|\"."
msgstr ""

#: ../../build/docs/basic/pedestrian.rst:116
#: ../../build/docs/basic/pedestrian.rst:159
msgid "Calculate routes with costs in *osm2pgRouting* `length` default units."
msgstr ""

Expand Down Expand Up @@ -248,6 +247,12 @@ msgstr ""
msgid "to the \"|place_3|\"."
msgstr ""

#: ../../build/docs/basic/pedestrian.rst:159
msgid ""
"Calculate routes with costs in *osm2pgRouting* ``length_m`` which is in "
"meters."
msgstr ""

#: ../../build/docs/basic/pedestrian.rst:-1
msgid "From |place_1| and |place_2| to |place_3|"
msgstr ""
Expand Down Expand Up @@ -378,9 +383,7 @@ msgid ""
msgstr ""

#: ../../build/docs/basic/pedestrian.rst:273
msgid ""
"Exercise 5: Many Pedestrians going to different destinations returning "
"aggregate costs"
msgid "Exercise 5: Time for many Pedestrians going to different destinations"
msgstr ""

#: ../../build/docs/basic/pedestrian.rst:279
Expand Down
4 changes: 2 additions & 2 deletions locale/pot/basic/appendix.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Workshop FOSS4G Prizren 2.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-20 15:49-0600\n"
"POT-Creation-Date: 2023-05-29 15:35+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -61,7 +61,7 @@ msgid "**Exercise**: 5 (**Chapter:** Pedestrian)"
msgstr ""

#: ../../build/docs/basic/appendix.rst:51
msgid ":ref:`basic/pedestrian:Exercise 5: Many Pedestrians going to different destinations returning aggregate costs`"
msgid ":ref:`basic/pedestrian:Exercise 5: Time for many Pedestrians going to different destinations`"
msgstr ""

#: ../../build/docs/basic/appendix.rst:57
Expand Down
Loading

0 comments on commit d7d2eb6

Please sign in to comment.