From 7452d1711067acaa5d285fb2a1c91272390ddfea Mon Sep 17 00:00:00 2001 From: GrinNik <87701722+GrinNik@users.noreply.github.com> Date: Fri, 14 Jun 2024 20:37:16 +0000 Subject: [PATCH] Add files via upload --- .../hexcasting/lang/ru_ru.flatten.json5 | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 doc/resources/assets/hexcasting/lang/ru_ru.flatten.json5 diff --git a/doc/resources/assets/hexcasting/lang/ru_ru.flatten.json5 b/doc/resources/assets/hexcasting/lang/ru_ru.flatten.json5 new file mode 100644 index 0000000000..00e464ca04 --- /dev/null +++ b/doc/resources/assets/hexcasting/lang/ru_ru.flatten.json5 @@ -0,0 +1,57 @@ +{ + hexdoc: { + hexcasting: { + title: "Hex Book", + description: "Всё о Hex - в одном месте", + }, + + renderer: { + renders: "Рендеры", + palettes: "Palettes", + + animated: "анимация", + monocolor: "моноцвет", + gradient: "градиент", + segment: "сегмент", + + default: "по умолчанию", + turbo: "турбо", + dark2: "dark2", + tab10: "tab10", + }, + + pattern: { + show: "Нажмите, чтобы показать заклинание", + hide: "Нажмите, чтобы спрятать заклинание", + + multiplier: "${speedScale()}x", + paused: "Пауза", + + not_supported: "Ваш браузер не поддерживает визуализацию узоров. Код паттерна: {}", + }, + + villager_requirements: { + any: "Деревенский житель должен быть {level} уровня или выше", + professional: "Деревенский житель должен быть {level} уровня {profession} или выше", + }, + + pages: { + hexcasting: { + brainsweep: { + description: "Depicted in the book: A mind-flaying recipe producing the", + separator: "", + }, + }, + }, + }, + + "block.hexcasting": { + slate: "Пустая Скрижаль", + }, + + "tag.item.c": { + brown_dye: "Коричневые красители", + glowstone_dusts: "Пыль СветоКамня", + wood_sticks: "Деревянные палочки", + }, +}