From f0026d19ba279970ca6e186807640e18ef2bc4c4 Mon Sep 17 00:00:00 2001 From: rfin0 <104201885+rfin0@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:49:58 +0500 Subject: [PATCH] Create ru_ru.json --- .../assets/effecttimerplus/lang/ru_ru.json | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 common/src/main/resources/assets/effecttimerplus/lang/ru_ru.json diff --git a/common/src/main/resources/assets/effecttimerplus/lang/ru_ru.json b/common/src/main/resources/assets/effecttimerplus/lang/ru_ru.json new file mode 100644 index 0000000..b12673c --- /dev/null +++ b/common/src/main/resources/assets/effecttimerplus/lang/ru_ru.json @@ -0,0 +1,37 @@ +{ + "effecttimerplus.name": "EffectTimerPlus", + "message.effecttimerplus.viewModrinth": "Посмотреть на Modrinth", + "message.effecttimerplus.installYacl": "Установите Yet Another Config Lib для доступа к параметрам мода", + "option.effecttimerplus.location.0": "Верхний левый угол", + "option.effecttimerplus.location.1": "Вверху по центру", + "option.effecttimerplus.location.2": "Верхний правый угол", + "option.effecttimerplus.location.3": "Справа по центру", + "option.effecttimerplus.location.4": "Внизу справа", + "option.effecttimerplus.location.5": "Ниже по центру", + "option.effecttimerplus.location.6": "Нижний левый угол", + "option.effecttimerplus.location.7": "Слева по центру", + "option.effecttimerplus.potency": "Сила", + "option.effecttimerplus.potency.back.color": "Цвет фона", + "option.effecttimerplus.potency.back.enabled": "Фон", + "option.effecttimerplus.potency.color": "Цвет", + "option.effecttimerplus.potency.enabled": "Индикатор", + "option.effecttimerplus.potency.location": "Расположение", + "option.effecttimerplus.potency.shadow.enabled": "Тень", + "option.effecttimerplus.scale": "Размер", + "option.effecttimerplus.scale.icon": "Размер иконки", + "option.effecttimerplus.scale.potency": "Размер силы", + "option.effecttimerplus.scale.timer": "Размер таймера", + "option.effecttimerplus.timer": "Время", + "option.effecttimerplus.timer.ambient.enabled": "Индикатор (Окружение/Маяк)", + "option.effecttimerplus.timer.back.color": "Цвет фона", + "option.effecttimerplus.timer.back.enabled": "Фон", + "option.effecttimerplus.timer.color": "Цвет", + "option.effecttimerplus.timer.enabled": "Индикатор", + "option.effecttimerplus.timer.location": "Расположение", + "option.effecttimerplus.timer.shadow.enabled": "Тень", + "option.effecttimerplus.timer.warn.color": "Цвет предупреждения", + "option.effecttimerplus.timer.warn.enabled": "Предупреждающая вспышка", + "option.effecttimerplus.timer.warn.flash.enabled": "Мигание предупреждения", + "option.effecttimerplus.timer.warn.time": "Время предупреждения", + "option.effecttimerplus.timer.warn.time.value": "%d секунд" +}