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> <!doctype html>
<html lang="en"> <html lang="ru">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" /> <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="keywords" content="pgtune, postgresql, postgres, tuning, config, configuration, free, open source" />
<meta name="description" content="PgTune - Tuning PostgreSQL config by your hardware" /> <meta name="description" content="PgTune - Tuning PostgreSQL config by your hardware" />
<link type="text/plain" rel="author" href="/humans.txt" /> <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> </head>
<body> <body>
<div id="app" class="isolate"></div> <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"> <article class="prose dark:prose-invert max-w-full">
<img :src="HeroImage" class="w-full h-auto rounded-2xl" alt="PGTune" /> <img :src="HeroImage" class="w-full h-auto rounded-2xl" alt="PGTune" />
<p> <p>
<strong>PGTune</strong> calculate configuration for PostgreSQL based on <strong>PGTune</strong> рассчитывает конфигурацию PostgreSQL, исходя из
the maximum performance for a given hardware configuration. It isn't a максимальной производительности для данной конфигурации оборудования. Это
не
<a <a
href="https://en.wikipedia.org/wiki/No_Silver_Bullet" href="https://ru.wikipedia.org/wiki/Серебряной_пули_нет"
target="_blank" target="_blank"
class="font-medium underline" class="font-medium underline"
>silver bullet</a >универсальное решение</a
> >
for the optimization settings of PostgreSQL. Many settings depend not only для оптимизации настроек PostgreSQL. Многие настройки зависят не только от
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.
</p> </p>
</article> </article>
</template> </template>