137 lines
3.7 KiB
Text
137 lines
3.7 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 11:42+0000\n"
|
||
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||
|
"Language: ro\n"
|
||
|
"Language-Team: ro <LL@li.org>\n"
|
||
|
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && 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/index.rst:38
|
||
|
msgid "Contents:"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:3
|
||
|
msgid "Short Link Redirector"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:5
|
||
|
msgid ""
|
||
|
"Welcome to the documentation for the *Bypass Censorship's Short Link "
|
||
|
"Redirector* application. This documentation provides detailed information"
|
||
|
" about the features, components, and usage of the application. The Short "
|
||
|
"Link Redirector is a web application that allows users to generate short "
|
||
|
"links and direct mirror links for URLs."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:8
|
||
|
msgid "Features"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:10
|
||
|
msgid "The Short Link Redirector application offers the following features:"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:12
|
||
|
msgid ""
|
||
|
"Short Link Generation: Users can generate short links for URLs, making "
|
||
|
"them easier to share and remember."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:13
|
||
|
msgid ""
|
||
|
"Direct Mirror Links: Users can generate and discover direct mirror links "
|
||
|
"that are currently live."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:14
|
||
|
msgid ""
|
||
|
"Country-based Redirect: The application can redirect users to mirror "
|
||
|
"servers based on their country, improving user experience."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:15
|
||
|
msgid ""
|
||
|
"API Key Authentication: Users can authenticate their requests using API "
|
||
|
"keys, enabling access to mirrors in private resource pools."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:16
|
||
|
msgid ""
|
||
|
"GeoIP Integration: The application optionally leverages GeoIP data to "
|
||
|
"perform country lookups for IP addresses."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:19
|
||
|
msgid "Components"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:21
|
||
|
msgid ""
|
||
|
"The Short Link Redirector application consists of the following main "
|
||
|
"components:"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:23
|
||
|
msgid ""
|
||
|
"Flask Web Server: The web server that hosts the application and handles "
|
||
|
"incoming HTTP requests."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:24
|
||
|
msgid ""
|
||
|
"SQLAlchemy: The ORM (Object-Relational Mapping) library used for "
|
||
|
"interacting with the database."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:25
|
||
|
msgid ""
|
||
|
"GeoIP Database: The MaxMind GeoIP database that provides country "
|
||
|
"information for IP addresses."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:26
|
||
|
msgid "Hashids: The library used for encoding and decoding the short link hashes."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:29
|
||
|
msgid "Documentation Structure"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:31
|
||
|
msgid "This documentation is structured into the following sections:"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:33
|
||
|
msgid ""
|
||
|
":doc:`Installation <install>`: Provides instructions for installing and "
|
||
|
"setting up the Short Link Redirector application."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:34
|
||
|
msgid ""
|
||
|
":doc:`Configuration <config>`: Explains the configuration options and how"
|
||
|
" to customize the application's behavior."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../admin/api/index.rst:36
|
||
|
msgid ""
|
||
|
"We recommend reading through the documentation sequentially to gain a "
|
||
|
"comprehensive understanding of the application and its features."
|
||
|
msgstr ""
|
||
|
|