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

Translations into russian #28

Merged
merged 1 commit into from
May 6, 2021
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
20 changes: 20 additions & 0 deletions src/main/resources/assets/lt/lang/ru_ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"loading-timer.title": "Loading Timer",
"loading-timer.title_ee": "Loading Timer",
"loading-timer.message_text": "Minecraft запустился за %d секунд",
"loading-timer.world_message_text": "Загрузка/генерация мира заняла %d секунд",
"loading-timer.resource_loading_text": "Загрузка пакетов ресурсов заняла %d секунд",
"loading-timer.config": "Настройки Loading Timer",
"loading-timer.config.insane_precision": "Безумная точность",
"loading-timer.config.insane_precision.description": "Выводит точность на совершенно новый уровень",
"loading-timer.config.world_load_time": "Таймер загрузки мира",
"loading-timer.config.world_load_time.description": "Измеряет, сколько времени уходит на загрузку мира",
"loading-timer.config.resource_load_notif": "Таймер загрузки ресурсов",
"loading-timer.config.resource_load_notif.description": "Измеряет, сколько времени уходит на загрузку пакетов ресурсов",
"loading-timer.config.resource_load_notif_override": "Переопределение запуска таймера загрузки ресурсов",
"loading-timer.config.resource_load_notif_override.description": "Обычно время загрузки ресурсов не отображается при запуске,\nчтобы предотвратить спам уведомлений. Это не будет работать, если не включён таймер загрузки ресурсов.",
"loading-timer.config.resource_load_percent": "Процент загрузки ресурсов",
"loading-timer.config.resource_load_percent.description": "Показывает процесс загрузки ресурсов.\nТочно так же, как Minecraft показывает процесс генерации мира.",
"loading-timer.config.raw_loading_toast": "Показывать 'сырое' время при запуске.",
"loading-timer.config.raw_loading_toast.description": "Заменяет 'общие' значения, показанные при запуске, на 'сырые'."
}