From 39616e8dc995e0cde37615403bf7f6ec91da2319 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 9 Aug 2024 01:33:32 +0000 Subject: [PATCH] Auto-update READMEs --- ALL_README.md | 1 + README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_id.md | 60 +++++++++++++++++++++++++++++++++++++++++++++++ README_zh_Hans.md | 2 +- 8 files changed, 67 insertions(+), 6 deletions(-) create mode 100644 README_id.md diff --git a/ALL_README.md b/ALL_README.md index 152f2e7..4ed64dd 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -5,4 +5,5 @@ - [Irakurri README euskaraz](README_eu.md) - [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_zh_Hans.md) diff --git a/README.md b/README.md index 0984dbc..aaab136 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This version of Etherpad is preconfigured with a collection of plugins: -**Shipped version:** 2.1.1~ynh1 +**Shipped version:** 2.2.1~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index 700e3a3..7f37b29 100644 --- a/README_es.md +++ b/README_es.md @@ -29,7 +29,7 @@ This version of Etherpad is preconfigured with a collection of plugins: -**Versión actual:** 2.1.1~ynh1 +**Versión actual:** 2.2.1~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index b9fd25a..e39c9ac 100644 --- a/README_eu.md +++ b/README_eu.md @@ -29,7 +29,7 @@ This version of Etherpad is preconfigured with a collection of plugins: -**Paketatutako bertsioa:** 2.1.1~ynh1 +**Paketatutako bertsioa:** 2.2.1~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 52623f4..d50ce81 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ Cette version d'Etherpad est préconfigurée avec une collection de plugins: - [ep_headings2](https://www.npmjs.com/package/ep_headings2) - *Possibilité de définir des titres* -**Version incluse :** 2.1.1~ynh1 +**Version incluse :** 2.2.1~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 6158b9b..994c7c8 100644 --- a/README_gl.md +++ b/README_gl.md @@ -29,7 +29,7 @@ This version of Etherpad is preconfigured with a collection of plugins: -**Versión proporcionada:** 2.1.1~ynh1 +**Versión proporcionada:** 2.2.1~ynh1 **Demo:** diff --git a/README_id.md b/README_id.md new file mode 100644 index 0000000..af7e30b --- /dev/null +++ b/README_id.md @@ -0,0 +1,60 @@ + + +# Etherpad MyPads untuk YunoHost + +[![Tingkat integrasi](https://dash.yunohost.org/integration/etherpad_mypads.svg)](https://ci-apps.yunohost.org/ci/apps/etherpad_mypads/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/etherpad_mypads.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/etherpad_mypads.maintain.svg) + +[![Pasang Etherpad MyPads dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=etherpad_mypads) + +*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)* + +> *Paket ini memperbolehkan Anda untuk memasang Etherpad MyPads secara cepat dan mudah pada server YunoHost.* +> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.* + +## Ringkasan + +Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full data export capabilities, and runs on your server, under your control. + +This version of Etherpad is preconfigured with a collection of plugins: + +- [ep_mypads](https://www.npmjs.com/package/ep_mypads) - *Groups and private pads for etherpad* +- [ep_align](https://www.npmjs.com/package/ep_align) - *Add Left/Center/Right/Justify alignment* +- [ep_author_hover](https://www.npmjs.com/package/ep_author_hover) - *Display author names when hovereing text* +- [ep_delete_empty_pads](https://www.npmjs.com/package/ep_delete_empty_pads) - *Delete pads which were never edited* +- [ep_font_size](https://www.npmjs.com/package/ep_font_size) - *Be able to change font size* +- [ep_headings2](https://www.npmjs.com/package/ep_headings2) - *Be able to set text as headers* + + + +**Versi terkirim:** 2.2.1~ynh1 + +**Demo:** + +## Tangkapan Layar + +![Tangkapan Layar pada Etherpad MyPads](./doc/screenshots/etherpad_demo.gif) + +## Dokumentasi dan sumber daya + +- Website aplikasi resmi: +- Dokumentasi admin resmi: +- Depot kode aplikasi hulu: +- Gudang YunoHost: +- Laporkan bug: + +## Info developer + +Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/tree/testing). + +Untuk mencoba branch `testing`, silakan dilanjutkan seperti: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/etherpad_mypads_ynh/tree/testing --debug +atau +sudo yunohost app upgrade etherpad_mypads -u https://github.com/YunoHost-Apps/etherpad_mypads_ynh/tree/testing --debug +``` + +**Info lebih lanjut mengenai pemaketan aplikasi:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 89603c4..34e0a31 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -29,7 +29,7 @@ This version of Etherpad is preconfigured with a collection of plugins: -**分发版本:** 2.1.1~ynh1 +**分发版本:** 2.2.1~ynh1 **演示:**