Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ru_ru translation #8

Merged
merged 3 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
modImplementation include("dev.onyxstudios.cardinal-components-api:cardinal-components-world:${project.cca_version}")

// use modApi when owo lib is compatible with mc version
modCompileOnlyApi "io.wispforest:owo-lib:${project.owo_lib}"
modApi "io.wispforest:owo-lib:${project.owo_lib}"

modApi("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config}") { exclude(group: "net.fabricmc.fabric-api") }
modApi "com.terraformersmc:modmenu:${project.modmenu_version}"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx2G
org.gradle.parallel = true

# Mod Properties
mod_version = 0.9.5+1.20.4
mod_version = 0.9.6+1.20.4
maven_group = ru.pinkgoosik
archives_base_name = winterly

Expand All @@ -17,4 +17,4 @@ trinkets_version = 3.8.0
cca_version = 5.4.0
cloth_config = 13.0.121
modmenu_version = 9.0.0
owo_lib = 0.11.4+1.20.2
owo_lib = 0.12.0+1.20.3
62 changes: 31 additions & 31 deletions src/main/resources/assets/winterly/lang/ru_ru.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"itemGroup.winterly.items": "Winterly",
"itemGroup.winterly.items.button.discord": "Join our Discord server!",
"itemGroup.winterly.items.button.updated": "New update available!",
"itemGroup.winterly.items.button.discord": "Присоединяйтесь к нашему Discord серверу!",
"itemGroup.winterly.items.button.updated": "Доступно новое обновление!",

"modmenu.descriptionTranslation.winterly": "Winter expansion mod adding cold and sloppy stuff.",
"modmenu.descriptionTranslation.winterly": "Мод расширяющий зиму и добавляющий праздничные предметы.",

"item.winterly.red_candy_cane": "Красный леденец",
"item.winterly.green_candy_cane": "Зеленый леденец",
Expand All @@ -21,14 +21,14 @@
"item.winterly.blue_scarf": "Синий шарф",
"item.winterly.red_scarf": "Красный шарф",
"item.winterly.green_scarf": "Зелёный шарф",
"item.winterly.rainbow_scarf": "Rainbow Scarf",
"item.winterly.rainbow_scarf": "Радужный шарф",

"block.winterly.icicle": "Сосульки",
"block.winterly.icicle_block": "Сосулечный блок",
"block.winterly.packed_icicle_block": "Packed Icicle Block",
"block.winterly.packed_icicle_block": "Плотный сосулечный блок",
"block.winterly.icicle_bars": "Прутья из сосулек",
"block.winterly.icicle_pane": "Сосулечная панель",
"block.winterly.cryomarble_block": "Cryomarble Block",
"block.winterly.cryomarble_block": "Криомраморный блок",
"block.winterly.snowguy": "Снежночел",
"block.winterly.dense_snow": "Плотный снег",
"block.winterly.dense_snow_stairs": "Ступеньки из плотного снега",
Expand All @@ -40,35 +40,35 @@
"block.winterly.raw_cryomarble_shard": "Сырой осколок криомрамор",
"block.winterly.garland_lights": "Гирлянда",
"block.winterly.rainy_garland_lights": "Гирлянда-дождик",
"block.winterly.frozen_grass": "Frozen Grass",
"block.winterly.frozen_flower": "Frozen Flower",
"block.winterly.frozen_grass": "Замороженная трава",
"block.winterly.frozen_flower": "Замороженный цветок",

"description.winterly.gift_box.0": "Place in the world and then",
"description.winterly.gift_box.1": "right-click to put items.",
"description.winterly.gift_box.2": "Use silk touch to collect.",
"description.winterly.gift_box.0": "Поставьте в мире и затем нажмите",
"description.winterly.gift_box.1": "ПКМ, чтобы поместить предметы внутрь.",
"description.winterly.gift_box.2": "Используйте шёлковое касание, чтобы собрать блок.",

"block.winterly.blue_gift_box": "Blue Gift Box",
"block.winterly.red_gift_box": "Red Gift Box",
"block.winterly.green_gift_box": "Green Gift Box",
"block.winterly.purple_gift_box": "Purple Gift Box",
"block.winterly.yellow_gift_box": "Yellow Gift Box",
"block.winterly.black_gift_box": "Black Gift Box",
"block.winterly.white_gift_box": "White Gift Box",
"block.winterly.cyan_gift_box": "Cyan Gift Box",
"block.winterly.orange_gift_box": "Orange Gift Box",
"block.winterly.blue_gift_box": "Синяя подарочная коробка",
"block.winterly.red_gift_box": "Красная подарочная коробка",
"block.winterly.green_gift_box": "Зелёная подарочная коробка",
"block.winterly.purple_gift_box": "Фиолетовая подарочная коробка",
"block.winterly.yellow_gift_box": "Жёлтая подарочная коробка",
"block.winterly.black_gift_box": "Чёрная подарочная коробка",
"block.winterly.white_gift_box": "Белая подарочная коробка",
"block.winterly.cyan_gift_box": "Бирюзовая подарочная коробка",
"block.winterly.orange_gift_box": "Оранжевая подарочная коробка",

"tag.winterly.placeable": "Размещаемый предмет",
"tag.winterly.cosmetic": "Косметический предмет",

"config.winterly.title": "Winterly Config",
"config.winterly.general": "General",
"config.winterly.option.max_gift_box_capacity": "Max Gift Box Capacity",
"config.winterly.option.update_checker_enabled": "Update Checker Enabled",
"config.winterly.option.generate_underground_icicles": "Generate Underground Icicles",
"config.winterly.option.generate_cryomarble": "Generate Cryomarble",
"config.winterly.option.generate_frozen_grass": "Generate Frozen Grass",
"config.winterly.option.generate_frozen_flowers": "Generate Frozen Flowers",
"config.winterly.option.mob_decorations.enabled": "Mob Decorations Enabled",
"config.winterly.option.mob_decorations.only_in_winter": "Mob Decorations Only in Winter",
"config.winterly.option.mob_decorations.chance": "Mob Decorations Chance"
"config.winterly.title": "Настройки Winterly",
"config.winterly.general": "Общее",
"config.winterly.option.max_gift_box_capacity": "Максимальная вместимость подарочной коробки",
"config.winterly.option.update_checker_enabled": "Проверка обновлений включена",
"config.winterly.option.generate_underground_icicles": "Генерировать подземные сосульки",
"config.winterly.option.generate_cryomarble": "Генерировать криомрамор",
"config.winterly.option.generate_frozen_grass": "Генерировать замороженную траву",
"config.winterly.option.generate_frozen_flowers": "Генерировать замороженные цветы",
"config.winterly.option.mob_decorations.enabled": "Украшения мобов включены",
"config.winterly.option.mob_decorations.only_in_winter": "Украшать мобов только зимой",
"config.winterly.option.mob_decorations.chance": "Шанс украсить моба"
}