From 7305b9834b8ba73cad8635c54b893ba62f6e865b Mon Sep 17 00:00:00 2001 From: Korben <92390626+mpustovoi@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:56:08 +0300 Subject: [PATCH] Create `ru_ru.json` --- .../resources/assets/citadel/lang/ru_ru.json | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/main/resources/assets/citadel/lang/ru_ru.json diff --git a/src/main/resources/assets/citadel/lang/ru_ru.json b/src/main/resources/assets/citadel/lang/ru_ru.json new file mode 100644 index 0000000..ceb0929 --- /dev/null +++ b/src/main/resources/assets/citadel/lang/ru_ru.json @@ -0,0 +1,26 @@ +{ + "item.citadel.debug": "Отладчик Citadel", + "item.citadel.citadel_book": "Книга Citadel", + "item.citadel.effect_item": "Эффект зелья", + "item.citadel.fancy_item": "Необычный предмет", + "item.citadel.icon_item": "Предмет-значок", + "block.citadel.lectern": "Кафедра", + "book.citadel_book.root": "Книга Citadel!!!", + "book.citadel_book.link_example": "Пример ссылки", + "book.citadel_book.hover_text_pillager_example": "Ссылки на сущности — это маленькие симпатичные кнопочки!", + "citadel.gui.patreon_rewards_option": "Настройка Патреона Citadel…", + "citadel.gui.patreon_customization": "Настройка Патреона Citadel", + "citadel.gui.capes_option": "Настройка плаща…", + "citadel.gui.capes": "Настройка плаща", + "citadel.gui.cape_type": "Тип:", + "citadel.gui.no_cape": "Нет модифицированных плащей", + "citadel.gui.orbit_dist": "Расстояние вращения", + "citadel.gui.orbit_speed": "Скорость вращения", + "citadel.gui.orbit_height": "Высота вращения", + "citadel.gui.reset": "Сбросить", + "citadel.gui.follower_type": "Тип: ", + "citadel.follower.none": "Никакой", + "citadel.follower.citadel": "Космическая станция", + "citadel.follower.citadel_red": "Космическая станция (красная)", + "citadel.follower.citadel_gray": "Космическая станция (серая)" +}