dev-libre-is/docs/_source/locale/en/LC_MESSAGES/maps-libre-is.po
2024-09-17 12:03:12 -06:00

264 lines
6.3 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2024, Jeff Moe
# This file is distributed under the same license as the Libre Developers
# Documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Libre Developers Documentation 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-16 19:15-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
"Language-Team: en <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.16.0\n"
#: ../../../_source/maps-libre-is.rst:3
msgid "maps.libre.is"
msgstr ""
#: ../../../_source/maps-libre-is.rst:4
msgid "HOWTO run your own map servers."
msgstr ""
#: ../../../_source/maps-libre-is.rst:6
msgid "`<https://maps.libre.is>`_"
msgstr ""
#: ../../../_source/maps-libre-is.rst:10
msgid "Debian"
msgstr ""
#: ../../../_source/maps-libre-is.rst:11
msgid "Using Debian stable (12/bookworm)."
msgstr ""
#: ../../../_source/maps-libre-is.rst:13
msgid "Install dependenices:"
msgstr ""
#: ../../../_source/maps-libre-is.rst:24
msgid "Firewall"
msgstr ""
#: ../../../_source/maps-libre-is.rst:25
msgid "Open ports 80 and 443 for web."
msgstr ""
#: ../../../_source/maps-libre-is.rst:28
msgid "Apache"
msgstr ""
#: ../../../_source/maps-libre-is.rst:29
msgid "Install and set up Apache."
msgstr ""
#: ../../../_source/maps-libre-is.rst:37
msgid ""
"Add new apache configs to /etc/apache2/sites-available/maps-libre-is.conf:"
msgstr ""
#: ../../../_source/maps-libre-is.rst:81
msgid "Enable new configuration:"
msgstr ""
#: ../../../_source/maps-libre-is.rst:93
msgid "Nominatim"
msgstr ""
#: ../../../_source/maps-libre-is.rst:94
msgid ""
"\"Nominatim uses OpenStreetMap data to find locations on Earth by name and "
"address (geocoding). It can also do the reverse, find an address for any "
"location on the planet.\""
msgstr ""
#: ../../../_source/maps-libre-is.rst:98
msgid "`<https://nominatim.org/>`_"
msgstr ""
#: ../../../_source/maps-libre-is.rst:100
msgid "`<https://github.com/osm-search/Nominatim>`_"
msgstr ""
#: ../../../_source/maps-libre-is.rst:102
msgid "`<https://nominatim.org/release-docs/latest/admin/Installation/>`_"
msgstr ""
#: ../../../_source/maps-libre-is.rst:104
msgid "The full installation is quite demanding:"
msgstr ""
#: ../../../_source/maps-libre-is.rst:106
msgid "2GB RAM minimum."
msgstr ""
#: ../../../_source/maps-libre-is.rst:108
msgid "Full planet import requires 128GB of RAM or more."
msgstr ""
#: ../../../_source/maps-libre-is.rst:110
msgid "Full planet needs at least 1TB of fast disk."
msgstr ""
#: ../../../_source/maps-libre-is.rst:112
msgid "Full import of planet takes 2.5 days on NVMe, 4-5 days on SSD."
msgstr ""
#: ../../../_source/maps-libre-is.rst:114
msgid "With the large disk, create a mount in /srv."
msgstr ""
#: ../../../_source/maps-libre-is.rst:116
msgid "Set up Nominatim user and switch to it."
msgstr ""
#: ../../../_source/maps-libre-is.rst:128
msgid "Postgres"
msgstr ""
#: ../../../_source/maps-libre-is.rst:129
msgid "Postgres is needed by Nominatim."
msgstr ""
#: ../../../_source/maps-libre-is.rst:139
msgid "Edit /etc/postgresql/15/main/postgresql.conf thusly:"
msgstr ""
#: ../../../_source/maps-libre-is.rst:157
msgid "Nominatim Install"
msgstr ""
#: ../../../_source/maps-libre-is.rst:158
msgid "As user nominatim."
msgstr ""
#: ../../../_source/maps-libre-is.rst:170
msgid "Now import data, such as described here:"
msgstr ""
#: ../../../_source/maps-libre-is.rst:172
msgid "`<https://nominatim.org/release-docs/latest/admin/Import/>`_"
msgstr ""
#: ../../../_source/maps-libre-is.rst:174
msgid "`<https://nominatim.org/release-docs/latest/customize/Settings/>`_"
msgstr ""
#: ../../../_source/maps-libre-is.rst:177
msgid "As the nominatim user:"
msgstr ""
#: ../../../_source/maps-libre-is.rst:187
msgid "Add this to ~/nominatim-project/.env"
msgstr ""
#: ../../../_source/maps-libre-is.rst:193
msgid "Download some files:"
msgstr ""
#: ../../../_source/maps-libre-is.rst:212
msgid "Set up for web:"
msgstr ""
#: ../../../_source/maps-libre-is.rst:219
msgid "Create systemd files:"
msgstr ""
#: ../../../_source/maps-libre-is.rst:235
msgid "Another systemd file:"
msgstr ""
#: ../../../_source/maps-libre-is.rst:262
msgid "Start Nominatim systemd:"
msgstr ""
#: ../../../_source/maps-libre-is.rst:272
msgid "Nominatim Apache"
msgstr ""
#: ../../../_source/maps-libre-is.rst:273
msgid "Thusly."
msgstr ""
#: ../../../_source/maps-libre-is.rst:275
msgid "As user nominatim:"
msgstr ""
#: ../../../_source/maps-libre-is.rst:281
msgid "As sudo user:"
msgstr ""
#: ../../../_source/maps-libre-is.rst:295
msgid "Then connect to this to test:"
msgstr ""
#: ../../../_source/maps-libre-is.rst:297
msgid "`<https://maps.libre.is/status>`_"
msgstr ""
#: ../../../_source/maps-libre-is.rst:301
msgid "Nominatim UI"
msgstr ""
#: ../../../_source/maps-libre-is.rst:302
msgid "Nominatim is just the API. It needs a nice front-end too."
msgstr ""
#: ../../../_source/maps-libre-is.rst:304
msgid ""
"`<https://nominatim.org/release-docs/latest/admin/Setup-Nominatim-UI/>`_"
msgstr ""
#: ../../../_source/maps-libre-is.rst:306
msgid "`<https://github.com/osm-search/nominatim-ui>`_"
msgstr ""
#: ../../../_source/maps-libre-is.rst:308
msgid "Grab the latest release from here:"
msgstr ""
#: ../../../_source/maps-libre-is.rst:310
msgid "`<https://github.com/osm-search/nominatim-ui/releases>`_"
msgstr ""
#: ../../../_source/maps-libre-is.rst:318
msgid ""
"Need to modify Apache again. Remove this file: /etc/apache2/conf-available/"
"nominatim.conf"
msgstr ""
#: ../../../_source/maps-libre-is.rst:321
msgid "Final apache config:"
msgstr ""
#: ../../../_source/maps-libre-is.rst:368
msgid "Custom Title and URL"
msgstr ""
#: ../../../_source/maps-libre-is.rst:369
msgid ""
"Set custom title and URL like this. Edit /var/www/html/maps-libre-is/theme/"
"config.theme.js Change thusly:"
msgstr ""
#: ../../../_source/maps-libre-is.rst:380
msgid "TODO"
msgstr ""
#: ../../../_source/maps-libre-is.rst:381
msgid "Note, this still serves tiles from tile.openstreetmap.org."
msgstr ""
#: ../../../_source/maps-libre-is.rst:383
msgid ""
"Note, this is still serving something from Fastly, probably CDN caching."
msgstr ""