translate index

This commit is contained in:
Andrey Stepanov 2024-11-29 09:57:08 +05:00
parent 4fe4ad68d2
commit 283814ef14
Signed by: Koldun
GPG Key ID: 53DE683337F5D25F

View File

@ -1,7 +1,7 @@
--- ---
title: Front Cover title: Обложка
layout: default layout: default
description: An easy guide to learn how to create mods for Minetest description: Простой гайд как создавать моды в Minetest
homepage: true homepage: true
no_header: true no_header: true
root: .. root: ..
@ -9,28 +9,27 @@ idx: 0.1
--- ---
<header> <header>
<h1>Luanti Modding Book (formerly Minetest)</h1> <h1>Luanti Modding Book (бывший Minetest)</h1>
<span>by <a href="https://rubenwardy.com" rel="author">rubenwardy</a></span> <span>автор <a href="https://rubenwardy.com" rel="author">rubenwardy</a></span>
<span>with editing by <a href="http://rc.minetest.tv/">Shara</a></span> <span>редактор <a href="http://rc.minetest.tv/">Shara</a></span>
</header> </header>
## Introduction ## Предисловие
Minetest uses Lua scripts to provide modding support. Minetest поддерживает создание модов с помощью Lua-скриптов.
This book aims to teach you how to create your own mods, starting from the basics. Цель этой книги — научить вас создавать свои собственные моды, начиная с основ.
Each chapter focuses on a particular part of the API, and will soon get you making Каждая глава охватывает определённую часть API.
your own mods.
As well as [reading this book online](https://rubenwardy.com/minetest_modding_book), Вы можете не только [читать книгу online](https://rubenwardy.com/minetest_modding_book),
you can also [download it in HTML form](https://gitlab.com/rubenwardy/minetest_modding_book/-/releases). но также [скачать её в формате HTML](https://gitlab.com/rubenwardy/minetest_modding_book/-/releases).
### Feedback and Contributions ### Обратная связь
Noticed a mistake, or want to give feedback? Make sure to tell me about it. Нашли ошибку или хотите дать обратную связь? Сообщите мне об этом.
* Create a [GitLab Issue](https://gitlab.com/rubenwardy/minetest_modding_book/-/issues). * Создайте тему в [GitLab Issue](https://gitlab.com/rubenwardy/minetest_modding_book/-/issues).
* Post in the [Forum Topic](https://forum.minetest.net/viewtopic.php?f=14&t=10729). * Напишите на [форуме](https://forum.minetest.net/viewtopic.php?f=14&t=10729).
* [Contact me](https://rubenwardy.com/contact/). * [Свяжитесь со мной](https://rubenwardy.com/contact/).
* Fancy contributing? * Желаете внести свой вклад?
[Read the README](https://gitlab.com/rubenwardy/minetest_modding_book/-/blob/master/README.md). [Прочтите README](https://gitlab.com/rubenwardy/minetest_modding_book/-/blob/master/README.md).