Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GrinNik authored Jun 14, 2024
1 parent 605ad69 commit 7452d17
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions doc/resources/assets/hexcasting/lang/ru_ru.flatten.json5
Original file line number Diff line number Diff line change
@@ -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: "Деревянные палочки",
},
}

0 comments on commit 7452d17

Please sign in to comment.