Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Russian translation #4218

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions V2rayNG/app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<string name="summary_pref_remote_dns">DNS</string>

<string name="title_pref_vpn_dns">VPN DNS (только IPv4/v6)</string>
<string name="title_pref_vpn_bypass_lan">Does VPN bypass LAN</string>
<string name="title_pref_vpn_bypass_lan">VPN пропускает локальную сеть</string>

<string name="title_pref_domestic_dns">Внутренняя DNS (необязательно)</string>
<string name="summary_pref_domestic_dns">DNS</string>
Expand Down Expand Up @@ -339,9 +339,9 @@
</string-array>

<string-array name="vpn_bypass_lan">
<item>Follow config</item>
<item>Bypass</item>
<item>Not Bypass</item>
<item>Как в профиле</item>
<item>Пропускает</item>
<item>Не пропускает</item>
</string-array>

</resources>
27 changes: 27 additions & 0 deletions fastlane/metadata/android/ru-RU/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<p>Клиент V2Ray для Android, поддерживающий <a href="https://github.com/XTLS/Xray-core">ядро Xray</a> и <a href="https://github.com/v2fly/v2ray-core">ядро v2fly</a></p>

<h3>Telegram-канал</h3>

<p><a href="https://t.me/github_2dust">github_2dust</a></p>

<h3>Использование</h3>

<h4>Geoip и Geosite</h4>

<ul>
<li>файлы geoip.dat и geosite.dat располагаются в <code>Android/data/com.v2ray.ang/files/assets</code> (путь может отличаться на некоторых устройствах Android)</li>
<li>функция загрузки скачивает расширенную версию из этого <a href="https://github.com/Loyalsoldier/v2ray-rules-dat">репозитория</a> (учтите, что может потребоваться рабочий прокси)</li>
<li>последний официальный <a href="https://github.com/v2fly/domain-list-community">список доменов</a> и <a href="https://github.com/v2fly/geoip">список ip</a> можно импортировать вручную</li>
<li>можно использовать сторонний dat-файл в той же папке, например <a href="https://guide.v2fly.org/en_US/routing/sitedata.html#external-domains-list-file">h2y</a></li>
</ul>

<h3>Подробнее в нашем <a href="https://github.com/2dust/v2rayNG/wiki">wiki</a></h3>

<h3>Руководство разработчика</h3>

<p>Проект для Android в папке V2rayNG можно скомпилировать непосредственно в Android Studio или с помощью оболочки Gradle. Но ядро ​​v2ray внутри aar (вероятно) устарело.
Aar можно скомпилировать из проекта Golang <a href="https://github.com/2dust/AndroidLibV2rayLite">AndroidLibV2rayLite</a> или <a href="https://github.com/2dust/AndroidLibXrayLite">AndroidLibXrayLite</a>.
Для быстрого начала ознакомьтесь с руководствами <a href="https://github.com/golang/go/wiki/Mobile">Go Mobile</a> и <a href="https://tutorialedge.net/golang/makefiles-for-go-developers/">Makefiles для Go-разработчиков</a>.</p>

<p>v2rayNG может работать на эмуляторах Android. Для WSA разрешение VPN должно быть предоставлено с помощью
<code>appops set [package name] ACTIVATE_VPN allow</code></p>
1 change: 1 addition & 0 deletions fastlane/metadata/android/ru-RU/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Клиент V2Ray для Android с поддержкой ядер ​​Xray и ​​v2fly
Loading