From 374ced27ecb467e00588aefc73f905eaab31208f Mon Sep 17 00:00:00 2001 From: Felix14-v2 Date: Mon, 11 Oct 2021 17:25:23 +0300 Subject: [PATCH] Added ru_ru.json --- .../assets/chatsounds/lang/ru_ru.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/main/resources/assets/chatsounds/lang/ru_ru.json diff --git a/src/main/resources/assets/chatsounds/lang/ru_ru.json b/src/main/resources/assets/chatsounds/lang/ru_ru.json new file mode 100644 index 0000000..a3ea63c --- /dev/null +++ b/src/main/resources/assets/chatsounds/lang/ru_ru.json @@ -0,0 +1,33 @@ +{ + "text.autoconfig.chatsounds.title": "Chat Sounds", + "text.autoconfig.chatsounds.option.join": "Сообщения о присоединении", + "text.autoconfig.chatsounds.option.join.enabled": "Включены", + "text.autoconfig.chatsounds.option.join.volume": "Громкость", + "text.autoconfig.chatsounds.option.join.pitch": "Высота", + "text.autoconfig.chatsounds.option.join.sound": "id звука", + "text.autoconfig.chatsounds.option.leave": "Сообщения о выходе из игры", + "text.autoconfig.chatsounds.option.leave.enabled": "Включены", + "text.autoconfig.chatsounds.option.leave.volume": "Громкость", + "text.autoconfig.chatsounds.option.leave.pitch": "Высота", + "text.autoconfig.chatsounds.option.leave.sound": "id звука", + "text.autoconfig.chatsounds.option.death": "Сообщения о смерти", + "text.autoconfig.chatsounds.option.death.enabled": "Включены", + "text.autoconfig.chatsounds.option.death.volume": "Громкость", + "text.autoconfig.chatsounds.option.death.pitch": "Высота", + "text.autoconfig.chatsounds.option.death.sound": "id звука", + "text.autoconfig.chatsounds.option.pm": "Приватные сообщения", + "text.autoconfig.chatsounds.option.pm.enabled": "Включены", + "text.autoconfig.chatsounds.option.pm.volume": "Громкость", + "text.autoconfig.chatsounds.option.pm.pitch": "Высота", + "text.autoconfig.chatsounds.option.pm.sound": "id звука", + "text.autoconfig.chatsounds.option.advancement": "Сообщения о достижениях", + "text.autoconfig.chatsounds.option.advancement.enabled": "Включены", + "text.autoconfig.chatsounds.option.advancement.volume": "Громкость", + "text.autoconfig.chatsounds.option.advancement.pitch": "Высота", + "text.autoconfig.chatsounds.option.advancement.sound": "id звука", + "text.autoconfig.chatsounds.option.message": "Всё остальное, включая обычные сообщения", + "text.autoconfig.chatsounds.option.message.enabled": "Включено", + "text.autoconfig.chatsounds.option.message.volume": "Громкость", + "text.autoconfig.chatsounds.option.message.pitch": "Высота", + "text.autoconfig.chatsounds.option.message.sound": "id звука" +}