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

Translate mod to Russian language #4

Merged
merged 1 commit into from
Jan 4, 2022
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
23 changes: 23 additions & 0 deletions src/main/resources/assets/dimores/lang/ru_ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"block.dimores.quartz_ore": "Кварцевая руда",

"block.dimores.nether_coal": "Незерская угольная руда",
"block.dimores.nether_copper": "Незерская медная руда",
"block.dimores.nether_iron": "Незерская железная руда",
"block.dimores.nether_lapis": "Незерская лазуритовая руда",
"block.dimores.nether_redstone": "Незерская редстоун руда",
"block.dimores.nether_diamond": "Незерская алмазная руда",
"block.dimores.nether_emerald": "Незерская изумрудная руда",

"block.dimores.end_coal": "Угольная руда края",
"block.dimores.end_copper": "Медная руда края",
"block.dimores.end_iron": "Железная руда края",
"block.dimores.end_lapis": "Лазуритовая руда края",
"block.dimores.end_redstone": "Редстоун руда края",
"block.dimores.end_gold": "Золотая руда края",
"block.dimores.end_quartz": "Кварцевая руда края",
"block.dimores.end_diamond": "Алмазная руда края",
"block.dimores.end_emerald": "Изумрудная руда края",

"itemGroup.dimores.main_tab": "DimensionalOres"
}