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

Added ru_RU lang #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
13 changes: 13 additions & 0 deletions src/main/resources/assets/simpleteleporters/lang/ru_ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"item.simpleteleporters.tele_crystal": "Осколок Эндера",
"block.simpleteleporters.teleporter": "Телепорт",

"text.teleporters.unlinked": "Не привязан",
"text.teleporters.linked": "Привязан к: %1$s, %2$s, %3$s в %4$s",
"text.teleporters.how_to_link": "Нажмите ПКМ крадучись, чтобы привязать к месту",
"text.teleporters.crystal_info": "Осколок Эндера привязан к %1$s, %2$s, %3$s",
"text.teleporters.error.no_crystal": "Этому телепорту не хватает осколка Эндера!",
"text.teleporters.error.unlinked": "Осколок Эндера в этом телепорте не привязан ни к какому месту!",
"text.teleporters.error.invalid_position": "Неправильное место телепортации. Возможно, мешает блок?",
"text.teleporters.error.wrong_dimension": "Осколок Эндера в этом телепорте недостаточно могуч, чтобы пересечь границу измерений!"
}