Translate documentation to Russian

This commit is contained in:
Alexey Berezhok
2024-10-13 22:52:57 +03:00
parent 2c2399b24b
commit 92f77aceca
42 changed files with 1614 additions and 1630 deletions

View File

@@ -12,46 +12,46 @@ title: Features
<FeaturePage>
<FeaturePageTitle>
<template #title>Features</template>
<template #title>Характеристики</template>
</FeaturePageTitle>
<FeaturePageSection image="/images/undraw_two_factor_authentication_namy.svg">
<template #title>Users</template>
<template #lead>Share access to your server with other users and restrict their resources.</template>
<template #title>Пользователи</template>
<template #lead>Предоставляйте доступ к вашему серверу другим пользователям и ограничивайте их ресурсы.</template>
<template #list>
<FeatureList :items="users"></FeatureList>
</template>
</FeaturePageSection>
<FeaturePageSection image="/images/undraw_web_developer_re_h7ie.svg">
<template #title>Web domains</template>
<template #lead>Add multiple domains and quickly install apps on them.</template>
<template #title>Веб-домены</template>
<template #lead>Добавляйте множество доменов и сразу устанавливайте приложения.</template>
<template #list>
<FeatureList :items="webDomains"></FeatureList>
</template>
</FeaturePageSection>
<FeaturePageSection image="/images/undraw_domain_names_re_0uun.svg">
<template #title>DNS</template>
<template #lead>Manage your own DNS server!</template>
<template #lead>Управляйте своим собственным DNS сервером!</template>
<template #list>
<FeatureList :items="dns"></FeatureList>
</template>
</FeaturePageSection>
<FeaturePageSection image="/images/undraw_personal_email_re_4lx7.svg">
<template #title>Mail</template>
<template #lead>Host your own emails, no need to pay a business mail provider!</template>
<template #lead>Размещайте на своем сервере свои собственные электронные письма, не нужно платить поставщику деловой почты!</template>
<template #list>
<FeatureList :items="mail"></FeatureList>
</template>
</FeaturePageSection>
<FeaturePageSection image="/images/undraw_maintenance_re_59vn.svg">
<template #title>Databases</template>
<template #lead>From e-commerce to blogs, databases are always useful and you can choose between MySQL and PostgreSQL.</template>
<template #title>Базы данных</template>
<template #lead>Базы данных - от электронной коммерции до блогов - всегда полезны, и вы можете выбирать между MySQL и PostgreSQL.</template>
<template #list>
<FeatureList :items="databases"></FeatureList>
</template>
</FeaturePageSection>
<FeaturePageSection image="/images/undraw_server_status_re_n8ln.svg">
<template #title>Server admin</template>
<template #lead>Ultra-configurable and user-friendly, Hestia is as powerful as you could want.</template>
<template #title>Администрирование сервера</template>
<template #lead>Ультранастраиваемая и удобная в использовании Hestia настолько мощна, насколько вы могли бы пожелать.</template>
<template #list>
<FeatureList :items="serverAdmin"></FeatureList>
</template>