A Minecraft server-side mod that adds various teleportation related commands
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update ru_ru.json (#6)

Updating the translation for the new version.

authored by

rfin0 and committed by
GitHub
2af88bd1 3918cf58

+14 -14
+14 -14
common/src/main/resources/assets/teleport_commands/lang/ru_ru.json
··· 22 22 "commands.teleport_commands.homes.error": "Ошибка получения списка домов!", 23 23 "commands.teleport_commands.homes.homes": "Дома:", 24 24 25 - "commands.teleport_commands.warp.set": "Warp set", 26 - "commands.teleport_commands.warp.setError": "Error setting the warp!", 27 - "commands.teleport_commands.warp.exists": "Warp already exists!", 28 - "commands.teleport_commands.warp.go": "Going to the warp", 29 - "commands.teleport_commands.warp.goSame": "Already at the warp", 30 - "commands.teleport_commands.warp.goError": "Error going to the warp!", 31 - "commands.teleport_commands.warp.delete": "Warp deleted", 32 - "commands.teleport_commands.warp.deleteError": "Error deleting warp!", 33 - "commands.teleport_commands.warp.rename": "Warp renamed", 34 - "commands.teleport_commands.warp.renameError": "Error renaming warp!", 35 - "commands.teleport_commands.warp.notFound": "Warp not found!", 36 - "commands.teleport_commands.warp.homeless": "There are no warps!", 25 + "commands.teleport_commands.warp.set": "Варп установлен", 26 + "commands.teleport_commands.warp.setError": "Ошибка при установке варпа!", 27 + "commands.teleport_commands.warp.exists": "Варп уже существует!", 28 + "commands.teleport_commands.warp.go": "Переходим на варп", 29 + "commands.teleport_commands.warp.goSame": "Вы уже на варпе", 30 + "commands.teleport_commands.warp.goError": "Ошибка при переходе на варп!", 31 + "commands.teleport_commands.warp.delete": "Варп удалён", 32 + "commands.teleport_commands.warp.deleteError": "Ошибка при удалении варпа!", 33 + "commands.teleport_commands.warp.rename": "Варп переименован", 34 + "commands.teleport_commands.warp.renameError": "Ошибка при переименовании варпа!", 35 + "commands.teleport_commands.warp.notFound": "Варп не найден!", 36 + "commands.teleport_commands.warp.homeless": "Нет никаких варпов!", 37 37 38 - "commands.teleport_commands.warps.error": "Error getting warps!", 39 - "commands.teleport_commands.warps.warps": "Warps:", 38 + "commands.teleport_commands.warps.error": "Ошибка при получении списка варпов!", 39 + "commands.teleport_commands.warps.warps": "Варпы:", 40 40 41 41 "commands.teleport_commands.tpa.self": "Ну, это было легко", 42 42 "commands.teleport_commands.tpa.alreadySent": "Запрос уже отправлен %0%",