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.

Create ru_ru.json (#4)

Added Russian translations thanks to rfin0

authored by

rfin0 and committed by
GitHub
aa5eb422 aa711793

+46
+46
common/src/main/resources/assets/teleport_commands/lang/ru_ru.json
··· 1 + { 2 + "commands.teleport_commands.back.go": "Возвращение назад", 3 + "commands.teleport_commands.back.same": "Уже на месте", 4 + "commands.teleport_commands.back.noLocation": "Местоположение не найдено!", 5 + 6 + "commands.teleport_commands.home.set": "Дом установлен", 7 + "commands.teleport_commands.home.setError": "Ошибка установки дома!", 8 + "commands.teleport_commands.home.go": "Возвращение домой", 9 + "commands.teleport_commands.home.goError": "Ошибка возвращения домой!", 10 + "commands.teleport_commands.home.goSame": "Уже дома", 11 + "commands.teleport_commands.home.delete": "Дом удалён", 12 + "commands.teleport_commands.home.deleteError": "Ошибка удаления дома!", 13 + "commands.teleport_commands.home.rename": "Дом переименован", 14 + "commands.teleport_commands.home.renameError": "Ошибка переименования дома!", 15 + "commands.teleport_commands.home.renameExists": "Это имя уже занято!", 16 + "commands.teleport_commands.home.default": "Дом по умолчанию установлен", 17 + "commands.teleport_commands.home.defaultError": "Ошибка изменения дома по умолчанию!", 18 + "commands.teleport_commands.home.defaultSame": "Дом уже установлен по умолчанию!", 19 + "commands.teleport_commands.home.notFound": "Дом не найден!", 20 + "commands.teleport_commands.home.exists": "Дом уже существует!", 21 + "commands.teleport_commands.home.homeless": "У вас нет домов!", 22 + 23 + "commands.teleport_commands.homes.error": "Ошибка получения списка домов!", 24 + "commands.teleport_commands.homes.homes": "Дома:", 25 + "commands.teleport_commands.homes.default": "(По умолчанию)", 26 + "commands.teleport_commands.homes.tp": "[Тп]", 27 + "commands.teleport_commands.homes.rename": "[Переименовать]", 28 + "commands.teleport_commands.homes.delete": "[Удалить]", 29 + 30 + "commands.teleport_commands.tpa.self": "Ну, это было легко", 31 + "commands.teleport_commands.tpa.alreadySent": "Запрос уже отправлен %0%", 32 + "commands.teleport_commands.tpa.received": "Запрос Tpa%0% получен от %1%", 33 + "commands.teleport_commands.tpa.sent": "Запрос Tpa%0% отправлен %1%", 34 + "commands.teleport_commands.tpa.accept": "[Принять]", 35 + "commands.teleport_commands.tpa.deny": "[Отклонить]", 36 + "commands.teleport_commands.tpa.expired": "Запрос Tpa%0% истёк", 37 + "commands.teleport_commands.tpa.notFound": "Запросы не найдены!", 38 + "commands.teleport_commands.tpa.accepted": "Запрос принят", 39 + "commands.teleport_commands.tpa.denied": "Запрос отклонён", 40 + 41 + "commands.teleport_commands.common.teleport": "Телепортация", 42 + "commands.teleport_commands.common.error": "Ошибка телепортации!", 43 + "commands.teleport_commands.common.noSafeLocation": "Безопасное место не найдено!", 44 + "commands.teleport_commands.common.safetyIsForLosers": "Телепортироваться всё равно? (Внимание, вы можете погибнуть!)", 45 + "commands.teleport_commands.common.forceTeleport": "[Принудительная телепортация]" 46 + }