Browse Source

Auto-update READMEs

yunohost-bot 11 months ago
parent
commit
d36b7a3e1e
6 changed files with 57 additions and 4 deletions
  1. 1 0
      ALL_README.md
  2. 1 1
      README.md
  3. 1 1
      README_eu.md
  4. 1 1
      README_fr.md
  5. 1 1
      README_gl.md
  6. 52 0
      README_zh_Hans.md

+ 1 - 0
ALL_README.md

@@ -4,3 +4,4 @@
 - [Irakurri README euskaraz](README_eu.md)
 - [Lire le README en français](README_fr.md)
 - [Le o README en galego](README_gl.md)
+- [阅读中文(简体)的 README](README_zh_Hans.md)

+ 1 - 1
README.md

@@ -25,7 +25,7 @@ Install a VPN connection on your self-hosted server.
 
 
 
-**Shipped version:** 2.2~ynh1
+**Shipped version:** 2.2~ynh2
 
 ## Screenshots
 

+ 1 - 1
README_eu.md

@@ -25,7 +25,7 @@ Install a VPN connection on your self-hosted server.
 
 
 
-**Paketatutako bertsioa:** 2.2~ynh1
+**Paketatutako bertsioa:** 2.2~ynh2
 
 ## Pantaila-argazkiak
 

+ 1 - 1
README_fr.md

@@ -25,7 +25,7 @@ Installez une connexion VPN sur votre serveur auto-hébergé
 
 
 
-**Version incluse :** 2.2~ynh1
+**Version incluse :** 2.2~ynh2
 
 ## Captures d’écran
 

+ 1 - 1
README_gl.md

@@ -25,7 +25,7 @@ Install a VPN connection on your self-hosted server.
 
 
 
-**Versión proporcionada:** 2.2~ynh1
+**Versión proporcionada:** 2.2~ynh2
 
 ## Capturas de pantalla
 

+ 52 - 0
README_zh_Hans.md

@@ -0,0 +1,52 @@
+<!--
+注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
+请勿手动编辑。
+-->
+
+# YunoHost 的 VPN Client
+
+[![集成程度](https://dash.yunohost.org/integration/vpnclient.svg)](https://dash.yunohost.org/appci/app/vpnclient) ![工作状态](https://ci-apps.yunohost.org/ci/badges/vpnclient.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/vpnclient.maintain.svg)
+
+[![使用 YunoHost 安装 VPN Client](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=vpnclient)
+
+*[阅读此 README 的其它语言版本。](./ALL_README.md)*
+
+> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 VPN Client。*  
+> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。*
+
+## 概况
+
+Install a VPN connection on your self-hosted server.
+* Useful for hosting your server behind a filtered (and/or non-neutral) internet access.
+* Useful to have static IP addresses (IPv6 and IPv4).
+* Useful to easily move your server anywhere.
+* Strong firewalling (internet access and self-hosted services only available through the VPN, not leaking to your commercial ISP)
+* Combine with the [Hotspot app](https://github.com/YunoHost-Apps/hotspot_ynh) to broadcast VPN-protected WiFi to other laptops without any further technical configuration needed.
+
+
+
+**分发版本:** 2.2~ynh2
+
+## 截图
+
+![VPN Client 的截图](./doc/screenshots/vpnclient.png)
+
+## 文档与资源
+
+- 官方应用网站: <https://labriqueinter.net>
+- YunoHost 商店: <https://apps.yunohost.org/app/vpnclient>
+- 报告 bug: <https://github.com/YunoHost-Apps/vpnclient_ynh/issues>
+
+## 开发者信息
+
+请向 [`testing` 分支](https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing) 发送拉取请求。
+
+如要尝试 `testing` 分支,请这样操作:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
+或
+sudo yunohost app upgrade vpnclient -u https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
+```
+
+**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>