diff --git a/README.md b/README.md index 0c4893b..1816a31 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@
[English] [French] + [Russian]



diff --git a/i18n/ПРОЧТИМЕНЯ.md b/i18n/ПРОЧТИМЕНЯ.md new file mode 100644 index 0000000..f4d8d5d --- /dev/null +++ b/i18n/ПРОЧТИМЕНЯ.md @@ -0,0 +1,250 @@ +
+

+ Читайте документацию на: +
+ [Английском/English] + [Французском/French] +


+ +
+

Кроссплатформенный soundboard 🔊
+
+ + Latest Stable Release + +
+ + GitHub Repo stars + + + GitHub issues + + + GitHub pull requests + +
+ + License + + + Discord + + + Matrix + +
+ + Windows Build + + + Linux Build + + + Flatpak Build + +
+ + Discord Invite + + + Translation status + +

+
+ +# 👀 Предпросмотр +| ![Dark Interface](https://raw.githubusercontent.com/Soundux/screenshots/screenshots/home-dark.png) | ![Light Interface](https://raw.githubusercontent.com/Soundux/screenshots/screenshots/home-light.png) | +| -------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | +| ![Settings Dark](https://raw.githubusercontent.com/Soundux/screenshots/screenshots/settings-dark.png) | ![Settings Light](https://raw.githubusercontent.com/Soundux/screenshots/screenshots/settings-light.png) | +| ![Search Dark](https://raw.githubusercontent.com/Soundux/screenshots/screenshots/search-dark.png) | ![Search Light](https://raw.githubusercontent.com/Soundux/screenshots/screenshots/search-light.png) | +| ![Application Passthrough](https://raw.githubusercontent.com/Soundux/screenshots/screenshots/pass-through-dark.png) | ![Application Passthrough](https://raw.githubusercontent.com/Soundux/screenshots/screenshots/pass-through-light.png) | +| ![Seek/Pause/Stop Dark](https://raw.githubusercontent.com/Soundux/screenshots/screenshots/multiple-playing-dark.png) | ![Seek/Pause/Stop Light](https://raw.githubusercontent.com/Soundux/screenshots/screenshots/multiple-playing-light.png) | +| ![Grid View Dark](https://raw.githubusercontent.com/Soundux/screenshots/screenshots/grid-view-dark.png) | ![Grid View Light](https://raw.githubusercontent.com/Soundux/screenshots/screenshots/grid-view-light.png) | + +# 👋 Введение +Soundux это кроссплатформенный soundboard с простым интерфейсом. +С помощью Soundux вы можете проигрывать аудиофайлы в определенное приложение на Linux и в VB-CABLE на Windows. + +# 🏃 Зависимости запуска +Эти зависимости необходимы чтобы запустить программу + +## 🐧 Linux +Пожалуйста воспользуйтесь инструкцией вашего дистрибутива по установке +- [pulseaudio](https://gitlab.freedesktop.org/pulseaudio/pulseaudio) / [pipewire](https://pipewire.org/) >= 0.3.26 +- Xorg +- Libwnck3 (опционально, для поддержки иконок) +- Webkit2gtk +- libappindicator3 +- [youtube-dl](https://youtube-dl.org/) & [ffmpeg](https://www.ffmpeg.org/) (опционально, для поддержки загрузки) +## Windows +- [VB-CABLE](https://vb-audio.com/Cable/) (Наш установщик автоматически устанавливает VB-CABLE) +- [Webview2 Runtime](https://developer.microsoft.com/microsoft-edge/webview2/) (Тоже поставляется вместе с установщиком) +- [youtube-dl](https://youtube-dl.org/) & [ffmpeg](https://www.ffmpeg.org/) (опционально, для поддержки загрузки) + +# 📥 Установка + +## 🐧 Linux + +### Arch Linux и производные +Вы можете установить наш пакет с помощью вашего AUR помошника, который автоматически соберет и установит последний релиз +```sh +yay -S soundux +``` +Мы так же предоставляем пакет `soundux-git` который соберет программу из ветки master + +### Ubuntu и производные +Вы можете установить Soundux с помощью [pacstall](https://github.com/pacstall/pacstall) +```sh +pacstall -I soundux +``` + +### Fedora +Soundux может быть установлен с помощью этого [COPR репозитория](https://copr.fedorainfracloud.org/coprs/rivenirvana/soundux/) +```sh +sudo dnf copr enable rivenirvana/soundux +sudo dnf install soundux +``` + +### Дистрибутивонезависимые пакеты +Вы можете получить последний релиз из Snap Store или Flathub + +[![Установить из Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/soundux) + + + Установить из Flathub + + +## Windows +Скачайте наш установщик или портативную версию [последнего релиза](https://github.com/Soundux/Soundux/releases/latest) + +# 🔨 Сборка + +## 🔗 Зависимости сборки + +### 🐧 Linux +- Webkit2gtk +- PulseAudio development headers +- PipeWire development headers +- X11 client-side development headers +- libappindicator3 development headers +- OpenSSL development headers +- G++ >= 9 + - Некоторые дистрибутивы все еще имеют G++ версии < 9 в своих репозиториях, используя их вы получите ошибку сборки (подробнее [#71](https://github.com/Soundux/Soundux/issues/71)). + +#### Debian / Ubuntu и производные +```sh +sudo apt install git build-essential cmake libx11-dev libxi-dev libwebkit2gtk-4.0-dev libappindicator3-dev libssl-dev libpulse-dev libpipewire-0.3-dev +``` +> Если вы на Ubuntu 20.04 или ниже вам возможно придется добавить PipeWire PPA: +> `sudo add-apt-repository ppa:pipewire-debian/pipewire-upstream` +#### Fedora и производные +```sh +sudo dnf install git webkit2gtk3 cmake llvm clang libXi-devel gtk3-devel webkit2gtk3-devel libappindicator-gtk3-devel pulseaudio-libs-devel pipewire-devel +``` + +### Windows +- Nuget +- MSVC +- CMake +- OpenSSL + +## 👷 Сборка +Склонируйте репозиторий +```sh +git clone https://github.com/Soundux/Soundux.git +cd Soundux +git submodule update --init --recursive +``` +Создайте дирректорию сборки и начите сборку +```sh +mkdir build +cd build +cmake .. +cmake --build . --config Release +``` +Чтобы запустить программу +```sh +./soundux # .\soundux.exe на Windows +``` + +## 🖥️ Установка + +### 🐧 Linux +```sh +sudo make install +``` + +# 📝 Почему _Soundux_? + +Проект начался как **Sound**board для Lin**ux** + +# 🗒️ Лицензия +Исходный код лицензирован под [GPLv3](LICENSE) + +# ✍️ Внести вклад +Руководство вы можете найти [здесь](CONTRIBUTING.md), пожалуйста, изучите его если вы собираетесь вносить вклад! + +# ✨ Contributors + +Спасибо этим замечательным людям ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Noah

🐛 💼 💻 🎨 🤔 🚇 🚧 📦 📆 💬 👀 ⚠️

Nico

🐛 💼 💻 🎨 🤔 🚇 🚧 📦 📆 💬 👀 ⚠️ 🌍 ️️️️♿️

Michael

🐛 🤔 🌍 ⚠️

BrandonKMLee

🤔

Toadfield

🤔 🐛

fubka

🐛

TheOriginalTripleD

🔬

UltraBlackLinux

🐛

bendem

🐛

Edgar Onghena

🐛 🔬

moggesmith10

🤔

Bilal Elmoussaoui

📦

Thomas Finstad Larsen

🤔

Arthur Melton

🤔

Serkan ÖNDER

🌍

PizzaDude

🐛 🔬

Kylianalex

🐛

Greger

🐛

Arvin Verain

📦

EinfachEinAlex

💻 🔬 ⚠️

MeblIkea

🌍

Nathan Bonnemains

🌍

Lucas van Beek

🌍

Timotej S.

🐛 ⚠️
+ + + + + + +Этот проект следует спецификации [all-contributors](https://github.com/all-contributors/all-contributors). Любой вклад приветствуется!