From 83cfd30aef16f8e086effc645b7b445aaf441bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Sat, 9 Nov 2024 08:58:46 +0300 Subject: [PATCH] lang(ru_ru): Add Russian translation (#101) --- .../resources/assets/balm/lang/ru_ru.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 common/src/main/resources/assets/balm/lang/ru_ru.json diff --git a/common/src/main/resources/assets/balm/lang/ru_ru.json b/common/src/main/resources/assets/balm/lang/ru_ru.json new file mode 100644 index 00000000..09c73443 --- /dev/null +++ b/common/src/main/resources/assets/balm/lang/ru_ru.json @@ -0,0 +1,33 @@ +{ + "tag.item.c.dyes.black": "Черный краситель", + "tag.item.c.dyes.blue": "Синий краситель", + "tag.item.c.dyes.brown": "Коричневый краситель", + "tag.item.c.dyes.cyan": "Бирюзовый краситель", + "tag.item.c.dyes.gray": "Серый краситель", + "tag.item.c.dyes.green": "Зеленый краситель", + "tag.item.c.dyes.light_blue": "Голубой краситель", + "tag.item.c.dyes.light_gray": "Светло-серый краситель", + "tag.item.c.dyes.lime": "Лаймовый краситель", + "tag.item.c.dyes.magenta": "Пурпурный краситель", + "tag.item.c.dyes.orange": "Оранжевый краситель", + "tag.item.c.dyes.pink": "Розовый краситель", + "tag.item.c.dyes.purple": "Фиолетовый краситель", + "tag.item.c.dyes.red": "Красный краситель", + "tag.item.c.dyes.white": "Белый краситель", + "tag.item.c.dyes.yellow": "Желтый краситель", + "tag.item.c.cooking_oil": "Кулинарное масло", + "tag.item.c.gems.diamond": "Алмазы", + "tag.item.c.dyes": "Красители", + "tag.item.c.eggs": "Яйца", + "tag.item.c.gems.emerald": "Изумруды", + "tag.item.c.gems": "Самоцветы", + "tag.item.c.nuggets.gold": "Золотые самородки", + "tag.item.c.ingots": "Слитки", + "tag.item.c.ingots.iron": "Железные слитки", + "tag.item.c.nuggets.iron": "Железные самородки", + "tag.item.c.nuggets": "Самородки", + "tag.item.c.ores": "Руды", + "tag.item.c.stones": "Камни", + "tag.item.c.chests.chests": "Деревянные сундуки", + "tag.item.c.rods.wooden": "Деревянные палки" +}