Skip to content

Commit

Permalink
Merge pull request #3 from Felix14-v2/master
Browse files Browse the repository at this point in the history
Added ru_ru.json
  • Loading branch information
AlurienFlame authored Oct 11, 2021
2 parents f71df0f + 374ced2 commit 336ed82
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/main/resources/assets/chatsounds/lang/ru_ru.json
Original file line number Diff line number Diff line change
@@ -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 звука"
}

0 comments on commit 336ed82

Please sign in to comment.