-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Russian translations thanks to rfin0
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
46 changes: 46 additions & 0 deletions
46
common/src/main/resources/assets/teleport_commands/lang/ru_ru.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "[Принудительная телепортация]" | ||
} |