added russian translation for qutebrowser

This commit is contained in:
rutriv 2021-07-09 14:10:38 +03:00
parent 68d0898cb6
commit fca19551f4
3 changed files with 42 additions and 2 deletions

View File

@ -51,7 +51,8 @@
<a href="../articles/icecat_it.html">[Italiano]</a></li> <a href="../articles/icecat_it.html">[Italiano]</a></li>
<li><a href="../articles/falkon.html">Falkon</a></li> <li><a href="../articles/falkon.html">Falkon</a></li>
<li><a href="../articles/otter.html">Otter Browser</a></li> <li><a href="../articles/otter.html">Otter Browser</a></li>
<li><a href="../articles/qutebrowser.html">Qutebrowser</a></li> <li><a href="../articles/qutebrowser.html">Qutebrowser</a>
<a href="../articles/qutebrowser_ru.html">[Русский]</a></li>
<li><a href="../articles/ungoogled_chromium.html">Ungoogled Chromium</a></li> <li><a href="../articles/ungoogled_chromium.html">Ungoogled Chromium</a></li>
<li><a href="../articles/webbrowser.html">Web Browser</a></li> <li><a href="../articles/webbrowser.html">Web Browser</a></li>
<li><a href="../articles/tor.html">Tor Browser</a></li> <li><a href="../articles/tor.html">Tor Browser</a></li>

View File

@ -17,6 +17,9 @@
<div class="center"> <div class="center">
<img src="../images/qutebrowser_logo.png" alt="Qutebrowser Logo"/> <img src="../images/qutebrowser_logo.png" alt="Qutebrowser Logo"/>
<h1>Qutebrowser</h1> <h1>Qutebrowser</h1>
<center>
<a href="../articles/qutebrowser_ru.html">[Русский]</a><br><br>
</center>
<p>Qutebrowser is a keyboard-focused browser with a minimal GUI. It's based on Python and PyQt5 and free software, licensed under the GPL. Program tested: v1.6.1 for Debian Buster. Mitmproxy was used to check for connections.</p> <p>Qutebrowser is a keyboard-focused browser with a minimal GUI. It's based on Python and PyQt5 and free software, licensed under the GPL. Program tested: v1.6.1 for Debian Buster. Mitmproxy was used to check for connections.</p>
<h2>Spyware Level: <span class="lime">Not Spyware</span></h2> <h2>Spyware Level: <span class="lime">Not Spyware</span></h2>
<p>Qutebrowser <span class="lime">makes no unsolicited requests at all</span>. It is also libre software. This web browser is a great choice to use, and there is nothing to complain about from a privacy standpoint. (although I don't really know how to use the User Interface that well...) So far this browser looks like it can stand tall in the ranks of the other privacy-respecting web browsers out there.</p> <p>Qutebrowser <span class="lime">makes no unsolicited requests at all</span>. It is also libre software. This web browser is a great choice to use, and there is nothing to complain about from a privacy standpoint. (although I don't really know how to use the User Interface that well...) So far this browser looks like it can stand tall in the ranks of the other privacy-respecting web browsers out there.</p>

View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta http-equiv="onion-location" content="http://spywaredrcdg5krvjnukp3vbdwiqcv3zwbrcg6qh27kiwecm4qyfphid.onion/articles/qutebrowser.html"/>
<link rel="icon" href = "../images/favicon.ico"/>
<title>Qutebrowser - Spyware Watchdog</title>
<link href="../style.css" rel="stylesheet" type="text/css" media="all"/>
</head>
<body>
<div class="case">
<div class="nav">
<a href="index.html">&larr; Каталог</a>
</div>
<div class="center">
<img src="../images/qutebrowser_logo.png" alt="Qutebrowser Logo"/>
<h1>Qutebrowser</h1>
<center>
<a href="../articles/qutebrowser.html">[English]</a><br><br>
</center>
<p>Qutebrowser - веб-браузер, ориентированный на управление с клавиатуры, с минимальным графическим интерфейсом. Он основан на Python, PyQt5 и свободном ПО, лицензированном под GPL. Программа протестирована: v1.6.1 для Debian Buster. Mitmproxy было использовано для проверки соединений.</p>
<h2>Spyware Level: <span class="lime">Not Spyware</span></h2>
<p>Qutebrowser <span class="lime">никогда не делает нежелательных запросов</span>. Это свободное программное обеспечение. Этот браузер - отличный выбор, и с точки зрения приватности жаловаться здесь не на что (хотя я не знаю как управляться с этим пользовательским интерфейсом...). Пока этот браузер выглядит достойным, чтобы стоять в одном ряду с другими браузерами, уважающими конфиденциальность пользователя.</p>
<hr></hr>
<p>Этот перевод был создан 9/7/2021</p>
<p>Этот перевод в последний раз изменялся 9/7/2021</p>
<hr></hr>
<p>If you want to contribute to this website, you can always <a href="https://codeberg.org/shadow/SpywareWatchdog">make a pull request</a>.</p>
<p>All contributions must be licensed under the CC0 license to be accepted.</p>
<a href="../LICENSE.txt"><img class="icon" src="../images/cc0.png" alt="CC0 License"/></a>
</div>
</div>
</body>
</html>