From c72f89e44104b91349d92d759d4612ad69dbb50e Mon Sep 17 00:00:00 2001 From: Korben <92390626+mpustovoi@users.noreply.github.com> Date: Mon, 31 Mar 2025 01:29:15 +0300 Subject: [PATCH 1/2] Create `ru_ru.json` Parity with `en_us.json`. --- src/main/resources/assets/owo/lang/ru_ru.json | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 src/main/resources/assets/owo/lang/ru_ru.json diff --git a/src/main/resources/assets/owo/lang/ru_ru.json b/src/main/resources/assets/owo/lang/ru_ru.json new file mode 100644 index 000000000..346c860fb --- /dev/null +++ b/src/main/resources/assets/owo/lang/ru_ru.json @@ -0,0 +1,61 @@ +{ + "text.owo.itemGroup.tab_template": [ + { "index": 0 }, + { "text": " > ", "color": "gray" }, + { "index": 1, "color": "dark_gray" } + ], + "text.owo.itemGroup.select_hint": { + "text": "Щёлкните ПКМ, чтобы выбрать несколько", + "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" }, + " Отключено" + ] +} From 26687d8551b60bc49ac3c06ae337d640ac4dc17f Mon Sep 17 00:00:00 2001 From: Korben <92390626+mpustovoi@users.noreply.github.com> Date: Thu, 10 Jul 2025 12:00:45 +0300 Subject: [PATCH 2/2] Update `ru_ru.json` - Small fix. --- src/main/resources/assets/owo/lang/ru_ru.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/owo/lang/ru_ru.json b/src/main/resources/assets/owo/lang/ru_ru.json index 346c860fb..dc5cfb98e 100644 --- a/src/main/resources/assets/owo/lang/ru_ru.json +++ b/src/main/resources/assets/owo/lang/ru_ru.json @@ -35,7 +35,7 @@ "text.owo.config.managed_by_server": [ { "text": "⚑ ", "color": "#EB1D36" }, { - "text": "Эта опция управляется сервером\n Отключитесь, чтобы отредактировать", + "text": "Эта настройка управляется сервером\n Отключитесь, чтобы отредактировать", "color": "gray" } ],