1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freescout_ynh.git synced 2024-09-03 18:36:23 +02:00

Auto-update READMEs

This commit is contained in:
yunohost-bot 2024-08-15 01:34:34 +00:00 committed by autoreadme_webhook
parent 968181eb1d
commit f4a05d42c8
9 changed files with 61 additions and 7 deletions

View file

@ -6,4 +6,5 @@
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
- [Прочитать README на русский](README_ru.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -18,7 +18,7 @@ It shall NOT be edited by hand.
FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control.
**Shipped version:** 1.8.148~ynh1
**Shipped version:** 1.8.149~ynh1
**Demo:** <https://demo.freescout.net/login>

View file

@ -18,7 +18,7 @@ No se debe editar a mano.
FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control.
**Versión actual:** 1.8.148~ynh1
**Versión actual:** 1.8.149~ynh1
**Demo:** <https://demo.freescout.net/login>

View file

@ -18,7 +18,7 @@ EZ editatu eskuz.
FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control.
**Paketatutako bertsioa:** 1.8.148~ynh1
**Paketatutako bertsioa:** 1.8.149~ynh1
**Demoa:** <https://demo.freescout.net/login>

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
FreeScout est un service d'assistance open source gratuit ultra léger et puissant et une boîte de réception partagée construite avec PHP (framework Laravel). Vous pouvez désormais profiter gratuitement de Zendesk et Help Scout sans renoncer à votre confidentialité ni vous enfermer dans un service que vous ne contrôlez pas.
**Version incluse:** 1.8.148~ynh1
**Version incluse:** 1.8.149~ynh1
**Démo:** <https://demo.freescout.net/login>

View file

@ -18,7 +18,7 @@ NON debe editarse manualmente.
FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control.
**Versión proporcionada:** 1.8.148~ynh1
**Versión proporcionada:** 1.8.149~ynh1
**Demo:** <https://demo.freescout.net/login>

View file

@ -18,7 +18,7 @@ Ini TIDAK boleh diedit dengan tangan.
FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control.
**Versi terkirim:** 1.8.148~ynh1
**Versi terkirim:** 1.8.149~ynh1
**Demo:** <https://demo.freescout.net/login>

53
README_ru.md Normal file
View file

@ -0,0 +1,53 @@
<!--
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Он НЕ ДОЛЖЕН редактироваться вручную.
-->
# FreeScout для YunoHost
[![Уровень интеграции](https://dash.yunohost.org/integration/freescout.svg)](https://ci-apps.yunohost.org/ci/apps/freescout/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/freescout.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/freescout.maintain.svg)
[![Установите FreeScout с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=freescout)
*[Прочтите этот README на других языках.](./ALL_README.md)*
> *Этот пакет позволяет Вам установить FreeScout быстро и просто на YunoHost-сервер.*
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
## Обзор
FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control.
**Поставляемая версия:** 1.8.149~ynh1
**Демо-версия:** <https://demo.freescout.net/login>
## Снимки экрана
![Снимок экрана FreeScout](./doc/screenshots/screenshot.png)
## :red_circle: Анти-функции
- **Not totally free upstream**: The packaged app is under an overall free license, but with clauses that may restrict its use.
## Документация и ресурсы
- Официальный веб-сайт приложения: <https://freescout.net/>
- Официальная документация администратора: <https://github.com/freescout-helpdesk/freescout/wiki/Installation-Guide>
- Репозиторий кода главной ветки приложения: <https://github.com/freescout-helpdesk/freescout>
- Магазин YunoHost: <https://apps.yunohost.org/app/freescout>
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/freescout_ynh/issues>
## Информация для разработчиков
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/freescout_ynh/tree/testing).
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/freescout_ynh/tree/testing --debug
или
sudo yunohost app upgrade freescout -u https://github.com/YunoHost-Apps/freescout_ynh/tree/testing --debug
```
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>

View file

@ -18,7 +18,7 @@
FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control.
**分发版本:** 1.8.148~ynh1
**分发版本:** 1.8.149~ynh1
**演示:** <https://demo.freescout.net/login>