From 732f8f492a4b37ea8cdfe0066d5334bd1be379c9 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sun, 5 Apr 2026 11:40:00 +0000
Subject: [PATCH 1/2] Initial plan
From 4216c7cd298f8dbc41a18c07428d94977484ce12 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sun, 5 Apr 2026 11:46:29 +0000
Subject: [PATCH 2/2] feat(locales): update Russian translation to MiniMessage
format
Agent-Logs-Url: https://github.com/BentoBoxWorld/Border/sessions/9e46c1d4-f327-4ee5-aa11-cb855d8ddb11
Co-authored-by: tastybento <4407265+tastybento@users.noreply.github.com>
---
src/main/resources/locales/ru.yml | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/src/main/resources/locales/ru.yml b/src/main/resources/locales/ru.yml
index 546ab35..3920dbf 100644
--- a/src/main/resources/locales/ru.yml
+++ b/src/main/resources/locales/ru.yml
@@ -1,10 +1,19 @@
----
+# ##########################################################################################
+# Это YML файл. Будьте осторожны при редактировании. Проверяйте свои правки #
+# в YAML валидаторе, например, на http://yaml-online-parser.appspot.com #
+# ##########################################################################################
+
border:
toggle:
description: переключает границу вкл/выкл
- border-on: "&a Барьер включен."
- border-off: "&a Бареьер выключен."
+ border-on: Граница включена.
+ border-off: Граница отключена.
set-type:
description: меняет тип границы
- changed: "&a Тип границы изменен на &b[type]&a."
- error-unavailable-type: "&c Этот тип недоступен или не существует."
+ changed: Тип границы изменён на [type].
+ error-unavailable-type: Этот тип недоступен или не существует.
+ set-color:
+ description: меняет цвет границы
+ changed: Цвет границы изменён на [color].
+ error-invalid-color: 'Недопустимый цвет. Допустимые цвета: красный, зеленый,
+ синий.'