diff --git a/README.md b/README.md index aa07071..8004cf9 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. +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.2~ynh1 +**Shipped version:** 5.8.9~ynh1 **Demo:** https://react.invoicing.co/demo diff --git a/README_fr.md b/README_fr.md index 5d8b987..8c3ea44 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,10 +16,10 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble -Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. +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.2~ynh1 +**Version incluse :** 5.8.9~ynh1 **Démo :** https://react.invoicing.co/demo diff --git a/doc/ADMIN.md b/doc/ADMIN.md index c93ed8e..4f4292c 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,2 +1,2 @@ -* The first user gets created after installing Invoice Ninja. The email-address is the one of your administrator user of the app. The password is the administration password you provided while installing. +* The first user gets created after installing InvoiceNinja. The email-address is the one of your administrator user of the app. The password is the administration password you provided while installing. * Other users can be created from inside the application diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md new file mode 100644 index 0000000..6336bbe --- /dev/null +++ b/doc/ADMIN_fr.md @@ -0,0 +1,2 @@ +* Le premier utilisateur est créé après l'installation d'InvoiceNinja. L'adresse e-mail est celle de votre utilisateur administrateur de l'application. Le mot de passe est le mot de passe d'administration que vous avez fourni lors de l'installation. +* D'autres utilisateurs peuvent être créés depuis l'application \ No newline at end of file diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index dc3eb83..b1a93d3 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1 @@ -Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. +Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..564a62a --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1 @@ +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. diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index fa4a2d9..0abd9e5 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1,7 +1,7 @@ -Please open your __APP__ domain: https://__DOMAIN____PATH_URL__ +Please open your __APP__ domain: https://__DOMAIN____PATH__ The username is the administrator's email address The password is the administrator one you filled during the installation The secret is: __API_SECRET__ -Please note that if you did NOT install the application in public mode, you should go to the Yunohost login portal first to authenticate yourself in order to access to the application. +Please note that if you did NOT install the application in public mode, you should go to the YunoHost login portal first to authenticate yourself in order to access to the application. diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md new file mode 100644 index 0000000..b784199 --- /dev/null +++ b/doc/POST_INSTALL_fr.md @@ -0,0 +1,7 @@ +Veuillez ouvrir votre domaine __APP__ : https://__DOMAIN____PATH__ + +Le nom d'utilisateur est l'adresse email de l'administrateur +Le mot de passe est celui de l'administrateur que vous avez renseigné lors de l'installation +Le secret est : __API_SECRET__ + +Veuillez noter que si vous n'avez PAS installé l'application en mode public, vous devez d'abord vous rendre sur le portail de connexion YunoHost pour vous authentifier afin d'accéder à l'application. \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index 01bd6eb..bef8dc7 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.2~ynh1" +version = "5.8.9~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.2/invoiceninja.zip" - sha256 = "baf7e6ab080149a2793e8ddead1fefa3fff3cf0b24f5ab280088d39bb6c55d6f" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.9/invoiceninja.zip" + sha256 = "67b27ed3c15fcaf1d13386b25b6e52172d7660f1ad6ea6d71cb6028248ded501" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"