diff --git a/ALL_README.md b/ALL_README.md index 77b7509..a01b345 100644 --- a/ALL_README.md +++ b/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) diff --git a/README.md b/README.md index e66662c..162b75a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet. -**Shipped version:** 1.27.5~ynh1 +**Shipped version:** 1.27.6~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md index 4799f2d..ea98439 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet. -**Paketatutako bertsioa:** 1.27.5~ynh1 +**Paketatutako bertsioa:** 1.27.6~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 8f5575a..75f41b4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. Syncthing est un programme de synchronisation continue de fichiers. Il synchronise les fichiers entre deux ou plusieurs ordinateurs en temps réel, en toute sécurité à l'abri des regards indiscrets. Vos données sont vos seules données et vous méritez de choisir où elles sont stockées, si elles sont partagées avec un tiers et comment elles sont transmises sur Internet. -**Version incluse :** 1.27.5~ynh1 +**Version incluse :** 1.27.6~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 8716452..ece2702 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet. -**Versión proporcionada:** 1.27.5~ynh1 +**Versión proporcionada:** 1.27.6~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md new file mode 100644 index 0000000..d4dcf61 --- /dev/null +++ b/README_zh_Hans.md @@ -0,0 +1,48 @@ + + +# YunoHost 的 Syncthing + +[![集成程度](https://dash.yunohost.org/integration/syncthing.svg)](https://dash.yunohost.org/appci/app/syncthing) ![工作状态](https://ci-apps.yunohost.org/ci/badges/syncthing.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/syncthing.maintain.svg) + +[![使用 YunoHost 安装 Syncthing](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=syncthing) + +*[阅读此 README 的其它语言版本。](./ALL_README.md)* + +> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Syncthing。* +> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* + +## 概况 + +Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet. + + +**分发版本:** 1.27.6~ynh1 + +## 截图 + +![Syncthing 的截图](./doc/screenshots/screenshot1.png) + +## 文档与资源 + +- 官方应用网站: +- 官方用户文档: +- 上游应用代码库: +- YunoHost 商店: +- 报告 bug: + +## 开发者信息 + +请向 [`testing` 分支](https://github.com/YunoHost-Apps/syncthing_ynh/tree/testing) 发送拉取请求。 + +如要尝试 `testing` 分支,请这样操作: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/syncthing_ynh/tree/testing --debug +或 +sudo yunohost app upgrade syncthing -u https://github.com/YunoHost-Apps/syncthing_ynh/tree/testing --debug +``` + +**有关应用打包的更多信息:** diff --git a/manifest.toml b/manifest.toml index 61b10c4..4da3ee4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Syncthing" description.en = "Continuous file synchronization program" description.fr = "Programme de synchronisation de fichiers en continu" -version = "1.27.5~ynh1" +version = "1.27.6~ynh1" maintainers = ["txmrl", "yalh76"] @@ -45,14 +45,14 @@ ram.runtime = "50M" [resources] [resources.sources.main] - arm64.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.5/syncthing-linux-arm64-v1.27.5.tar.gz" - arm64.sha256 = "80788c6d2a8806e2a68a2b24ed350cb8eb9dd5b445225582015b8e3b419da1bd" - amd64.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.5/syncthing-linux-amd64-v1.27.5.tar.gz" - amd64.sha256 = "cf2d26d683682e0e1b96a2633741972dec36d4934345bfbb2f0a7d6a01527aa4" - armhf.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.5/syncthing-linux-arm-v1.27.5.tar.gz" - armhf.sha256 = "b747179dda280f289d9f30627c92d5efa561bdb7bc198b0d9040dc2f0f34b895" - i386.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.5/syncthing-linux-386-v1.27.5.tar.gz" - i386.sha256 = "b3705286aa294c80de53a59019ecb000bcb74be8cfeccc2db52b725e5cd39f90" + arm64.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.6/syncthing-linux-arm64-v1.27.6.tar.gz" + arm64.sha256 = "ea5a7065c38dfedaadd19cf53db512e941a7c42ac5029384d6888ccb7a77aa73" + amd64.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.6/syncthing-linux-amd64-v1.27.6.tar.gz" + amd64.sha256 = "9ac221df8a8bcfcfec96fb3b2beb38cb123be818361b83c3c04988b949fafce0" + armhf.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.6/syncthing-linux-arm-v1.27.6.tar.gz" + armhf.sha256 = "a7a2648165ac47787c06aa5c220ed95bd105d0cfbb62c80add31a95854752db6" + i386.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.6/syncthing-linux-386-v1.27.6.tar.gz" + i386.sha256 = "1c85bb66b1260b16141aa4a12edc487775ba98e93756249a7b7fd262c405f9a8" autoupdate.strategy = "latest_github_release" autoupdate.asset.arm64 = "syncthing-linux-arm64-.*.tar.gz"