133 lines
2.5 KiB
Text
133 lines
2.5 KiB
Text
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: 1\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2025-04-28 16:26+0100\n"
|
|
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
|
|
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
|
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
|
|
"Language: pl-PL\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#: geo/apps.py:8
|
|
msgid "geodata"
|
|
msgstr "Geodane"
|
|
|
|
#: geo/conf.py:407
|
|
msgid "Name"
|
|
msgstr "Nazwa"
|
|
|
|
#: geo/conf.py:408
|
|
msgid "Abbreviation"
|
|
msgstr "Skrót"
|
|
|
|
#: geo/conf.py:409
|
|
msgid "Link"
|
|
msgstr "Link do"
|
|
|
|
#: geo/conf.py:413
|
|
msgid "IATA (Airport) Code"
|
|
msgstr "Kod IATA (lotniska)"
|
|
|
|
#: geo/conf.py:414
|
|
msgid "ICAO (Airport) Code"
|
|
msgstr "Kod ICAO (lotniska)"
|
|
|
|
#: geo/conf.py:415
|
|
msgid "FAAC (Airport) Code"
|
|
msgstr "Kod FAAC (lotnisko)"
|
|
|
|
#: geo/graphene/mutations.py:30
|
|
#, python-brace-format
|
|
msgid "{name} does not exist: {city_uuid}"
|
|
msgstr "{name} nie istnieje: {city_uuid}"
|
|
|
|
#: geo/graphene/mutations.py:33
|
|
#, python-brace-format
|
|
msgid "{name} does not exist: {postal_code_uuid}"
|
|
msgstr "{name} nie istnieje: {postal_code_uuid}"
|
|
|
|
#: geo/graphene/mutations.py:92 geo/graphene/mutations.py:117
|
|
#, python-brace-format
|
|
msgid "{name} does not exist: {uuid}"
|
|
msgstr "{name} nie istnieje: {uuid}"
|
|
|
|
#: geo/models.py:47
|
|
msgid "UUID"
|
|
msgstr "Unikalny identyfikator"
|
|
|
|
#: geo/models.py:48
|
|
msgid "active"
|
|
msgstr "Aktywny"
|
|
|
|
#: geo/models.py:54
|
|
msgid "subclasses_of_place_must_implement_slugify"
|
|
msgstr "Podklasy `Place` muszą implementować metodę slugify"
|
|
|
|
#: geo/models.py:123
|
|
msgid "continent"
|
|
msgstr "Kontynent"
|
|
|
|
#: geo/models.py:124
|
|
msgid "continents"
|
|
msgstr "Kontynenty"
|
|
|
|
#: geo/models.py:149 geo/models.py:169
|
|
msgid "country"
|
|
msgstr "Kraj"
|
|
|
|
#: geo/models.py:150 geo/models.py:170
|
|
msgid "countries"
|
|
msgstr "Kraje"
|
|
|
|
#: geo/models.py:182
|
|
msgid "region"
|
|
msgstr "Region"
|
|
|
|
#: geo/models.py:183
|
|
msgid "regions"
|
|
msgstr "Regiony"
|
|
|
|
#: geo/models.py:205
|
|
msgid "subregion"
|
|
msgstr "Podregion"
|
|
|
|
#: geo/models.py:206
|
|
msgid "subregions"
|
|
msgstr "Podregiony"
|
|
|
|
#: geo/models.py:237 geo/models.py:253
|
|
msgid "city"
|
|
msgstr "Miasto"
|
|
|
|
#: geo/models.py:238 geo/models.py:254
|
|
msgid "cities"
|
|
msgstr "Miasta"
|
|
|
|
#: geo/models.py:270
|
|
msgid "district"
|
|
msgstr "Okręg"
|
|
|
|
#: geo/models.py:271
|
|
msgid "districts"
|
|
msgstr "Okręgi"
|
|
|
|
#: geo/models.py:344
|
|
msgid "postal code"
|
|
msgstr "Kod pocztowy"
|
|
|
|
#: geo/models.py:345
|
|
msgid "postal codes"
|
|
msgstr "Kody pocztowe"
|
|
|
|
#: geo/models.py:391
|
|
msgid "address"
|
|
msgstr "Adres"
|
|
|
|
#: geo/models.py:392
|
|
msgid "addresses"
|
|
msgstr "Adresy"
|