55 lines
2.7 KiB
JSON
55 lines
2.7 KiB
JSON
{
|
|
"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 of %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"},
|
|
" Отключено"
|
|
]
|
|
} |