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 284c5e4..fe8a7a6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Shipped version:** 5.8.47~ynh1 +**Shipped version:** 5.8.48~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 9fd952f..7d3690f 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Paketatutako bertsioa:** 5.8.47~ynh1 +**Paketatutako bertsioa:** 5.8.48~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 0376037..547234a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Invoice Ninja est une plate-forme de facturation auto-hébergée permettant de créer et d'envoyer des factures par courrier électronique, de suivre les paiements et les dépenses, ainsi que de chronométrer les tâches et projets facturables pour les clients. -**Version incluse :** 5.8.47~ynh1 +**Version incluse :** 5.8.48~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 4effcfd..b89a244 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Versión proporcionada:** 5.8.47~ynh1 +**Versión proporcionada:** 5.8.48~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md new file mode 100644 index 0000000..7fda12d --- /dev/null +++ b/README_zh_Hans.md @@ -0,0 +1,51 @@ + + +# YunoHost 的 InvoiceNinja 5 + +[![集成程度](https://dash.yunohost.org/integration/invoiceninja5.svg)](https://dash.yunohost.org/appci/app/invoiceninja5) ![工作状态](https://ci-apps.yunohost.org/ci/badges/invoiceninja5.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/invoiceninja5.maintain.svg) + +[![使用 YunoHost 安装 InvoiceNinja 5](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=invoiceninja5) + +*[阅读此 README 的其它语言版本。](./ALL_README.md)* + +> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 InvoiceNinja 5。* +> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* + +## 概况 + +Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. + + +**分发版本:** 5.8.48~ynh1 + +**演示:** + +## 截图 + +![InvoiceNinja 5 的截图](./doc/screenshots/Create-Invoices-in-Seconds.png) + +## 文档与资源 + +- 官方应用网站: +- 官方用户文档: +- 官方管理文档: +- 上游应用代码库: +- YunoHost 商店: +- 报告 bug: + +## 开发者信息 + +请向 [`testing` 分支](https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing) 发送拉取请求。 + +如要尝试 `testing` 分支,请这样操作: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug +或 +sudo yunohost app upgrade invoiceninja5 -u https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug +``` + +**有关应用打包的更多信息:** diff --git a/manifest.toml b/manifest.toml index 9390c23..d7142e3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "InvoiceNinja 5" description.en = "Create and email invoices, track payments, expenses, and time tasks" description.fr = "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires" -version = "5.8.47~ynh1" +version = "5.8.48~ynh1" maintainers = ["Sebastian Gumprich"] @@ -58,8 +58,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.47/invoiceninja.zip" - sha256 = "2bad0fdd27fbfeecddd6dc38e2a0ceaf938a4936a013f687a16c199fa40338ed" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.48/invoiceninja.zip" + sha256 = "b74a2be92246f6676d65d674dcc3e5636343b9493cf08686bb52937f3c44cad5" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"