mirror of
https://github.com/YunoHost-Apps/jellyfin-vue_ynh.git
synced 2024-09-03 19:26:31 +02:00
Auto-update READMEs
This commit is contained in:
parent
575c93a9e5
commit
e445b48e82
8 changed files with 55 additions and 6 deletions
|
@ -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)
|
||||
|
|
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
|||
Jellyfin Vue is the next step of Jellyfin's development. It's a new frontend, based on Vue. See https://jellyfin.org/posts/vue-vue3 for details.
|
||||
|
||||
|
||||
**Shipped version:** 2024.07.13~ynh1
|
||||
**Shipped version:** 2024.07.19~ynh1
|
||||
|
||||
**Demo:** <https://jf-vue.pages.dev>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ No se debe editar a mano.
|
|||
Jellyfin Vue is the next step of Jellyfin's development. It's a new frontend, based on Vue. See https://jellyfin.org/posts/vue-vue3 for details.
|
||||
|
||||
|
||||
**Versión actual:** 2024.07.13~ynh1
|
||||
**Versión actual:** 2024.07.19~ynh1
|
||||
|
||||
**Demo:** <https://jf-vue.pages.dev>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
|||
Jellyfin Vue is the next step of Jellyfin's development. It's a new frontend, based on Vue. See https://jellyfin.org/posts/vue-vue3 for details.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 2024.07.13~ynh1
|
||||
**Paketatutako bertsioa:** 2024.07.19~ynh1
|
||||
|
||||
**Demoa:** <https://jf-vue.pages.dev>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
|
|||
Jellyfin Vue est la prochaine étape du développement de Jellyfin. C'est une nouvelle interface, basée sur Vue. Des détails peuvent être trouvés ici : https://jellyfin.org/posts/vue-vue3.
|
||||
|
||||
|
||||
**Version incluse :** 2024.07.13~ynh1
|
||||
**Version incluse :** 2024.07.19~ynh1
|
||||
|
||||
**Démo :** <https://jf-vue.pages.dev>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
|||
Jellyfin Vue is the next step of Jellyfin's development. It's a new frontend, based on Vue. See https://jellyfin.org/posts/vue-vue3 for details.
|
||||
|
||||
|
||||
**Versión proporcionada:** 2024.07.13~ynh1
|
||||
**Versión proporcionada:** 2024.07.19~ynh1
|
||||
|
||||
**Demo:** <https://jf-vue.pages.dev>
|
||||
|
||||
|
|
48
README_id.md
Normal file
48
README_id.md
Normal file
|
@ -0,0 +1,48 @@
|
|||
<!--
|
||||
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Ini TIDAK boleh diedit dengan tangan.
|
||||
-->
|
||||
|
||||
# Jellyfin Vue Client untuk YunoHost
|
||||
|
||||
[![Tingkat integrasi](https://dash.yunohost.org/integration/jellyfin-vue.svg)](https://ci-apps.yunohost.org/ci/apps/jellyfin-vue/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/jellyfin-vue.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/jellyfin-vue.maintain.svg)
|
||||
|
||||
[![Pasang Jellyfin Vue Client dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=jellyfin-vue)
|
||||
|
||||
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
||||
|
||||
> *Paket ini memperbolehkan Anda untuk memasang Jellyfin Vue Client 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
|
||||
|
||||
Jellyfin Vue is the next step of Jellyfin's development. It's a new frontend, based on Vue. See https://jellyfin.org/posts/vue-vue3 for details.
|
||||
|
||||
|
||||
**Versi terkirim:** 2024.07.19~ynh1
|
||||
|
||||
**Demo:** <https://jf-vue.pages.dev>
|
||||
|
||||
## Tangkapan Layar
|
||||
|
||||
![Tangkapan Layar pada Jellyfin Vue Client](./doc/screenshots/jellyfin-vue-homepage-2023-04.jpg)
|
||||
|
||||
## Dokumentasi dan sumber daya
|
||||
|
||||
- Repositori kode aplikasi hulu: <https://github.com/jellyfin/jellyfin-vue>
|
||||
- Gudang YunoHost: <https://apps.yunohost.org/app/jellyfin-vue>
|
||||
- Laporkan bug: <https://github.com/YunoHost-Apps/jellyfin-vue_ynh/issues>
|
||||
|
||||
## Info developer
|
||||
|
||||
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing).
|
||||
|
||||
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing --debug
|
||||
atau
|
||||
sudo yunohost app upgrade jellyfin-vue -u https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|
|
@ -19,7 +19,7 @@
|
|||
Jellyfin Vue is the next step of Jellyfin's development. It's a new frontend, based on Vue. See https://jellyfin.org/posts/vue-vue3 for details.
|
||||
|
||||
|
||||
**分发版本:** 2024.07.13~ynh1
|
||||
**分发版本:** 2024.07.19~ynh1
|
||||
|
||||
**演示:** <https://jf-vue.pages.dev>
|
||||
|
||||
|
|
Loading…
Reference in a new issue