-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "Деревянные палочки", | ||
}, | ||
} |