Skip to content

Commit

Permalink
Create ru_ru.json (#4)
Browse files Browse the repository at this point in the history
Added Russian translations thanks to rfin0
  • Loading branch information
rfin0 authored Nov 22, 2024
1 parent aa71179 commit aa5eb42
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions common/src/main/resources/assets/teleport_commands/lang/ru_ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"commands.teleport_commands.back.go": "Возвращение назад",
"commands.teleport_commands.back.same": "Уже на месте",
"commands.teleport_commands.back.noLocation": "Местоположение не найдено!",

"commands.teleport_commands.home.set": "Дом установлен",
"commands.teleport_commands.home.setError": "Ошибка установки дома!",
"commands.teleport_commands.home.go": "Возвращение домой",
"commands.teleport_commands.home.goError": "Ошибка возвращения домой!",
"commands.teleport_commands.home.goSame": "Уже дома",
"commands.teleport_commands.home.delete": "Дом удалён",
"commands.teleport_commands.home.deleteError": "Ошибка удаления дома!",
"commands.teleport_commands.home.rename": "Дом переименован",
"commands.teleport_commands.home.renameError": "Ошибка переименования дома!",
"commands.teleport_commands.home.renameExists": "Это имя уже занято!",
"commands.teleport_commands.home.default": "Дом по умолчанию установлен",
"commands.teleport_commands.home.defaultError": "Ошибка изменения дома по умолчанию!",
"commands.teleport_commands.home.defaultSame": "Дом уже установлен по умолчанию!",
"commands.teleport_commands.home.notFound": "Дом не найден!",
"commands.teleport_commands.home.exists": "Дом уже существует!",
"commands.teleport_commands.home.homeless": "У вас нет домов!",

"commands.teleport_commands.homes.error": "Ошибка получения списка домов!",
"commands.teleport_commands.homes.homes": "Дома:",
"commands.teleport_commands.homes.default": "(По умолчанию)",
"commands.teleport_commands.homes.tp": "[Тп]",
"commands.teleport_commands.homes.rename": "[Переименовать]",
"commands.teleport_commands.homes.delete": "[Удалить]",

"commands.teleport_commands.tpa.self": "Ну, это было легко",
"commands.teleport_commands.tpa.alreadySent": "Запрос уже отправлен %0%",
"commands.teleport_commands.tpa.received": "Запрос Tpa%0% получен от %1%",
"commands.teleport_commands.tpa.sent": "Запрос Tpa%0% отправлен %1%",
"commands.teleport_commands.tpa.accept": "[Принять]",
"commands.teleport_commands.tpa.deny": "[Отклонить]",
"commands.teleport_commands.tpa.expired": "Запрос Tpa%0% истёк",
"commands.teleport_commands.tpa.notFound": "Запросы не найдены!",
"commands.teleport_commands.tpa.accepted": "Запрос принят",
"commands.teleport_commands.tpa.denied": "Запрос отклонён",

"commands.teleport_commands.common.teleport": "Телепортация",
"commands.teleport_commands.common.error": "Ошибка телепортации!",
"commands.teleport_commands.common.noSafeLocation": "Безопасное место не найдено!",
"commands.teleport_commands.common.safetyIsForLosers": "Телепортироваться всё равно? (Внимание, вы можете погибнуть!)",
"commands.teleport_commands.common.forceTeleport": "[Принудительная телепортация]"
}

0 comments on commit aa5eb42

Please sign in to comment.