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.json #46

Merged
merged 1 commit into from
Jan 2, 2025
Merged
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
34 changes: 18 additions & 16 deletions src/main/resources/assets/shieldexp/lang/ru_ru.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
{
"shieldexp.tooltip.instructions": "Удерживайте Shift для информации",
"shieldexp.tooltip.instructions.parry": "Поднимите щит прямо перед ударом, чтобы парировать атаку!",
"shieldexp.tooltip.instructions": "Удерживание Shift за получением Инструкций",
"shieldexp.tooltip.instructions.parry": "Поднимите щит в предверии получения удара для парирования атак!",

"shieldexp.tooltip.attribute": "Используя как Щит:",
"shieldexp.tooltip.attribute.cooldown_ticks": " %sсек Откат",
"shieldexp.tooltip.attribute.speed_factor_slow": " Медлительность",
"shieldexp.tooltip.attribute.speed_factor_fast": " Манёвренность",
"shieldexp.tooltip.attribute.parry_damage": " %s Урон парирования",
"shieldexp.tooltip.attribute.parry_ticks": " %sсек Окно парирования",
"shieldexp.tooltip.attribute.stamina": " %s Выносливость",
"shieldexp.tooltip.attribute.blast_resistance": " %s Взрывоустойчивость",
"shieldexp.tooltip.attribute": "Когда используется как Щит:",
"shieldexp.tooltip.attribute.cooldown_ticks": "Перезарядка: %s секунд.",
"shieldexp.tooltip.attribute.speed_factor_slow": "Медленное передвижение",
"shieldexp.tooltip.attribute.speed_factor_fast": "Быстрое передвижение",
"shieldexp.tooltip.attribute.parry_damage": "Парировано урона: %s",
"shieldexp.tooltip.attribute.parry_ticks": "Период парирования: %s секунд.",
"shieldexp.tooltip.attribute.stamina": "Выносливость: %s",
"shieldexp.tooltip.attribute.blast_resistance": "Взрывоустойчивость: %s",

"item.shieldexp.wooden_shield": "Деревянный щит",
"item.shieldexp.golden_shield": "Золотой щит",
"item.shieldexp.iron_shield": "Железный щит",
"item.shieldexp.diamond_shield": "Алмазный щит",
"item.shieldexp.netherite_shield": "Незеритовый щит",
"item.shieldexp.paragon_shield": "Совершенный щит",
"item.shieldexp.griefer_shield": "Гриферский щит",
"item.shieldexp.paragon_shield": "Щит совершенства",
"item.shieldexp.griefer_shield": "Щит беспредельщика",

"death.attack.partialblast": "%1$s взорвался, потому что его щит не выдержал взрыва",
"sounds.shieldexp.parry_sound": "Успешное парирование",

"shieldexp.advancements.get_diamond_shield.title": "Нерушимый алмаз",
"death.attack.partialblast": "%1$s взорвался, поскольку его щит не смог выдержать взрыв.",

"shieldexp.advancements.get_diamond_shield.title": "Несокрушимый алмаз",
"shieldexp.advancements.get_diamond_shield.description": "Создайте алмазный щит",

"shieldexp.advancements.get_netherite_shield.title": "Непоколебимый объект",
"shieldexp.advancements.get_netherite_shield.title": "Непоколебимое изделие",
"shieldexp.advancements.get_netherite_shield.description": "Создайте незеритовый щит"
}
}