FEAT: перевод информации о приложении
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-09-08 23:25:19 +03:00
parent 2b6ca240c3
commit 9da38cad72
2 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
@@ -7,7 +7,7 @@
<meta name="keywords" content="pgtune, postgresql, postgres, tuning, config, configuration, free, open source" />
<meta name="description" content="PgTune - Tuning PostgreSQL config by your hardware" />
<link type="text/plain" rel="author" href="/humans.txt" />
<title>PGTune - calculate configuration for PostgreSQL based on the maximum performance for a given hardware configuration</title>
<title>PGTune - рассчёт конфигурации PostgreSQL, исходя из максимальной производительности для данной конфигурации оборудования</title>
</head>
<body>
<div id="app" class="isolate"></div>
+9 -9
View File
@@ -6,19 +6,19 @@ import HeroImage from '/src/assets/images/logo.svg'
<article class="prose dark:prose-invert max-w-full">
<img :src="HeroImage" class="w-full h-auto rounded-2xl" alt="PGTune" />
<p>
<strong>PGTune</strong> calculate configuration for PostgreSQL based on
the maximum performance for a given hardware configuration. It isn't a
<strong>PGTune</strong> рассчитывает конфигурацию PostgreSQL, исходя из
максимальной производительности для данной конфигурации оборудования. Это
не
<a
href="https://en.wikipedia.org/wiki/No_Silver_Bullet"
href="https://ru.wikipedia.org/wiki/Серебряной_пули_нет"
target="_blank"
class="font-medium underline"
>silver bullet</a
>универсальное решение</a
>
for the optimization settings of PostgreSQL. Many settings depend not only
on the hardware configuration, but also on the size of the database, the
number of clients and the complexity of queries. An optimal configuration
of the database can only be made given all these parameters are taken into
account.
для оптимизации настроек PostgreSQL. Многие настройки зависят не только от
конфигурации оборудования, но и от размера базы данных, количества
клиентов и сложности запросов. Оптимальная конфигурация базы данных может
быть создана только с учётом этих параметров.
</p>
</article>
</template>