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

Merge pull request #180 from YunoHost-Apps/testing

This commit is contained in:
eric_G 2024-08-15 08:10:38 +02:00 committed by GitHub
commit 99befc088e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 60 additions and 10 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.
Element is a new type of messaging app. You choose where your messages are stored, putting you in control of your data. It gives you access to the Matrix open network, so you can talk to anyone. Element provides a new level of security, adding cross-signed device verification to default end-to-end encryption.
**Shipped version:** 1.11.73~ynh1
**Shipped version:** 1.11.74~ynh1
**Demo:** <https://app.element.io/>

View file

@ -18,7 +18,7 @@ No se debe editar a mano.
Element is a new type of messaging app. You choose where your messages are stored, putting you in control of your data. It gives you access to the Matrix open network, so you can talk to anyone. Element provides a new level of security, adding cross-signed device verification to default end-to-end encryption.
**Versión actual:** 1.11.73~ynh1
**Versión actual:** 1.11.74~ynh1
**Demo:** <https://app.element.io/>

View file

@ -18,7 +18,7 @@ EZ editatu eskuz.
Element is a new type of messaging app. You choose where your messages are stored, putting you in control of your data. It gives you access to the Matrix open network, so you can talk to anyone. Element provides a new level of security, adding cross-signed device verification to default end-to-end encryption.
**Paketatutako bertsioa:** 1.11.73~ynh1
**Paketatutako bertsioa:** 1.11.74~ynh1
**Demoa:** <https://app.element.io/>

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Element est un nouveau type d'application de messagerie. Vous choisissez où vos messages sont stockés, ce qui vous donne le contrôle de vos données. Il vous donne accès au réseau ouvert Matrix, vous pouvez donc parler à n'importe qui. Element offre un nouveau niveau de sécurité, en ajoutant la vérification des appareils par signature croisée au chiffrement de bout en bout par défaut.
**Version incluse:** 1.11.73~ynh1
**Version incluse:** 1.11.74~ynh1
**Démo:** <https://app.element.io/>

View file

@ -18,7 +18,7 @@ NON debe editarse manualmente.
Element is a new type of messaging app. You choose where your messages are stored, putting you in control of your data. It gives you access to the Matrix open network, so you can talk to anyone. Element provides a new level of security, adding cross-signed device verification to default end-to-end encryption.
**Versión proporcionada:** 1.11.73~ynh1
**Versión proporcionada:** 1.11.74~ynh1
**Demo:** <https://app.element.io/>

View file

@ -18,7 +18,7 @@ Ini TIDAK boleh diedit dengan tangan.
Element is a new type of messaging app. You choose where your messages are stored, putting you in control of your data. It gives you access to the Matrix open network, so you can talk to anyone. Element provides a new level of security, adding cross-signed device verification to default end-to-end encryption.
**Versi terkirim:** 1.11.73~ynh1
**Versi terkirim:** 1.11.74~ynh1
**Demo:** <https://app.element.io/>

49
README_ru.md Normal file
View file

@ -0,0 +1,49 @@
<!--
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Он НЕ ДОЛЖЕН редактироваться вручную.
-->
# Element для YunoHost
[![Уровень интеграции](https://dash.yunohost.org/integration/element.svg)](https://ci-apps.yunohost.org/ci/apps/element/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/element.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/element.maintain.svg)
[![Установите Element с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=element)
*[Прочтите этот README на других языках.](./ALL_README.md)*
> *Этот пакет позволяет Вам установить Element быстро и просто на YunoHost-сервер.*
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
## Обзор
Element is a new type of messaging app. You choose where your messages are stored, putting you in control of your data. It gives you access to the Matrix open network, so you can talk to anyone. Element provides a new level of security, adding cross-signed device verification to default end-to-end encryption.
**Поставляемая версия:** 1.11.74~ynh1
**Демо-версия:** <https://app.element.io/>
## Снимки экрана
![Снимок экрана Element](./doc/screenshots/homepage-all-platforms-1_1.png)
## Документация и ресурсы
- Официальный веб-сайт приложения: <https://element.io>
- Официальная документация администратора: <https://element.io/help>
- Репозиторий кода главной ветки приложения: <https://github.com/element-hq/element-web>
- Магазин YunoHost: <https://apps.yunohost.org/app/element>
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/element_ynh/issues>
## Информация для разработчиков
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/element_ynh/tree/testing).
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/element_ynh/tree/testing --debug
или
sudo yunohost app upgrade element -u https://github.com/YunoHost-Apps/element_ynh/tree/testing --debug
```
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>

View file

@ -18,7 +18,7 @@
Element is a new type of messaging app. You choose where your messages are stored, putting you in control of your data. It gives you access to the Matrix open network, so you can talk to anyone. Element provides a new level of security, adding cross-signed device verification to default end-to-end encryption.
**分发版本:** 1.11.73~ynh1
**分发版本:** 1.11.74~ynh1
**演示:** <https://app.element.io/>

View file

@ -5,7 +5,7 @@ name = "Element"
description.en = "Web client for Matrix"
description.fr = "Client web pour Matrix"
version = "1.11.73~ynh1"
version = "1.11.74~ynh1"
maintainers = ["Josué Tille"]
@ -57,8 +57,8 @@ ram.runtime = "0M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/element-hq/element-web/releases/download/v1.11.73/element-v1.11.73.tar.gz"
sha256 = "f038bd836d6a1b31f9a24950846189921e12893a5b4ed661dc7c293e15e862ef"
url = "https://github.com/element-hq/element-web/releases/download/v1.11.74/element-v1.11.74.tar.gz"
sha256 = "a12e4185abd430aeddf86f6fe376e47a5ab27a7ef8dfb6c4203b4c9bc0382ce8"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^element-v.*.tar.gz$"