77 lines
2.4 KiB
Text
77 lines
2.4 KiB
Text
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) 2021-202r SR2 Communications Limited
|
|
# This file is distributed under the same license as the Bypass Censorship
|
|
# Portal package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Bypass Censorship Portal \n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2024-12-05 15:12+0000\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language: pl\n"
|
|
"Language-Team: pl <LL@li.org>\n"
|
|
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
|
|
"(n%100<10 || n%100>=20) ? 1 : 2);\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"
|
|
|
|
#: ../../admin/api/config.rst:3
|
|
msgid "Configuration File"
|
|
msgstr ""
|
|
|
|
#: ../../admin/api/config.rst:5
|
|
msgid ""
|
|
"The application uses a YAML configuration file to specify various "
|
|
"settings. The configuration file should follow the YAML syntax and "
|
|
"provide values for the following fields:"
|
|
msgstr ""
|
|
|
|
#: ../../admin/api/config.rst:7
|
|
msgid ""
|
|
"`DEFAULT_REDIRECTOR_DOMAIN`: The default domain name to use for "
|
|
"generating short links when no pool-specific redirector domain is "
|
|
"provided. If not specified, it defaults to an empty string."
|
|
msgstr ""
|
|
|
|
#: ../../admin/api/config.rst:8
|
|
msgid ""
|
|
"`MIRROR_COUNTRIES`: A list of country codes for which clients should be "
|
|
"redirected to a mirror server. If a client's IP address matches one of "
|
|
"the specified countries, they will be redirected. If not specified, "
|
|
"clients will always be redirected to a mirror server."
|
|
msgstr ""
|
|
|
|
#: ../../admin/api/config.rst:9
|
|
msgid ""
|
|
"`PUBLIC_KEY`: The public API key used for generating short links for "
|
|
"anonymous users. If not specified, it defaults to an empty string."
|
|
msgstr ""
|
|
|
|
#: ../../admin/api/config.rst:10
|
|
msgid ""
|
|
"`UPDATE_KEY`: The API key required for updating the application data via "
|
|
"the `/updt` endpoint. This key must be provided in the `Authorization` "
|
|
"header as a bearer token."
|
|
msgstr ""
|
|
|
|
#: ../../admin/api/config.rst:11
|
|
msgid ""
|
|
"`GEOIP_DATABASE` (optional): The file path to the GeoIP database used for"
|
|
" country lookup. If not specified, it defaults to "
|
|
"`/usr/share/GeoIP/GeoIP2-Country.mmdb`."
|
|
msgstr ""
|
|
|
|
#: ../../admin/api/config.rst:14
|
|
msgid "Example Configuration"
|
|
msgstr ""
|
|
|
|
#: ../../admin/api/config.rst:16
|
|
msgid "An example configuration file may look like this:"
|
|
msgstr ""
|
|
|