Skip to content
Open
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
55 changes: 55 additions & 0 deletions src/main/resources/assets/owo/lang/ru_ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"text.owo.itemGroup.tab_template": [
{ "index": 0 },
{ "text": " > ", "color": "gray" },
{ "index": 1, "color": "dark_gray" }
],
"text.owo.itemGroup.select_hint": {"text": "Кликните с зажатым Shift, чтобы выбрать несколько", "color": "gray"},
"text.owo.configure_hot_reload.title": "Настроить перезагрузку «на лету»",
"text.owo.configure_hot_reload.choose_file": "Выбрать файл",
"text.owo.configure_hot_reload.save": "Сохранить",
"text.owo.configure_hot_reload.model": [
{"text": "Модель: ", "color": "yellow"},
{"index": 0, "color": "gray"}
],
"text.owo.configure_hot_reload.reload_from.unset": "Не выставлено",
"text.owo.configure_hot_reload.reload_from": [
{"text": "Перезагружать из: ", "color": "yellow"},
{"index": 0, "color": "gray"}
],
"text.owo.config.search": "Поиск...",
"text.owo.config.search.matches": "%d из %d",
"text.owo.config.search.no_matches": "Нет совпадений",
"text.owo.config.must_restart": "Для применения некоторых внесённых вами изменений требуется перезапуск",
"text.owo.config.button.exit_minecraft": "Выйти из Minecraft",
"text.owo.config.button.ignore_restart": "Перезапустить позже",
"text.owo.config.button.range.edit_as_text": "Редактировать как текст",
"text.owo.config.button.range.edit_with_slider": "Редактировать с помощью ползунка",
"text.owo.config.applies_after_restart": [
{"text": "⏻ ", "color": "#FAEA48"},
{"text": "Эта опция применяется после перезапуска", "color": "gray"}
],
"text.owo.config.managed_by_server": [
{"text": "⚑ ", "color": "#EB1D36"},
{"text": "Эта опция управляется сервером\n Отключитесь, чтобы её изменить", "color": "gray"}
],
"text.owo.config.button.reload": "Перезагр.",
"text.owo.config.button.done": "Готово",
"text.owo.config.sections_tooltip": "Разделы",
"text.owo.config.sections": {"text": "Разделы", "underlined": true},
"text.owo.config.list.add_entry": "Добавить элемент",
"text.owo.config.boolean_toggle.enabled": [
"",
{"text": "[", "color": "gray"},
{"text": "✔", "color": "#28FFBF"},
{"text": "]", "color": "gray"},
" Включено"
],
"text.owo.config.boolean_toggle.disabled": [
"",
{"text": "[", "color": "gray"},
{"text": "❌", "color": "#EB1D36"},
{"text": "]", "color": "gray"},
" Выключено"
]
}